@propulsionworks/cloudformation 0.0.2 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/exports/main.ts +6 -5
- package/lib/assert.ts +62 -0
- package/lib/builder.ts +366 -0
- package/lib/intrinsics.ts +1223 -0
- package/{exports/main → lib}/template.ts +41 -13
- package/out/exports/main.d.ts +6 -5
- package/out/exports/main.d.ts.map +1 -1
- package/out/exports/main.js +6 -5
- package/out/exports/main.js.map +1 -1
- package/out/exports/resources.generated/alexa-ask-skill.d.ts +80 -0
- package/out/exports/resources.generated/aws-accessanalyzer-analyzer.d.ts +125 -0
- package/out/exports/resources.generated/aws-acmpca-certificate.d.ts +374 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthority.d.ts +432 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthorityactivation.d.ts +30 -0
- package/out/exports/resources.generated/aws-acmpca-permission.d.ts +30 -0
- package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +330 -0
- package/out/exports/resources.generated/aws-amazonmq-configuration.d.ts +71 -0
- package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-amplify-app.d.ts +301 -0
- package/out/exports/resources.generated/aws-amplify-branch.d.ts +171 -0
- package/out/exports/resources.generated/aws-amplify-domain.d.ts +139 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-component.d.ts +444 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-form.d.ts +409 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-theme.d.ts +76 -0
- package/out/exports/resources.generated/aws-apigateway-account.d.ts +20 -0
- package/out/exports/resources.generated/aws-apigateway-apikey.d.ts +62 -0
- package/out/exports/resources.generated/aws-apigateway-authorizer.d.ts +54 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmapping.d.ts +24 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmappingv2.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigateway-clientcertificate.d.ts +22 -0
- package/out/exports/resources.generated/aws-apigateway-deployment.d.ts +215 -0
- package/out/exports/resources.generated/aws-apigateway-documentationpart.d.ts +53 -0
- package/out/exports/resources.generated/aws-apigateway-documentationversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-apigateway-domainname.d.ts +96 -0
- package/out/exports/resources.generated/aws-apigateway-domainnameaccessassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-apigateway-domainnamev2.d.ts +56 -0
- package/out/exports/resources.generated/aws-apigateway-gatewayresponse.d.ts +34 -0
- package/out/exports/resources.generated/aws-apigateway-method.d.ts +174 -0
- package/out/exports/resources.generated/aws-apigateway-model.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigateway-requestvalidator.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigateway-resource.d.ts +26 -0
- package/out/exports/resources.generated/aws-apigateway-restapi.d.ts +133 -0
- package/out/exports/resources.generated/aws-apigateway-stage.d.ts +151 -0
- package/out/exports/resources.generated/aws-apigateway-usageplan.d.ts +93 -0
- package/out/exports/resources.generated/aws-apigateway-usageplankey.d.ts +26 -0
- package/out/exports/resources.generated/aws-apigateway-vpclink.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigatewayv2-api.d.ts +142 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apigatewaymanagedoverrides.d.ts +143 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apimapping.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigatewayv2-authorizer.d.ts +75 -0
- package/out/exports/resources.generated/aws-apigatewayv2-deployment.d.ts +26 -0
- package/out/exports/resources.generated/aws-apigatewayv2-domainname.d.ts +84 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integration.d.ts +147 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integrationresponse.d.ts +48 -0
- package/out/exports/resources.generated/aws-apigatewayv2-model.d.ts +34 -0
- package/out/exports/resources.generated/aws-apigatewayv2-route.d.ts +62 -0
- package/out/exports/resources.generated/aws-apigatewayv2-routeresponse.d.ts +47 -0
- package/out/exports/resources.generated/aws-apigatewayv2-stage.d.ts +100 -0
- package/out/exports/resources.generated/aws-apigatewayv2-vpclink.d.ts +30 -0
- package/out/exports/resources.generated/aws-appconfig-application.d.ts +36 -0
- package/out/exports/resources.generated/aws-appconfig-configurationprofile.d.ts +121 -0
- package/out/exports/resources.generated/aws-appconfig-deployment.d.ts +80 -0
- package/out/exports/resources.generated/aws-appconfig-deploymentstrategy.d.ts +68 -0
- package/out/exports/resources.generated/aws-appconfig-environment.d.ts +78 -0
- package/out/exports/resources.generated/aws-appconfig-extension.d.ts +102 -0
- package/out/exports/resources.generated/aws-appconfig-extensionassociation.d.ts +46 -0
- package/out/exports/resources.generated/aws-appconfig-hostedconfigurationversion.d.ts +61 -0
- package/out/exports/resources.generated/aws-appflow-connector.d.ts +59 -0
- package/out/exports/resources.generated/aws-appflow-connectorprofile.d.ts +895 -0
- package/out/exports/resources.generated/aws-appflow-flow.d.ts +1067 -0
- package/out/exports/resources.generated/aws-appintegrations-application.d.ts +74 -0
- package/out/exports/resources.generated/aws-appintegrations-dataintegration.d.ts +108 -0
- package/out/exports/resources.generated/aws-appintegrations-eventintegration.d.ts +59 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalabletarget.d.ts +176 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalingpolicy.d.ts +594 -0
- package/out/exports/resources.generated/aws-applicationinsights-application.d.ts +487 -0
- package/out/exports/resources.generated/aws-applicationsignals-discovery.d.ts +23 -0
- package/out/exports/resources.generated/aws-applicationsignals-servicelevelobjective.d.ts +491 -0
- package/out/exports/resources.generated/aws-appmesh-gatewayroute.d.ts +418 -0
- package/out/exports/resources.generated/aws-appmesh-mesh.d.ts +80 -0
- package/out/exports/resources.generated/aws-appmesh-route.d.ts +494 -0
- package/out/exports/resources.generated/aws-appmesh-virtualgateway.d.ts +474 -0
- package/out/exports/resources.generated/aws-appmesh-virtualnode.d.ts +695 -0
- package/out/exports/resources.generated/aws-appmesh-virtualrouter.d.ts +90 -0
- package/out/exports/resources.generated/aws-appmesh-virtualservice.d.ts +99 -0
- package/out/exports/resources.generated/aws-apprunner-autoscalingconfiguration.d.ts +60 -0
- package/out/exports/resources.generated/aws-apprunner-observabilityconfiguration.d.ts +63 -0
- package/out/exports/resources.generated/aws-apprunner-service.d.ts +439 -0
- package/out/exports/resources.generated/aws-apprunner-vpcconnector.d.ts +52 -0
- package/out/exports/resources.generated/aws-apprunner-vpcingressconnection.d.ts +67 -0
- package/out/exports/resources.generated/aws-appstream-appblock.d.ts +98 -0
- package/out/exports/resources.generated/aws-appstream-appblockbuilder.d.ts +92 -0
- package/out/exports/resources.generated/aws-appstream-application.d.ts +95 -0
- package/out/exports/resources.generated/aws-appstream-applicationentitlementassociation.d.ts +20 -0
- package/out/exports/resources.generated/aws-appstream-applicationfleetassociation.d.ts +16 -0
- package/out/exports/resources.generated/aws-appstream-directoryconfig.d.ts +50 -0
- package/out/exports/resources.generated/aws-appstream-entitlement.d.ts +61 -0
- package/out/exports/resources.generated/aws-appstream-fleet.d.ts +210 -0
- package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +143 -0
- package/out/exports/resources.generated/aws-appstream-stack.d.ts +144 -0
- package/out/exports/resources.generated/aws-appstream-stackfleetassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-appstream-stackuserassociation.d.ts +29 -0
- package/out/exports/resources.generated/aws-appstream-user.d.ts +35 -0
- package/out/exports/resources.generated/aws-appsync-api.d.ts +181 -0
- package/out/exports/resources.generated/aws-appsync-apicache.d.ts +71 -0
- package/out/exports/resources.generated/aws-appsync-apikey.d.ts +34 -0
- package/out/exports/resources.generated/aws-appsync-channelnamespace.d.ts +91 -0
- package/out/exports/resources.generated/aws-appsync-datasource.d.ts +263 -0
- package/out/exports/resources.generated/aws-appsync-domainname.d.ts +53 -0
- package/out/exports/resources.generated/aws-appsync-domainnameapiassociation.d.ts +22 -0
- package/out/exports/resources.generated/aws-appsync-functionconfiguration.d.ts +138 -0
- package/out/exports/resources.generated/aws-appsync-graphqlapi.d.ts +319 -0
- package/out/exports/resources.generated/aws-appsync-graphqlschema.d.ts +32 -0
- package/out/exports/resources.generated/aws-appsync-resolver.d.ts +175 -0
- package/out/exports/resources.generated/aws-appsync-sourceapiassociation.d.ts +84 -0
- package/out/exports/resources.generated/aws-apptest-testcase.d.ts +380 -0
- package/out/exports/resources.generated/aws-aps-rulegroupsnamespace.d.ts +36 -0
- package/out/exports/resources.generated/aws-aps-scraper.d.ts +124 -0
- package/out/exports/resources.generated/aws-aps-workspace.d.ts +131 -0
- package/out/exports/resources.generated/aws-arczonalshift-autoshiftobservernotificationstatus.d.ts +20 -0
- package/out/exports/resources.generated/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +101 -0
- package/out/exports/resources.generated/aws-athena-capacityreservation.d.ts +72 -0
- package/out/exports/resources.generated/aws-athena-datacatalog.d.ts +79 -0
- package/out/exports/resources.generated/aws-athena-namedquery.d.ts +44 -0
- package/out/exports/resources.generated/aws-athena-preparedstatement.d.ts +32 -0
- package/out/exports/resources.generated/aws-athena-workgroup.d.ts +254 -0
- package/out/exports/resources.generated/aws-auditmanager-assessment.d.ts +216 -0
- package/out/exports/resources.generated/aws-autoscaling-autoscalinggroup.d.ts +1017 -0
- package/out/exports/resources.generated/aws-autoscaling-launchconfiguration.d.ts +236 -0
- package/out/exports/resources.generated/aws-autoscaling-lifecyclehook.d.ts +55 -0
- package/out/exports/resources.generated/aws-autoscaling-scalingpolicy.d.ts +607 -0
- package/out/exports/resources.generated/aws-autoscaling-scheduledaction.d.ts +60 -0
- package/out/exports/resources.generated/aws-autoscaling-warmpool.d.ts +51 -0
- package/out/exports/resources.generated/aws-autoscalingplans-scalingplan.d.ts +331 -0
- package/out/exports/resources.generated/aws-b2bi-capability.d.ts +123 -0
- package/out/exports/resources.generated/aws-b2bi-partnership.d.ts +211 -0
- package/out/exports/resources.generated/aws-b2bi-profile.d.ts +71 -0
- package/out/exports/resources.generated/aws-b2bi-transformer.d.ts +151 -0
- package/out/exports/resources.generated/aws-backup-backupplan.d.ts +174 -0
- package/out/exports/resources.generated/aws-backup-backupselection.d.ts +112 -0
- package/out/exports/resources.generated/aws-backup-backupvault.d.ts +93 -0
- package/out/exports/resources.generated/aws-backup-framework.d.ts +94 -0
- package/out/exports/resources.generated/aws-backup-logicallyairgappedbackupvault.d.ts +67 -0
- package/out/exports/resources.generated/aws-backup-reportplan.d.ts +82 -0
- package/out/exports/resources.generated/aws-backup-restoretestingplan.d.ts +81 -0
- package/out/exports/resources.generated/aws-backup-restoretestingselection.d.ts +81 -0
- package/out/exports/resources.generated/aws-backupgateway-hypervisor.d.ts +65 -0
- package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +412 -0
- package/out/exports/resources.generated/aws-batch-consumableresource.d.ts +54 -0
- package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +1252 -0
- package/out/exports/resources.generated/aws-batch-jobqueue.d.ts +86 -0
- package/out/exports/resources.generated/aws-batch-schedulingpolicy.d.ts +79 -0
- package/out/exports/resources.generated/aws-bcmdataexports-export.d.ts +156 -0
- package/out/exports/resources.generated/aws-bedrock-agent.d.ts +582 -0
- package/out/exports/resources.generated/aws-bedrock-agentalias.d.ts +91 -0
- package/out/exports/resources.generated/aws-bedrock-applicationinferenceprofile.d.ts +97 -0
- package/out/exports/resources.generated/aws-bedrock-blueprint.d.ts +59 -0
- package/out/exports/resources.generated/aws-bedrock-dataautomationproject.d.ts +504 -0
- package/out/exports/resources.generated/aws-bedrock-datasource.d.ts +743 -0
- package/out/exports/resources.generated/aws-bedrock-flow.d.ts +587 -0
- package/out/exports/resources.generated/aws-bedrock-flowalias.d.ts +78 -0
- package/out/exports/resources.generated/aws-bedrock-flowversion.d.ts +62 -0
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +496 -0
- package/out/exports/resources.generated/aws-bedrock-guardrailversion.d.ts +39 -0
- package/out/exports/resources.generated/aws-bedrock-intelligentpromptrouter.d.ts +96 -0
- package/out/exports/resources.generated/aws-bedrock-knowledgebase.d.ts +936 -0
- package/out/exports/resources.generated/aws-bedrock-prompt.d.ts +398 -0
- package/out/exports/resources.generated/aws-bedrock-promptversion.d.ts +73 -0
- package/out/exports/resources.generated/aws-billingconductor-billinggroup.d.ts +88 -0
- package/out/exports/resources.generated/aws-billingconductor-customlineitem.d.ts +150 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingplan.d.ts +47 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingrule.d.ts +99 -0
- package/out/exports/resources.generated/aws-budgets-budget.d.ts +390 -0
- package/out/exports/resources.generated/aws-budgets-budgetsaction.d.ts +151 -0
- package/out/exports/resources.generated/aws-cassandra-keyspace.d.ts +61 -0
- package/out/exports/resources.generated/aws-cassandra-table.d.ts +316 -0
- package/out/exports/resources.generated/aws-cassandra-type.d.ts +59 -0
- package/out/exports/resources.generated/aws-ce-anomalymonitor.d.ts +63 -0
- package/out/exports/resources.generated/aws-ce-anomalysubscription.d.ts +82 -0
- package/out/exports/resources.generated/aws-ce-costcategory.d.ts +49 -0
- package/out/exports/resources.generated/aws-certificatemanager-account.d.ts +29 -0
- package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +98 -0
- package/out/exports/resources.generated/aws-chatbot-customaction.d.ts +115 -0
- package/out/exports/resources.generated/aws-chatbot-microsoftteamschannelconfiguration.d.ts +98 -0
- package/out/exports/resources.generated/aws-chatbot-slackchannelconfiguration.d.ts +82 -0
- package/out/exports/resources.generated/aws-cleanrooms-analysistemplate.d.ts +206 -0
- package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +235 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtable.d.ts +364 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtableassociation.d.ts +140 -0
- package/out/exports/resources.generated/aws-cleanrooms-idmappingtable.d.ts +80 -0
- package/out/exports/resources.generated/aws-cleanrooms-idnamespaceassociation.d.ts +89 -0
- package/out/exports/resources.generated/aws-cleanrooms-membership.d.ts +260 -0
- package/out/exports/resources.generated/aws-cleanrooms-privacybudgettemplate.d.ts +75 -0
- package/out/exports/resources.generated/aws-cleanroomsml-trainingdataset.d.ts +141 -0
- package/out/exports/resources.generated/aws-cloud9-environmentec2.d.ts +90 -0
- package/out/exports/resources.generated/aws-cloudformation-customresource.d.ts +27 -0
- package/out/exports/resources.generated/aws-cloudformation-guardhook.d.ts +183 -0
- package/out/exports/resources.generated/aws-cloudformation-hookdefaultversion.d.ts +62 -0
- package/out/exports/resources.generated/aws-cloudformation-hooktypeconfig.d.ts +76 -0
- package/out/exports/resources.generated/aws-cloudformation-hookversion.d.ts +94 -0
- package/out/exports/resources.generated/aws-cloudformation-lambdahook.d.ts +159 -0
- package/out/exports/resources.generated/aws-cloudformation-macro.d.ts +35 -0
- package/out/exports/resources.generated/aws-cloudformation-moduledefaultversion.d.ts +55 -0
- package/out/exports/resources.generated/aws-cloudformation-moduleversion.d.ts +73 -0
- package/out/exports/resources.generated/aws-cloudformation-publictypeversion.d.ts +138 -0
- package/out/exports/resources.generated/aws-cloudformation-publisher.d.ts +46 -0
- package/out/exports/resources.generated/aws-cloudformation-resourcedefaultversion.d.ts +60 -0
- package/out/exports/resources.generated/aws-cloudformation-resourceversion.d.ts +112 -0
- package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +129 -0
- package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +387 -0
- package/out/exports/resources.generated/aws-cloudformation-typeactivation.d.ts +172 -0
- package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +33 -0
- package/out/exports/resources.generated/aws-cloudformation-waitconditionhandle.d.ts +19 -0
- package/out/exports/resources.generated/aws-cloudfront-anycastiplist.d.ts +42 -0
- package/out/exports/resources.generated/aws-cloudfront-cachepolicy.d.ts +178 -0
- package/out/exports/resources.generated/aws-cloudfront-cloudfrontoriginaccessidentity.d.ts +31 -0
- package/out/exports/resources.generated/aws-cloudfront-connectiongroup.d.ts +64 -0
- package/out/exports/resources.generated/aws-cloudfront-continuousdeploymentpolicy.d.ts +139 -0
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +1157 -0
- package/out/exports/resources.generated/aws-cloudfront-distributiontenant.d.ts +161 -0
- package/out/exports/resources.generated/aws-cloudfront-function.d.ts +75 -0
- package/out/exports/resources.generated/aws-cloudfront-keygroup.d.ts +43 -0
- package/out/exports/resources.generated/aws-cloudfront-keyvaluestore.d.ts +47 -0
- package/out/exports/resources.generated/aws-cloudfront-monitoringsubscription.d.ts +34 -0
- package/out/exports/resources.generated/aws-cloudfront-originaccesscontrol.d.ts +60 -0
- package/out/exports/resources.generated/aws-cloudfront-originrequestpolicy.d.ts +121 -0
- package/out/exports/resources.generated/aws-cloudfront-publickey.d.ts +43 -0
- package/out/exports/resources.generated/aws-cloudfront-realtimelogconfig.d.ts +62 -0
- package/out/exports/resources.generated/aws-cloudfront-responseheaderspolicy.d.ts +394 -0
- package/out/exports/resources.generated/aws-cloudfront-streamingdistribution.d.ts +107 -0
- package/out/exports/resources.generated/aws-cloudfront-vpcorigin.d.ts +73 -0
- package/out/exports/resources.generated/aws-cloudtrail-channel.d.ts +51 -0
- package/out/exports/resources.generated/aws-cloudtrail-dashboard.d.ts +114 -0
- package/out/exports/resources.generated/aws-cloudtrail-eventdatastore.d.ts +268 -0
- package/out/exports/resources.generated/aws-cloudtrail-resourcepolicy.d.ts +25 -0
- package/out/exports/resources.generated/aws-cloudtrail-trail.d.ts +366 -0
- package/out/exports/resources.generated/aws-cloudwatch-alarm.d.ts +239 -0
- package/out/exports/resources.generated/aws-cloudwatch-anomalydetector.d.ts +232 -0
- package/out/exports/resources.generated/aws-cloudwatch-compositealarm.d.ts +98 -0
- package/out/exports/resources.generated/aws-cloudwatch-dashboard.d.ts +20 -0
- package/out/exports/resources.generated/aws-cloudwatch-insightrule.d.ts +39 -0
- package/out/exports/resources.generated/aws-cloudwatch-metricstream.d.ts +218 -0
- package/out/exports/resources.generated/aws-codeartifact-domain.d.ts +50 -0
- package/out/exports/resources.generated/aws-codeartifact-packagegroup.d.ts +76 -0
- package/out/exports/resources.generated/aws-codeartifact-repository.d.ts +73 -0
- package/out/exports/resources.generated/aws-codebuild-fleet.d.ts +218 -0
- package/out/exports/resources.generated/aws-codebuild-project.d.ts +727 -0
- package/out/exports/resources.generated/aws-codebuild-reportgroup.d.ts +91 -0
- package/out/exports/resources.generated/aws-codebuild-sourcecredential.d.ts +29 -0
- package/out/exports/resources.generated/aws-codecommit-repository.d.ts +122 -0
- package/out/exports/resources.generated/aws-codeconnections-connection.d.ts +53 -0
- package/out/exports/resources.generated/aws-codedeploy-application.d.ts +22 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentconfig.d.ts +150 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentgroup.d.ts +545 -0
- package/out/exports/resources.generated/aws-codeguruprofiler-profilinggroup.d.ts +60 -0
- package/out/exports/resources.generated/aws-codegurureviewer-repositoryassociation.d.ts +72 -0
- package/out/exports/resources.generated/aws-codepipeline-customactiontype.d.ts +118 -0
- package/out/exports/resources.generated/aws-codepipeline-pipeline.d.ts +577 -0
- package/out/exports/resources.generated/aws-codepipeline-webhook.d.ts +91 -0
- package/out/exports/resources.generated/aws-codestar-githubrepository.d.ts +73 -0
- package/out/exports/resources.generated/aws-codestarconnections-connection.d.ts +51 -0
- package/out/exports/resources.generated/aws-codestarconnections-repositorylink.d.ts +48 -0
- package/out/exports/resources.generated/aws-codestarconnections-syncconfiguration.d.ts +58 -0
- package/out/exports/resources.generated/aws-codestarnotifications-notificationrule.d.ts +82 -0
- package/out/exports/resources.generated/aws-cognito-identitypool.d.ts +126 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolprincipaltag.d.ts +24 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolroleattachment.d.ts +87 -0
- package/out/exports/resources.generated/aws-cognito-logdeliveryconfiguration.d.ts +76 -0
- package/out/exports/resources.generated/aws-cognito-managedloginbranding.d.ts +74 -0
- package/out/exports/resources.generated/aws-cognito-userpool.d.ts +652 -0
- package/out/exports/resources.generated/aws-cognito-userpoolclient.d.ts +262 -0
- package/out/exports/resources.generated/aws-cognito-userpooldomain.d.ts +41 -0
- package/out/exports/resources.generated/aws-cognito-userpoolgroup.d.ts +34 -0
- package/out/exports/resources.generated/aws-cognito-userpoolidentityprovider.d.ts +60 -0
- package/out/exports/resources.generated/aws-cognito-userpoolresourceserver.d.ts +41 -0
- package/out/exports/resources.generated/aws-cognito-userpoolriskconfigurationattachment.d.ts +159 -0
- package/out/exports/resources.generated/aws-cognito-userpooluicustomizationattachment.d.ts +20 -0
- package/out/exports/resources.generated/aws-cognito-userpooluser.d.ts +86 -0
- package/out/exports/resources.generated/aws-cognito-userpoolusertogroupattachment.d.ts +25 -0
- package/out/exports/resources.generated/aws-comprehend-documentclassifier.d.ts +250 -0
- package/out/exports/resources.generated/aws-comprehend-flywheel.d.ts +157 -0
- package/out/exports/resources.generated/aws-config-aggregationauthorization.d.ts +29 -0
- package/out/exports/resources.generated/aws-config-configrule.d.ts +177 -0
- package/out/exports/resources.generated/aws-config-configurationaggregator.d.ts +67 -0
- package/out/exports/resources.generated/aws-config-configurationrecorder.d.ts +311 -0
- package/out/exports/resources.generated/aws-config-conformancepack.d.ts +76 -0
- package/out/exports/resources.generated/aws-config-deliverychannel.d.ts +82 -0
- package/out/exports/resources.generated/aws-config-organizationconfigrule.d.ts +183 -0
- package/out/exports/resources.generated/aws-config-organizationconformancepack.d.ts +65 -0
- package/out/exports/resources.generated/aws-config-remediationconfiguration.d.ts +81 -0
- package/out/exports/resources.generated/aws-config-storedquery.d.ts +48 -0
- package/out/exports/resources.generated/aws-connect-agentstatus.d.ts +63 -0
- package/out/exports/resources.generated/aws-connect-approvedorigin.d.ts +22 -0
- package/out/exports/resources.generated/aws-connect-contactflow.d.ts +57 -0
- package/out/exports/resources.generated/aws-connect-contactflowmodule.d.ts +59 -0
- package/out/exports/resources.generated/aws-connect-contactflowversion.d.ts +40 -0
- package/out/exports/resources.generated/aws-connect-emailaddress.d.ts +47 -0
- package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +371 -0
- package/out/exports/resources.generated/aws-connect-hoursofoperation.d.ts +145 -0
- package/out/exports/resources.generated/aws-connect-instance.d.ts +95 -0
- package/out/exports/resources.generated/aws-connect-instancestorageconfig.d.ts +126 -0
- package/out/exports/resources.generated/aws-connect-integrationassociation.d.ts +40 -0
- package/out/exports/resources.generated/aws-connect-phonenumber.d.ts +56 -0
- package/out/exports/resources.generated/aws-connect-predefinedattribute.d.ts +36 -0
- package/out/exports/resources.generated/aws-connect-prompt.d.ts +43 -0
- package/out/exports/resources.generated/aws-connect-queue.d.ts +101 -0
- package/out/exports/resources.generated/aws-connect-quickconnect.d.ts +104 -0
- package/out/exports/resources.generated/aws-connect-routingprofile.d.ts +123 -0
- package/out/exports/resources.generated/aws-connect-rule.d.ts +239 -0
- package/out/exports/resources.generated/aws-connect-securitykey.d.ts +34 -0
- package/out/exports/resources.generated/aws-connect-securityprofile.d.ts +92 -0
- package/out/exports/resources.generated/aws-connect-tasktemplate.d.ts +154 -0
- package/out/exports/resources.generated/aws-connect-trafficdistributiongroup.d.ts +48 -0
- package/out/exports/resources.generated/aws-connect-user.d.ts +143 -0
- package/out/exports/resources.generated/aws-connect-userhierarchygroup.d.ts +33 -0
- package/out/exports/resources.generated/aws-connect-userhierarchystructure.d.ts +115 -0
- package/out/exports/resources.generated/aws-connect-view.d.ts +66 -0
- package/out/exports/resources.generated/aws-connect-viewversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-connectcampaigns-campaign.d.ts +169 -0
- package/out/exports/resources.generated/aws-connectcampaignsv2-campaign.d.ts +499 -0
- package/out/exports/resources.generated/aws-controltower-enabledbaseline.d.ts +49 -0
- package/out/exports/resources.generated/aws-controltower-enabledcontrol.d.ts +43 -0
- package/out/exports/resources.generated/aws-controltower-landingzone.d.ts +53 -0
- package/out/exports/resources.generated/aws-cur-reportdefinition.d.ts +71 -0
- package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +127 -0
- package/out/exports/resources.generated/aws-customerprofiles-domain.d.ts +238 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventstream.d.ts +46 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventtrigger.d.ts +140 -0
- package/out/exports/resources.generated/aws-customerprofiles-integration.d.ts +363 -0
- package/out/exports/resources.generated/aws-customerprofiles-objecttype.d.ts +145 -0
- package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +339 -0
- package/out/exports/resources.generated/aws-databrew-dataset.d.ts +329 -0
- package/out/exports/resources.generated/aws-databrew-job.d.ts +442 -0
- package/out/exports/resources.generated/aws-databrew-project.d.ts +52 -0
- package/out/exports/resources.generated/aws-databrew-recipe.d.ts +548 -0
- package/out/exports/resources.generated/aws-databrew-ruleset.d.ts +126 -0
- package/out/exports/resources.generated/aws-databrew-schedule.d.ts +28 -0
- package/out/exports/resources.generated/aws-datapipeline-pipeline.d.ts +138 -0
- package/out/exports/resources.generated/aws-datasync-agent.d.ts +62 -0
- package/out/exports/resources.generated/aws-datasync-locationazureblob.d.ts +83 -0
- package/out/exports/resources.generated/aws-datasync-locationefs.d.ts +88 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxlustre.d.ts +48 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxontap.d.ts +163 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxopenzfs.d.ts +83 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxwindows.d.ts +68 -0
- package/out/exports/resources.generated/aws-datasync-locationhdfs.d.ts +130 -0
- package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +80 -0
- package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +90 -0
- package/out/exports/resources.generated/aws-datasync-locations3.d.ts +73 -0
- package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +137 -0
- package/out/exports/resources.generated/aws-datasync-storagesystem.d.ts +85 -0
- package/out/exports/resources.generated/aws-datasync-task.d.ts +460 -0
- package/out/exports/resources.generated/aws-datazone-connection.d.ts +612 -0
- package/out/exports/resources.generated/aws-datazone-datasource.d.ts +321 -0
- package/out/exports/resources.generated/aws-datazone-domain.d.ts +115 -0
- package/out/exports/resources.generated/aws-datazone-domainunit.d.ts +71 -0
- package/out/exports/resources.generated/aws-datazone-environment.d.ts +133 -0
- package/out/exports/resources.generated/aws-datazone-environmentactions.d.ts +73 -0
- package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +89 -0
- package/out/exports/resources.generated/aws-datazone-environmentprofile.d.ts +98 -0
- package/out/exports/resources.generated/aws-datazone-groupprofile.d.ts +45 -0
- package/out/exports/resources.generated/aws-datazone-owner.d.ts +53 -0
- package/out/exports/resources.generated/aws-datazone-project.d.ts +95 -0
- package/out/exports/resources.generated/aws-datazone-projectmembership.d.ts +37 -0
- package/out/exports/resources.generated/aws-datazone-subscriptiontarget.d.ts +104 -0
- package/out/exports/resources.generated/aws-datazone-userprofile.d.ts +53 -0
- package/out/exports/resources.generated/aws-dax-cluster.d.ts +113 -0
- package/out/exports/resources.generated/aws-dax-parametergroup.d.ts +25 -0
- package/out/exports/resources.generated/aws-dax-subnetgroup.d.ts +23 -0
- package/out/exports/resources.generated/aws-deadline-farm.d.ts +46 -0
- package/out/exports/resources.generated/aws-deadline-fleet.d.ts +390 -0
- package/out/exports/resources.generated/aws-deadline-licenseendpoint.d.ts +53 -0
- package/out/exports/resources.generated/aws-deadline-limit.d.ts +58 -0
- package/out/exports/resources.generated/aws-deadline-meteredproduct.d.ts +43 -0
- package/out/exports/resources.generated/aws-deadline-monitor.d.ts +51 -0
- package/out/exports/resources.generated/aws-deadline-queue.d.ts +149 -0
- package/out/exports/resources.generated/aws-deadline-queueenvironment.d.ts +46 -0
- package/out/exports/resources.generated/aws-deadline-queuefleetassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-deadline-queuelimitassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-deadline-storageprofile.d.ts +60 -0
- package/out/exports/resources.generated/aws-detective-graph.d.ts +25 -0
- package/out/exports/resources.generated/aws-detective-memberinvitation.d.ts +34 -0
- package/out/exports/resources.generated/aws-detective-organizationadmin.d.ts +19 -0
- package/out/exports/resources.generated/aws-devopsguru-loganomalydetectionintegration.d.ts +13 -0
- package/out/exports/resources.generated/aws-devopsguru-notificationchannel.d.ts +79 -0
- package/out/exports/resources.generated/aws-devopsguru-resourcecollection.d.ts +81 -0
- package/out/exports/resources.generated/aws-directoryservice-microsoftad.d.ts +67 -0
- package/out/exports/resources.generated/aws-directoryservice-simplead.d.ts +71 -0
- package/out/exports/resources.generated/aws-dlm-lifecyclepolicy.d.ts +660 -0
- package/out/exports/resources.generated/aws-dms-certificate.d.ts +23 -0
- package/out/exports/resources.generated/aws-dms-datamigration.d.ts +103 -0
- package/out/exports/resources.generated/aws-dms-dataprovider.d.ts +1112 -0
- package/out/exports/resources.generated/aws-dms-endpoint.d.ts +1463 -0
- package/out/exports/resources.generated/aws-dms-eventsubscription.d.ts +45 -0
- package/out/exports/resources.generated/aws-dms-instanceprofile.d.ts +79 -0
- package/out/exports/resources.generated/aws-dms-migrationproject.d.ts +103 -0
- package/out/exports/resources.generated/aws-dms-replicationconfig.d.ts +109 -0
- package/out/exports/resources.generated/aws-dms-replicationinstance.d.ts +115 -0
- package/out/exports/resources.generated/aws-dms-replicationsubnetgroup.d.ts +29 -0
- package/out/exports/resources.generated/aws-dms-replicationtask.d.ts +85 -0
- package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +247 -0
- package/out/exports/resources.generated/aws-docdb-dbclusterparametergroup.d.ts +43 -0
- package/out/exports/resources.generated/aws-docdb-dbinstance.d.ts +87 -0
- package/out/exports/resources.generated/aws-docdb-dbsubnetgroup.d.ts +31 -0
- package/out/exports/resources.generated/aws-docdb-eventsubscription.d.ts +51 -0
- package/out/exports/resources.generated/aws-docdbelastic-cluster.d.ts +106 -0
- package/out/exports/resources.generated/aws-dsql-cluster.d.ts +65 -0
- package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +608 -0
- package/out/exports/resources.generated/aws-dynamodb-table.d.ts +506 -0
- package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +186 -0
- package/out/exports/resources.generated/aws-ec2-capacityreservationfleet.d.ts +117 -0
- package/out/exports/resources.generated/aws-ec2-carriergateway.d.ts +30 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnauthorizationrule.d.ts +31 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnendpoint.d.ts +235 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnroute.d.ts +36 -0
- package/out/exports/resources.generated/aws-ec2-clientvpntargetnetworkassociation.d.ts +19 -0
- package/out/exports/resources.generated/aws-ec2-customergateway.d.ts +52 -0
- package/out/exports/resources.generated/aws-ec2-dhcpoptions.d.ts +44 -0
- package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +863 -0
- package/out/exports/resources.generated/aws-ec2-egressonlyinternetgateway.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-eip.d.ts +64 -0
- package/out/exports/resources.generated/aws-ec2-eipassociation.d.ts +35 -0
- package/out/exports/resources.generated/aws-ec2-enclavecertificateiamroleassociation.d.ts +40 -0
- package/out/exports/resources.generated/aws-ec2-flowlog.d.ts +92 -0
- package/out/exports/resources.generated/aws-ec2-gatewayroutetableassociation.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-host.d.ts +54 -0
- package/out/exports/resources.generated/aws-ec2-instance.d.ts +664 -0
- package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +43 -0
- package/out/exports/resources.generated/aws-ec2-internetgateway.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-ipam.d.ts +92 -0
- package/out/exports/resources.generated/aws-ec2-ipamallocation.d.ts +40 -0
- package/out/exports/resources.generated/aws-ec2-ipampool.d.ts +147 -0
- package/out/exports/resources.generated/aws-ec2-ipampoolcidr.d.ts +30 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscovery.d.ts +84 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscoveryassociation.d.ts +67 -0
- package/out/exports/resources.generated/aws-ec2-ipamscope.d.ts +48 -0
- package/out/exports/resources.generated/aws-ec2-keypair.d.ts +65 -0
- package/out/exports/resources.generated/aws-ec2-launchtemplate.d.ts +1307 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroute.d.ts +54 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetable.d.ts +42 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.d.ts +42 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevpcassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-ec2-natgateway.d.ts +61 -0
- package/out/exports/resources.generated/aws-ec2-networkacl.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-networkaclentry.d.ts +82 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscope.d.ts +126 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscopeanalysis.d.ts +50 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsanalysis.d.ts +58 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightspath.d.ts +103 -0
- package/out/exports/resources.generated/aws-ec2-networkinterface.d.ts +171 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfaceattachment.d.ts +52 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfacepermission.d.ts +23 -0
- package/out/exports/resources.generated/aws-ec2-networkperformancemetricsubscription.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-placementgroup.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-prefixlist.d.ts +74 -0
- package/out/exports/resources.generated/aws-ec2-route.d.ts +80 -0
- package/out/exports/resources.generated/aws-ec2-routeserver.d.ts +50 -0
- package/out/exports/resources.generated/aws-ec2-routeserverassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-routeserverendpoint.d.ts +46 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpeer.d.ts +79 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpropagation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-routetable.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-securitygroup.d.ts +194 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupegress.d.ts +71 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupingress.d.ts +90 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupvpcassociation.d.ts +31 -0
- package/out/exports/resources.generated/aws-ec2-snapshotblockpublicaccess.d.ts +23 -0
- package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +1059 -0
- package/out/exports/resources.generated/aws-ec2-subnet.d.ts +138 -0
- package/out/exports/resources.generated/aws-ec2-subnetcidrblock.d.ts +41 -0
- package/out/exports/resources.generated/aws-ec2-subnetnetworkaclassociation.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-subnetroutetableassociation.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilter.d.ts +29 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +74 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorsession.d.ts +55 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrortarget.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-transitgateway.d.ts +78 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayattachment.d.ts +57 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayconnect.d.ts +51 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomain.d.ts +58 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomainassociation.d.ts +36 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupmember.d.ts +50 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupsource.d.ts +52 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaypeeringattachment.d.ts +45 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroute.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetable.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetableassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetablepropagation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayvpcattachment.d.ts +59 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessendpoint.d.ts +240 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessgroup.d.ts +69 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessinstance.d.ts +141 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccesstrustprovider.d.ts +154 -0
- package/out/exports/resources.generated/aws-ec2-volume.d.ts +139 -0
- package/out/exports/resources.generated/aws-ec2-volumeattachment.d.ts +26 -0
- package/out/exports/resources.generated/aws-ec2-vpc.d.ts +77 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessexclusion.d.ts +53 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessoptions.d.ts +21 -0
- package/out/exports/resources.generated/aws-ec2-vpccidrblock.d.ts +72 -0
- package/out/exports/resources.generated/aws-ec2-vpcdhcpoptionsassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpoint.d.ts +120 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointconnectionnotification.d.ts +32 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservice.d.ts +54 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservicepermissions.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-vpcgatewayattachment.d.ts +30 -0
- package/out/exports/resources.generated/aws-ec2-vpcpeeringconnection.d.ts +50 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +352 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnectionroute.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-vpngateway.d.ts +29 -0
- package/out/exports/resources.generated/aws-ec2-vpngatewayroutepropagation.d.ts +24 -0
- package/out/exports/resources.generated/aws-ecr-publicrepository.d.ts +42 -0
- package/out/exports/resources.generated/aws-ecr-pullthroughcacherule.d.ts +32 -0
- package/out/exports/resources.generated/aws-ecr-registrypolicy.d.ts +21 -0
- package/out/exports/resources.generated/aws-ecr-registryscanningconfiguration.d.ts +60 -0
- package/out/exports/resources.generated/aws-ecr-replicationconfiguration.d.ts +72 -0
- package/out/exports/resources.generated/aws-ecr-repository.d.ts +109 -0
- package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +96 -0
- package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +92 -0
- package/out/exports/resources.generated/aws-ecs-cluster.d.ts +211 -0
- package/out/exports/resources.generated/aws-ecs-clustercapacityproviderassociations.d.ts +49 -0
- package/out/exports/resources.generated/aws-ecs-primarytaskset.d.ts +20 -0
- package/out/exports/resources.generated/aws-ecs-service.d.ts +864 -0
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +1322 -0
- package/out/exports/resources.generated/aws-ecs-taskset.d.ts +219 -0
- package/out/exports/resources.generated/aws-efs-accesspoint.d.ts +98 -0
- package/out/exports/resources.generated/aws-efs-filesystem.d.ts +182 -0
- package/out/exports/resources.generated/aws-efs-mounttarget.d.ts +38 -0
- package/out/exports/resources.generated/aws-eks-accessentry.d.ts +86 -0
- package/out/exports/resources.generated/aws-eks-addon.d.ts +82 -0
- package/out/exports/resources.generated/aws-eks-cluster.d.ts +458 -0
- package/out/exports/resources.generated/aws-eks-fargateprofile.d.ts +82 -0
- package/out/exports/resources.generated/aws-eks-identityproviderconfig.d.ts +86 -0
- package/out/exports/resources.generated/aws-eks-nodegroup.d.ts +236 -0
- package/out/exports/resources.generated/aws-eks-podidentityassociation.d.ts +50 -0
- package/out/exports/resources.generated/aws-elasticache-cachecluster.d.ts +307 -0
- package/out/exports/resources.generated/aws-elasticache-globalreplicationgroup.d.ts +109 -0
- package/out/exports/resources.generated/aws-elasticache-parametergroup.d.ts +39 -0
- package/out/exports/resources.generated/aws-elasticache-replicationgroup.d.ts +446 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroupingress.d.ts +25 -0
- package/out/exports/resources.generated/aws-elasticache-serverlesscache.d.ts +158 -0
- package/out/exports/resources.generated/aws-elasticache-subnetgroup.d.ts +28 -0
- package/out/exports/resources.generated/aws-elasticache-user.d.ts +65 -0
- package/out/exports/resources.generated/aws-elasticache-usergroup.d.ts +35 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-application.d.ts +104 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-applicationversion.d.ts +44 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-configurationtemplate.d.ts +102 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-environment.d.ts +146 -0
- package/out/exports/resources.generated/aws-elasticloadbalancing-loadbalancer.d.ts +291 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +418 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenercertificate.d.ts +28 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +487 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +204 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-targetgroup.d.ts +220 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststore.d.ts +42 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststorerevocation.d.ts +44 -0
- package/out/exports/resources.generated/aws-elasticsearch-domain.d.ts +351 -0
- package/out/exports/resources.generated/aws-emr-cluster.d.ts +860 -0
- package/out/exports/resources.generated/aws-emr-instancefleetconfig.d.ts +283 -0
- package/out/exports/resources.generated/aws-emr-instancegroupconfig.d.ts +269 -0
- package/out/exports/resources.generated/aws-emr-securityconfiguration.d.ts +16 -0
- package/out/exports/resources.generated/aws-emr-step.d.ts +64 -0
- package/out/exports/resources.generated/aws-emr-studio.d.ts +116 -0
- package/out/exports/resources.generated/aws-emr-studiosessionmapping.d.ts +27 -0
- package/out/exports/resources.generated/aws-emr-walworkspace.d.ts +19 -0
- package/out/exports/resources.generated/aws-emrcontainers-virtualcluster.d.ts +97 -0
- package/out/exports/resources.generated/aws-emrserverless-application.d.ts +352 -0
- package/out/exports/resources.generated/aws-entityresolution-idmappingworkflow.d.ts +176 -0
- package/out/exports/resources.generated/aws-entityresolution-idnamespace.d.ts +151 -0
- package/out/exports/resources.generated/aws-entityresolution-matchingworkflow.d.ts +202 -0
- package/out/exports/resources.generated/aws-entityresolution-policystatement.d.ts +37 -0
- package/out/exports/resources.generated/aws-entityresolution-schemamapping.d.ts +96 -0
- package/out/exports/resources.generated/aws-events-apidestination.d.ts +66 -0
- package/out/exports/resources.generated/aws-events-archive.d.ts +56 -0
- package/out/exports/resources.generated/aws-events-connection.d.ts +290 -0
- package/out/exports/resources.generated/aws-events-endpoint.d.ts +135 -0
- package/out/exports/resources.generated/aws-events-eventbus.d.ts +70 -0
- package/out/exports/resources.generated/aws-events-eventbuspolicy.d.ts +70 -0
- package/out/exports/resources.generated/aws-events-rule.d.ts +585 -0
- package/out/exports/resources.generated/aws-eventschemas-discoverer.d.ts +52 -0
- package/out/exports/resources.generated/aws-eventschemas-registry.d.ts +43 -0
- package/out/exports/resources.generated/aws-eventschemas-registrypolicy.d.ts +27 -0
- package/out/exports/resources.generated/aws-eventschemas-schema.d.ts +69 -0
- package/out/exports/resources.generated/aws-evidently-experiment.d.ts +234 -0
- package/out/exports/resources.generated/aws-evidently-feature.d.ts +198 -0
- package/out/exports/resources.generated/aws-evidently-launch.d.ts +209 -0
- package/out/exports/resources.generated/aws-evidently-project.d.ts +118 -0
- package/out/exports/resources.generated/aws-evidently-segment.d.ts +54 -0
- package/out/exports/resources.generated/aws-finspace-environment.d.ts +155 -0
- package/out/exports/resources.generated/aws-fis-experimenttemplate.d.ts +243 -0
- package/out/exports/resources.generated/aws-fis-targetaccountconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-fms-notificationchannel.d.ts +18 -0
- package/out/exports/resources.generated/aws-fms-policy.d.ts +562 -0
- package/out/exports/resources.generated/aws-fms-resourceset.d.ts +33 -0
- package/out/exports/resources.generated/aws-forecast-dataset.d.ts +95 -0
- package/out/exports/resources.generated/aws-forecast-datasetgroup.d.ts +47 -0
- package/out/exports/resources.generated/aws-frauddetector-detector.d.ts +294 -0
- package/out/exports/resources.generated/aws-frauddetector-entitytype.d.ts +41 -0
- package/out/exports/resources.generated/aws-frauddetector-eventtype.d.ts +158 -0
- package/out/exports/resources.generated/aws-frauddetector-label.d.ts +43 -0
- package/out/exports/resources.generated/aws-frauddetector-list.d.ts +54 -0
- package/out/exports/resources.generated/aws-frauddetector-outcome.d.ts +41 -0
- package/out/exports/resources.generated/aws-frauddetector-variable.d.ts +65 -0
- package/out/exports/resources.generated/aws-fsx-datarepositoryassociation.d.ts +110 -0
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +660 -0
- package/out/exports/resources.generated/aws-fsx-snapshot.d.ts +29 -0
- package/out/exports/resources.generated/aws-fsx-storagevirtualmachine.d.ts +100 -0
- package/out/exports/resources.generated/aws-fsx-volume.d.ts +404 -0
- package/out/exports/resources.generated/aws-gamelift-alias.d.ts +84 -0
- package/out/exports/resources.generated/aws-gamelift-build.d.ts +70 -0
- package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +366 -0
- package/out/exports/resources.generated/aws-gamelift-containergroupdefinition.d.ts +366 -0
- package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +430 -0
- package/out/exports/resources.generated/aws-gamelift-gameservergroup.d.ts +163 -0
- package/out/exports/resources.generated/aws-gamelift-gamesessionqueue.d.ts +129 -0
- package/out/exports/resources.generated/aws-gamelift-location.d.ts +26 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingconfiguration.d.ts +130 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingruleset.d.ts +51 -0
- package/out/exports/resources.generated/aws-gamelift-script.d.ts +76 -0
- package/out/exports/resources.generated/aws-globalaccelerator-accelerator.d.ts +67 -0
- package/out/exports/resources.generated/aws-globalaccelerator-crossaccountattachment.d.ts +64 -0
- package/out/exports/resources.generated/aws-globalaccelerator-endpointgroup.d.ts +116 -0
- package/out/exports/resources.generated/aws-globalaccelerator-listener.d.ts +51 -0
- package/out/exports/resources.generated/aws-glue-classifier.d.ts +125 -0
- package/out/exports/resources.generated/aws-glue-connection.d.ts +276 -0
- package/out/exports/resources.generated/aws-glue-crawler.d.ts +329 -0
- package/out/exports/resources.generated/aws-glue-customentitytype.d.ts +31 -0
- package/out/exports/resources.generated/aws-glue-database.d.ts +107 -0
- package/out/exports/resources.generated/aws-glue-datacatalogencryptionsettings.d.ts +68 -0
- package/out/exports/resources.generated/aws-glue-dataqualityruleset.d.ts +48 -0
- package/out/exports/resources.generated/aws-glue-devendpoint.d.ts +99 -0
- package/out/exports/resources.generated/aws-glue-job.d.ts +192 -0
- package/out/exports/resources.generated/aws-glue-mltransform.d.ts +205 -0
- package/out/exports/resources.generated/aws-glue-partition.d.ts +208 -0
- package/out/exports/resources.generated/aws-glue-registry.d.ts +31 -0
- package/out/exports/resources.generated/aws-glue-schema.d.ts +89 -0
- package/out/exports/resources.generated/aws-glue-schemaversion.d.ts +47 -0
- package/out/exports/resources.generated/aws-glue-schemaversionmetadata.d.ts +25 -0
- package/out/exports/resources.generated/aws-glue-securityconfiguration.d.ts +62 -0
- package/out/exports/resources.generated/aws-glue-table.d.ts +286 -0
- package/out/exports/resources.generated/aws-glue-tableoptimizer.d.ts +60 -0
- package/out/exports/resources.generated/aws-glue-trigger.d.ts +143 -0
- package/out/exports/resources.generated/aws-glue-usageprofile.d.ts +114 -0
- package/out/exports/resources.generated/aws-glue-workflow.d.ts +31 -0
- package/out/exports/resources.generated/aws-grafana-workspace.d.ts +347 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinition.d.ts +89 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinitionversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinition.d.ts +89 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinitionversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinition.d.ts +89 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinitionversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinition.d.ts +223 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinitionversion.d.ts +180 -0
- package/out/exports/resources.generated/aws-greengrass-group.d.ts +110 -0
- package/out/exports/resources.generated/aws-greengrass-groupversion.d.ts +45 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinition.d.ts +93 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinitionversion.d.ts +50 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinition.d.ts +233 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinitionversion.d.ts +190 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinition.d.ts +89 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinitionversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-greengrassv2-componentversion.d.ts +288 -0
- package/out/exports/resources.generated/aws-greengrassv2-deployment.d.ts +313 -0
- package/out/exports/resources.generated/aws-groundstation-config.d.ts +268 -0
- package/out/exports/resources.generated/aws-groundstation-dataflowendpointgroup.d.ts +208 -0
- package/out/exports/resources.generated/aws-groundstation-missionprofile.d.ts +126 -0
- package/out/exports/resources.generated/aws-guardduty-detector.d.ts +154 -0
- package/out/exports/resources.generated/aws-guardduty-filter.d.ts +241 -0
- package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +65 -0
- package/out/exports/resources.generated/aws-guardduty-malwareprotectionplan.d.ts +97 -0
- package/out/exports/resources.generated/aws-guardduty-master.d.ts +23 -0
- package/out/exports/resources.generated/aws-guardduty-member.d.ts +32 -0
- package/out/exports/resources.generated/aws-guardduty-publishingdestination.d.ts +72 -0
- package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +66 -0
- package/out/exports/resources.generated/aws-healthimaging-datastore.d.ts +48 -0
- package/out/exports/resources.generated/aws-healthlake-fhirdatastore.d.ts +138 -0
- package/out/exports/resources.generated/aws-iam-accesskey.d.ts +36 -0
- package/out/exports/resources.generated/aws-iam-group.d.ts +68 -0
- package/out/exports/resources.generated/aws-iam-grouppolicy.d.ts +37 -0
- package/out/exports/resources.generated/aws-iam-instanceprofile.d.ts +38 -0
- package/out/exports/resources.generated/aws-iam-managedpolicy.d.ts +126 -0
- package/out/exports/resources.generated/aws-iam-oidcprovider.d.ts +56 -0
- package/out/exports/resources.generated/aws-iam-policy.d.ts +73 -0
- package/out/exports/resources.generated/aws-iam-role.d.ts +108 -0
- package/out/exports/resources.generated/aws-iam-rolepolicy.d.ts +39 -0
- package/out/exports/resources.generated/aws-iam-samlprovider.d.ts +95 -0
- package/out/exports/resources.generated/aws-iam-servercertificate.d.ts +75 -0
- package/out/exports/resources.generated/aws-iam-servicelinkedrole.d.ts +32 -0
- package/out/exports/resources.generated/aws-iam-user.d.ts +107 -0
- package/out/exports/resources.generated/aws-iam-userpolicy.d.ts +37 -0
- package/out/exports/resources.generated/aws-iam-usertogroupaddition.d.ts +24 -0
- package/out/exports/resources.generated/aws-iam-virtualmfadevice.d.ts +51 -0
- package/out/exports/resources.generated/aws-identitystore-group.d.ts +40 -0
- package/out/exports/resources.generated/aws-identitystore-groupmembership.d.ts +47 -0
- package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +118 -0
- package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +267 -0
- package/out/exports/resources.generated/aws-imagebuilder-distributionconfiguration.d.ts +237 -0
- package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +225 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagepipeline.d.ts +223 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +181 -0
- package/out/exports/resources.generated/aws-imagebuilder-infrastructureconfiguration.d.ts +139 -0
- package/out/exports/resources.generated/aws-imagebuilder-lifecyclepolicy.d.ts +197 -0
- package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +107 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttarget.d.ts +22 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttemplate.d.ts +34 -0
- package/out/exports/resources.generated/aws-inspector-resourcegroup.d.ts +20 -0
- package/out/exports/resources.generated/aws-inspectorv2-cisscanconfiguration.d.ts +120 -0
- package/out/exports/resources.generated/aws-inspectorv2-filter.d.ts +266 -0
- package/out/exports/resources.generated/aws-internetmonitor-monitor.d.ts +204 -0
- package/out/exports/resources.generated/aws-invoicing-invoiceunit.d.ts +51 -0
- package/out/exports/resources.generated/aws-iot-accountauditconfiguration.d.ts +191 -0
- package/out/exports/resources.generated/aws-iot-authorizer.d.ts +57 -0
- package/out/exports/resources.generated/aws-iot-billinggroup.d.ts +41 -0
- package/out/exports/resources.generated/aws-iot-cacertificate.d.ts +96 -0
- package/out/exports/resources.generated/aws-iot-certificate.d.ts +56 -0
- package/out/exports/resources.generated/aws-iot-certificateprovider.d.ts +42 -0
- package/out/exports/resources.generated/aws-iot-command.d.ts +102 -0
- package/out/exports/resources.generated/aws-iot-custommetric.d.ts +38 -0
- package/out/exports/resources.generated/aws-iot-dimension.d.ts +33 -0
- package/out/exports/resources.generated/aws-iot-domainconfiguration.d.ts +149 -0
- package/out/exports/resources.generated/aws-iot-fleetmetric.d.ts +79 -0
- package/out/exports/resources.generated/aws-iot-jobtemplate.d.ts +190 -0
- package/out/exports/resources.generated/aws-iot-logging.d.ts +30 -0
- package/out/exports/resources.generated/aws-iot-mitigationaction.d.ts +132 -0
- package/out/exports/resources.generated/aws-iot-policy.d.ts +30 -0
- package/out/exports/resources.generated/aws-iot-policyprincipalattachment.d.ts +21 -0
- package/out/exports/resources.generated/aws-iot-provisioningtemplate.d.ts +63 -0
- package/out/exports/resources.generated/aws-iot-resourcespecificlogging.d.ts +32 -0
- package/out/exports/resources.generated/aws-iot-rolealias.d.ts +46 -0
- package/out/exports/resources.generated/aws-iot-scheduledaudit.d.ts +61 -0
- package/out/exports/resources.generated/aws-iot-securityprofile.d.ts +246 -0
- package/out/exports/resources.generated/aws-iot-softwarepackage.d.ts +34 -0
- package/out/exports/resources.generated/aws-iot-softwarepackageversion.d.ts +118 -0
- package/out/exports/resources.generated/aws-iot-thing.d.ts +44 -0
- package/out/exports/resources.generated/aws-iot-thinggroup.d.ts +72 -0
- package/out/exports/resources.generated/aws-iot-thingprincipalattachment.d.ts +21 -0
- package/out/exports/resources.generated/aws-iot-thingtype.d.ts +70 -0
- package/out/exports/resources.generated/aws-iot-topicrule.d.ts +913 -0
- package/out/exports/resources.generated/aws-iot-topicruledestination.d.ts +64 -0
- package/out/exports/resources.generated/aws-iotanalytics-channel.d.ts +85 -0
- package/out/exports/resources.generated/aws-iotanalytics-dataset.d.ts +397 -0
- package/out/exports/resources.generated/aws-iotanalytics-datastore.d.ts +226 -0
- package/out/exports/resources.generated/aws-iotanalytics-pipeline.d.ts +338 -0
- package/out/exports/resources.generated/aws-iotcoredeviceadvisor-suitedefinition.d.ts +87 -0
- package/out/exports/resources.generated/aws-iotevents-alarmmodel.d.ts +575 -0
- package/out/exports/resources.generated/aws-iotevents-detectormodel.d.ts +644 -0
- package/out/exports/resources.generated/aws-iotevents-input.d.ts +54 -0
- package/out/exports/resources.generated/aws-iotfleethub-application.d.ts +77 -0
- package/out/exports/resources.generated/aws-iotfleetwise-campaign.d.ts +479 -0
- package/out/exports/resources.generated/aws-iotfleetwise-decodermanifest.d.ts +358 -0
- package/out/exports/resources.generated/aws-iotfleetwise-fleet.d.ts +50 -0
- package/out/exports/resources.generated/aws-iotfleetwise-modelmanifest.d.ts +60 -0
- package/out/exports/resources.generated/aws-iotfleetwise-signalcatalog.d.ts +221 -0
- package/out/exports/resources.generated/aws-iotfleetwise-statetemplate.d.ts +69 -0
- package/out/exports/resources.generated/aws-iotfleetwise-vehicle.d.ts +105 -0
- package/out/exports/resources.generated/aws-iotsitewise-accesspolicy.d.ts +109 -0
- package/out/exports/resources.generated/aws-iotsitewise-asset.d.ts +110 -0
- package/out/exports/resources.generated/aws-iotsitewise-assetmodel.d.ts +392 -0
- package/out/exports/resources.generated/aws-iotsitewise-dashboard.d.ts +45 -0
- package/out/exports/resources.generated/aws-iotsitewise-dataset.d.ts +67 -0
- package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +91 -0
- package/out/exports/resources.generated/aws-iotsitewise-portal.d.ts +97 -0
- package/out/exports/resources.generated/aws-iotsitewise-project.d.ts +42 -0
- package/out/exports/resources.generated/aws-iotthingsgraph-flowtemplate.d.ts +17 -0
- package/out/exports/resources.generated/aws-iottwinmaker-componenttype.d.ts +294 -0
- package/out/exports/resources.generated/aws-iottwinmaker-entity.d.ts +364 -0
- package/out/exports/resources.generated/aws-iottwinmaker-scene.d.ts +66 -0
- package/out/exports/resources.generated/aws-iottwinmaker-syncjob.d.ts +58 -0
- package/out/exports/resources.generated/aws-iottwinmaker-workspace.d.ts +53 -0
- package/out/exports/resources.generated/aws-iotwireless-destination.d.ts +43 -0
- package/out/exports/resources.generated/aws-iotwireless-deviceprofile.d.ts +138 -0
- package/out/exports/resources.generated/aws-iotwireless-fuotatask.d.ts +89 -0
- package/out/exports/resources.generated/aws-iotwireless-multicastgroup.d.ts +76 -0
- package/out/exports/resources.generated/aws-iotwireless-networkanalyzerconfiguration.d.ts +46 -0
- package/out/exports/resources.generated/aws-iotwireless-partneraccount.d.ts +92 -0
- package/out/exports/resources.generated/aws-iotwireless-serviceprofile.d.ts +115 -0
- package/out/exports/resources.generated/aws-iotwireless-taskdefinition.d.ts +126 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdevice.d.ts +343 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdeviceimporttask.d.ts +76 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessgateway.d.ts +64 -0
- package/out/exports/resources.generated/aws-ivs-channel.d.ts +117 -0
- package/out/exports/resources.generated/aws-ivs-encoderconfiguration.d.ts +63 -0
- package/out/exports/resources.generated/aws-ivs-ingestconfiguration.d.ts +67 -0
- package/out/exports/resources.generated/aws-ivs-playbackkeypair.d.ts +38 -0
- package/out/exports/resources.generated/aws-ivs-playbackrestrictionpolicy.d.ts +45 -0
- package/out/exports/resources.generated/aws-ivs-publickey.d.ts +37 -0
- package/out/exports/resources.generated/aws-ivs-recordingconfiguration.d.ts +124 -0
- package/out/exports/resources.generated/aws-ivs-stage.d.ts +58 -0
- package/out/exports/resources.generated/aws-ivs-storageconfiguration.d.ts +46 -0
- package/out/exports/resources.generated/aws-ivs-streamkey.d.ts +32 -0
- package/out/exports/resources.generated/aws-ivschat-loggingconfiguration.d.ts +98 -0
- package/out/exports/resources.generated/aws-ivschat-room.d.ts +78 -0
- package/out/exports/resources.generated/aws-kafkaconnect-connector.d.ts +326 -0
- package/out/exports/resources.generated/aws-kafkaconnect-customplugin.d.ts +69 -0
- package/out/exports/resources.generated/aws-kafkaconnect-workerconfiguration.d.ts +39 -0
- package/out/exports/resources.generated/aws-kendra-datasource.d.ts +1780 -0
- package/out/exports/resources.generated/aws-kendra-faq.d.ts +80 -0
- package/out/exports/resources.generated/aws-kendra-index.d.ts +255 -0
- package/out/exports/resources.generated/aws-kendraranking-executionplan.d.ts +47 -0
- package/out/exports/resources.generated/aws-kinesis-resourcepolicy.d.ts +27 -0
- package/out/exports/resources.generated/aws-kinesis-stream.d.ts +92 -0
- package/out/exports/resources.generated/aws-kinesis-streamconsumer.d.ts +45 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-application.d.ts +225 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationoutput.d.ts +106 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationreferencedatasource.d.ts +149 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-application.d.ts +652 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.d.ts +30 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationoutput.d.ts +90 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationreferencedatasource.d.ts +141 -0
- package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +1629 -0
- package/out/exports/resources.generated/aws-kinesisvideo-signalingchannel.d.ts +39 -0
- package/out/exports/resources.generated/aws-kinesisvideo-stream.d.ts +62 -0
- package/out/exports/resources.generated/aws-kms-alias.d.ts +53 -0
- package/out/exports/resources.generated/aws-kms-key.d.ts +214 -0
- package/out/exports/resources.generated/aws-kms-replicakey.d.ts +118 -0
- package/out/exports/resources.generated/aws-lakeformation-datacellsfilter.d.ts +66 -0
- package/out/exports/resources.generated/aws-lakeformation-datalakesettings.d.ts +75 -0
- package/out/exports/resources.generated/aws-lakeformation-permissions.d.ts +145 -0
- package/out/exports/resources.generated/aws-lakeformation-principalpermissions.d.ts +241 -0
- package/out/exports/resources.generated/aws-lakeformation-resource.d.ts +34 -0
- package/out/exports/resources.generated/aws-lakeformation-tag.d.ts +26 -0
- package/out/exports/resources.generated/aws-lakeformation-tagassociation.d.ts +133 -0
- package/out/exports/resources.generated/aws-lambda-alias.d.ts +77 -0
- package/out/exports/resources.generated/aws-lambda-codesigningconfig.d.ts +61 -0
- package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +101 -0
- package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +374 -0
- package/out/exports/resources.generated/aws-lambda-function.d.ts +374 -0
- package/out/exports/resources.generated/aws-lambda-layerversion.d.ts +59 -0
- package/out/exports/resources.generated/aws-lambda-layerversionpermission.d.ts +32 -0
- package/out/exports/resources.generated/aws-lambda-permission.d.ts +83 -0
- package/out/exports/resources.generated/aws-lambda-url.d.ts +85 -0
- package/out/exports/resources.generated/aws-lambda-version.d.ts +83 -0
- package/out/exports/resources.generated/aws-launchwizard-deployment.d.ts +70 -0
- package/out/exports/resources.generated/aws-lex-bot.d.ts +1730 -0
- package/out/exports/resources.generated/aws-lex-botalias.d.ts +221 -0
- package/out/exports/resources.generated/aws-lex-botversion.d.ts +52 -0
- package/out/exports/resources.generated/aws-lex-resourcepolicy.d.ts +29 -0
- package/out/exports/resources.generated/aws-licensemanager-grant.d.ts +50 -0
- package/out/exports/resources.generated/aws-licensemanager-license.d.ts +175 -0
- package/out/exports/resources.generated/aws-lightsail-alarm.d.ts +82 -0
- package/out/exports/resources.generated/aws-lightsail-bucket.d.ts +89 -0
- package/out/exports/resources.generated/aws-lightsail-certificate.d.ts +40 -0
- package/out/exports/resources.generated/aws-lightsail-container.d.ts +230 -0
- package/out/exports/resources.generated/aws-lightsail-database.d.ts +190 -0
- package/out/exports/resources.generated/aws-lightsail-disk.d.ts +128 -0
- package/out/exports/resources.generated/aws-lightsail-distribution.d.ts +271 -0
- package/out/exports/resources.generated/aws-lightsail-instance.d.ts +313 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancer.d.ts +61 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancertlscertificate.d.ts +47 -0
- package/out/exports/resources.generated/aws-lightsail-staticip.d.ts +30 -0
- package/out/exports/resources.generated/aws-location-apikey.d.ts +151 -0
- package/out/exports/resources.generated/aws-location-geofencecollection.d.ts +80 -0
- package/out/exports/resources.generated/aws-location-map.d.ts +139 -0
- package/out/exports/resources.generated/aws-location-placeindex.d.ts +103 -0
- package/out/exports/resources.generated/aws-location-routecalculator.d.ts +84 -0
- package/out/exports/resources.generated/aws-location-tracker.d.ts +84 -0
- package/out/exports/resources.generated/aws-location-trackerconsumer.d.ts +31 -0
- package/out/exports/resources.generated/aws-logs-accountpolicy.d.ts +150 -0
- package/out/exports/resources.generated/aws-logs-delivery.d.ts +71 -0
- package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +59 -0
- package/out/exports/resources.generated/aws-logs-deliverysource.d.ts +59 -0
- package/out/exports/resources.generated/aws-logs-destination.d.ts +36 -0
- package/out/exports/resources.generated/aws-logs-integration.d.ts +64 -0
- package/out/exports/resources.generated/aws-logs-loganomalydetector.d.ts +66 -0
- package/out/exports/resources.generated/aws-logs-loggroup.d.ts +75 -0
- package/out/exports/resources.generated/aws-logs-logstream.d.ts +24 -0
- package/out/exports/resources.generated/aws-logs-metricfilter.d.ts +112 -0
- package/out/exports/resources.generated/aws-logs-querydefinition.d.ts +39 -0
- package/out/exports/resources.generated/aws-logs-resourcepolicy.d.ts +22 -0
- package/out/exports/resources.generated/aws-logs-subscriptionfilter.d.ts +45 -0
- package/out/exports/resources.generated/aws-logs-transformer.d.ts +376 -0
- package/out/exports/resources.generated/aws-lookoutequipment-inferencescheduler.d.ts +119 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-alert.d.ts +82 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-anomalydetector.d.ts +368 -0
- package/out/exports/resources.generated/aws-lookoutvision-project.d.ts +18 -0
- package/out/exports/resources.generated/aws-m2-application.d.ts +75 -0
- package/out/exports/resources.generated/aws-m2-deployment.d.ts +33 -0
- package/out/exports/resources.generated/aws-m2-environment.d.ts +141 -0
- package/out/exports/resources.generated/aws-macie-allowlist.d.ts +104 -0
- package/out/exports/resources.generated/aws-macie-customdataidentifier.d.ts +65 -0
- package/out/exports/resources.generated/aws-macie-findingsfilter.d.ts +96 -0
- package/out/exports/resources.generated/aws-macie-session.d.ts +38 -0
- package/out/exports/resources.generated/aws-managedblockchain-accessor.d.ts +63 -0
- package/out/exports/resources.generated/aws-managedblockchain-member.d.ts +154 -0
- package/out/exports/resources.generated/aws-managedblockchain-node.d.ts +57 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridge.d.ts +217 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgeoutput.d.ts +47 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgesource.d.ts +83 -0
- package/out/exports/resources.generated/aws-mediaconnect-flow.d.ts +540 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowentitlement.d.ts +85 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowoutput.d.ts +179 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowsource.d.ts +160 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowvpcinterface.d.ts +44 -0
- package/out/exports/resources.generated/aws-mediaconnect-gateway.d.ts +43 -0
- package/out/exports/resources.generated/aws-mediaconvert-jobtemplate.d.ts +125 -0
- package/out/exports/resources.generated/aws-mediaconvert-preset.d.ts +47 -0
- package/out/exports/resources.generated/aws-mediaconvert-queue.d.ts +47 -0
- package/out/exports/resources.generated/aws-medialive-channel.d.ts +3868 -0
- package/out/exports/resources.generated/aws-medialive-channelplacementgroup.d.ts +46 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplate.d.ts +124 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplategroup.d.ts +50 -0
- package/out/exports/resources.generated/aws-medialive-cluster.d.ts +82 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplate.d.ts +89 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplategroup.d.ts +50 -0
- package/out/exports/resources.generated/aws-medialive-input.d.ts +158 -0
- package/out/exports/resources.generated/aws-medialive-inputsecuritygroup.d.ts +39 -0
- package/out/exports/resources.generated/aws-medialive-multiplex.d.ts +94 -0
- package/out/exports/resources.generated/aws-medialive-multiplexprogram.d.ts +163 -0
- package/out/exports/resources.generated/aws-medialive-network.d.ts +59 -0
- package/out/exports/resources.generated/aws-medialive-sdisource.d.ts +54 -0
- package/out/exports/resources.generated/aws-medialive-signalmap.d.ts +101 -0
- package/out/exports/resources.generated/aws-mediapackage-asset.d.ts +44 -0
- package/out/exports/resources.generated/aws-mediapackage-channel.d.ts +51 -0
- package/out/exports/resources.generated/aws-mediapackage-originendpoint.d.ts +550 -0
- package/out/exports/resources.generated/aws-mediapackage-packagingconfiguration.d.ts +355 -0
- package/out/exports/resources.generated/aws-mediapackage-packaginggroup.d.ts +64 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +87 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channelgroup.d.ts +45 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channelpolicy.d.ts +27 -0
- package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +494 -0
- package/out/exports/resources.generated/aws-mediapackagev2-originendpointpolicy.d.ts +34 -0
- package/out/exports/resources.generated/aws-mediastore-container.d.ts +119 -0
- package/out/exports/resources.generated/aws-mediatailor-channel.d.ts +144 -0
- package/out/exports/resources.generated/aws-mediatailor-channelpolicy.d.ts +17 -0
- package/out/exports/resources.generated/aws-mediatailor-livesource.d.ts +48 -0
- package/out/exports/resources.generated/aws-mediatailor-playbackconfiguration.d.ts +194 -0
- package/out/exports/resources.generated/aws-mediatailor-sourcelocation.d.ts +110 -0
- package/out/exports/resources.generated/aws-mediatailor-vodsource.d.ts +48 -0
- package/out/exports/resources.generated/aws-memorydb-acl.d.ts +35 -0
- package/out/exports/resources.generated/aws-memorydb-cluster.d.ts +155 -0
- package/out/exports/resources.generated/aws-memorydb-multiregioncluster.d.ts +63 -0
- package/out/exports/resources.generated/aws-memorydb-parametergroup.d.ts +36 -0
- package/out/exports/resources.generated/aws-memorydb-subnetgroup.d.ts +37 -0
- package/out/exports/resources.generated/aws-memorydb-user.d.ts +52 -0
- package/out/exports/resources.generated/aws-mpa-approvalteam.d.ts +35 -0
- package/out/exports/resources.generated/aws-mpa-identitysource.d.ts +29 -0
- package/out/exports/resources.generated/aws-msk-batchscramsecret.d.ts +16 -0
- package/out/exports/resources.generated/aws-msk-cluster.d.ts +463 -0
- package/out/exports/resources.generated/aws-msk-clusterpolicy.d.ts +25 -0
- package/out/exports/resources.generated/aws-msk-configuration.d.ts +57 -0
- package/out/exports/resources.generated/aws-msk-replicator.d.ts +191 -0
- package/out/exports/resources.generated/aws-msk-serverlesscluster.d.ts +63 -0
- package/out/exports/resources.generated/aws-msk-vpcconnection.d.ts +45 -0
- package/out/exports/resources.generated/aws-mwaa-environment.d.ts +233 -0
- package/out/exports/resources.generated/aws-neptune-dbcluster.d.ts +211 -0
- package/out/exports/resources.generated/aws-neptune-dbclusterparametergroup.d.ts +34 -0
- package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +93 -0
- package/out/exports/resources.generated/aws-neptune-dbparametergroup.d.ts +38 -0
- package/out/exports/resources.generated/aws-neptune-dbsubnetgroup.d.ts +24 -0
- package/out/exports/resources.generated/aws-neptune-eventsubscription.d.ts +29 -0
- package/out/exports/resources.generated/aws-neptunegraph-graph.d.ts +78 -0
- package/out/exports/resources.generated/aws-neptunegraph-privategraphendpoint.d.ts +36 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewall.d.ts +96 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewallpolicy.d.ts +243 -0
- package/out/exports/resources.generated/aws-networkfirewall-loggingconfiguration.d.ts +77 -0
- package/out/exports/resources.generated/aws-networkfirewall-rulegroup.d.ts +496 -0
- package/out/exports/resources.generated/aws-networkfirewall-tlsinspectionconfiguration.d.ts +173 -0
- package/out/exports/resources.generated/aws-networkmanager-connectattachment.d.ts +127 -0
- package/out/exports/resources.generated/aws-networkmanager-connectpeer.d.ts +67 -0
- package/out/exports/resources.generated/aws-networkmanager-corenetwork.d.ts +48 -0
- package/out/exports/resources.generated/aws-networkmanager-customergatewayassociation.d.ts +26 -0
- package/out/exports/resources.generated/aws-networkmanager-device.d.ts +104 -0
- package/out/exports/resources.generated/aws-networkmanager-directconnectgatewayattachment.d.ts +112 -0
- package/out/exports/resources.generated/aws-networkmanager-globalnetwork.d.ts +36 -0
- package/out/exports/resources.generated/aws-networkmanager-link.d.ts +73 -0
- package/out/exports/resources.generated/aws-networkmanager-linkassociation.d.ts +20 -0
- package/out/exports/resources.generated/aws-networkmanager-site.d.ts +65 -0
- package/out/exports/resources.generated/aws-networkmanager-sitetositevpnattachment.d.ts +112 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewaypeering.d.ts +58 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayregistration.d.ts +16 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayroutetableattachment.d.ts +116 -0
- package/out/exports/resources.generated/aws-networkmanager-vpcattachment.d.ts +135 -0
- package/out/exports/resources.generated/aws-notifications-channelassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-notifications-eventrule.d.ts +57 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationaccountcontactassociation.d.ts +20 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationadditionalchannelassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-notifications-notificationconfiguration.d.ts +60 -0
- package/out/exports/resources.generated/aws-notifications-notificationhub.d.ts +19 -0
- package/out/exports/resources.generated/aws-notificationscontacts-emailcontact.d.ts +67 -0
- package/out/exports/resources.generated/aws-oam-link.d.ts +111 -0
- package/out/exports/resources.generated/aws-oam-sink.d.ts +40 -0
- package/out/exports/resources.generated/aws-omics-annotationstore.d.ts +141 -0
- package/out/exports/resources.generated/aws-omics-referencestore.d.ts +72 -0
- package/out/exports/resources.generated/aws-omics-rungroup.d.ts +64 -0
- package/out/exports/resources.generated/aws-omics-sequencestore.d.ts +126 -0
- package/out/exports/resources.generated/aws-omics-variantstore.d.ts +107 -0
- package/out/exports/resources.generated/aws-omics-workflow.d.ts +135 -0
- package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +111 -0
- package/out/exports/resources.generated/aws-opensearchserverless-accesspolicy.d.ts +36 -0
- package/out/exports/resources.generated/aws-opensearchserverless-collection.d.ts +71 -0
- package/out/exports/resources.generated/aws-opensearchserverless-index.d.ts +116 -0
- package/out/exports/resources.generated/aws-opensearchserverless-lifecyclepolicy.d.ts +36 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securityconfig.d.ts +111 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securitypolicy.d.ts +40 -0
- package/out/exports/resources.generated/aws-opensearchserverless-vpcendpoint.d.ts +39 -0
- package/out/exports/resources.generated/aws-opensearchservice-application.d.ts +92 -0
- package/out/exports/resources.generated/aws-opensearchservice-domain.d.ts +572 -0
- package/out/exports/resources.generated/aws-opsworks-app.d.ts +143 -0
- package/out/exports/resources.generated/aws-opsworks-elasticloadbalancerattachment.d.ts +19 -0
- package/out/exports/resources.generated/aws-opsworks-instance.d.ts +212 -0
- package/out/exports/resources.generated/aws-opsworks-layer.d.ts +209 -0
- package/out/exports/resources.generated/aws-opsworks-stack.d.ts +258 -0
- package/out/exports/resources.generated/aws-opsworks-userprofile.d.ts +31 -0
- package/out/exports/resources.generated/aws-opsworks-volume.d.ts +27 -0
- package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +209 -0
- package/out/exports/resources.generated/aws-organizations-account.d.ts +117 -0
- package/out/exports/resources.generated/aws-organizations-organization.d.ts +63 -0
- package/out/exports/resources.generated/aws-organizations-organizationalunit.d.ts +55 -0
- package/out/exports/resources.generated/aws-organizations-policy.d.ts +89 -0
- package/out/exports/resources.generated/aws-organizations-resourcepolicy.d.ts +40 -0
- package/out/exports/resources.generated/aws-osis-pipeline.d.ts +141 -0
- package/out/exports/resources.generated/aws-panorama-applicationinstance.d.ts +94 -0
- package/out/exports/resources.generated/aws-panorama-package.d.ts +50 -0
- package/out/exports/resources.generated/aws-panorama-packageversion.d.ts +59 -0
- package/out/exports/resources.generated/aws-paymentcryptography-alias.d.ts +37 -0
- package/out/exports/resources.generated/aws-paymentcryptography-key.d.ts +150 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-connector.d.ts +50 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-directoryregistration.d.ts +26 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-serviceprincipalname.d.ts +22 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-template.d.ts +723 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-templategroupaccesscontrolentry.d.ts +47 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-challenge.d.ts +27 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-connector.d.ts +69 -0
- package/out/exports/resources.generated/aws-pcs-cluster.d.ts +112 -0
- package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +136 -0
- package/out/exports/resources.generated/aws-pcs-queue.d.ts +48 -0
- package/out/exports/resources.generated/aws-personalize-dataset.d.ts +119 -0
- package/out/exports/resources.generated/aws-personalize-datasetgroup.d.ts +42 -0
- package/out/exports/resources.generated/aws-personalize-schema.d.ts +40 -0
- package/out/exports/resources.generated/aws-personalize-solution.d.ts +198 -0
- package/out/exports/resources.generated/aws-pinpoint-admchannel.d.ts +32 -0
- package/out/exports/resources.generated/aws-pinpoint-apnschannel.d.ts +52 -0
- package/out/exports/resources.generated/aws-pinpoint-apnssandboxchannel.d.ts +52 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipchannel.d.ts +52 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipsandboxchannel.d.ts +52 -0
- package/out/exports/resources.generated/aws-pinpoint-app.d.ts +30 -0
- package/out/exports/resources.generated/aws-pinpoint-applicationsettings.d.ts +92 -0
- package/out/exports/resources.generated/aws-pinpoint-baiduchannel.d.ts +32 -0
- package/out/exports/resources.generated/aws-pinpoint-campaign.d.ts +636 -0
- package/out/exports/resources.generated/aws-pinpoint-emailchannel.d.ts +44 -0
- package/out/exports/resources.generated/aws-pinpoint-emailtemplate.d.ts +45 -0
- package/out/exports/resources.generated/aws-pinpoint-eventstream.d.ts +27 -0
- package/out/exports/resources.generated/aws-pinpoint-gcmchannel.d.ts +36 -0
- package/out/exports/resources.generated/aws-pinpoint-inapptemplate.d.ts +183 -0
- package/out/exports/resources.generated/aws-pinpoint-pushtemplate.d.ts +158 -0
- package/out/exports/resources.generated/aws-pinpoint-segment.d.ts +227 -0
- package/out/exports/resources.generated/aws-pinpoint-smschannel.d.ts +36 -0
- package/out/exports/resources.generated/aws-pinpoint-smstemplate.d.ts +37 -0
- package/out/exports/resources.generated/aws-pinpoint-voicechannel.d.ts +24 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationset.d.ts +73 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationseteventdestination.d.ts +121 -0
- package/out/exports/resources.generated/aws-pinpointemail-dedicatedippool.d.ts +19 -0
- package/out/exports/resources.generated/aws-pinpointemail-identity.d.ts +84 -0
- package/out/exports/resources.generated/aws-pipes-pipe.d.ts +1585 -0
- package/out/exports/resources.generated/aws-proton-environmentaccountconnection.d.ts +72 -0
- package/out/exports/resources.generated/aws-proton-environmenttemplate.d.ts +56 -0
- package/out/exports/resources.generated/aws-proton-servicetemplate.d.ts +52 -0
- package/out/exports/resources.generated/aws-qbusiness-application.d.ts +194 -0
- package/out/exports/resources.generated/aws-qbusiness-dataaccessor.d.ts +172 -0
- package/out/exports/resources.generated/aws-qbusiness-datasource.d.ts +341 -0
- package/out/exports/resources.generated/aws-qbusiness-index.d.ts +117 -0
- package/out/exports/resources.generated/aws-qbusiness-permission.d.ts +33 -0
- package/out/exports/resources.generated/aws-qbusiness-plugin.d.ts +190 -0
- package/out/exports/resources.generated/aws-qbusiness-retriever.d.ts +105 -0
- package/out/exports/resources.generated/aws-qbusiness-webexperience.d.ts +195 -0
- package/out/exports/resources.generated/aws-qldb-ledger.d.ts +67 -0
- package/out/exports/resources.generated/aws-qldb-stream.d.ts +77 -0
- package/out/exports/resources.generated/aws-quicksight-analysis.d.ts +11521 -0
- package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +110 -0
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +11631 -0
- package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +1014 -0
- package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +820 -0
- package/out/exports/resources.generated/aws-quicksight-folder.d.ts +99 -0
- package/out/exports/resources.generated/aws-quicksight-refreshschedule.d.ts +85 -0
- package/out/exports/resources.generated/aws-quicksight-template.d.ts +10850 -0
- package/out/exports/resources.generated/aws-quicksight-theme.d.ts +302 -0
- package/out/exports/resources.generated/aws-quicksight-topic.d.ts +773 -0
- package/out/exports/resources.generated/aws-quicksight-vpcconnection.d.ts +78 -0
- package/out/exports/resources.generated/aws-ram-permission.d.ts +53 -0
- package/out/exports/resources.generated/aws-ram-resourceshare.d.ts +52 -0
- package/out/exports/resources.generated/aws-rbin-rule.d.ts +123 -0
- package/out/exports/resources.generated/aws-rds-customdbengineversion.d.ts +100 -0
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +844 -0
- package/out/exports/resources.generated/aws-rds-dbclusterparametergroup.d.ts +74 -0
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +1159 -0
- package/out/exports/resources.generated/aws-rds-dbparametergroup.d.ts +85 -0
- package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +120 -0
- package/out/exports/resources.generated/aws-rds-dbproxyendpoint.d.ts +77 -0
- package/out/exports/resources.generated/aws-rds-dbproxytargetgroup.d.ts +111 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroup.d.ts +56 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroupingress.d.ts +37 -0
- package/out/exports/resources.generated/aws-rds-dbshardgroup.d.ts +79 -0
- package/out/exports/resources.generated/aws-rds-dbsubnetgroup.d.ts +34 -0
- package/out/exports/resources.generated/aws-rds-eventsubscription.d.ts +55 -0
- package/out/exports/resources.generated/aws-rds-globalcluster.d.ts +155 -0
- package/out/exports/resources.generated/aws-rds-integration.d.ts +59 -0
- package/out/exports/resources.generated/aws-rds-optiongroup.d.ts +100 -0
- package/out/exports/resources.generated/aws-redshift-cluster.d.ts +403 -0
- package/out/exports/resources.generated/aws-redshift-clusterparametergroup.d.ts +46 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroupingress.d.ts +40 -0
- package/out/exports/resources.generated/aws-redshift-clustersubnetgroup.d.ts +29 -0
- package/out/exports/resources.generated/aws-redshift-endpointaccess.d.ts +57 -0
- package/out/exports/resources.generated/aws-redshift-endpointauthorization.d.ts +59 -0
- package/out/exports/resources.generated/aws-redshift-eventsubscription.d.ts +91 -0
- package/out/exports/resources.generated/aws-redshift-integration.d.ts +44 -0
- package/out/exports/resources.generated/aws-redshift-scheduledaction.d.ts +109 -0
- package/out/exports/resources.generated/aws-redshiftserverless-namespace.d.ts +153 -0
- package/out/exports/resources.generated/aws-redshiftserverless-workgroup.d.ts +205 -0
- package/out/exports/resources.generated/aws-refactorspaces-application.d.ts +121 -0
- package/out/exports/resources.generated/aws-refactorspaces-environment.d.ts +56 -0
- package/out/exports/resources.generated/aws-refactorspaces-route.d.ts +134 -0
- package/out/exports/resources.generated/aws-refactorspaces-service.d.ts +109 -0
- package/out/exports/resources.generated/aws-rekognition-collection.d.ts +22 -0
- package/out/exports/resources.generated/aws-rekognition-project.d.ts +18 -0
- package/out/exports/resources.generated/aws-rekognition-streamprocessor.d.ts +285 -0
- package/out/exports/resources.generated/aws-resiliencehub-app.d.ts +360 -0
- package/out/exports/resources.generated/aws-resiliencehub-resiliencypolicy.d.ts +62 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-defaultviewassociation.d.ts +21 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-index.d.ts +38 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-view.d.ts +67 -0
- package/out/exports/resources.generated/aws-resourcegroups-group.d.ts +144 -0
- package/out/exports/resources.generated/aws-resourcegroups-tagsynctask.d.ts +76 -0
- package/out/exports/resources.generated/aws-robomaker-fleet.d.ts +29 -0
- package/out/exports/resources.generated/aws-robomaker-robot.d.ts +44 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplication.d.ts +80 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplicationversion.d.ts +29 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplication.d.ts +113 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplicationversion.d.ts +29 -0
- package/out/exports/resources.generated/aws-rolesanywhere-crl.d.ts +36 -0
- package/out/exports/resources.generated/aws-rolesanywhere-profile.d.ts +84 -0
- package/out/exports/resources.generated/aws-rolesanywhere-trustanchor.d.ts +89 -0
- package/out/exports/resources.generated/aws-route53-cidrcollection.d.ts +44 -0
- package/out/exports/resources.generated/aws-route53-dnssec.d.ts +13 -0
- package/out/exports/resources.generated/aws-route53-healthcheck.d.ts +113 -0
- package/out/exports/resources.generated/aws-route53-hostedzone.d.ts +157 -0
- package/out/exports/resources.generated/aws-route53-keysigningkey.d.ts +36 -0
- package/out/exports/resources.generated/aws-route53-recordset.d.ts +467 -0
- package/out/exports/resources.generated/aws-route53-recordsetgroup.d.ts +477 -0
- package/out/exports/resources.generated/aws-route53profiles-profile.d.ts +34 -0
- package/out/exports/resources.generated/aws-route53profiles-profileassociation.d.ts +36 -0
- package/out/exports/resources.generated/aws-route53profiles-profileresourceassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-cluster.d.ts +35 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-controlpanel.d.ts +42 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-routingcontrol.d.ts +37 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-safetyrule.d.ts +132 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-cell.d.ts +39 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-readinesscheck.d.ts +37 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-recoverygroup.d.ts +34 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-resourceset.d.ts +132 -0
- package/out/exports/resources.generated/aws-route53resolver-firewalldomainlist.d.ts +84 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroup.d.ts +174 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroupassociation.d.ts +89 -0
- package/out/exports/resources.generated/aws-route53resolver-outpostresolver.d.ts +78 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverconfig.d.ts +36 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverdnssecconfig.d.ts +32 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverendpoint.d.ts +114 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfig.d.ts +77 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfigassociation.d.ts +56 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverrule.d.ts +101 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverruleassociation.d.ts +38 -0
- package/out/exports/resources.generated/aws-rum-appmonitor.d.ts +332 -0
- package/out/exports/resources.generated/aws-s3-accessgrant.d.ts +92 -0
- package/out/exports/resources.generated/aws-s3-accessgrantsinstance.d.ts +31 -0
- package/out/exports/resources.generated/aws-s3-accessgrantslocation.d.ts +42 -0
- package/out/exports/resources.generated/aws-s3-accesspoint.d.ts +111 -0
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +1253 -0
- package/out/exports/resources.generated/aws-s3-bucketpolicy.d.ts +34 -0
- package/out/exports/resources.generated/aws-s3-multiregionaccesspoint.d.ts +85 -0
- package/out/exports/resources.generated/aws-s3-multiregionaccesspointpolicy.d.ts +28 -0
- package/out/exports/resources.generated/aws-s3-storagelens.d.ts +309 -0
- package/out/exports/resources.generated/aws-s3-storagelensgroup.d.ts +141 -0
- package/out/exports/resources.generated/aws-s3express-bucketpolicy.d.ts +52 -0
- package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +205 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspoint.d.ts +90 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspointpolicy.d.ts +20 -0
- package/out/exports/resources.generated/aws-s3outposts-accesspoint.d.ts +53 -0
- package/out/exports/resources.generated/aws-s3outposts-bucket.d.ts +285 -0
- package/out/exports/resources.generated/aws-s3outposts-bucketpolicy.d.ts +28 -0
- package/out/exports/resources.generated/aws-s3outposts-endpoint.d.ts +90 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucket.d.ts +61 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucketpolicy.d.ts +19 -0
- package/out/exports/resources.generated/aws-sagemaker-app.d.ts +96 -0
- package/out/exports/resources.generated/aws-sagemaker-appimageconfig.d.ts +150 -0
- package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +175 -0
- package/out/exports/resources.generated/aws-sagemaker-coderepository.d.ts +48 -0
- package/out/exports/resources.generated/aws-sagemaker-dataqualityjobdefinition.d.ts +379 -0
- package/out/exports/resources.generated/aws-sagemaker-device.d.ts +48 -0
- package/out/exports/resources.generated/aws-sagemaker-devicefleet.d.ts +55 -0
- package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +723 -0
- package/out/exports/resources.generated/aws-sagemaker-endpoint.d.ts +175 -0
- package/out/exports/resources.generated/aws-sagemaker-endpointconfig.d.ts +404 -0
- package/out/exports/resources.generated/aws-sagemaker-featuregroup.d.ts +239 -0
- package/out/exports/resources.generated/aws-sagemaker-image.d.ts +54 -0
- package/out/exports/resources.generated/aws-sagemaker-imageversion.d.ts +98 -0
- package/out/exports/resources.generated/aws-sagemaker-inferencecomponent.d.ts +232 -0
- package/out/exports/resources.generated/aws-sagemaker-inferenceexperiment.d.ts +247 -0
- package/out/exports/resources.generated/aws-sagemaker-mlflowtrackingserver.d.ts +62 -0
- package/out/exports/resources.generated/aws-sagemaker-model.d.ts +261 -0
- package/out/exports/resources.generated/aws-sagemaker-modelbiasjobdefinition.d.ts +415 -0
- package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +624 -0
- package/out/exports/resources.generated/aws-sagemaker-modelexplainabilityjobdefinition.d.ts +374 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackage.d.ts +916 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackagegroup.d.ts +41 -0
- package/out/exports/resources.generated/aws-sagemaker-modelqualityjobdefinition.d.ts +425 -0
- package/out/exports/resources.generated/aws-sagemaker-monitoringschedule.d.ts +528 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstance.d.ts +104 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstancelifecycleconfig.d.ts +36 -0
- package/out/exports/resources.generated/aws-sagemaker-partnerapp.d.ts +103 -0
- package/out/exports/resources.generated/aws-sagemaker-pipeline.d.ts +81 -0
- package/out/exports/resources.generated/aws-sagemaker-project.d.ts +77 -0
- package/out/exports/resources.generated/aws-sagemaker-space.d.ts +332 -0
- package/out/exports/resources.generated/aws-sagemaker-studiolifecycleconfig.d.ts +39 -0
- package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +507 -0
- package/out/exports/resources.generated/aws-sagemaker-workteam.d.ts +88 -0
- package/out/exports/resources.generated/aws-scheduler-schedule.d.ts +445 -0
- package/out/exports/resources.generated/aws-scheduler-schedulegroup.d.ts +54 -0
- package/out/exports/resources.generated/aws-sdb-domain.d.ts +17 -0
- package/out/exports/resources.generated/aws-secretsmanager-resourcepolicy.d.ts +33 -0
- package/out/exports/resources.generated/aws-secretsmanager-rotationschedule.d.ts +204 -0
- package/out/exports/resources.generated/aws-secretsmanager-secret.d.ts +143 -0
- package/out/exports/resources.generated/aws-secretsmanager-secrettargetattachment.d.ts +39 -0
- package/out/exports/resources.generated/aws-securityhub-automationrule.d.ts +613 -0
- package/out/exports/resources.generated/aws-securityhub-configurationpolicy.d.ts +179 -0
- package/out/exports/resources.generated/aws-securityhub-delegatedadmin.d.ts +30 -0
- package/out/exports/resources.generated/aws-securityhub-findingaggregator.d.ts +41 -0
- package/out/exports/resources.generated/aws-securityhub-hub.d.ts +54 -0
- package/out/exports/resources.generated/aws-securityhub-insight.d.ts +681 -0
- package/out/exports/resources.generated/aws-securityhub-organizationconfiguration.d.ts +53 -0
- package/out/exports/resources.generated/aws-securityhub-policyassociation.d.ts +43 -0
- package/out/exports/resources.generated/aws-securityhub-productsubscription.d.ts +24 -0
- package/out/exports/resources.generated/aws-securityhub-securitycontrol.d.ts +0 -0
- package/out/exports/resources.generated/aws-securityhub-standard.d.ts +44 -0
- package/out/exports/resources.generated/aws-securitylake-awslogsource.d.ts +29 -0
- package/out/exports/resources.generated/aws-securitylake-datalake.d.ts +110 -0
- package/out/exports/resources.generated/aws-securitylake-subscriber.d.ts +133 -0
- package/out/exports/resources.generated/aws-securitylake-subscribernotification.d.ts +72 -0
- package/out/exports/resources.generated/aws-servicecatalog-acceptedportfolioshare.d.ts +22 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationproduct.d.ts +161 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationprovisionedproduct.d.ts +217 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchnotificationconstraint.d.ts +34 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchroleconstraint.d.ts +44 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchtemplateconstraint.d.ts +34 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolio.d.ts +41 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioprincipalassociation.d.ts +30 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioproductassociation.d.ts +32 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioshare.d.ts +30 -0
- package/out/exports/resources.generated/aws-servicecatalog-resourceupdateconstraint.d.ts +36 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceaction.d.ts +59 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceactionassociation.d.ts +29 -0
- package/out/exports/resources.generated/aws-servicecatalog-stacksetconstraint.d.ts +56 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoption.d.ts +26 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoptionassociation.d.ts +19 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-application.d.ts +55 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroup.d.ts +40 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroupassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-resourceassociation.d.ts +36 -0
- package/out/exports/resources.generated/aws-servicediscovery-httpnamespace.d.ts +32 -0
- package/out/exports/resources.generated/aws-servicediscovery-instance.d.ts +62 -0
- package/out/exports/resources.generated/aws-servicediscovery-privatednsnamespace.d.ts +69 -0
- package/out/exports/resources.generated/aws-servicediscovery-publicdnsnamespace.d.ts +69 -0
- package/out/exports/resources.generated/aws-servicediscovery-service.d.ts +255 -0
- package/out/exports/resources.generated/aws-ses-configurationset.d.ts +164 -0
- package/out/exports/resources.generated/aws-ses-configurationseteventdestination.d.ts +150 -0
- package/out/exports/resources.generated/aws-ses-contactlist.d.ts +52 -0
- package/out/exports/resources.generated/aws-ses-dedicatedippool.d.ts +29 -0
- package/out/exports/resources.generated/aws-ses-emailidentity.d.ts +154 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddoninstance.d.ts +36 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddonsubscription.d.ts +31 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerarchive.d.ts +55 -0
- package/out/exports/resources.generated/aws-ses-mailmanageringresspoint.d.ts +117 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerrelay.d.ts +62 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerruleset.d.ts +441 -0
- package/out/exports/resources.generated/aws-ses-mailmanagertrafficpolicy.d.ts +197 -0
- package/out/exports/resources.generated/aws-ses-receiptfilter.d.ts +47 -0
- package/out/exports/resources.generated/aws-ses-receiptrule.d.ts +285 -0
- package/out/exports/resources.generated/aws-ses-receiptruleset.d.ts +19 -0
- package/out/exports/resources.generated/aws-ses-template.d.ts +39 -0
- package/out/exports/resources.generated/aws-ses-vdmattributes.d.ts +48 -0
- package/out/exports/resources.generated/aws-shield-drtaccess.d.ts +49 -0
- package/out/exports/resources.generated/aws-shield-proactiveengagement.d.ts +77 -0
- package/out/exports/resources.generated/aws-shield-protection.d.ts +96 -0
- package/out/exports/resources.generated/aws-shield-protectiongroup.d.ts +47 -0
- package/out/exports/resources.generated/aws-signer-profilepermission.d.ts +30 -0
- package/out/exports/resources.generated/aws-signer-signingprofile.d.ts +52 -0
- package/out/exports/resources.generated/aws-simspaceweaver-simulation.d.ts +101 -0
- package/out/exports/resources.generated/aws-sns-subscription.d.ts +77 -0
- package/out/exports/resources.generated/aws-sns-topic.d.ts +134 -0
- package/out/exports/resources.generated/aws-sns-topicinlinepolicy.d.ts +17 -0
- package/out/exports/resources.generated/aws-sns-topicpolicy.d.ts +23 -0
- package/out/exports/resources.generated/aws-sqs-queue.d.ts +138 -0
- package/out/exports/resources.generated/aws-sqs-queueinlinepolicy.d.ts +17 -0
- package/out/exports/resources.generated/aws-sqs-queuepolicy.d.ts +23 -0
- package/out/exports/resources.generated/aws-ssm-association.d.ts +191 -0
- package/out/exports/resources.generated/aws-ssm-document.d.ts +117 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindow.d.ts +57 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtarget.d.ts +54 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +308 -0
- package/out/exports/resources.generated/aws-ssm-parameter.d.ts +70 -0
- package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +217 -0
- package/out/exports/resources.generated/aws-ssm-resourcedatasync.d.ts +143 -0
- package/out/exports/resources.generated/aws-ssm-resourcepolicy.d.ts +27 -0
- package/out/exports/resources.generated/aws-ssmcontacts-contact.d.ts +119 -0
- package/out/exports/resources.generated/aws-ssmcontacts-contactchannel.d.ts +46 -0
- package/out/exports/resources.generated/aws-ssmcontacts-plan.d.ts +104 -0
- package/out/exports/resources.generated/aws-ssmcontacts-rotation.d.ts +194 -0
- package/out/exports/resources.generated/aws-ssmguiconnect-preferences.d.ts +44 -0
- package/out/exports/resources.generated/aws-ssmincidents-replicationset.d.ts +51 -0
- package/out/exports/resources.generated/aws-ssmincidents-responseplan.d.ts +261 -0
- package/out/exports/resources.generated/aws-ssmquicksetup-configurationmanager.d.ts +372 -0
- package/out/exports/resources.generated/aws-sso-application.d.ts +90 -0
- package/out/exports/resources.generated/aws-sso-applicationassignment.d.ts +26 -0
- package/out/exports/resources.generated/aws-sso-assignment.d.ts +44 -0
- package/out/exports/resources.generated/aws-sso-instance.d.ts +52 -0
- package/out/exports/resources.generated/aws-sso-instanceaccesscontrolattributeconfiguration.d.ts +52 -0
- package/out/exports/resources.generated/aws-sso-permissionset.d.ts +113 -0
- package/out/exports/resources.generated/aws-stepfunctions-activity.d.ts +102 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachine.d.ts +215 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachinealias.d.ts +157 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachineversion.d.ts +42 -0
- package/out/exports/resources.generated/aws-supportapp-accountalias.d.ts +28 -0
- package/out/exports/resources.generated/aws-supportapp-slackchannelconfiguration.d.ts +63 -0
- package/out/exports/resources.generated/aws-supportapp-slackworkspaceconfiguration.d.ts +30 -0
- package/out/exports/resources.generated/aws-synthetics-canary.d.ts +303 -0
- package/out/exports/resources.generated/aws-synthetics-group.d.ts +33 -0
- package/out/exports/resources.generated/aws-systemsmanagersap-application.d.ts +99 -0
- package/out/exports/resources.generated/aws-timestream-database.d.ts +31 -0
- package/out/exports/resources.generated/aws-timestream-influxdbinstance.d.ts +159 -0
- package/out/exports/resources.generated/aws-timestream-scheduledquery.d.ts +279 -0
- package/out/exports/resources.generated/aws-timestream-table.d.ts +165 -0
- package/out/exports/resources.generated/aws-transfer-agreement.d.ts +137 -0
- package/out/exports/resources.generated/aws-transfer-certificate.d.ts +99 -0
- package/out/exports/resources.generated/aws-transfer-connector.d.ts +140 -0
- package/out/exports/resources.generated/aws-transfer-profile.d.ts +43 -0
- package/out/exports/resources.generated/aws-transfer-server.d.ts +394 -0
- package/out/exports/resources.generated/aws-transfer-user.d.ts +165 -0
- package/out/exports/resources.generated/aws-transfer-webapp.d.ts +115 -0
- package/out/exports/resources.generated/aws-transfer-workflow.d.ts +262 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-identitysource.d.ts +184 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policy.d.ts +127 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policystore.d.ts +80 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policytemplate.d.ts +36 -0
- package/out/exports/resources.generated/aws-voiceid-domain.d.ts +50 -0
- package/out/exports/resources.generated/aws-vpclattice-accesslogsubscription.d.ts +60 -0
- package/out/exports/resources.generated/aws-vpclattice-authpolicy.d.ts +28 -0
- package/out/exports/resources.generated/aws-vpclattice-listener.d.ts +125 -0
- package/out/exports/resources.generated/aws-vpclattice-resourceconfiguration.d.ts +94 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcegateway.d.ts +53 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcepolicy.d.ts +20 -0
- package/out/exports/resources.generated/aws-vpclattice-rule.d.ts +220 -0
- package/out/exports/resources.generated/aws-vpclattice-service.d.ts +79 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetwork.d.ts +68 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkresourceassociation.d.ts +42 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkserviceassociation.d.ts +106 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkvpcassociation.d.ts +88 -0
- package/out/exports/resources.generated/aws-vpclattice-targetgroup.d.ts +191 -0
- package/out/exports/resources.generated/aws-waf-bytematchset.d.ts +178 -0
- package/out/exports/resources.generated/aws-waf-ipset.d.ts +56 -0
- package/out/exports/resources.generated/aws-waf-rule.d.ts +51 -0
- package/out/exports/resources.generated/aws-waf-sizeconstraintset.d.ts +143 -0
- package/out/exports/resources.generated/aws-waf-sqlinjectionmatchset.d.ts +117 -0
- package/out/exports/resources.generated/aws-waf-webacl.d.ts +77 -0
- package/out/exports/resources.generated/aws-waf-xssmatchset.d.ts +117 -0
- package/out/exports/resources.generated/aws-wafregional-bytematchset.d.ts +178 -0
- package/out/exports/resources.generated/aws-wafregional-geomatchset.d.ts +44 -0
- package/out/exports/resources.generated/aws-wafregional-ipset.d.ts +56 -0
- package/out/exports/resources.generated/aws-wafregional-ratebasedrule.d.ts +63 -0
- package/out/exports/resources.generated/aws-wafregional-regexpatternset.d.ts +21 -0
- package/out/exports/resources.generated/aws-wafregional-rule.d.ts +51 -0
- package/out/exports/resources.generated/aws-wafregional-sizeconstraintset.d.ts +143 -0
- package/out/exports/resources.generated/aws-wafregional-sqlinjectionmatchset.d.ts +117 -0
- package/out/exports/resources.generated/aws-wafregional-webacl.d.ts +72 -0
- package/out/exports/resources.generated/aws-wafregional-webaclassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-wafregional-xssmatchset.d.ts +117 -0
- package/out/exports/resources.generated/aws-wafv2-ipset.d.ts +74 -0
- package/out/exports/resources.generated/aws-wafv2-loggingconfiguration.d.ts +142 -0
- package/out/exports/resources.generated/aws-wafv2-regexpatternset.d.ts +49 -0
- package/out/exports/resources.generated/aws-wafv2-rulegroup.d.ts +1496 -0
- package/out/exports/resources.generated/aws-wafv2-webacl.d.ts +2227 -0
- package/out/exports/resources.generated/aws-wafv2-webaclassociation.d.ts +45 -0
- package/out/exports/resources.generated/aws-wisdom-aiagent.d.ts +225 -0
- package/out/exports/resources.generated/aws-wisdom-aiagentversion.d.ts +39 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrail.d.ts +276 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrailversion.d.ts +43 -0
- package/out/exports/resources.generated/aws-wisdom-aiprompt.d.ts +109 -0
- package/out/exports/resources.generated/aws-wisdom-aipromptversion.d.ts +41 -0
- package/out/exports/resources.generated/aws-wisdom-assistant.d.ts +56 -0
- package/out/exports/resources.generated/aws-wisdom-assistantassociation.d.ts +53 -0
- package/out/exports/resources.generated/aws-wisdom-knowledgebase.d.ts +282 -0
- package/out/exports/resources.generated/aws-wisdom-messagetemplate.d.ts +615 -0
- package/out/exports/resources.generated/aws-wisdom-messagetemplateversion.d.ts +30 -0
- package/out/exports/resources.generated/aws-workspaces-connectionalias.d.ts +32 -0
- package/out/exports/resources.generated/aws-workspaces-workspace.d.ts +73 -0
- package/out/exports/resources.generated/aws-workspaces-workspacespool.d.ts +112 -0
- package/out/exports/resources.generated/aws-workspacesthinclient-environment.d.ts +146 -0
- package/out/exports/resources.generated/aws-workspacesweb-browsersettings.d.ts +45 -0
- package/out/exports/resources.generated/aws-workspacesweb-dataprotectionsettings.d.ts +166 -0
- package/out/exports/resources.generated/aws-workspacesweb-identityprovider.d.ts +78 -0
- package/out/exports/resources.generated/aws-workspacesweb-ipaccesssettings.d.ts +78 -0
- package/out/exports/resources.generated/aws-workspacesweb-networksettings.d.ts +50 -0
- package/out/exports/resources.generated/aws-workspacesweb-portal.d.ts +161 -0
- package/out/exports/resources.generated/aws-workspacesweb-truststore.d.ts +29 -0
- package/out/exports/resources.generated/aws-workspacesweb-useraccessloggingsettings.d.ts +38 -0
- package/out/exports/resources.generated/aws-workspacesweb-usersettings.d.ts +146 -0
- package/out/exports/resources.generated/aws-xray-group.d.ts +50 -0
- package/out/exports/resources.generated/aws-xray-resourcepolicy.d.ts +25 -0
- package/out/exports/resources.generated/aws-xray-samplingrule.d.ts +181 -0
- package/out/exports/resources.generated/aws-xray-transactionsearchconfig.d.ts +18 -0
- package/out/lib/assert.d.ts +21 -0
- package/out/lib/assert.d.ts.map +1 -0
- package/out/lib/assert.js +39 -0
- package/out/lib/assert.js.map +1 -0
- package/out/lib/builder.d.ts +153 -0
- package/out/lib/builder.d.ts.map +1 -0
- package/out/lib/builder.js +169 -0
- package/out/lib/builder.js.map +1 -0
- package/out/lib/intrinsics.d.ts +940 -0
- package/out/lib/intrinsics.d.ts.map +1 -0
- package/out/lib/intrinsics.js +431 -0
- package/out/lib/intrinsics.js.map +1 -0
- package/out/lib/json.d.ts.map +1 -0
- package/out/{exports/main → lib}/json.js.map +1 -1
- package/out/lib/parameters.d.ts.map +1 -0
- package/out/{exports/main → lib}/parameters.js.map +1 -1
- package/out/lib/policy.d.ts.map +1 -0
- package/out/{exports/main → lib}/policy.js.map +1 -1
- package/out/{exports/main → lib}/template.d.ts +29 -8
- package/out/lib/template.d.ts.map +1 -0
- package/out/lib/template.js +14 -0
- package/out/lib/template.js.map +1 -0
- package/package.json +12 -4
- package/exports/main/intrinsics.ts +0 -632
- package/out/exports/main/intrinsics.d.ts +0 -522
- package/out/exports/main/intrinsics.d.ts.map +0 -1
- package/out/exports/main/intrinsics.js +0 -20
- package/out/exports/main/intrinsics.js.map +0 -1
- package/out/exports/main/json.d.ts.map +0 -1
- package/out/exports/main/parameters.d.ts.map +0 -1
- package/out/exports/main/policy.d.ts.map +0 -1
- package/out/exports/main/template.d.ts.map +0 -1
- package/out/exports/main/template.js +0 -13
- package/out/exports/main/template.js.map +0 -1
- /package/{exports/main → lib}/json.ts +0 -0
- /package/{exports/main → lib}/parameters.ts +0 -0
- /package/{exports/main → lib}/policy.ts +0 -0
- /package/out/{exports/main → lib}/json.d.ts +0 -0
- /package/out/{exports/main → lib}/json.js +0 -0
- /package/out/{exports/main → lib}/parameters.d.ts +0 -0
- /package/out/{exports/main → lib}/parameters.js +0 -0
- /package/out/{exports/main → lib}/policy.d.ts +0 -0
- /package/out/{exports/main → lib}/policy.js +0 -0
|
@@ -0,0 +1,1496 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
export type WAFv2RuleGroup = ResourceDefinitionWithAttributes<"AWS::WAFv2::RuleGroup", WAFv2RuleGroupProps, WAFv2RuleGroupAttribs>;
|
|
3
|
+
/**
|
|
4
|
+
* > This is the latest version of *AWS WAF* , named AWS WAF V2, released in November, 2019. For information, including how to migrate your AWS WAF resources from the prior release, see the [AWS WAF developer guide](https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html) .
|
|
5
|
+
*
|
|
6
|
+
* Use an `RuleGroup` to define a collection of rules for inspecting and controlling web requests. You use a rule group in an `WebACL` by providing its Amazon Resource Name (ARN) to the rule statement `RuleGroupReferenceStatement` , when you add rules to the web ACL.
|
|
7
|
+
*
|
|
8
|
+
* When you create a rule group, you define an immutable capacity limit. If you update a rule group, you must stay within the capacity. This allows others to reuse the rule group with confidence in its capacity requirements.
|
|
9
|
+
*/
|
|
10
|
+
export type WAFv2RuleGroupProps = {
|
|
11
|
+
/**
|
|
12
|
+
* The web ACL capacity units (WCUs) required for this rule group.
|
|
13
|
+
*
|
|
14
|
+
* When you create your own rule group, you define this, and you cannot change it after creation. When you add or modify the rules in a rule group, AWS WAF enforces this limit.
|
|
15
|
+
*
|
|
16
|
+
* AWS WAF uses WCUs to calculate and control the operating resources that are used to run your rules, rule groups, and web ACLs. AWS WAF calculates capacity differently for each rule type, to reflect the relative cost of each rule. Simple rules that cost little to run use fewer WCUs than more complex rules that use more processing power. Rule group capacity is fixed at creation, which helps users plan their web ACL WCU usage when they use a rule group. The WCU limit for web ACLs is 1,500.
|
|
17
|
+
* @min 0
|
|
18
|
+
*/
|
|
19
|
+
Capacity: number;
|
|
20
|
+
/**
|
|
21
|
+
* The labels that one or more rules in this rule group match against in label match statements. These labels are defined in a `LabelMatchStatement` specification, in the `Statement` definition of a rule.
|
|
22
|
+
*/
|
|
23
|
+
ConsumedLabels?: LabelSummary[] | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* A map of custom response keys and content bodies. When you create a rule with a block action, you can send a custom response to the web request. You define these for the rule group, and then use them in the rules that you define in the rule group.
|
|
26
|
+
*
|
|
27
|
+
* For information about customizing web requests and responses, see [Customizing web requests and responses in AWS WAF](https://docs.aws.amazon.com/waf/latest/developerguide/waf-custom-request-response.html) in the *AWS WAF Developer Guide* .
|
|
28
|
+
*
|
|
29
|
+
* For information about the limits on count and size for custom request and response settings, see [AWS WAF quotas](https://docs.aws.amazon.com/waf/latest/developerguide/limits.html) in the *AWS WAF Developer Guide* .
|
|
30
|
+
*/
|
|
31
|
+
CustomResponseBodies?: Record<string, CustomResponseBody> | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* A description of the rule group that helps with identification.
|
|
34
|
+
*/
|
|
35
|
+
Description?: string | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* The name of the rule group. You cannot change the name of a rule group after you create it.
|
|
38
|
+
*/
|
|
39
|
+
Name?: string | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* The rule statements used to identify the web requests that you want to allow, block, or count. Each rule includes one top-level statement that AWS WAF uses to identify matching web requests, and parameters that govern how AWS WAF handles them.
|
|
42
|
+
*/
|
|
43
|
+
Rules?: Rule[] | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* Specifies whether this is for an Amazon CloudFront distribution or for a regional application. For an AWS Amplify application, use `CLOUDFRONT` . A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AWS AppSync GraphQL API, an Amazon Cognito user pool, an AWS App Runner service, or an AWS Verified Access instance. Valid Values are `CLOUDFRONT` and `REGIONAL` .
|
|
46
|
+
*
|
|
47
|
+
* > For `CLOUDFRONT` , you must create your WAFv2 resources in the US East (N. Virginia) Region, `us-east-1` .
|
|
48
|
+
*/
|
|
49
|
+
Scope: Scope;
|
|
50
|
+
/**
|
|
51
|
+
* Key:value pairs associated with an AWS resource. The key:value pair can be anything you define. Typically, the tag key represents a category (such as "environment") and the tag value represents a specific value within that category (such as "test," "development," or "production"). You can add up to 50 tags to each AWS resource.
|
|
52
|
+
*
|
|
53
|
+
* > To modify tags on existing resources, use the AWS WAF APIs or command line interface. With AWS CloudFormation , you can only add tags to AWS WAF resources during resource creation.
|
|
54
|
+
*/
|
|
55
|
+
Tags?: Tag[] | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* Defines and enables Amazon CloudWatch metrics and web request sample collection.
|
|
58
|
+
*/
|
|
59
|
+
VisibilityConfig: VisibilityConfig;
|
|
60
|
+
};
|
|
61
|
+
export type WAFv2RuleGroupAttribs = {
|
|
62
|
+
/**
|
|
63
|
+
* The Amazon Resource Name (ARN) of the rule group.
|
|
64
|
+
*/
|
|
65
|
+
Arn: string;
|
|
66
|
+
/**
|
|
67
|
+
* The ID of the rule group.
|
|
68
|
+
*/
|
|
69
|
+
Id: string;
|
|
70
|
+
/**
|
|
71
|
+
* The label namespace prefix for this rule group. All labels added by rules in this rule group have this prefix.
|
|
72
|
+
*
|
|
73
|
+
* The syntax for the label namespace prefix for a rule group is the following: `awswaf:<account ID>:rule group:<rule group name>:`
|
|
74
|
+
*
|
|
75
|
+
* When a rule with a label matches a web request, AWS WAF adds the fully qualified label to the request. A fully qualified label is made up of the label namespace from the rule group or web ACL where the rule is defined and the label from the rule, separated by a colon.
|
|
76
|
+
*/
|
|
77
|
+
LabelNamespace: string;
|
|
78
|
+
};
|
|
79
|
+
/**
|
|
80
|
+
* Allow traffic towards application.
|
|
81
|
+
*/
|
|
82
|
+
export type AllowAction = {
|
|
83
|
+
CustomRequestHandling?: CustomRequestHandling | undefined;
|
|
84
|
+
};
|
|
85
|
+
/**
|
|
86
|
+
* A logical rule statement used to combine other rule statements with AND logic. You provide more than one `Statement` within the `AndStatement` .
|
|
87
|
+
*/
|
|
88
|
+
export type AndStatement = {
|
|
89
|
+
/**
|
|
90
|
+
* The statements to combine with AND logic. You can use any statements that can be nested.
|
|
91
|
+
*/
|
|
92
|
+
Statements: Statement[];
|
|
93
|
+
};
|
|
94
|
+
/**
|
|
95
|
+
* Block traffic towards application.
|
|
96
|
+
*/
|
|
97
|
+
export type BlockAction = {
|
|
98
|
+
CustomResponse?: CustomResponse | undefined;
|
|
99
|
+
};
|
|
100
|
+
/**
|
|
101
|
+
* Inspect the body of the web request. The body immediately follows the request headers.
|
|
102
|
+
*
|
|
103
|
+
* This is used to indicate the web request component to inspect, in the `FieldToMatch` specification.
|
|
104
|
+
*/
|
|
105
|
+
export type Body = {
|
|
106
|
+
/**
|
|
107
|
+
* What AWS WAF should do if the body is larger than AWS WAF can inspect.
|
|
108
|
+
*
|
|
109
|
+
* AWS WAF does not support inspecting the entire contents of the web request body if the body exceeds the limit for the resource type. When a web request body is larger than the limit, the underlying host service only forwards the contents that are within the limit to AWS WAF for inspection.
|
|
110
|
+
*
|
|
111
|
+
* - For Application Load Balancer and AWS AppSync , the limit is fixed at 8 KB (8,192 bytes).
|
|
112
|
+
* - For CloudFront, API Gateway, Amazon Cognito, App Runner, and Verified Access, the default limit is 16 KB (16,384 bytes), and you can increase the limit for each resource type in the web ACL `AssociationConfig` , for additional processing fees.
|
|
113
|
+
* - For AWS Amplify , use the CloudFront limit.
|
|
114
|
+
*
|
|
115
|
+
* The options for oversize handling are the following:
|
|
116
|
+
*
|
|
117
|
+
* - `CONTINUE` - Inspect the available body contents normally, according to the rule inspection criteria.
|
|
118
|
+
* - `MATCH` - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
|
|
119
|
+
* - `NO_MATCH` - Treat the web request as not matching the rule statement.
|
|
120
|
+
*
|
|
121
|
+
* You can combine the `MATCH` or `NO_MATCH` settings for oversize handling with your rule and web ACL action settings, so that you block any request whose body is over the limit.
|
|
122
|
+
*
|
|
123
|
+
* Default: `CONTINUE`
|
|
124
|
+
*/
|
|
125
|
+
OversizeHandling?: OversizeHandling | undefined;
|
|
126
|
+
};
|
|
127
|
+
/**
|
|
128
|
+
* The inspection behavior to fall back to if the JSON in the request body is invalid.
|
|
129
|
+
*/
|
|
130
|
+
export type BodyParsingFallbackBehavior = "MATCH" | "NO_MATCH" | "EVALUATE_AS_STRING";
|
|
131
|
+
/**
|
|
132
|
+
* A rule statement that defines a string match search for AWS WAF to apply to web requests. The byte match statement provides the bytes to search for, the location in requests that you want AWS WAF to search, and other settings. The bytes to search for are typically a string that corresponds with ASCII characters. In the AWS WAF console and the developer guide, this is called a string match statement.
|
|
133
|
+
*/
|
|
134
|
+
export type ByteMatchStatement = {
|
|
135
|
+
/**
|
|
136
|
+
* The part of the web request that you want AWS WAF to inspect.
|
|
137
|
+
*/
|
|
138
|
+
FieldToMatch: FieldToMatch;
|
|
139
|
+
/**
|
|
140
|
+
* The area within the portion of the web request that you want AWS WAF to search for `SearchString` . Valid values include the following:
|
|
141
|
+
*
|
|
142
|
+
* *CONTAINS*
|
|
143
|
+
*
|
|
144
|
+
* The specified part of the web request must include the value of `SearchString` , but the location doesn't matter.
|
|
145
|
+
*
|
|
146
|
+
* *CONTAINS_WORD*
|
|
147
|
+
*
|
|
148
|
+
* The specified part of the web request must include the value of `SearchString` , and `SearchString` must contain only alphanumeric characters or underscore (A-Z, a-z, 0-9, or _). In addition, `SearchString` must be a word, which means that both of the following are true:
|
|
149
|
+
*
|
|
150
|
+
* - `SearchString` is at the beginning of the specified part of the web request or is preceded by a character other than an alphanumeric character or underscore (_). Examples include the value of a header and `;BadBot` .
|
|
151
|
+
* - `SearchString` is at the end of the specified part of the web request or is followed by a character other than an alphanumeric character or underscore (_), for example, `BadBot;` and `-BadBot;` .
|
|
152
|
+
*
|
|
153
|
+
* *EXACTLY*
|
|
154
|
+
*
|
|
155
|
+
* The value of the specified part of the web request must exactly match the value of `SearchString` .
|
|
156
|
+
*
|
|
157
|
+
* *STARTS_WITH*
|
|
158
|
+
*
|
|
159
|
+
* The value of `SearchString` must appear at the beginning of the specified part of the web request.
|
|
160
|
+
*
|
|
161
|
+
* *ENDS_WITH*
|
|
162
|
+
*
|
|
163
|
+
* The value of `SearchString` must appear at the end of the specified part of the web request.
|
|
164
|
+
*/
|
|
165
|
+
PositionalConstraint: PositionalConstraint;
|
|
166
|
+
/**
|
|
167
|
+
* A string value that you want AWS WAF to search for. AWS WAF searches only in the part of web requests that you designate for inspection in `FieldToMatch` . The maximum length of the value is 200 bytes. For alphabetic characters A-Z and a-z, the value is case sensitive.
|
|
168
|
+
*
|
|
169
|
+
* Don't encode this string. Provide the value that you want AWS WAF to search for. AWS CloudFormation automatically base64 encodes the value for you.
|
|
170
|
+
*
|
|
171
|
+
* For example, suppose the value of `Type` is `HEADER` and the value of `Data` is `User-Agent` . If you want to search the `User-Agent` header for the value `BadBot` , you provide the string `BadBot` in the value of `SearchString` .
|
|
172
|
+
*
|
|
173
|
+
* You must specify either `SearchString` or `SearchStringBase64` in a `ByteMatchStatement` .
|
|
174
|
+
*/
|
|
175
|
+
SearchString?: string | undefined;
|
|
176
|
+
/**
|
|
177
|
+
* String to search for in a web request component, base64-encoded. If you don't want to encode the string, specify the unencoded value in `SearchString` instead.
|
|
178
|
+
*
|
|
179
|
+
* You must specify either `SearchString` or `SearchStringBase64` in a `ByteMatchStatement` .
|
|
180
|
+
*/
|
|
181
|
+
SearchStringBase64?: string | undefined;
|
|
182
|
+
/**
|
|
183
|
+
* Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. If you specify one or more transformations in a rule statement, AWS WAF performs all transformations on the content of the request component identified by `FieldToMatch` , starting from the lowest priority setting, before inspecting the content for a match.
|
|
184
|
+
*/
|
|
185
|
+
TextTransformations: TextTransformation[];
|
|
186
|
+
};
|
|
187
|
+
/**
|
|
188
|
+
* Checks valid token exists with request.
|
|
189
|
+
*/
|
|
190
|
+
export type CaptchaAction = {
|
|
191
|
+
CustomRequestHandling?: CustomRequestHandling | undefined;
|
|
192
|
+
};
|
|
193
|
+
/**
|
|
194
|
+
* Specifies how AWS WAF should handle `CAPTCHA` evaluations. This is available at the web ACL level and in each rule.
|
|
195
|
+
*/
|
|
196
|
+
export type CaptchaConfig = {
|
|
197
|
+
/**
|
|
198
|
+
* Determines how long a `CAPTCHA` timestamp in the token remains valid after the client successfully solves a `CAPTCHA` puzzle.
|
|
199
|
+
*/
|
|
200
|
+
ImmunityTimeProperty?: ImmunityTimeProperty | undefined;
|
|
201
|
+
};
|
|
202
|
+
/**
|
|
203
|
+
* Checks that the request has a valid token with an unexpired challenge timestamp and, if not, returns a browser challenge to the client.
|
|
204
|
+
*/
|
|
205
|
+
export type ChallengeAction = {
|
|
206
|
+
CustomRequestHandling?: CustomRequestHandling | undefined;
|
|
207
|
+
};
|
|
208
|
+
/**
|
|
209
|
+
* Specifies how AWS WAF should handle `Challenge` evaluations. This is available at the web ACL level and in each rule.
|
|
210
|
+
*/
|
|
211
|
+
export type ChallengeConfig = {
|
|
212
|
+
/**
|
|
213
|
+
* Determines how long a challenge timestamp in the token remains valid after the client successfully responds to a challenge.
|
|
214
|
+
*/
|
|
215
|
+
ImmunityTimeProperty?: ImmunityTimeProperty | undefined;
|
|
216
|
+
};
|
|
217
|
+
/**
|
|
218
|
+
* The filter to use to identify the subset of cookies to inspect in a web request.
|
|
219
|
+
*
|
|
220
|
+
* You must specify exactly one setting: either `All` , `IncludedCookies` , or `ExcludedCookies` .
|
|
221
|
+
*
|
|
222
|
+
* Example JSON: `"MatchPattern": { "IncludedCookies": [ "session-id-time", "session-id" ] }`
|
|
223
|
+
*/
|
|
224
|
+
export type CookieMatchPattern = {
|
|
225
|
+
/**
|
|
226
|
+
* Inspect all cookies.
|
|
227
|
+
*/
|
|
228
|
+
All?: Record<string, unknown> | undefined;
|
|
229
|
+
/**
|
|
230
|
+
* Inspect only the cookies whose keys don't match any of the strings specified here.
|
|
231
|
+
*/
|
|
232
|
+
ExcludedCookies?: string[] | undefined;
|
|
233
|
+
/**
|
|
234
|
+
* Inspect only the cookies that have a key that matches one of the strings specified here.
|
|
235
|
+
*/
|
|
236
|
+
IncludedCookies?: string[] | undefined;
|
|
237
|
+
};
|
|
238
|
+
/**
|
|
239
|
+
* Inspect the cookies in the web request. You can specify the parts of the cookies to inspect and you can narrow the set of cookies to inspect by including or excluding specific keys.
|
|
240
|
+
*
|
|
241
|
+
* This is used to indicate the web request component to inspect, in the `FieldToMatch` specification.
|
|
242
|
+
*
|
|
243
|
+
* Example JSON: `"Cookies": { "MatchPattern": { "All": {} }, "MatchScope": "KEY", "OversizeHandling": "MATCH" }`
|
|
244
|
+
*/
|
|
245
|
+
export type Cookies = {
|
|
246
|
+
/**
|
|
247
|
+
* The filter to use to identify the subset of cookies to inspect in a web request.
|
|
248
|
+
*
|
|
249
|
+
* You must specify exactly one setting: either `All` , `IncludedCookies` , or `ExcludedCookies` .
|
|
250
|
+
*
|
|
251
|
+
* Example JSON: `"MatchPattern": { "IncludedCookies": [ "session-id-time", "session-id" ] }`
|
|
252
|
+
*/
|
|
253
|
+
MatchPattern: CookieMatchPattern;
|
|
254
|
+
/**
|
|
255
|
+
* The parts of the cookies to inspect with the rule inspection criteria. If you specify `ALL` , AWS WAF inspects both keys and values.
|
|
256
|
+
*
|
|
257
|
+
* `All` does not require a match to be found in the keys and a match to be found in the values. It requires a match to be found in the keys or the values or both. To require a match in the keys and in the values, use a logical `AND` statement to combine two match rules, one that inspects the keys and another that inspects the values.
|
|
258
|
+
*/
|
|
259
|
+
MatchScope: MapMatchScope;
|
|
260
|
+
/**
|
|
261
|
+
* What AWS WAF should do if the cookies of the request are more numerous or larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF .
|
|
262
|
+
*
|
|
263
|
+
* The options for oversize handling are the following:
|
|
264
|
+
*
|
|
265
|
+
* - `CONTINUE` - Inspect the available cookies normally, according to the rule inspection criteria.
|
|
266
|
+
* - `MATCH` - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
|
|
267
|
+
* - `NO_MATCH` - Treat the web request as not matching the rule statement.
|
|
268
|
+
*/
|
|
269
|
+
OversizeHandling: OversizeHandling;
|
|
270
|
+
};
|
|
271
|
+
/**
|
|
272
|
+
* Count traffic towards application.
|
|
273
|
+
*/
|
|
274
|
+
export type CountAction = {
|
|
275
|
+
CustomRequestHandling?: CustomRequestHandling | undefined;
|
|
276
|
+
};
|
|
277
|
+
/**
|
|
278
|
+
* A custom header for custom request and response handling. This is used in `CustomResponse` and `CustomRequestHandling`
|
|
279
|
+
*/
|
|
280
|
+
export type CustomHTTPHeader = {
|
|
281
|
+
/**
|
|
282
|
+
* The name of the custom header.
|
|
283
|
+
*
|
|
284
|
+
* For custom request header insertion, when AWS WAF inserts the header into the request, it prefixes this name `x-amzn-waf-` , to avoid confusion with the headers that are already in the request. For example, for the header name `sample` , AWS WAF inserts the header `x-amzn-waf-sample` .
|
|
285
|
+
*/
|
|
286
|
+
Name: string;
|
|
287
|
+
/**
|
|
288
|
+
* The value of the custom header.
|
|
289
|
+
*/
|
|
290
|
+
Value: string;
|
|
291
|
+
};
|
|
292
|
+
/**
|
|
293
|
+
* Custom request handling behavior that inserts custom headers into a web request. You can add custom request handling for AWS WAF to use when the rule action doesn't block the request. For example, `CaptchaAction` for requests with valid t okens, and `AllowAction` .
|
|
294
|
+
*
|
|
295
|
+
* For information about customizing web requests and responses, see [Customizing web requests and responses in AWS WAF](https://docs.aws.amazon.com/waf/latest/developerguide/waf-custom-request-response.html) in the *AWS WAF Developer Guide* .
|
|
296
|
+
*/
|
|
297
|
+
export type CustomRequestHandling = {
|
|
298
|
+
/**
|
|
299
|
+
* The HTTP headers to insert into the request. Duplicate header names are not allowed.
|
|
300
|
+
*
|
|
301
|
+
* For information about the limits on count and size for custom request and response settings, see [AWS WAF quotas](https://docs.aws.amazon.com/waf/latest/developerguide/limits.html) in the *AWS WAF Developer Guide* .
|
|
302
|
+
*/
|
|
303
|
+
InsertHeaders: CustomHTTPHeader[];
|
|
304
|
+
};
|
|
305
|
+
/**
|
|
306
|
+
* A custom response to send to the client. You can define a custom response for rule actions and default web ACL actions that are set to `Block` .
|
|
307
|
+
*
|
|
308
|
+
* For information about customizing web requests and responses, see [Customizing web requests and responses in AWS WAF](https://docs.aws.amazon.com/waf/latest/developerguide/waf-custom-request-response.html) in the [AWS WAF developer guide](https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html) .
|
|
309
|
+
*/
|
|
310
|
+
export type CustomResponse = {
|
|
311
|
+
/**
|
|
312
|
+
* References the response body that you want AWS WAF to return to the web request client. You can define a custom response for a rule action or a default web ACL action that is set to block. To do this, you first define the response body key and value in the `CustomResponseBodies` setting for the `WebACL` or `RuleGroup` where you want to use it. Then, in the rule action or web ACL default action `BlockAction` setting, you reference the response body using this key.
|
|
313
|
+
* @pattern ^[\w\-]+$
|
|
314
|
+
*/
|
|
315
|
+
CustomResponseBodyKey?: string | undefined;
|
|
316
|
+
/**
|
|
317
|
+
* The HTTP status code to return to the client.
|
|
318
|
+
*
|
|
319
|
+
* For a list of status codes that you can use in your custom responses, see [Supported status codes for custom response](https://docs.aws.amazon.com/waf/latest/developerguide/customizing-the-response-status-codes.html) in the *AWS WAF Developer Guide* .
|
|
320
|
+
*/
|
|
321
|
+
ResponseCode: number;
|
|
322
|
+
/**
|
|
323
|
+
* The HTTP headers to use in the response. You can specify any header name except for `content-type` . Duplicate header names are not allowed.
|
|
324
|
+
*
|
|
325
|
+
* For information about the limits on count and size for custom request and response settings, see [AWS WAF quotas](https://docs.aws.amazon.com/waf/latest/developerguide/limits.html) in the *AWS WAF Developer Guide* .
|
|
326
|
+
*/
|
|
327
|
+
ResponseHeaders?: CustomHTTPHeader[] | undefined;
|
|
328
|
+
};
|
|
329
|
+
/**
|
|
330
|
+
* The response body to use in a custom response to a web request. This is referenced by key from `CustomResponse` `CustomResponseBodyKey` .
|
|
331
|
+
*/
|
|
332
|
+
export type CustomResponseBody = {
|
|
333
|
+
/**
|
|
334
|
+
* The payload of the custom response.
|
|
335
|
+
*
|
|
336
|
+
* You can use JSON escape strings in JSON content. To do this, you must specify JSON content in the `ContentType` setting.
|
|
337
|
+
*
|
|
338
|
+
* For information about the limits on count and size for custom request and response settings, see [AWS WAF quotas](https://docs.aws.amazon.com/waf/latest/developerguide/limits.html) in the *AWS WAF Developer Guide* .
|
|
339
|
+
*/
|
|
340
|
+
Content: string;
|
|
341
|
+
/**
|
|
342
|
+
* The type of content in the payload that you are defining in the `Content` string.
|
|
343
|
+
*/
|
|
344
|
+
ContentType: ResponseContentType;
|
|
345
|
+
};
|
|
346
|
+
export type EvaluationWindowSec = 60 | 120 | 300 | 600;
|
|
347
|
+
/**
|
|
348
|
+
* Specifies a web request component to be used in a rule match statement or in a logging configuration.
|
|
349
|
+
*
|
|
350
|
+
* - In a rule statement, this is the part of the web request that you want AWS WAF to inspect. Include the single `FieldToMatch` type that you want to inspect, with additional specifications as needed, according to the type. You specify a single request component in `FieldToMatch` for each rule statement that requires it. To inspect more than one component of the web request, create a separate rule statement for each component.
|
|
351
|
+
*
|
|
352
|
+
* Example JSON for a `QueryString` field to match:
|
|
353
|
+
*
|
|
354
|
+
* `"FieldToMatch": { "QueryString": {} }`
|
|
355
|
+
*
|
|
356
|
+
* Example JSON for a `Method` field to match specification:
|
|
357
|
+
*
|
|
358
|
+
* `"FieldToMatch": { "Method": { "Name": "DELETE" } }`
|
|
359
|
+
* - In a logging configuration, this is used in the `RedactedFields` property to specify a field to redact from the logging records. For this use case, note the following:
|
|
360
|
+
*
|
|
361
|
+
* - Even though all `FieldToMatch` settings are available, the only valid settings for field redaction are `UriPath` , `QueryString` , `SingleHeader` , and `Method` .
|
|
362
|
+
* - In this documentation, the descriptions of the individual fields talk about specifying the web request component to inspect, but for field redaction, you are specifying the component type to redact from the logs.
|
|
363
|
+
* - If you have request sampling enabled, the redacted fields configuration for logging has no impact on sampling. You can only exclude fields from request sampling by disabling sampling in the web ACL visibility configuration or by configuring data protection for the web ACL.
|
|
364
|
+
*/
|
|
365
|
+
export type FieldToMatch = {
|
|
366
|
+
/**
|
|
367
|
+
* Inspect all query arguments.
|
|
368
|
+
*/
|
|
369
|
+
AllQueryArguments?: Record<string, unknown> | undefined;
|
|
370
|
+
/**
|
|
371
|
+
* Inspect the request body as plain text. The request body immediately follows the request headers. This is the part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form.
|
|
372
|
+
*
|
|
373
|
+
* AWS WAF does not support inspecting the entire contents of the web request body if the body exceeds the limit for the resource type. When a web request body is larger than the limit, the underlying host service only forwards the contents that are within the limit to AWS WAF for inspection.
|
|
374
|
+
*
|
|
375
|
+
* - For Application Load Balancer and AWS AppSync , the limit is fixed at 8 KB (8,192 bytes).
|
|
376
|
+
* - For CloudFront, API Gateway, Amazon Cognito, App Runner, and Verified Access, the default limit is 16 KB (16,384 bytes), and you can increase the limit for each resource type in the web ACL `AssociationConfig` , for additional processing fees.
|
|
377
|
+
* - For AWS Amplify , use the CloudFront limit.
|
|
378
|
+
*
|
|
379
|
+
* For information about how to handle oversized request bodies, see the `Body` object configuration.
|
|
380
|
+
*/
|
|
381
|
+
Body?: Body | undefined;
|
|
382
|
+
/**
|
|
383
|
+
* Inspect the request cookies. You must configure scope and pattern matching filters in the `Cookies` object, to define the set of cookies and the parts of the cookies that AWS WAF inspects.
|
|
384
|
+
*
|
|
385
|
+
* Only the first 8 KB (8192 bytes) of a request's cookies and only the first 200 cookies are forwarded to AWS WAF for inspection by the underlying host service. You must configure how to handle any oversize cookie content in the `Cookies` object. AWS WAF applies the pattern matching filters to the cookies that it receives from the underlying host service.
|
|
386
|
+
*/
|
|
387
|
+
Cookies?: Cookies | undefined;
|
|
388
|
+
/**
|
|
389
|
+
* Inspect the request headers. You must configure scope and pattern matching filters in the `Headers` object, to define the set of headers to and the parts of the headers that AWS WAF inspects.
|
|
390
|
+
*
|
|
391
|
+
* Only the first 8 KB (8192 bytes) of a request's headers and only the first 200 headers are forwarded to AWS WAF for inspection by the underlying host service. You must configure how to handle any oversize header content in the `Headers` object. AWS WAF applies the pattern matching filters to the headers that it receives from the underlying host service.
|
|
392
|
+
*/
|
|
393
|
+
Headers?: Headers | undefined;
|
|
394
|
+
/**
|
|
395
|
+
* Available for use with Amazon CloudFront distributions and Application Load Balancers. Match against the request's JA3 fingerprint. The JA3 fingerprint is a 32-character hash derived from the TLS Client Hello of an incoming request. This fingerprint serves as a unique identifier for the client's TLS configuration. AWS WAF calculates and logs this fingerprint for each request that has enough TLS Client Hello information for the calculation. Almost all web requests include this information.
|
|
396
|
+
*
|
|
397
|
+
* > You can use this choice only with a string match `ByteMatchStatement` with the `PositionalConstraint` set to `EXACTLY` .
|
|
398
|
+
*
|
|
399
|
+
* You can obtain the JA3 fingerprint for client requests from the web ACL logs. If AWS WAF is able to calculate the fingerprint, it includes it in the logs. For information about the logging fields, see [Log fields](https://docs.aws.amazon.com/waf/latest/developerguide/logging-fields.html) in the *AWS WAF Developer Guide* .
|
|
400
|
+
*
|
|
401
|
+
* Provide the JA3 fingerprint string from the logs in your string match statement specification, to match with any future requests that have the same TLS configuration.
|
|
402
|
+
*/
|
|
403
|
+
JA3Fingerprint?: JA3Fingerprint | undefined;
|
|
404
|
+
/**
|
|
405
|
+
* Available for use with Amazon CloudFront distributions and Application Load Balancers. Match against the request's JA4 fingerprint. The JA4 fingerprint is a 36-character hash derived from the TLS Client Hello of an incoming request. This fingerprint serves as a unique identifier for the client's TLS configuration. AWS WAF calculates and logs this fingerprint for each request that has enough TLS Client Hello information for the calculation. Almost all web requests include this information.
|
|
406
|
+
*
|
|
407
|
+
* > You can use this choice only with a string match `ByteMatchStatement` with the `PositionalConstraint` set to `EXACTLY` .
|
|
408
|
+
*
|
|
409
|
+
* You can obtain the JA4 fingerprint for client requests from the web ACL logs. If AWS WAF is able to calculate the fingerprint, it includes it in the logs. For information about the logging fields, see [Log fields](https://docs.aws.amazon.com/waf/latest/developerguide/logging-fields.html) in the *AWS WAF Developer Guide* .
|
|
410
|
+
*
|
|
411
|
+
* Provide the JA4 fingerprint string from the logs in your string match statement specification, to match with any future requests that have the same TLS configuration.
|
|
412
|
+
*/
|
|
413
|
+
JA4Fingerprint?: JA4Fingerprint | undefined;
|
|
414
|
+
/**
|
|
415
|
+
* Inspect the request body as JSON. The request body immediately follows the request headers. This is the part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form.
|
|
416
|
+
*
|
|
417
|
+
* AWS WAF does not support inspecting the entire contents of the web request body if the body exceeds the limit for the resource type. When a web request body is larger than the limit, the underlying host service only forwards the contents that are within the limit to AWS WAF for inspection.
|
|
418
|
+
*
|
|
419
|
+
* - For Application Load Balancer and AWS AppSync , the limit is fixed at 8 KB (8,192 bytes).
|
|
420
|
+
* - For CloudFront, API Gateway, Amazon Cognito, App Runner, and Verified Access, the default limit is 16 KB (16,384 bytes), and you can increase the limit for each resource type in the web ACL `AssociationConfig` , for additional processing fees.
|
|
421
|
+
* - For AWS Amplify , use the CloudFront limit.
|
|
422
|
+
*
|
|
423
|
+
* For information about how to handle oversized request bodies, see the `JsonBody` object configuration.
|
|
424
|
+
*/
|
|
425
|
+
JsonBody?: JsonBody | undefined;
|
|
426
|
+
/**
|
|
427
|
+
* Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.
|
|
428
|
+
*/
|
|
429
|
+
Method?: Record<string, unknown> | undefined;
|
|
430
|
+
/**
|
|
431
|
+
* Inspect the query string. This is the part of a URL that appears after a `?` character, if any.
|
|
432
|
+
*/
|
|
433
|
+
QueryString?: Record<string, unknown> | undefined;
|
|
434
|
+
/**
|
|
435
|
+
* Inspect a single header. Provide the name of the header to inspect, for example, `User-Agent` or `Referer` . This setting isn't case sensitive.
|
|
436
|
+
*
|
|
437
|
+
* Example JSON: `"SingleHeader": { "Name": "haystack" }`
|
|
438
|
+
*
|
|
439
|
+
* Alternately, you can filter and inspect all headers with the `Headers` `FieldToMatch` setting.
|
|
440
|
+
*/
|
|
441
|
+
SingleHeader?: {
|
|
442
|
+
Name: string;
|
|
443
|
+
} | undefined;
|
|
444
|
+
/**
|
|
445
|
+
* Inspect a single query argument. Provide the name of the query argument to inspect, such as *UserName* or *SalesRegion* . The name can be up to 30 characters long and isn't case sensitive.
|
|
446
|
+
*
|
|
447
|
+
* Example JSON: `"SingleQueryArgument": { "Name": "myArgument" }`
|
|
448
|
+
*/
|
|
449
|
+
SingleQueryArgument?: {
|
|
450
|
+
Name: string;
|
|
451
|
+
} | undefined;
|
|
452
|
+
/**
|
|
453
|
+
* Inspect fragments of the request URI. You must configure scope and pattern matching filters in the `UriFragment` object, to define the fragment of a URI that AWS WAF inspects.
|
|
454
|
+
*
|
|
455
|
+
* Only the first 8 KB (8192 bytes) of a request's URI fragments and only the first 200 URI fragments are forwarded to AWS WAF for inspection by the underlying host service. You must configure how to handle any oversize URI fragment content in the `UriFragment` object. AWS WAF applies the pattern matching filters to the cookies that it receives from the underlying host service.
|
|
456
|
+
*/
|
|
457
|
+
UriFragment?: UriFragment | undefined;
|
|
458
|
+
/**
|
|
459
|
+
* Inspect the request URI path. This is the part of the web request that identifies a resource, for example, `/images/daily-ad.jpg` .
|
|
460
|
+
*/
|
|
461
|
+
UriPath?: Record<string, unknown> | undefined;
|
|
462
|
+
};
|
|
463
|
+
/**
|
|
464
|
+
* The configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. Commonly, this is the X-Forwarded-For (XFF) header, but you can specify any header name.
|
|
465
|
+
*
|
|
466
|
+
* > If the specified header isn't present in the request, AWS WAF doesn't apply the rule to the web request at all.
|
|
467
|
+
*
|
|
468
|
+
* This configuration is used for `GeoMatchStatement` and `RateBasedStatement` . For `IPSetReferenceStatement` , use `IPSetForwardedIPConfig` instead.
|
|
469
|
+
*
|
|
470
|
+
* AWS WAF only evaluates the first IP address found in the specified HTTP header.
|
|
471
|
+
*/
|
|
472
|
+
export type ForwardedIPConfiguration = {
|
|
473
|
+
/**
|
|
474
|
+
* The match status to assign to the web request if the request doesn't have a valid IP address in the specified position.
|
|
475
|
+
*
|
|
476
|
+
* > If the specified header isn't present in the request, AWS WAF doesn't apply the rule to the web request at all.
|
|
477
|
+
*
|
|
478
|
+
* You can specify the following fallback behaviors:
|
|
479
|
+
*
|
|
480
|
+
* - `MATCH` - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
|
|
481
|
+
* - `NO_MATCH` - Treat the web request as not matching the rule statement.
|
|
482
|
+
*/
|
|
483
|
+
FallbackBehavior: "MATCH" | "NO_MATCH";
|
|
484
|
+
/**
|
|
485
|
+
* The name of the HTTP header to use for the IP address. For example, to use the X-Forwarded-For (XFF) header, set this to `X-Forwarded-For` .
|
|
486
|
+
*
|
|
487
|
+
* > If the specified header isn't present in the request, AWS WAF doesn't apply the rule to the web request at all.
|
|
488
|
+
* @pattern ^[a-zA-Z0-9-]+{1,255}$
|
|
489
|
+
*/
|
|
490
|
+
HeaderName: string;
|
|
491
|
+
};
|
|
492
|
+
/**
|
|
493
|
+
* A rule statement that labels web requests by country and region and that matches against web requests based on country code. A geo match rule labels every request that it inspects regardless of whether it finds a match.
|
|
494
|
+
*
|
|
495
|
+
* - To manage requests only by country, you can use this statement by itself and specify the countries that you want to match against in the `CountryCodes` array.
|
|
496
|
+
* - Otherwise, configure your geo match rule with Count action so that it only labels requests. Then, add one or more label match rules to run after the geo match rule and configure them to match against the geographic labels and handle the requests as needed.
|
|
497
|
+
*
|
|
498
|
+
* AWS WAF labels requests using the alpha-2 country and region codes from the International Organization for Standardization (ISO) 3166 standard. AWS WAF determines the codes using either the IP address in the web request origin or, if you specify it, the address in the geo match `ForwardedIPConfig` .
|
|
499
|
+
*
|
|
500
|
+
* If you use the web request origin, the label formats are `awswaf:clientip:geo:region:<ISO country code>-<ISO region code>` and `awswaf:clientip:geo:country:<ISO country code>` .
|
|
501
|
+
*
|
|
502
|
+
* If you use a forwarded IP address, the label formats are `awswaf:forwardedip:geo:region:<ISO country code>-<ISO region code>` and `awswaf:forwardedip:geo:country:<ISO country code>` .
|
|
503
|
+
*
|
|
504
|
+
* For additional details, see [Geographic match rule statement](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-type-geo-match.html) in the [AWS WAF Developer Guide](https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html) .
|
|
505
|
+
*/
|
|
506
|
+
export type GeoMatchStatement = {
|
|
507
|
+
/**
|
|
508
|
+
* An array of two-character country codes that you want to match against, for example, `[ "US", "CN" ]` , from the alpha-2 country ISO codes of the ISO 3166 international standard.
|
|
509
|
+
*
|
|
510
|
+
* When you use a geo match statement just for the region and country labels that it adds to requests, you still have to supply a country code for the rule to evaluate. In this case, you configure the rule to only count matching requests, but it will still generate logging and count metrics for any matches. You can reduce the logging and metrics that the rule produces by specifying a country that's unlikely to be a source of traffic to your site.
|
|
511
|
+
*/
|
|
512
|
+
CountryCodes?: string[] | undefined;
|
|
513
|
+
/**
|
|
514
|
+
* The configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. Commonly, this is the X-Forwarded-For (XFF) header, but you can specify any header name.
|
|
515
|
+
*
|
|
516
|
+
* > If the specified header isn't present in the request, AWS WAF doesn't apply the rule to the web request at all.
|
|
517
|
+
*/
|
|
518
|
+
ForwardedIPConfig?: ForwardedIPConfiguration | undefined;
|
|
519
|
+
};
|
|
520
|
+
/**
|
|
521
|
+
* The filter to use to identify the subset of headers to inspect in a web request.
|
|
522
|
+
*
|
|
523
|
+
* You must specify exactly one setting: either `All` , `IncludedHeaders` , or `ExcludedHeaders` .
|
|
524
|
+
*
|
|
525
|
+
* Example JSON: `"MatchPattern": { "ExcludedHeaders": [ "KeyToExclude1", "KeyToExclude2" ] }`
|
|
526
|
+
*/
|
|
527
|
+
export type HeaderMatchPattern = {
|
|
528
|
+
/**
|
|
529
|
+
* Inspect all headers.
|
|
530
|
+
*/
|
|
531
|
+
All?: Record<string, unknown> | undefined;
|
|
532
|
+
/**
|
|
533
|
+
* Inspect only the headers whose keys don't match any of the strings specified here.
|
|
534
|
+
*/
|
|
535
|
+
ExcludedHeaders?: string[] | undefined;
|
|
536
|
+
/**
|
|
537
|
+
* Inspect only the headers that have a key that matches one of the strings specified here.
|
|
538
|
+
*/
|
|
539
|
+
IncludedHeaders?: string[] | undefined;
|
|
540
|
+
};
|
|
541
|
+
/**
|
|
542
|
+
* Inspect all headers in the web request. You can specify the parts of the headers to inspect and you can narrow the set of headers to inspect by including or excluding specific keys.
|
|
543
|
+
*
|
|
544
|
+
* This is used to indicate the web request component to inspect, in the `FieldToMatch` specification.
|
|
545
|
+
*
|
|
546
|
+
* If you want to inspect just the value of a single header, use the `SingleHeader` `FieldToMatch` setting instead.
|
|
547
|
+
*
|
|
548
|
+
* Example JSON: `"Headers": { "MatchPattern": { "All": {} }, "MatchScope": "KEY", "OversizeHandling": "MATCH" }`
|
|
549
|
+
*/
|
|
550
|
+
export type Headers = {
|
|
551
|
+
/**
|
|
552
|
+
* The filter to use to identify the subset of headers to inspect in a web request.
|
|
553
|
+
*
|
|
554
|
+
* You must specify exactly one setting: either `All` , `IncludedHeaders` , or `ExcludedHeaders` .
|
|
555
|
+
*
|
|
556
|
+
* Example JSON: `"MatchPattern": { "ExcludedHeaders": [ "KeyToExclude1", "KeyToExclude2" ] }`
|
|
557
|
+
*/
|
|
558
|
+
MatchPattern: HeaderMatchPattern;
|
|
559
|
+
/**
|
|
560
|
+
* The parts of the headers to match with the rule inspection criteria. If you specify `ALL` , AWS WAF inspects both keys and values.
|
|
561
|
+
*
|
|
562
|
+
* `All` does not require a match to be found in the keys and a match to be found in the values. It requires a match to be found in the keys or the values or both. To require a match in the keys and in the values, use a logical `AND` statement to combine two match rules, one that inspects the keys and another that inspects the values.
|
|
563
|
+
*/
|
|
564
|
+
MatchScope: MapMatchScope;
|
|
565
|
+
/**
|
|
566
|
+
* What AWS WAF should do if the headers of the request are more numerous or larger than AWS WAF can inspect. AWS WAF does not support inspecting the entire contents of request headers when they exceed 8 KB (8192 bytes) or 200 total headers. The underlying host service forwards a maximum of 200 headers and at most 8 KB of header contents to AWS WAF .
|
|
567
|
+
*
|
|
568
|
+
* The options for oversize handling are the following:
|
|
569
|
+
*
|
|
570
|
+
* - `CONTINUE` - Inspect the available headers normally, according to the rule inspection criteria.
|
|
571
|
+
* - `MATCH` - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
|
|
572
|
+
* - `NO_MATCH` - Treat the web request as not matching the rule statement.
|
|
573
|
+
*/
|
|
574
|
+
OversizeHandling: OversizeHandling;
|
|
575
|
+
};
|
|
576
|
+
/**
|
|
577
|
+
* The configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. Commonly, this is the X-Forwarded-For (XFF) header, but you can specify any header name.
|
|
578
|
+
*
|
|
579
|
+
* > If the specified header isn't present in the request, AWS WAF doesn't apply the rule to the web request at all.
|
|
580
|
+
*
|
|
581
|
+
* This configuration is used only for `IPSetReferenceStatement` . For `GeoMatchStatement` and `RateBasedStatement` , use `ForwardedIPConfig` instead.
|
|
582
|
+
*/
|
|
583
|
+
export type IPSetForwardedIPConfiguration = {
|
|
584
|
+
/**
|
|
585
|
+
* The match status to assign to the web request if the request doesn't have a valid IP address in the specified position.
|
|
586
|
+
*
|
|
587
|
+
* > If the specified header isn't present in the request, AWS WAF doesn't apply the rule to the web request at all.
|
|
588
|
+
*
|
|
589
|
+
* You can specify the following fallback behaviors:
|
|
590
|
+
*
|
|
591
|
+
* - `MATCH` - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
|
|
592
|
+
* - `NO_MATCH` - Treat the web request as not matching the rule statement.
|
|
593
|
+
*/
|
|
594
|
+
FallbackBehavior: "MATCH" | "NO_MATCH";
|
|
595
|
+
/**
|
|
596
|
+
* The name of the HTTP header to use for the IP address. For example, to use the X-Forwarded-For (XFF) header, set this to `X-Forwarded-For` .
|
|
597
|
+
*
|
|
598
|
+
* > If the specified header isn't present in the request, AWS WAF doesn't apply the rule to the web request at all.
|
|
599
|
+
* @pattern ^[a-zA-Z0-9-]+{1,255}$
|
|
600
|
+
*/
|
|
601
|
+
HeaderName: string;
|
|
602
|
+
/**
|
|
603
|
+
* The position in the header to search for the IP address. The header can contain IP addresses of the original client and also of proxies. For example, the header value could be `10.1.1.1, 127.0.0.0, 10.10.10.10` where the first IP address identifies the original client and the rest identify proxies that the request went through.
|
|
604
|
+
*
|
|
605
|
+
* The options for this setting are the following:
|
|
606
|
+
*
|
|
607
|
+
* - FIRST - Inspect the first IP address in the list of IP addresses in the header. This is usually the client's original IP.
|
|
608
|
+
* - LAST - Inspect the last IP address in the list of IP addresses in the header.
|
|
609
|
+
* - ANY - Inspect all IP addresses in the header for a match. If the header contains more than 10 IP addresses, AWS WAF inspects the last 10.
|
|
610
|
+
*/
|
|
611
|
+
Position: "FIRST" | "LAST" | "ANY";
|
|
612
|
+
};
|
|
613
|
+
/**
|
|
614
|
+
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. To use this, create an `IPSet` that specifies the addresses you want to detect, then use the ARN of that set in this statement.
|
|
615
|
+
*
|
|
616
|
+
* Each IP set rule statement references an IP set. You create and maintain the set independent of your rules. This allows you to use the single set in multiple rules. When you update the referenced set, AWS WAF automatically updates all rules that reference it.
|
|
617
|
+
*/
|
|
618
|
+
export type IPSetReferenceStatement = {
|
|
619
|
+
/**
|
|
620
|
+
* The Amazon Resource Name (ARN) of the `IPSet` that this statement references.
|
|
621
|
+
*/
|
|
622
|
+
Arn: string;
|
|
623
|
+
/**
|
|
624
|
+
* The configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. Commonly, this is the X-Forwarded-For (XFF) header, but you can specify any header name.
|
|
625
|
+
*
|
|
626
|
+
* > If the specified header isn't present in the request, AWS WAF doesn't apply the rule to the web request at all.
|
|
627
|
+
*/
|
|
628
|
+
IPSetForwardedIPConfig?: IPSetForwardedIPConfiguration | undefined;
|
|
629
|
+
};
|
|
630
|
+
/**
|
|
631
|
+
* Used for CAPTCHA and challenge token settings. Determines how long a `CAPTCHA` or challenge timestamp remains valid after AWS WAF updates it for a successful `CAPTCHA` or challenge response.
|
|
632
|
+
*/
|
|
633
|
+
export type ImmunityTimeProperty = {
|
|
634
|
+
/**
|
|
635
|
+
* The amount of time, in seconds, that a `CAPTCHA` or challenge timestamp is considered valid by AWS WAF . The default setting is 300.
|
|
636
|
+
*
|
|
637
|
+
* For the Challenge action, the minimum setting is 300.
|
|
638
|
+
* @min 60
|
|
639
|
+
* @max 259200
|
|
640
|
+
*/
|
|
641
|
+
ImmunityTime: number;
|
|
642
|
+
};
|
|
643
|
+
/**
|
|
644
|
+
* Available for use with Amazon CloudFront distributions and Application Load Balancers. Match against the request's JA3 fingerprint. The JA3 fingerprint is a 32-character hash derived from the TLS Client Hello of an incoming request. This fingerprint serves as a unique identifier for the client's TLS configuration. AWS WAF calculates and logs this fingerprint for each request that has enough TLS Client Hello information for the calculation. Almost all web requests include this information.
|
|
645
|
+
*
|
|
646
|
+
* > You can use this choice only with a string match `ByteMatchStatement` with the `PositionalConstraint` set to `EXACTLY` .
|
|
647
|
+
*
|
|
648
|
+
* You can obtain the JA3 fingerprint for client requests from the web ACL logs. If AWS WAF is able to calculate the fingerprint, it includes it in the logs. For information about the logging fields, see [Log fields](https://docs.aws.amazon.com/waf/latest/developerguide/logging-fields.html) in the *AWS WAF Developer Guide* .
|
|
649
|
+
*
|
|
650
|
+
* Provide the JA3 fingerprint string from the logs in your string match statement specification, to match with any future requests that have the same TLS configuration.
|
|
651
|
+
*/
|
|
652
|
+
export type JA3Fingerprint = {
|
|
653
|
+
/**
|
|
654
|
+
* The match status to assign to the web request if the request doesn't have a JA3 fingerprint.
|
|
655
|
+
*
|
|
656
|
+
* You can specify the following fallback behaviors:
|
|
657
|
+
*
|
|
658
|
+
* - `MATCH` - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
|
|
659
|
+
* - `NO_MATCH` - Treat the web request as not matching the rule statement.
|
|
660
|
+
*/
|
|
661
|
+
FallbackBehavior: "MATCH" | "NO_MATCH";
|
|
662
|
+
};
|
|
663
|
+
/**
|
|
664
|
+
* Available for use with Amazon CloudFront distributions and Application Load Balancers. Match against the request's JA4 fingerprint. The JA4 fingerprint is a 36-character hash derived from the TLS Client Hello of an incoming request. This fingerprint serves as a unique identifier for the client's TLS configuration. AWS WAF calculates and logs this fingerprint for each request that has enough TLS Client Hello information for the calculation. Almost all web requests include this information.
|
|
665
|
+
*
|
|
666
|
+
* > You can use this choice only with a string match `ByteMatchStatement` with the `PositionalConstraint` set to `EXACTLY` .
|
|
667
|
+
*
|
|
668
|
+
* You can obtain the JA4 fingerprint for client requests from the web ACL logs. If AWS WAF is able to calculate the fingerprint, it includes it in the logs. For information about the logging fields, see [Log fields](https://docs.aws.amazon.com/waf/latest/developerguide/logging-fields.html) in the *AWS WAF Developer Guide* .
|
|
669
|
+
*
|
|
670
|
+
* Provide the JA4 fingerprint string from the logs in your string match statement specification, to match with any future requests that have the same TLS configuration.
|
|
671
|
+
*/
|
|
672
|
+
export type JA4Fingerprint = {
|
|
673
|
+
/**
|
|
674
|
+
* The match status to assign to the web request if the request doesn't have a JA4 fingerprint.
|
|
675
|
+
*
|
|
676
|
+
* You can specify the following fallback behaviors:
|
|
677
|
+
*
|
|
678
|
+
* - `MATCH` - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
|
|
679
|
+
* - `NO_MATCH` - Treat the web request as not matching the rule statement.
|
|
680
|
+
*/
|
|
681
|
+
FallbackBehavior: "MATCH" | "NO_MATCH";
|
|
682
|
+
};
|
|
683
|
+
/**
|
|
684
|
+
* Inspect the body of the web request as JSON. The body immediately follows the request headers.
|
|
685
|
+
*
|
|
686
|
+
* This is used to indicate the web request component to inspect, in the `FieldToMatch` specification.
|
|
687
|
+
*
|
|
688
|
+
* Use the specifications in this object to indicate which parts of the JSON body to inspect using the rule's inspection criteria. AWS WAF inspects only the parts of the JSON that result from the matches that you indicate.
|
|
689
|
+
*
|
|
690
|
+
* Example JSON: `"JsonBody": { "MatchPattern": { "All": {} }, "MatchScope": "ALL" }`
|
|
691
|
+
*
|
|
692
|
+
* For additional information about this request component option, see [JSON body](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-fields-list.html#waf-rule-statement-request-component-json-body) in the *AWS WAF Developer Guide* .
|
|
693
|
+
*/
|
|
694
|
+
export type JsonBody = {
|
|
695
|
+
/**
|
|
696
|
+
* What AWS WAF should do if it fails to completely parse the JSON body. The options are the following:
|
|
697
|
+
*
|
|
698
|
+
* - `EVALUATE_AS_STRING` - Inspect the body as plain text. AWS WAF applies the text transformations and inspection criteria that you defined for the JSON inspection to the body text string.
|
|
699
|
+
* - `MATCH` - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
|
|
700
|
+
* - `NO_MATCH` - Treat the web request as not matching the rule statement.
|
|
701
|
+
*
|
|
702
|
+
* If you don't provide this setting, AWS WAF parses and evaluates the content only up to the first parsing failure that it encounters.
|
|
703
|
+
*
|
|
704
|
+
* > AWS WAF parsing doesn't fully validate the input JSON string, so parsing can succeed even for invalid JSON. When parsing succeeds, AWS WAF doesn't apply the fallback behavior. For more information, see [JSON body](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-fields-list.html#waf-rule-statement-request-component-json-body) in the *AWS WAF Developer Guide* .
|
|
705
|
+
*/
|
|
706
|
+
InvalidFallbackBehavior?: BodyParsingFallbackBehavior | undefined;
|
|
707
|
+
/**
|
|
708
|
+
* The patterns to look for in the JSON body. AWS WAF inspects the results of these pattern matches against the rule inspection criteria.
|
|
709
|
+
*/
|
|
710
|
+
MatchPattern: JsonMatchPattern;
|
|
711
|
+
/**
|
|
712
|
+
* The parts of the JSON to match against using the `MatchPattern` . If you specify `ALL` , AWS WAF matches against keys and values.
|
|
713
|
+
*
|
|
714
|
+
* `All` does not require a match to be found in the keys and a match to be found in the values. It requires a match to be found in the keys or the values or both. To require a match in the keys and in the values, use a logical `AND` statement to combine two match rules, one that inspects the keys and another that inspects the values.
|
|
715
|
+
*/
|
|
716
|
+
MatchScope: JsonMatchScope;
|
|
717
|
+
/**
|
|
718
|
+
* What AWS WAF should do if the body is larger than AWS WAF can inspect.
|
|
719
|
+
*
|
|
720
|
+
* AWS WAF does not support inspecting the entire contents of the web request body if the body exceeds the limit for the resource type. When a web request body is larger than the limit, the underlying host service only forwards the contents that are within the limit to AWS WAF for inspection.
|
|
721
|
+
*
|
|
722
|
+
* - For Application Load Balancer and AWS AppSync , the limit is fixed at 8 KB (8,192 bytes).
|
|
723
|
+
* - For CloudFront, API Gateway, Amazon Cognito, App Runner, and Verified Access, the default limit is 16 KB (16,384 bytes), and you can increase the limit for each resource type in the web ACL `AssociationConfig` , for additional processing fees.
|
|
724
|
+
* - For AWS Amplify , use the CloudFront limit.
|
|
725
|
+
*
|
|
726
|
+
* The options for oversize handling are the following:
|
|
727
|
+
*
|
|
728
|
+
* - `CONTINUE` - Inspect the available body contents normally, according to the rule inspection criteria.
|
|
729
|
+
* - `MATCH` - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
|
|
730
|
+
* - `NO_MATCH` - Treat the web request as not matching the rule statement.
|
|
731
|
+
*
|
|
732
|
+
* You can combine the `MATCH` or `NO_MATCH` settings for oversize handling with your rule and web ACL action settings, so that you block any request whose body is over the limit.
|
|
733
|
+
*
|
|
734
|
+
* Default: `CONTINUE`
|
|
735
|
+
*/
|
|
736
|
+
OversizeHandling?: OversizeHandling | undefined;
|
|
737
|
+
};
|
|
738
|
+
/**
|
|
739
|
+
* The patterns to look for in the JSON body. AWS WAF inspects the results of these pattern matches against the rule inspection criteria. This is used with the `FieldToMatch` option `JsonBody` .
|
|
740
|
+
*/
|
|
741
|
+
export type JsonMatchPattern = {
|
|
742
|
+
/**
|
|
743
|
+
* Match all of the elements. See also `MatchScope` in the `JsonBody` `FieldToMatch` specification.
|
|
744
|
+
*
|
|
745
|
+
* You must specify either this setting or the `IncludedPaths` setting, but not both.
|
|
746
|
+
*/
|
|
747
|
+
All?: Record<string, unknown> | undefined;
|
|
748
|
+
/**
|
|
749
|
+
* Match only the specified include paths. See also `MatchScope` in the `JsonBody` `FieldToMatch` specification.
|
|
750
|
+
*
|
|
751
|
+
* Provide the include paths using JSON Pointer syntax. For example, `"IncludedPaths": ["/dogs/0/name", "/dogs/1/name"]` . For information about this syntax, see the Internet Engineering Task Force (IETF) documentation [JavaScript Object Notation (JSON) Pointer](https://docs.aws.amazon.com/https://tools.ietf.org/html/rfc6901) .
|
|
752
|
+
*
|
|
753
|
+
* You must specify either this setting or the `All` setting, but not both.
|
|
754
|
+
*
|
|
755
|
+
* > Don't use this option to include all paths. Instead, use the `All` setting.
|
|
756
|
+
*/
|
|
757
|
+
IncludedPaths?: string[] | undefined;
|
|
758
|
+
};
|
|
759
|
+
/**
|
|
760
|
+
* The parts of the JSON to match against using the MatchPattern.
|
|
761
|
+
*/
|
|
762
|
+
export type JsonMatchScope = "ALL" | "KEY" | "VALUE";
|
|
763
|
+
/**
|
|
764
|
+
* A single label container. This is used as an element of a label array in `RuleLabels` inside a rule.
|
|
765
|
+
*/
|
|
766
|
+
export type Label = {
|
|
767
|
+
/**
|
|
768
|
+
* The label string.
|
|
769
|
+
*/
|
|
770
|
+
Name: string;
|
|
771
|
+
};
|
|
772
|
+
export type LabelMatchScope = "LABEL" | "NAMESPACE";
|
|
773
|
+
/**
|
|
774
|
+
* A rule statement to match against labels that have been added to the web request by rules that have already run in the web ACL.
|
|
775
|
+
*
|
|
776
|
+
* The label match statement provides the label or namespace string to search for. The label string can represent a part or all of the fully qualified label name that had been added to the web request. Fully qualified labels have a prefix, optional namespaces, and label name. The prefix identifies the rule group or web ACL context of the rule that added the label. If you do not provide the fully qualified name in your label match string, AWS WAF performs the search for labels that were added in the same context as the label match statement.
|
|
777
|
+
*/
|
|
778
|
+
export type LabelMatchStatement = {
|
|
779
|
+
/**
|
|
780
|
+
* The string to match against. The setting you provide for this depends on the match statement's `Scope` setting:
|
|
781
|
+
*
|
|
782
|
+
* - If the `Scope` indicates `LABEL` , then this specification must include the name and can include any number of preceding namespace specifications and prefix up to providing the fully qualified label name.
|
|
783
|
+
* - If the `Scope` indicates `NAMESPACE` , then this specification can include any number of contiguous namespace strings, and can include the entire label namespace prefix from the rule group or web ACL where the label originates.
|
|
784
|
+
*
|
|
785
|
+
* Labels are case sensitive and components of a label must be separated by colon, for example `NS1:NS2:name` .
|
|
786
|
+
*/
|
|
787
|
+
Key: string;
|
|
788
|
+
/**
|
|
789
|
+
* Specify whether you want to match using the label name or just the namespace.
|
|
790
|
+
*/
|
|
791
|
+
Scope: LabelMatchScope;
|
|
792
|
+
};
|
|
793
|
+
/**
|
|
794
|
+
* List of labels used by one or more of the rules of a `RuleGroup` . This summary object is used for the following rule group lists:
|
|
795
|
+
*
|
|
796
|
+
* - `AvailableLabels` - Labels that rules add to matching requests. These labels are defined in the `RuleLabels` for a rule.
|
|
797
|
+
* - `ConsumedLabels` - Labels that rules match against. These labels are defined in a `LabelMatchStatement` specification, in the `Statement` definition of a rule.
|
|
798
|
+
*/
|
|
799
|
+
export type LabelSummary = {
|
|
800
|
+
/**
|
|
801
|
+
* An individual label specification.
|
|
802
|
+
*/
|
|
803
|
+
Name?: string | undefined;
|
|
804
|
+
};
|
|
805
|
+
/**
|
|
806
|
+
* The parts of the request to match against using the MatchPattern.
|
|
807
|
+
*/
|
|
808
|
+
export type MapMatchScope = "ALL" | "KEY" | "VALUE";
|
|
809
|
+
/**
|
|
810
|
+
* A logical rule statement used to negate the results of another rule statement. You provide one `Statement` within the `NotStatement` .
|
|
811
|
+
*/
|
|
812
|
+
export type NotStatement = {
|
|
813
|
+
/**
|
|
814
|
+
* The statement to negate. You can use any statement that can be nested.
|
|
815
|
+
*/
|
|
816
|
+
Statement: Statement;
|
|
817
|
+
};
|
|
818
|
+
/**
|
|
819
|
+
* A logical rule statement used to combine other rule statements with OR logic. You provide more than one `Statement` within the `OrStatement` .
|
|
820
|
+
*/
|
|
821
|
+
export type OrStatement = {
|
|
822
|
+
/**
|
|
823
|
+
* The statements to combine with OR logic. You can use any statements that can be nested.
|
|
824
|
+
*/
|
|
825
|
+
Statements: Statement[];
|
|
826
|
+
};
|
|
827
|
+
/**
|
|
828
|
+
* Handling of requests containing oversize fields
|
|
829
|
+
*/
|
|
830
|
+
export type OversizeHandling = "CONTINUE" | "MATCH" | "NO_MATCH";
|
|
831
|
+
/**
|
|
832
|
+
* Position of the evaluation in the FieldToMatch of request.
|
|
833
|
+
*/
|
|
834
|
+
export type PositionalConstraint = "EXACTLY" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS" | "CONTAINS_WORD";
|
|
835
|
+
/**
|
|
836
|
+
* A rate-based rule counts incoming requests and rate limits requests when they are coming at too fast a rate. The rule categorizes requests according to your aggregation criteria, collects them into aggregation instances, and counts and rate limits the requests for each instance.
|
|
837
|
+
*
|
|
838
|
+
* > If you change any of these settings in a rule that's currently in use, the change resets the rule's rate limiting counts. This can pause the rule's rate limiting activities for up to a minute.
|
|
839
|
+
*
|
|
840
|
+
* You can specify individual aggregation keys, like IP address or HTTP method. You can also specify aggregation key combinations, like IP address and HTTP method, or HTTP method, query argument, and cookie.
|
|
841
|
+
*
|
|
842
|
+
* Each unique set of values for the aggregation keys that you specify is a separate aggregation instance, with the value from each key contributing to the aggregation instance definition.
|
|
843
|
+
*
|
|
844
|
+
* For example, assume the rule evaluates web requests with the following IP address and HTTP method values:
|
|
845
|
+
*
|
|
846
|
+
* - IP address 10.1.1.1, HTTP method POST
|
|
847
|
+
* - IP address 10.1.1.1, HTTP method GET
|
|
848
|
+
* - IP address 127.0.0.0, HTTP method POST
|
|
849
|
+
* - IP address 10.1.1.1, HTTP method GET
|
|
850
|
+
*
|
|
851
|
+
* The rule would create different aggregation instances according to your aggregation criteria, for example:
|
|
852
|
+
*
|
|
853
|
+
* - If the aggregation criteria is just the IP address, then each individual address is an aggregation instance, and AWS WAF counts requests separately for each. The aggregation instances and request counts for our example would be the following:
|
|
854
|
+
*
|
|
855
|
+
* - IP address 10.1.1.1: count 3
|
|
856
|
+
* - IP address 127.0.0.0: count 1
|
|
857
|
+
* - If the aggregation criteria is HTTP method, then each individual HTTP method is an aggregation instance. The aggregation instances and request counts for our example would be the following:
|
|
858
|
+
*
|
|
859
|
+
* - HTTP method POST: count 2
|
|
860
|
+
* - HTTP method GET: count 2
|
|
861
|
+
* - If the aggregation criteria is IP address and HTTP method, then each IP address and each HTTP method would contribute to the combined aggregation instance. The aggregation instances and request counts for our example would be the following:
|
|
862
|
+
*
|
|
863
|
+
* - IP address 10.1.1.1, HTTP method POST: count 1
|
|
864
|
+
* - IP address 10.1.1.1, HTTP method GET: count 2
|
|
865
|
+
* - IP address 127.0.0.0, HTTP method POST: count 1
|
|
866
|
+
*
|
|
867
|
+
* For any n-tuple of aggregation keys, each unique combination of values for the keys defines a separate aggregation instance, which AWS WAF counts and rate-limits individually.
|
|
868
|
+
*
|
|
869
|
+
* You can optionally nest another statement inside the rate-based statement, to narrow the scope of the rule so that it only counts and rate limits requests that match the nested statement. You can use this nested scope-down statement in conjunction with your aggregation key specifications or you can just count and rate limit all requests that match the scope-down statement, without additional aggregation. When you choose to just manage all requests that match a scope-down statement, the aggregation instance is singular for the rule.
|
|
870
|
+
*
|
|
871
|
+
* You cannot nest a `RateBasedStatement` inside another statement, for example inside a `NotStatement` or `OrStatement` . You can define a `RateBasedStatement` inside a web ACL and inside a rule group.
|
|
872
|
+
*
|
|
873
|
+
* For additional information about the options, see [Rate limiting web requests using rate-based rules](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rate-based-rules.html) in the *AWS WAF Developer Guide* .
|
|
874
|
+
*
|
|
875
|
+
* If you only aggregate on the individual IP address or forwarded IP address, you can retrieve the list of IP addresses that AWS WAF is currently rate limiting for a rule through the API call `GetRateBasedStatementManagedKeys` . This option is not available for other aggregation configurations.
|
|
876
|
+
*
|
|
877
|
+
* AWS WAF tracks and manages web requests separately for each instance of a rate-based rule that you use. For example, if you provide the same rate-based rule settings in two web ACLs, each of the two rule statements represents a separate instance of the rate-based rule and gets its own tracking and management by AWS WAF . If you define a rate-based rule inside a rule group, and then use that rule group in multiple places, each use creates a separate instance of the rate-based rule that gets its own tracking and management by AWS WAF .
|
|
878
|
+
*/
|
|
879
|
+
export type RateBasedStatement = {
|
|
880
|
+
/**
|
|
881
|
+
* Setting that indicates how to aggregate the request counts.
|
|
882
|
+
*
|
|
883
|
+
* > Web requests that are missing any of the components specified in the aggregation keys are omitted from the rate-based rule evaluation and handling.
|
|
884
|
+
*
|
|
885
|
+
* - `CONSTANT` - Count and limit the requests that match the rate-based rule's scope-down statement. With this option, the counted requests aren't further aggregated. The scope-down statement is the only specification used. When the count of all requests that satisfy the scope-down statement goes over the limit, AWS WAF applies the rule action to all requests that satisfy the scope-down statement.
|
|
886
|
+
*
|
|
887
|
+
* With this option, you must configure the `ScopeDownStatement` property.
|
|
888
|
+
* - `CUSTOM_KEYS` - Aggregate the request counts using one or more web request components as the aggregate keys.
|
|
889
|
+
*
|
|
890
|
+
* With this option, you must specify the aggregate keys in the `CustomKeys` property.
|
|
891
|
+
*
|
|
892
|
+
* To aggregate on only the IP address or only the forwarded IP address, don't use custom keys. Instead, set the aggregate key type to `IP` or `FORWARDED_IP` .
|
|
893
|
+
* - `FORWARDED_IP` - Aggregate the request counts on the first IP address in an HTTP header.
|
|
894
|
+
*
|
|
895
|
+
* With this option, you must specify the header to use in the `ForwardedIPConfig` property.
|
|
896
|
+
*
|
|
897
|
+
* To aggregate on a combination of the forwarded IP address with other aggregate keys, use `CUSTOM_KEYS` .
|
|
898
|
+
* - `IP` - Aggregate the request counts on the IP address from the web request origin.
|
|
899
|
+
*
|
|
900
|
+
* To aggregate on a combination of the IP address with other aggregate keys, use `CUSTOM_KEYS` .
|
|
901
|
+
*/
|
|
902
|
+
AggregateKeyType: "IP" | "FORWARDED_IP" | "CONSTANT" | "CUSTOM_KEYS";
|
|
903
|
+
/**
|
|
904
|
+
* Specifies the aggregate keys to use in a rate-base rule.
|
|
905
|
+
*/
|
|
906
|
+
CustomKeys?: RateBasedStatementCustomKey[] | undefined;
|
|
907
|
+
/**
|
|
908
|
+
* The amount of time, in seconds, that AWS WAF should include in its request counts, looking back from the current time. For example, for a setting of 120, when AWS WAF checks the rate, it counts the requests for the 2 minutes immediately preceding the current time. Valid settings are 60, 120, 300, and 600.
|
|
909
|
+
*
|
|
910
|
+
* This setting doesn't determine how often AWS WAF checks the rate, but how far back it looks each time it checks. AWS WAF checks the rate about every 10 seconds.
|
|
911
|
+
*
|
|
912
|
+
* Default: `300` (5 minutes)
|
|
913
|
+
*/
|
|
914
|
+
EvaluationWindowSec?: EvaluationWindowSec | undefined;
|
|
915
|
+
/**
|
|
916
|
+
* The configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. Commonly, this is the X-Forwarded-For (XFF) header, but you can specify any header name.
|
|
917
|
+
*
|
|
918
|
+
* > If the specified header isn't present in the request, AWS WAF doesn't apply the rule to the web request at all.
|
|
919
|
+
*
|
|
920
|
+
* This is required if you specify a forwarded IP in the rule's aggregate key settings.
|
|
921
|
+
*/
|
|
922
|
+
ForwardedIPConfig?: ForwardedIPConfiguration | undefined;
|
|
923
|
+
/**
|
|
924
|
+
* The limit on requests during the specified evaluation window for a single aggregation instance for the rate-based rule. If the rate-based statement includes a `ScopeDownStatement` , this limit is applied only to the requests that match the statement.
|
|
925
|
+
*
|
|
926
|
+
* Examples:
|
|
927
|
+
*
|
|
928
|
+
* - If you aggregate on just the IP address, this is the limit on requests from any single IP address.
|
|
929
|
+
* - If you aggregate on the HTTP method and the query argument name "city", then this is the limit on requests for any single method, city pair.
|
|
930
|
+
*/
|
|
931
|
+
Limit: number;
|
|
932
|
+
/**
|
|
933
|
+
* An optional nested statement that narrows the scope of the web requests that are evaluated and managed by the rate-based statement. When you use a scope-down statement, the rate-based rule only tracks and rate limits requests that match the scope-down statement. You can use any nestable `Statement` in the scope-down statement, and you can nest statements at any level, the same as you can for a rule statement.
|
|
934
|
+
*/
|
|
935
|
+
ScopeDownStatement?: Statement | undefined;
|
|
936
|
+
};
|
|
937
|
+
/**
|
|
938
|
+
* Specifies a single custom aggregate key for a rate-base rule.
|
|
939
|
+
*
|
|
940
|
+
* > Web requests that are missing any of the components specified in the aggregation keys are omitted from the rate-based rule evaluation and handling.
|
|
941
|
+
*/
|
|
942
|
+
export type RateBasedStatementCustomKey = {
|
|
943
|
+
/**
|
|
944
|
+
* Use the value of a cookie in the request as an aggregate key. Each distinct value in the cookie contributes to the aggregation instance. If you use a single cookie as your custom key, then each value fully defines an aggregation instance.
|
|
945
|
+
*/
|
|
946
|
+
Cookie?: RateLimitCookie | undefined;
|
|
947
|
+
/**
|
|
948
|
+
* Use the first IP address in an HTTP header as an aggregate key. Each distinct forwarded IP address contributes to the aggregation instance.
|
|
949
|
+
*
|
|
950
|
+
* When you specify an IP or forwarded IP in the custom key settings, you must also specify at least one other key to use. You can aggregate on only the forwarded IP address by specifying `FORWARDED_IP` in your rate-based statement's `AggregateKeyType` .
|
|
951
|
+
*
|
|
952
|
+
* With this option, you must specify the header to use in the rate-based rule's `ForwardedIPConfig` property.
|
|
953
|
+
*/
|
|
954
|
+
ForwardedIP?: Record<string, unknown> | undefined;
|
|
955
|
+
/**
|
|
956
|
+
* Use the request's HTTP method as an aggregate key. Each distinct HTTP method contributes to the aggregation instance. If you use just the HTTP method as your custom key, then each method fully defines an aggregation instance.
|
|
957
|
+
*/
|
|
958
|
+
HTTPMethod?: Record<string, unknown> | undefined;
|
|
959
|
+
/**
|
|
960
|
+
* Use the value of a header in the request as an aggregate key. Each distinct value in the header contributes to the aggregation instance. If you use a single header as your custom key, then each value fully defines an aggregation instance.
|
|
961
|
+
*/
|
|
962
|
+
Header?: RateLimitHeader | undefined;
|
|
963
|
+
/**
|
|
964
|
+
* Use the request's originating IP address as an aggregate key. Each distinct IP address contributes to the aggregation instance.
|
|
965
|
+
*
|
|
966
|
+
* When you specify an IP or forwarded IP in the custom key settings, you must also specify at least one other key to use. You can aggregate on only the IP address by specifying `IP` in your rate-based statement's `AggregateKeyType` .
|
|
967
|
+
*/
|
|
968
|
+
IP?: Record<string, unknown> | undefined;
|
|
969
|
+
/**
|
|
970
|
+
* Use the request's JA3 fingerprint as an aggregate key. If you use a single JA3 fingerprint as your custom key, then each value fully defines an aggregation instance.
|
|
971
|
+
*/
|
|
972
|
+
JA3Fingerprint?: RateLimitJA3Fingerprint | undefined;
|
|
973
|
+
/**
|
|
974
|
+
* Use the request's JA4 fingerprint as an aggregate key. If you use a single JA4 fingerprint as your custom key, then each value fully defines an aggregation instance.
|
|
975
|
+
*/
|
|
976
|
+
JA4Fingerprint?: RateLimitJA4Fingerprint | undefined;
|
|
977
|
+
/**
|
|
978
|
+
* Use the specified label namespace as an aggregate key. Each distinct fully qualified label name that has the specified label namespace contributes to the aggregation instance. If you use just one label namespace as your custom key, then each label name fully defines an aggregation instance.
|
|
979
|
+
*
|
|
980
|
+
* This uses only labels that have been added to the request by rules that are evaluated before this rate-based rule in the web ACL.
|
|
981
|
+
*
|
|
982
|
+
* For information about label namespaces and names, see [Label syntax and naming requirements](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-label-requirements.html) in the *AWS WAF Developer Guide* .
|
|
983
|
+
*/
|
|
984
|
+
LabelNamespace?: RateLimitLabelNamespace | undefined;
|
|
985
|
+
/**
|
|
986
|
+
* Use the specified query argument as an aggregate key. Each distinct value for the named query argument contributes to the aggregation instance. If you use a single query argument as your custom key, then each value fully defines an aggregation instance.
|
|
987
|
+
*/
|
|
988
|
+
QueryArgument?: RateLimitQueryArgument | undefined;
|
|
989
|
+
/**
|
|
990
|
+
* Use the request's query string as an aggregate key. Each distinct string contributes to the aggregation instance. If you use just the query string as your custom key, then each string fully defines an aggregation instance.
|
|
991
|
+
*/
|
|
992
|
+
QueryString?: RateLimitQueryString | undefined;
|
|
993
|
+
/**
|
|
994
|
+
* Use the request's URI path as an aggregate key. Each distinct URI path contributes to the aggregation instance. If you use just the URI path as your custom key, then each URI path fully defines an aggregation instance.
|
|
995
|
+
*/
|
|
996
|
+
UriPath?: RateLimitUriPath | undefined;
|
|
997
|
+
};
|
|
998
|
+
/**
|
|
999
|
+
* Specifies a cookie as an aggregate key for a rate-based rule. Each distinct value in the cookie contributes to the aggregation instance. If you use a single cookie as your custom key, then each value fully defines an aggregation instance.
|
|
1000
|
+
*/
|
|
1001
|
+
export type RateLimitCookie = {
|
|
1002
|
+
/**
|
|
1003
|
+
* The name of the cookie to use.
|
|
1004
|
+
* @minLength 1
|
|
1005
|
+
* @maxLength 64
|
|
1006
|
+
* @pattern .*\S.*
|
|
1007
|
+
*/
|
|
1008
|
+
Name: string;
|
|
1009
|
+
/**
|
|
1010
|
+
* Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. Text transformations are used in rule match statements, to transform the `FieldToMatch` request component before inspecting it, and they're used in rate-based rule statements, to transform request components before using them as custom aggregation keys. If you specify one or more transformations to apply, AWS WAF performs all transformations on the specified content, starting from the lowest priority setting, and then uses the transformed component contents.
|
|
1011
|
+
*/
|
|
1012
|
+
TextTransformations: TextTransformation[];
|
|
1013
|
+
};
|
|
1014
|
+
/**
|
|
1015
|
+
* Specifies a header as an aggregate key for a rate-based rule. Each distinct value in the header contributes to the aggregation instance. If you use a single header as your custom key, then each value fully defines an aggregation instance.
|
|
1016
|
+
*/
|
|
1017
|
+
export type RateLimitHeader = {
|
|
1018
|
+
/**
|
|
1019
|
+
* The name of the header to use.
|
|
1020
|
+
* @minLength 1
|
|
1021
|
+
* @maxLength 64
|
|
1022
|
+
* @pattern .*\S.*
|
|
1023
|
+
*/
|
|
1024
|
+
Name: string;
|
|
1025
|
+
/**
|
|
1026
|
+
* Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. Text transformations are used in rule match statements, to transform the `FieldToMatch` request component before inspecting it, and they're used in rate-based rule statements, to transform request components before using them as custom aggregation keys. If you specify one or more transformations to apply, AWS WAF performs all transformations on the specified content, starting from the lowest priority setting, and then uses the transformed component contents.
|
|
1027
|
+
*/
|
|
1028
|
+
TextTransformations: TextTransformation[];
|
|
1029
|
+
};
|
|
1030
|
+
/**
|
|
1031
|
+
* Use the request's JA3 fingerprint derived from the TLS Client Hello of an incoming request as an aggregate key. If you use a single JA3 fingerprint as your custom key, then each value fully defines an aggregation instance.
|
|
1032
|
+
*/
|
|
1033
|
+
export type RateLimitJA3Fingerprint = {
|
|
1034
|
+
/**
|
|
1035
|
+
* The match status to assign to the web request if there is insufficient TSL Client Hello information to compute the JA3 fingerprint.
|
|
1036
|
+
*
|
|
1037
|
+
* You can specify the following fallback behaviors:
|
|
1038
|
+
*
|
|
1039
|
+
* - `MATCH` - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
|
|
1040
|
+
* - `NO_MATCH` - Treat the web request as not matching the rule statement.
|
|
1041
|
+
*/
|
|
1042
|
+
FallbackBehavior: "MATCH" | "NO_MATCH";
|
|
1043
|
+
};
|
|
1044
|
+
/**
|
|
1045
|
+
* Use the request's JA4 fingerprint derived from the TLS Client Hello of an incoming request as an aggregate key. If you use a single JA4 fingerprint as your custom key, then each value fully defines an aggregation instance.
|
|
1046
|
+
*/
|
|
1047
|
+
export type RateLimitJA4Fingerprint = {
|
|
1048
|
+
/**
|
|
1049
|
+
* The match status to assign to the web request if there is insufficient TSL Client Hello information to compute the JA4 fingerprint.
|
|
1050
|
+
*
|
|
1051
|
+
* You can specify the following fallback behaviors:
|
|
1052
|
+
*
|
|
1053
|
+
* - `MATCH` - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
|
|
1054
|
+
* - `NO_MATCH` - Treat the web request as not matching the rule statement.
|
|
1055
|
+
*/
|
|
1056
|
+
FallbackBehavior: "MATCH" | "NO_MATCH";
|
|
1057
|
+
};
|
|
1058
|
+
/**
|
|
1059
|
+
* Specifies a label namespace to use as an aggregate key for a rate-based rule. Each distinct fully qualified label name that has the specified label namespace contributes to the aggregation instance. If you use just one label namespace as your custom key, then each label name fully defines an aggregation instance.
|
|
1060
|
+
*
|
|
1061
|
+
* This uses only labels that have been added to the request by rules that are evaluated before this rate-based rule in the web ACL.
|
|
1062
|
+
*
|
|
1063
|
+
* For information about label namespaces and names, see [Label syntax and naming requirements](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-label-requirements.html) in the *AWS WAF Developer Guide* .
|
|
1064
|
+
*/
|
|
1065
|
+
export type RateLimitLabelNamespace = {
|
|
1066
|
+
/**
|
|
1067
|
+
* The namespace to use for aggregation.
|
|
1068
|
+
* @pattern ^[0-9A-Za-z_:-]{1,1024}$
|
|
1069
|
+
*/
|
|
1070
|
+
Namespace: string;
|
|
1071
|
+
};
|
|
1072
|
+
/**
|
|
1073
|
+
* Specifies a query argument in the request as an aggregate key for a rate-based rule. Each distinct value for the named query argument contributes to the aggregation instance. If you use a single query argument as your custom key, then each value fully defines an aggregation instance.
|
|
1074
|
+
*/
|
|
1075
|
+
export type RateLimitQueryArgument = {
|
|
1076
|
+
/**
|
|
1077
|
+
* The name of the query argument to use.
|
|
1078
|
+
* @minLength 1
|
|
1079
|
+
* @maxLength 64
|
|
1080
|
+
* @pattern .*\S.*
|
|
1081
|
+
*/
|
|
1082
|
+
Name: string;
|
|
1083
|
+
/**
|
|
1084
|
+
* Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. Text transformations are used in rule match statements, to transform the `FieldToMatch` request component before inspecting it, and they're used in rate-based rule statements, to transform request components before using them as custom aggregation keys. If you specify one or more transformations to apply, AWS WAF performs all transformations on the specified content, starting from the lowest priority setting, and then uses the transformed component contents.
|
|
1085
|
+
*/
|
|
1086
|
+
TextTransformations: TextTransformation[];
|
|
1087
|
+
};
|
|
1088
|
+
/**
|
|
1089
|
+
* Specifies the request's query string as an aggregate key for a rate-based rule. Each distinct string contributes to the aggregation instance. If you use just the query string as your custom key, then each string fully defines an aggregation instance.
|
|
1090
|
+
*/
|
|
1091
|
+
export type RateLimitQueryString = {
|
|
1092
|
+
/**
|
|
1093
|
+
* Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. Text transformations are used in rule match statements, to transform the `FieldToMatch` request component before inspecting it, and they're used in rate-based rule statements, to transform request components before using them as custom aggregation keys. If you specify one or more transformations to apply, AWS WAF performs all transformations on the specified content, starting from the lowest priority setting, and then uses the transformed component contents.
|
|
1094
|
+
*/
|
|
1095
|
+
TextTransformations: TextTransformation[];
|
|
1096
|
+
};
|
|
1097
|
+
/**
|
|
1098
|
+
* Specifies the request's URI path as an aggregate key for a rate-based rule. Each distinct URI path contributes to the aggregation instance. If you use just the URI path as your custom key, then each URI path fully defines an aggregation instance.
|
|
1099
|
+
*/
|
|
1100
|
+
export type RateLimitUriPath = {
|
|
1101
|
+
/**
|
|
1102
|
+
* Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. Text transformations are used in rule match statements, to transform the `FieldToMatch` request component before inspecting it, and they're used in rate-based rule statements, to transform request components before using them as custom aggregation keys. If you specify one or more transformations to apply, AWS WAF performs all transformations on the specified content, starting from the lowest priority setting, and then uses the transformed component contents.
|
|
1103
|
+
*/
|
|
1104
|
+
TextTransformations: TextTransformation[];
|
|
1105
|
+
};
|
|
1106
|
+
/**
|
|
1107
|
+
* A rule statement used to search web request components for a match against a single regular expression.
|
|
1108
|
+
*/
|
|
1109
|
+
export type RegexMatchStatement = {
|
|
1110
|
+
/**
|
|
1111
|
+
* The part of the web request that you want AWS WAF to inspect.
|
|
1112
|
+
*/
|
|
1113
|
+
FieldToMatch: FieldToMatch;
|
|
1114
|
+
/**
|
|
1115
|
+
* The string representing the regular expression.
|
|
1116
|
+
* @minLength 1
|
|
1117
|
+
* @maxLength 512
|
|
1118
|
+
*/
|
|
1119
|
+
RegexString: string;
|
|
1120
|
+
/**
|
|
1121
|
+
* Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. If you specify one or more transformations in a rule statement, AWS WAF performs all transformations on the content of the request component identified by `FieldToMatch` , starting from the lowest priority setting, before inspecting the content for a match.
|
|
1122
|
+
*/
|
|
1123
|
+
TextTransformations: TextTransformation[];
|
|
1124
|
+
};
|
|
1125
|
+
/**
|
|
1126
|
+
* A rule statement used to search web request components for matches with regular expressions. To use this, create a `RegexPatternSet` that specifies the expressions that you want to detect, then use the ARN of that set in this statement. A web request matches the pattern set rule statement if the request component matches any of the patterns in the set.
|
|
1127
|
+
*
|
|
1128
|
+
* Each regex pattern set rule statement references a regex pattern set. You create and maintain the set independent of your rules. This allows you to use the single set in multiple rules. When you update the referenced set, AWS WAF automatically updates all rules that reference it.
|
|
1129
|
+
*/
|
|
1130
|
+
export type RegexPatternSetReferenceStatement = {
|
|
1131
|
+
/**
|
|
1132
|
+
* The Amazon Resource Name (ARN) of the `RegexPatternSet` that this statement references.
|
|
1133
|
+
*/
|
|
1134
|
+
Arn: string;
|
|
1135
|
+
/**
|
|
1136
|
+
* The part of the web request that you want AWS WAF to inspect.
|
|
1137
|
+
*/
|
|
1138
|
+
FieldToMatch: FieldToMatch;
|
|
1139
|
+
/**
|
|
1140
|
+
* Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. If you specify one or more transformations in a rule statement, AWS WAF performs all transformations on the content of the request component identified by `FieldToMatch` , starting from the lowest priority setting, before inspecting the content for a match.
|
|
1141
|
+
*/
|
|
1142
|
+
TextTransformations: TextTransformation[];
|
|
1143
|
+
};
|
|
1144
|
+
/**
|
|
1145
|
+
* Valid values are TEXT_PLAIN, TEXT_HTML, and APPLICATION_JSON.
|
|
1146
|
+
*/
|
|
1147
|
+
export type ResponseContentType = "TEXT_PLAIN" | "TEXT_HTML" | "APPLICATION_JSON";
|
|
1148
|
+
/**
|
|
1149
|
+
* A single rule, which you can use in a `WebACL` or `RuleGroup` to identify web requests that you want to manage in some way. Each rule includes one top-level `Statement` that AWS WAF uses to identify matching web requests, and parameters that govern how AWS WAF handles them.
|
|
1150
|
+
*/
|
|
1151
|
+
export type Rule = {
|
|
1152
|
+
/**
|
|
1153
|
+
* The action that AWS WAF should take on a web request when it matches the rule statement. Settings at the web ACL level can override the rule action setting.
|
|
1154
|
+
*/
|
|
1155
|
+
Action?: RuleAction | undefined;
|
|
1156
|
+
/**
|
|
1157
|
+
* Specifies how AWS WAF should handle `CAPTCHA` evaluations. If you don't specify this, AWS WAF uses the `CAPTCHA` configuration that's defined for the web ACL.
|
|
1158
|
+
*/
|
|
1159
|
+
CaptchaConfig?: CaptchaConfig | undefined;
|
|
1160
|
+
/**
|
|
1161
|
+
* Specifies how AWS WAF should handle `Challenge` evaluations. If you don't specify this, AWS WAF uses the challenge configuration that's defined for the web ACL.
|
|
1162
|
+
*/
|
|
1163
|
+
ChallengeConfig?: ChallengeConfig | undefined;
|
|
1164
|
+
/**
|
|
1165
|
+
* The name of the rule.
|
|
1166
|
+
*
|
|
1167
|
+
* If you change the name of a `Rule` after you create it and you want the rule's metric name to reflect the change, update the metric name in the rule's `VisibilityConfig` settings. AWS WAF doesn't automatically update the metric name when you update the rule name.
|
|
1168
|
+
*/
|
|
1169
|
+
Name: string;
|
|
1170
|
+
/**
|
|
1171
|
+
* If you define more than one `Rule` in a `WebACL` , AWS WAF evaluates each request against the `Rules` in order based on the value of `Priority` . AWS WAF processes rules with lower priority first. The priorities don't need to be consecutive, but they must all be different.
|
|
1172
|
+
*/
|
|
1173
|
+
Priority: number;
|
|
1174
|
+
/**
|
|
1175
|
+
* Labels to apply to web requests that match the rule match statement. AWS WAF applies fully qualified labels to matching web requests. A fully qualified label is the concatenation of a label namespace and a rule label. The rule's rule group or web ACL defines the label namespace.
|
|
1176
|
+
*
|
|
1177
|
+
* > Any rule that isn't a rule group reference statement or managed rule group statement can add labels to matching web requests.
|
|
1178
|
+
*
|
|
1179
|
+
* Rules that run after this rule in the web ACL can match against these labels using a `LabelMatchStatement` .
|
|
1180
|
+
*
|
|
1181
|
+
* For each label, provide a case-sensitive string containing optional namespaces and a label name, according to the following guidelines:
|
|
1182
|
+
*
|
|
1183
|
+
* - Separate each component of the label with a colon.
|
|
1184
|
+
* - Each namespace or name can have up to 128 characters.
|
|
1185
|
+
* - You can specify up to 5 namespaces in a label.
|
|
1186
|
+
* - Don't use the following reserved words in your label specification: `aws` , `waf` , `managed` , `rulegroup` , `webacl` , `regexpatternset` , or `ipset` .
|
|
1187
|
+
*
|
|
1188
|
+
* For example, `myLabelName` or `nameSpace1:nameSpace2:myLabelName` .
|
|
1189
|
+
*/
|
|
1190
|
+
RuleLabels?: Label[] | undefined;
|
|
1191
|
+
/**
|
|
1192
|
+
* The AWS WAF processing statement for the rule, for example `ByteMatchStatement` or `SizeConstraintStatement` .
|
|
1193
|
+
*/
|
|
1194
|
+
Statement: Statement;
|
|
1195
|
+
/**
|
|
1196
|
+
* Defines and enables Amazon CloudWatch metrics and web request sample collection.
|
|
1197
|
+
*
|
|
1198
|
+
* If you change the name of a `Rule` after you create it and you want the rule's metric name to reflect the change, update the metric name as well. AWS WAF doesn't automatically update the metric name.
|
|
1199
|
+
*/
|
|
1200
|
+
VisibilityConfig: VisibilityConfig;
|
|
1201
|
+
};
|
|
1202
|
+
/**
|
|
1203
|
+
* The action that AWS WAF should take on a web request when it matches a rule's statement. Settings at the web ACL level can override the rule action setting.
|
|
1204
|
+
*/
|
|
1205
|
+
export type RuleAction = {
|
|
1206
|
+
/**
|
|
1207
|
+
* Instructs AWS WAF to allow the web request.
|
|
1208
|
+
*/
|
|
1209
|
+
Allow?: AllowAction | undefined;
|
|
1210
|
+
/**
|
|
1211
|
+
* Instructs AWS WAF to block the web request.
|
|
1212
|
+
*/
|
|
1213
|
+
Block?: BlockAction | undefined;
|
|
1214
|
+
/**
|
|
1215
|
+
* Specifies that AWS WAF should run a `CAPTCHA` check against the request:
|
|
1216
|
+
*
|
|
1217
|
+
* - If the request includes a valid, unexpired `CAPTCHA` token, AWS WAF allows the web request inspection to proceed to the next rule, similar to a `CountAction` .
|
|
1218
|
+
* - If the request doesn't include a valid, unexpired `CAPTCHA` token, AWS WAF discontinues the web ACL evaluation of the request and blocks it from going to its intended destination.
|
|
1219
|
+
*
|
|
1220
|
+
* AWS WAF generates a response that it sends back to the client, which includes the following:
|
|
1221
|
+
*
|
|
1222
|
+
* - The header `x-amzn-waf-action` with a value of `captcha` .
|
|
1223
|
+
* - The HTTP status code `405 Method Not Allowed` .
|
|
1224
|
+
* - If the request contains an `Accept` header with a value of `text/html` , the response includes a `CAPTCHA` challenge.
|
|
1225
|
+
*
|
|
1226
|
+
* You can configure the expiration time in the `CaptchaConfig` `ImmunityTimeProperty` setting at the rule and web ACL level. The rule setting overrides the web ACL setting.
|
|
1227
|
+
*
|
|
1228
|
+
* This action option is available for rules. It isn't available for web ACL default actions.
|
|
1229
|
+
*/
|
|
1230
|
+
Captcha?: CaptchaAction | undefined;
|
|
1231
|
+
/**
|
|
1232
|
+
* Instructs AWS WAF to run a `Challenge` check against the web request.
|
|
1233
|
+
*/
|
|
1234
|
+
Challenge?: ChallengeAction | undefined;
|
|
1235
|
+
/**
|
|
1236
|
+
* Instructs AWS WAF to count the web request and then continue evaluating the request using the remaining rules in the web ACL.
|
|
1237
|
+
*/
|
|
1238
|
+
Count?: CountAction | undefined;
|
|
1239
|
+
};
|
|
1240
|
+
/**
|
|
1241
|
+
* Use CLOUDFRONT for CloudFront RuleGroup, use REGIONAL for Application Load Balancer and API Gateway.
|
|
1242
|
+
*/
|
|
1243
|
+
export type Scope = "CLOUDFRONT" | "REGIONAL";
|
|
1244
|
+
/**
|
|
1245
|
+
* Sensitivity Level current only used for sqli match statements.
|
|
1246
|
+
*/
|
|
1247
|
+
export type SensitivityLevel = "LOW" | "HIGH";
|
|
1248
|
+
/**
|
|
1249
|
+
* A rule statement that compares a number of bytes against the size of a request component, using a comparison operator, such as greater than (>) or less than (<). For example, you can use a size constraint statement to look for query strings that are longer than 100 bytes.
|
|
1250
|
+
*
|
|
1251
|
+
* If you configure AWS WAF to inspect the request body, AWS WAF inspects only the number of bytes in the body up to the limit for the web ACL and protected resource type. If you know that the request body for your web requests should never exceed the inspection limit, you can use a size constraint statement to block requests that have a larger request body size. For more information about the inspection limits, see `Body` and `JsonBody` settings for the `FieldToMatch` data type.
|
|
1252
|
+
*
|
|
1253
|
+
* If you choose URI for the value of Part of the request to filter on, the slash (/) in the URI counts as one character. For example, the URI `/logo.jpg` is nine characters long.
|
|
1254
|
+
*/
|
|
1255
|
+
export type SizeConstraintStatement = {
|
|
1256
|
+
/**
|
|
1257
|
+
* The operator to use to compare the request part to the size setting.
|
|
1258
|
+
*/
|
|
1259
|
+
ComparisonOperator: "EQ" | "NE" | "LE" | "LT" | "GE" | "GT";
|
|
1260
|
+
/**
|
|
1261
|
+
* The part of the web request that you want AWS WAF to inspect.
|
|
1262
|
+
*/
|
|
1263
|
+
FieldToMatch: FieldToMatch;
|
|
1264
|
+
/**
|
|
1265
|
+
* The size, in byte, to compare to the request part, after any transformations.
|
|
1266
|
+
* @min 0
|
|
1267
|
+
* @max 21474836480
|
|
1268
|
+
*/
|
|
1269
|
+
Size: number;
|
|
1270
|
+
/**
|
|
1271
|
+
* Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. If you specify one or more transformations in a rule statement, AWS WAF performs all transformations on the content of the request component identified by `FieldToMatch` , starting from the lowest priority setting, before inspecting the content for a match.
|
|
1272
|
+
*/
|
|
1273
|
+
TextTransformations: TextTransformation[];
|
|
1274
|
+
};
|
|
1275
|
+
/**
|
|
1276
|
+
* A rule statement that inspects for malicious SQL code. Attackers insert malicious SQL code into web requests to do things like modify your database or extract data from it.
|
|
1277
|
+
*/
|
|
1278
|
+
export type SqliMatchStatement = {
|
|
1279
|
+
/**
|
|
1280
|
+
* The part of the web request that you want AWS WAF to inspect.
|
|
1281
|
+
*/
|
|
1282
|
+
FieldToMatch: FieldToMatch;
|
|
1283
|
+
/**
|
|
1284
|
+
* The sensitivity that you want AWS WAF to use to inspect for SQL injection attacks.
|
|
1285
|
+
*
|
|
1286
|
+
* `HIGH` detects more attacks, but might generate more false positives, especially if your web requests frequently contain unusual strings. For information about identifying and mitigating false positives, see [Testing and tuning](https://docs.aws.amazon.com/waf/latest/developerguide/web-acl-testing.html) in the *AWS WAF Developer Guide* .
|
|
1287
|
+
*
|
|
1288
|
+
* `LOW` is generally a better choice for resources that already have other protections against SQL injection attacks or that have a low tolerance for false positives.
|
|
1289
|
+
*
|
|
1290
|
+
* Default: `LOW`
|
|
1291
|
+
*/
|
|
1292
|
+
SensitivityLevel?: SensitivityLevel | undefined;
|
|
1293
|
+
/**
|
|
1294
|
+
* Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. If you specify one or more transformations in a rule statement, AWS WAF performs all transformations on the content of the request component identified by `FieldToMatch` , starting from the lowest priority setting, before inspecting the content for a match.
|
|
1295
|
+
*/
|
|
1296
|
+
TextTransformations: TextTransformation[];
|
|
1297
|
+
};
|
|
1298
|
+
/**
|
|
1299
|
+
* The processing guidance for a rule, used by AWS WAF to determine whether a web request matches the rule.
|
|
1300
|
+
*/
|
|
1301
|
+
export type Statement = {
|
|
1302
|
+
/**
|
|
1303
|
+
* A logical rule statement used to combine other rule statements with AND logic. You provide more than one `Statement` within the `AndStatement` .
|
|
1304
|
+
*/
|
|
1305
|
+
AndStatement?: AndStatement | undefined;
|
|
1306
|
+
/**
|
|
1307
|
+
* A rule statement that defines a string match search for AWS WAF to apply to web requests. The byte match statement provides the bytes to search for, the location in requests that you want AWS WAF to search, and other settings. The bytes to search for are typically a string that corresponds with ASCII characters. In the AWS WAF console and the developer guide, this is called a string match statement.
|
|
1308
|
+
*/
|
|
1309
|
+
ByteMatchStatement?: ByteMatchStatement | undefined;
|
|
1310
|
+
/**
|
|
1311
|
+
* A rule statement that labels web requests by country and region and that matches against web requests based on country code. A geo match rule labels every request that it inspects regardless of whether it finds a match.
|
|
1312
|
+
*
|
|
1313
|
+
* - To manage requests only by country, you can use this statement by itself and specify the countries that you want to match against in the `CountryCodes` array.
|
|
1314
|
+
* - Otherwise, configure your geo match rule with Count action so that it only labels requests. Then, add one or more label match rules to run after the geo match rule and configure them to match against the geographic labels and handle the requests as needed.
|
|
1315
|
+
*
|
|
1316
|
+
* AWS WAF labels requests using the alpha-2 country and region codes from the International Organization for Standardization (ISO) 3166 standard. AWS WAF determines the codes using either the IP address in the web request origin or, if you specify it, the address in the geo match `ForwardedIPConfig` .
|
|
1317
|
+
*
|
|
1318
|
+
* If you use the web request origin, the label formats are `awswaf:clientip:geo:region:<ISO country code>-<ISO region code>` and `awswaf:clientip:geo:country:<ISO country code>` .
|
|
1319
|
+
*
|
|
1320
|
+
* If you use a forwarded IP address, the label formats are `awswaf:forwardedip:geo:region:<ISO country code>-<ISO region code>` and `awswaf:forwardedip:geo:country:<ISO country code>` .
|
|
1321
|
+
*
|
|
1322
|
+
* For additional details, see [Geographic match rule statement](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-type-geo-match.html) in the [AWS WAF Developer Guide](https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html) .
|
|
1323
|
+
*/
|
|
1324
|
+
GeoMatchStatement?: GeoMatchStatement | undefined;
|
|
1325
|
+
/**
|
|
1326
|
+
* A rule statement used to detect web requests coming from particular IP addresses or address ranges. To use this, create an `IPSet` that specifies the addresses you want to detect, then use the ARN of that set in this statement.
|
|
1327
|
+
*
|
|
1328
|
+
* Each IP set rule statement references an IP set. You create and maintain the set independent of your rules. This allows you to use the single set in multiple rules. When you update the referenced set, AWS WAF automatically updates all rules that reference it.
|
|
1329
|
+
*/
|
|
1330
|
+
IPSetReferenceStatement?: IPSetReferenceStatement | undefined;
|
|
1331
|
+
/**
|
|
1332
|
+
* A rule statement to match against labels that have been added to the web request by rules that have already run in the web ACL.
|
|
1333
|
+
*
|
|
1334
|
+
* The label match statement provides the label or namespace string to search for. The label string can represent a part or all of the fully qualified label name that had been added to the web request. Fully qualified labels have a prefix, optional namespaces, and label name. The prefix identifies the rule group or web ACL context of the rule that added the label. If you do not provide the fully qualified name in your label match string, AWS WAF performs the search for labels that were added in the same context as the label match statement.
|
|
1335
|
+
*/
|
|
1336
|
+
LabelMatchStatement?: LabelMatchStatement | undefined;
|
|
1337
|
+
/**
|
|
1338
|
+
* A logical rule statement used to negate the results of another rule statement. You provide one `Statement` within the `NotStatement` .
|
|
1339
|
+
*/
|
|
1340
|
+
NotStatement?: NotStatement | undefined;
|
|
1341
|
+
/**
|
|
1342
|
+
* A logical rule statement used to combine other rule statements with OR logic. You provide more than one `Statement` within the `OrStatement` .
|
|
1343
|
+
*/
|
|
1344
|
+
OrStatement?: OrStatement | undefined;
|
|
1345
|
+
/**
|
|
1346
|
+
* A rate-based rule counts incoming requests and rate limits requests when they are coming at too fast a rate. The rule categorizes requests according to your aggregation criteria, collects them into aggregation instances, and counts and rate limits the requests for each instance.
|
|
1347
|
+
*
|
|
1348
|
+
* > If you change any of these settings in a rule that's currently in use, the change resets the rule's rate limiting counts. This can pause the rule's rate limiting activities for up to a minute.
|
|
1349
|
+
*
|
|
1350
|
+
* You can specify individual aggregation keys, like IP address or HTTP method. You can also specify aggregation key combinations, like IP address and HTTP method, or HTTP method, query argument, and cookie.
|
|
1351
|
+
*
|
|
1352
|
+
* Each unique set of values for the aggregation keys that you specify is a separate aggregation instance, with the value from each key contributing to the aggregation instance definition.
|
|
1353
|
+
*
|
|
1354
|
+
* For example, assume the rule evaluates web requests with the following IP address and HTTP method values:
|
|
1355
|
+
*
|
|
1356
|
+
* - IP address 10.1.1.1, HTTP method POST
|
|
1357
|
+
* - IP address 10.1.1.1, HTTP method GET
|
|
1358
|
+
* - IP address 127.0.0.0, HTTP method POST
|
|
1359
|
+
* - IP address 10.1.1.1, HTTP method GET
|
|
1360
|
+
*
|
|
1361
|
+
* The rule would create different aggregation instances according to your aggregation criteria, for example:
|
|
1362
|
+
*
|
|
1363
|
+
* - If the aggregation criteria is just the IP address, then each individual address is an aggregation instance, and AWS WAF counts requests separately for each. The aggregation instances and request counts for our example would be the following:
|
|
1364
|
+
*
|
|
1365
|
+
* - IP address 10.1.1.1: count 3
|
|
1366
|
+
* - IP address 127.0.0.0: count 1
|
|
1367
|
+
* - If the aggregation criteria is HTTP method, then each individual HTTP method is an aggregation instance. The aggregation instances and request counts for our example would be the following:
|
|
1368
|
+
*
|
|
1369
|
+
* - HTTP method POST: count 2
|
|
1370
|
+
* - HTTP method GET: count 2
|
|
1371
|
+
* - If the aggregation criteria is IP address and HTTP method, then each IP address and each HTTP method would contribute to the combined aggregation instance. The aggregation instances and request counts for our example would be the following:
|
|
1372
|
+
*
|
|
1373
|
+
* - IP address 10.1.1.1, HTTP method POST: count 1
|
|
1374
|
+
* - IP address 10.1.1.1, HTTP method GET: count 2
|
|
1375
|
+
* - IP address 127.0.0.0, HTTP method POST: count 1
|
|
1376
|
+
*
|
|
1377
|
+
* For any n-tuple of aggregation keys, each unique combination of values for the keys defines a separate aggregation instance, which AWS WAF counts and rate-limits individually.
|
|
1378
|
+
*
|
|
1379
|
+
* You can optionally nest another statement inside the rate-based statement, to narrow the scope of the rule so that it only counts and rate limits requests that match the nested statement. You can use this nested scope-down statement in conjunction with your aggregation key specifications or you can just count and rate limit all requests that match the scope-down statement, without additional aggregation. When you choose to just manage all requests that match a scope-down statement, the aggregation instance is singular for the rule.
|
|
1380
|
+
*
|
|
1381
|
+
* You cannot nest a `RateBasedStatement` inside another statement, for example inside a `NotStatement` or `OrStatement` . You can define a `RateBasedStatement` inside a web ACL and inside a rule group.
|
|
1382
|
+
*
|
|
1383
|
+
* For additional information about the options, see [Rate limiting web requests using rate-based rules](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rate-based-rules.html) in the *AWS WAF Developer Guide* .
|
|
1384
|
+
*
|
|
1385
|
+
* If you only aggregate on the individual IP address or forwarded IP address, you can retrieve the list of IP addresses that AWS WAF is currently rate limiting for a rule through the API call `GetRateBasedStatementManagedKeys` . This option is not available for other aggregation configurations.
|
|
1386
|
+
*
|
|
1387
|
+
* AWS WAF tracks and manages web requests separately for each instance of a rate-based rule that you use. For example, if you provide the same rate-based rule settings in two web ACLs, each of the two rule statements represents a separate instance of the rate-based rule and gets its own tracking and management by AWS WAF . If you define a rate-based rule inside a rule group, and then use that rule group in multiple places, each use creates a separate instance of the rate-based rule that gets its own tracking and management by AWS WAF .
|
|
1388
|
+
*/
|
|
1389
|
+
RateBasedStatement?: RateBasedStatement | undefined;
|
|
1390
|
+
/**
|
|
1391
|
+
* A rule statement used to search web request components for a match against a single regular expression.
|
|
1392
|
+
*/
|
|
1393
|
+
RegexMatchStatement?: RegexMatchStatement | undefined;
|
|
1394
|
+
/**
|
|
1395
|
+
* A rule statement used to search web request components for matches with regular expressions. To use this, create a `RegexPatternSet` that specifies the expressions that you want to detect, then use the ARN of that set in this statement. A web request matches the pattern set rule statement if the request component matches any of the patterns in the set.
|
|
1396
|
+
*
|
|
1397
|
+
* Each regex pattern set rule statement references a regex pattern set. You create and maintain the set independent of your rules. This allows you to use the single set in multiple rules. When you update the referenced set, AWS WAF automatically updates all rules that reference it.
|
|
1398
|
+
*/
|
|
1399
|
+
RegexPatternSetReferenceStatement?: RegexPatternSetReferenceStatement | undefined;
|
|
1400
|
+
/**
|
|
1401
|
+
* A rule statement that compares a number of bytes against the size of a request component, using a comparison operator, such as greater than (>) or less than (<). For example, you can use a size constraint statement to look for query strings that are longer than 100 bytes.
|
|
1402
|
+
*
|
|
1403
|
+
* If you configure AWS WAF to inspect the request body, AWS WAF inspects only the number of bytes in the body up to the limit for the web ACL and protected resource type. If you know that the request body for your web requests should never exceed the inspection limit, you can use a size constraint statement to block requests that have a larger request body size. For more information about the inspection limits, see `Body` and `JsonBody` settings for the `FieldToMatch` data type.
|
|
1404
|
+
*
|
|
1405
|
+
* If you choose URI for the value of Part of the request to filter on, the slash (/) in the URI counts as one character. For example, the URI `/logo.jpg` is nine characters long.
|
|
1406
|
+
*/
|
|
1407
|
+
SizeConstraintStatement?: SizeConstraintStatement | undefined;
|
|
1408
|
+
/**
|
|
1409
|
+
* A rule statement that inspects for malicious SQL code. Attackers insert malicious SQL code into web requests to do things like modify your database or extract data from it.
|
|
1410
|
+
*/
|
|
1411
|
+
SqliMatchStatement?: SqliMatchStatement | undefined;
|
|
1412
|
+
/**
|
|
1413
|
+
* A rule statement that inspects for cross-site scripting (XSS) attacks. In XSS attacks, the attacker uses vulnerabilities in a benign website as a vehicle to inject malicious client-site scripts into other legitimate web browsers.
|
|
1414
|
+
*/
|
|
1415
|
+
XssMatchStatement?: XssMatchStatement | undefined;
|
|
1416
|
+
};
|
|
1417
|
+
/**
|
|
1418
|
+
* Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.
|
|
1419
|
+
*/
|
|
1420
|
+
export type TextTransformation = {
|
|
1421
|
+
/**
|
|
1422
|
+
* Sets the relative processing order for multiple transformations. AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. The priorities don't need to be consecutive, but they must all be different.
|
|
1423
|
+
*/
|
|
1424
|
+
Priority: number;
|
|
1425
|
+
/**
|
|
1426
|
+
* For detailed descriptions of each of the transformation types, see [Text transformations](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-transformation.html) in the *AWS WAF Developer Guide* .
|
|
1427
|
+
*/
|
|
1428
|
+
Type: TextTransformationType;
|
|
1429
|
+
};
|
|
1430
|
+
/**
|
|
1431
|
+
* Type of text transformation.
|
|
1432
|
+
*/
|
|
1433
|
+
export type TextTransformationType = "NONE" | "COMPRESS_WHITE_SPACE" | "HTML_ENTITY_DECODE" | "LOWERCASE" | "CMD_LINE" | "URL_DECODE" | "BASE64_DECODE" | "HEX_DECODE" | "MD5" | "REPLACE_COMMENTS" | "ESCAPE_SEQ_DECODE" | "SQL_HEX_DECODE" | "CSS_DECODE" | "JS_DECODE" | "NORMALIZE_PATH" | "NORMALIZE_PATH_WIN" | "REMOVE_NULLS" | "REPLACE_NULLS" | "BASE64_DECODE_EXT" | "URL_DECODE_UNI" | "UTF8_TO_UNICODE";
|
|
1434
|
+
/**
|
|
1435
|
+
* Inspect fragments of the request URI. You can specify the parts of the URI fragment to inspect and you can narrow the set of URI fragments to inspect by including or excluding specific keys.
|
|
1436
|
+
*
|
|
1437
|
+
* This is used to indicate the web request component to inspect, in the `FieldToMatch` specification.
|
|
1438
|
+
*
|
|
1439
|
+
* Example JSON: `"UriFragment": { "MatchPattern": { "All": {} }, "MatchScope": "KEY", "OversizeHandling": "MATCH" }`
|
|
1440
|
+
*/
|
|
1441
|
+
export type UriFragment = {
|
|
1442
|
+
/**
|
|
1443
|
+
* What AWS WAF should do if it fails to completely parse the JSON body. The options are the following:
|
|
1444
|
+
*
|
|
1445
|
+
* - `EVALUATE_AS_STRING` - Inspect the body as plain text. AWS WAF applies the text transformations and inspection criteria that you defined for the JSON inspection to the body text string.
|
|
1446
|
+
* - `MATCH` - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
|
|
1447
|
+
* - `NO_MATCH` - Treat the web request as not matching the rule statement.
|
|
1448
|
+
*
|
|
1449
|
+
* If you don't provide this setting, AWS WAF parses and evaluates the content only up to the first parsing failure that it encounters.
|
|
1450
|
+
*
|
|
1451
|
+
* Example JSON: `{ "UriFragment": { "FallbackBehavior": "MATCH"} }`
|
|
1452
|
+
*
|
|
1453
|
+
* > AWS WAF parsing doesn't fully validate the input JSON string, so parsing can succeed even for invalid JSON. When parsing succeeds, AWS WAF doesn't apply the fallback behavior. For more information, see [JSON body](https://docs.aws.amazon.com/waf/latest/developerguide/waf-rule-statement-fields-list.html#waf-rule-statement-request-component-json-body) in the *AWS WAF Developer Guide* .
|
|
1454
|
+
*/
|
|
1455
|
+
FallbackBehavior?: "MATCH" | "NO_MATCH" | undefined;
|
|
1456
|
+
};
|
|
1457
|
+
/**
|
|
1458
|
+
* Defines and enables Amazon CloudWatch metrics and web request sample collection.
|
|
1459
|
+
*/
|
|
1460
|
+
export type VisibilityConfig = {
|
|
1461
|
+
/**
|
|
1462
|
+
* Indicates whether the associated resource sends metrics to Amazon CloudWatch. For the list of available metrics, see [AWS WAF Metrics](https://docs.aws.amazon.com/waf/latest/developerguide/monitoring-cloudwatch.html#waf-metrics) in the *AWS WAF Developer Guide* .
|
|
1463
|
+
*
|
|
1464
|
+
* For web ACLs, the metrics are for web requests that have the web ACL default action applied. AWS WAF applies the default action to web requests that pass the inspection of all rules in the web ACL without being either allowed or blocked. For more information,
|
|
1465
|
+
* see [The web ACL default action](https://docs.aws.amazon.com/waf/latest/developerguide/web-acl-default-action.html) in the *AWS WAF Developer Guide* .
|
|
1466
|
+
*/
|
|
1467
|
+
CloudWatchMetricsEnabled: boolean;
|
|
1468
|
+
/**
|
|
1469
|
+
* A name of the Amazon CloudWatch metric dimension. The name can contain only the characters: A-Z, a-z, 0-9, - (hyphen), and _ (underscore). The name can be from one to 128 characters long. It can't contain whitespace or metric names that are reserved for AWS WAF , for example `All` and `Default_Action` .
|
|
1470
|
+
* @minLength 1
|
|
1471
|
+
* @maxLength 128
|
|
1472
|
+
*/
|
|
1473
|
+
MetricName: string;
|
|
1474
|
+
/**
|
|
1475
|
+
* Indicates whether AWS WAF should store a sampling of the web requests that match the rules. You can view the sampled requests through the AWS WAF console.
|
|
1476
|
+
*
|
|
1477
|
+
* If you configure data protection for the web ACL, the protection applies to the web ACL's sampled web request data.
|
|
1478
|
+
*
|
|
1479
|
+
* > Request sampling doesn't provide a field redaction option, and any field redaction that you specify in your logging configuration doesn't affect sampling. You can only exclude fields from request sampling by disabling sampling in the web ACL visibility configuration or by configuring data protection for the web ACL.
|
|
1480
|
+
*/
|
|
1481
|
+
SampledRequestsEnabled: boolean;
|
|
1482
|
+
};
|
|
1483
|
+
/**
|
|
1484
|
+
* A rule statement that inspects for cross-site scripting (XSS) attacks. In XSS attacks, the attacker uses vulnerabilities in a benign website as a vehicle to inject malicious client-site scripts into other legitimate web browsers.
|
|
1485
|
+
*/
|
|
1486
|
+
export type XssMatchStatement = {
|
|
1487
|
+
/**
|
|
1488
|
+
* The part of the web request that you want AWS WAF to inspect.
|
|
1489
|
+
*/
|
|
1490
|
+
FieldToMatch: FieldToMatch;
|
|
1491
|
+
/**
|
|
1492
|
+
* Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection. If you specify one or more transformations in a rule statement, AWS WAF performs all transformations on the content of the request component identified by `FieldToMatch` , starting from the lowest priority setting, before inspecting the content for a match.
|
|
1493
|
+
*/
|
|
1494
|
+
TextTransformations: TextTransformation[];
|
|
1495
|
+
};
|
|
1496
|
+
//# sourceMappingURL=aws-wafv2-rulegroup.d.ts.map
|