@propulsionworks/cloudformation 0.1.0 → 0.1.2
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/lib/intrinsics.ts +8 -3
- package/out/exports/resources.generated/alexa-ask-skill.d.ts +26 -0
- package/out/exports/resources.generated/aws-accessanalyzer-analyzer.d.ts +29 -0
- package/out/exports/resources.generated/aws-acmpca-certificate.d.ts +88 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthority.d.ts +91 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthorityactivation.d.ts +13 -0
- package/out/exports/resources.generated/aws-acmpca-permission.d.ts +15 -0
- package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +92 -0
- package/out/exports/resources.generated/aws-amazonmq-configuration.d.ts +23 -0
- package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-amplify-app.d.ts +55 -0
- package/out/exports/resources.generated/aws-amplify-branch.d.ts +35 -0
- package/out/exports/resources.generated/aws-amplify-domain.d.ts +30 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-component.d.ts +114 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-form.d.ts +117 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-theme.d.ts +23 -0
- package/out/exports/resources.generated/aws-apigateway-account.d.ts +12 -0
- package/out/exports/resources.generated/aws-apigateway-apikey.d.ts +20 -0
- package/out/exports/resources.generated/aws-apigateway-authorizer.d.ts +19 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmapping.d.ts +9 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmappingv2.d.ts +13 -0
- package/out/exports/resources.generated/aws-apigateway-clientcertificate.d.ts +11 -0
- package/out/exports/resources.generated/aws-apigateway-deployment.d.ts +56 -0
- package/out/exports/resources.generated/aws-apigateway-documentationpart.d.ts +18 -0
- package/out/exports/resources.generated/aws-apigateway-documentationversion.d.ts +8 -0
- package/out/exports/resources.generated/aws-apigateway-domainname.d.ts +31 -0
- package/out/exports/resources.generated/aws-apigateway-domainnameaccessassociation.d.ts +17 -0
- package/out/exports/resources.generated/aws-apigateway-domainnamev2.d.ts +19 -1
- package/out/exports/resources.generated/aws-apigateway-gatewayresponse.d.ts +14 -0
- package/out/exports/resources.generated/aws-apigateway-method.d.ts +43 -0
- package/out/exports/resources.generated/aws-apigateway-model.d.ts +10 -0
- package/out/exports/resources.generated/aws-apigateway-requestvalidator.d.ts +13 -0
- package/out/exports/resources.generated/aws-apigateway-resource.d.ts +12 -0
- package/out/exports/resources.generated/aws-apigateway-restapi.d.ts +36 -1
- package/out/exports/resources.generated/aws-apigateway-stage.d.ts +38 -0
- package/out/exports/resources.generated/aws-apigateway-usageplan.d.ts +28 -0
- package/out/exports/resources.generated/aws-apigateway-usageplankey.d.ts +12 -0
- package/out/exports/resources.generated/aws-apigateway-vpclink.d.ts +13 -0
- package/out/exports/resources.generated/aws-apigatewayv2-api.d.ts +40 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apigatewaymanagedoverrides.d.ts +40 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apimapping.d.ts +13 -0
- package/out/exports/resources.generated/aws-apigatewayv2-authorizer.d.ts +23 -0
- package/out/exports/resources.generated/aws-apigatewayv2-deployment.d.ts +12 -0
- package/out/exports/resources.generated/aws-apigatewayv2-domainname.d.ts +27 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integration.d.ts +34 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integrationresponse.d.ts +16 -0
- package/out/exports/resources.generated/aws-apigatewayv2-model.d.ts +14 -0
- package/out/exports/resources.generated/aws-apigatewayv2-route.d.ts +21 -0
- package/out/exports/resources.generated/aws-apigatewayv2-routeresponse.d.ts +17 -0
- package/out/exports/resources.generated/aws-apigatewayv2-stage.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigatewayv2-vpclink.d.ts +13 -0
- package/out/exports/resources.generated/aws-appconfig-application.d.ts +22 -0
- package/out/exports/resources.generated/aws-appconfig-configurationprofile.d.ts +37 -0
- package/out/exports/resources.generated/aws-appconfig-deployment.d.ts +34 -0
- package/out/exports/resources.generated/aws-appconfig-deploymentstrategy.d.ts +27 -0
- package/out/exports/resources.generated/aws-appconfig-environment.d.ts +28 -0
- package/out/exports/resources.generated/aws-appconfig-extension.d.ts +34 -0
- package/out/exports/resources.generated/aws-appconfig-extensionassociation.d.ts +17 -0
- package/out/exports/resources.generated/aws-appconfig-hostedconfigurationversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-appflow-connector.d.ts +17 -0
- package/out/exports/resources.generated/aws-appflow-connectorprofile.d.ts +218 -0
- package/out/exports/resources.generated/aws-appflow-flow.d.ts +316 -0
- package/out/exports/resources.generated/aws-appintegrations-application.d.ts +19 -0
- package/out/exports/resources.generated/aws-appintegrations-dataintegration.d.ts +25 -0
- package/out/exports/resources.generated/aws-appintegrations-eventintegration.d.ts +16 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalabletarget.d.ts +37 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalingpolicy.d.ts +151 -0
- package/out/exports/resources.generated/aws-applicationinsights-application.d.ts +105 -0
- package/out/exports/resources.generated/aws-applicationsignals-discovery.d.ts +19 -0
- package/out/exports/resources.generated/aws-applicationsignals-servicelevelobjective.d.ts +130 -0
- package/out/exports/resources.generated/aws-appmesh-gatewayroute.d.ts +110 -0
- package/out/exports/resources.generated/aws-appmesh-mesh.d.ts +30 -0
- package/out/exports/resources.generated/aws-appmesh-route.d.ts +126 -0
- package/out/exports/resources.generated/aws-appmesh-virtualgateway.d.ts +120 -0
- package/out/exports/resources.generated/aws-appmesh-virtualnode.d.ts +174 -0
- package/out/exports/resources.generated/aws-appmesh-virtualrouter.d.ts +33 -0
- package/out/exports/resources.generated/aws-appmesh-virtualservice.d.ts +35 -0
- package/out/exports/resources.generated/aws-apprunner-autoscalingconfiguration.d.ts +26 -0
- package/out/exports/resources.generated/aws-apprunner-observabilityconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-apprunner-service.d.ts +86 -0
- package/out/exports/resources.generated/aws-apprunner-vpcconnector.d.ts +18 -0
- package/out/exports/resources.generated/aws-apprunner-vpcingressconnection.d.ts +22 -0
- package/out/exports/resources.generated/aws-appstream-appblock.d.ts +27 -0
- package/out/exports/resources.generated/aws-appstream-appblockbuilder.d.ts +27 -0
- package/out/exports/resources.generated/aws-appstream-application.d.ts +26 -0
- package/out/exports/resources.generated/aws-appstream-applicationentitlementassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-appstream-applicationfleetassociation.d.ts +7 -0
- package/out/exports/resources.generated/aws-appstream-directoryconfig.d.ts +15 -0
- package/out/exports/resources.generated/aws-appstream-entitlement.d.ts +18 -0
- package/out/exports/resources.generated/aws-appstream-fleet.d.ts +45 -0
- package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +33 -0
- package/out/exports/resources.generated/aws-appstream-stack.d.ts +41 -0
- package/out/exports/resources.generated/aws-appstream-stackfleetassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-appstream-stackuserassociation.d.ts +15 -0
- package/out/exports/resources.generated/aws-appstream-user.d.ts +16 -0
- package/out/exports/resources.generated/aws-appsync-api.d.ts +47 -0
- package/out/exports/resources.generated/aws-appsync-apicache.d.ts +18 -0
- package/out/exports/resources.generated/aws-appsync-apikey.d.ts +14 -0
- package/out/exports/resources.generated/aws-appsync-channelnamespace.d.ts +63 -3
- package/out/exports/resources.generated/aws-appsync-datasource.d.ts +63 -0
- package/out/exports/resources.generated/aws-appsync-domainname.d.ts +16 -0
- package/out/exports/resources.generated/aws-appsync-domainnameapiassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-appsync-functionconfiguration.d.ts +39 -0
- package/out/exports/resources.generated/aws-appsync-graphqlapi.d.ts +64 -0
- package/out/exports/resources.generated/aws-appsync-graphqlschema.d.ts +16 -0
- package/out/exports/resources.generated/aws-appsync-resolver.d.ts +46 -0
- package/out/exports/resources.generated/aws-appsync-sourceapiassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-apptest-testcase.d.ts +113 -0
- package/out/exports/resources.generated/aws-aps-rulegroupsnamespace.d.ts +13 -0
- package/out/exports/resources.generated/aws-aps-scraper.d.ts +32 -0
- package/out/exports/resources.generated/aws-aps-workspace.d.ts +87 -0
- package/out/exports/resources.generated/aws-arczonalshift-autoshiftobservernotificationstatus.d.ts +16 -0
- package/out/exports/resources.generated/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-athena-capacityreservation.d.ts +24 -0
- package/out/exports/resources.generated/aws-athena-datacatalog.d.ts +13 -0
- package/out/exports/resources.generated/aws-athena-namedquery.d.ts +14 -0
- package/out/exports/resources.generated/aws-athena-preparedstatement.d.ts +9 -0
- package/out/exports/resources.generated/aws-athena-workgroup.d.ts +67 -0
- package/out/exports/resources.generated/aws-auditmanager-assessment.d.ts +52 -0
- package/out/exports/resources.generated/aws-autoscaling-autoscalinggroup.d.ts +171 -0
- package/out/exports/resources.generated/aws-autoscaling-launchconfiguration.d.ts +47 -0
- package/out/exports/resources.generated/aws-autoscaling-lifecyclehook.d.ts +17 -0
- package/out/exports/resources.generated/aws-autoscaling-scalingpolicy.d.ts +101 -0
- package/out/exports/resources.generated/aws-autoscaling-scheduledaction.d.ts +21 -0
- package/out/exports/resources.generated/aws-autoscaling-warmpool.d.ts +18 -0
- package/out/exports/resources.generated/aws-autoscalingplans-scalingplan.d.ts +77 -0
- package/out/exports/resources.generated/aws-b2bi-capability.d.ts +47 -0
- package/out/exports/resources.generated/aws-b2bi-partnership.d.ts +52 -0
- package/out/exports/resources.generated/aws-b2bi-profile.d.ts +22 -0
- package/out/exports/resources.generated/aws-b2bi-transformer.d.ts +103 -0
- package/out/exports/resources.generated/aws-backup-backupplan.d.ts +43 -0
- package/out/exports/resources.generated/aws-backup-backupselection.d.ts +29 -0
- package/out/exports/resources.generated/aws-backup-backupvault.d.ts +27 -1
- package/out/exports/resources.generated/aws-backup-framework.d.ts +25 -0
- package/out/exports/resources.generated/aws-backup-logicallyairgappedbackupvault.d.ts +27 -1
- package/out/exports/resources.generated/aws-backup-reportplan.d.ts +18 -0
- package/out/exports/resources.generated/aws-backup-restoretestingplan.d.ts +29 -0
- package/out/exports/resources.generated/aws-backup-restoretestingselection.d.ts +30 -0
- package/out/exports/resources.generated/aws-backupgateway-hypervisor.d.ts +18 -0
- package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +86 -0
- package/out/exports/resources.generated/aws-batch-consumableresource.d.ts +17 -0
- package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +334 -0
- package/out/exports/resources.generated/aws-batch-jobqueue.d.ts +24 -0
- package/out/exports/resources.generated/aws-batch-schedulingpolicy.d.ts +19 -0
- package/out/exports/resources.generated/aws-bcmdataexports-export.d.ts +58 -0
- package/out/exports/resources.generated/aws-bedrock-agent.d.ts +124 -0
- package/out/exports/resources.generated/aws-bedrock-agentalias.d.ts +27 -0
- package/out/exports/resources.generated/aws-bedrock-applicationinferenceprofile.d.ts +24 -0
- package/out/exports/resources.generated/aws-bedrock-blueprint.d.ts +18 -0
- package/out/exports/resources.generated/aws-bedrock-dataautomationproject.d.ts +150 -0
- package/out/exports/resources.generated/aws-bedrock-datasource.d.ts +169 -0
- package/out/exports/resources.generated/aws-bedrock-flow.d.ts +147 -1
- package/out/exports/resources.generated/aws-bedrock-flowalias.d.ts +44 -0
- package/out/exports/resources.generated/aws-bedrock-flowversion.d.ts +18 -0
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +167 -0
- package/out/exports/resources.generated/aws-bedrock-guardrailversion.d.ts +13 -0
- package/out/exports/resources.generated/aws-bedrock-intelligentpromptrouter.d.ts +25 -0
- package/out/exports/resources.generated/aws-bedrock-knowledgebase.d.ts +217 -0
- package/out/exports/resources.generated/aws-bedrock-prompt.d.ts +80 -1
- package/out/exports/resources.generated/aws-bedrock-promptversion.d.ts +19 -0
- package/out/exports/resources.generated/aws-billingconductor-billinggroup.d.ts +28 -0
- package/out/exports/resources.generated/aws-billingconductor-customlineitem.d.ts +44 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingplan.d.ts +16 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingrule.d.ts +25 -0
- package/out/exports/resources.generated/aws-budgets-budget.d.ts +83 -0
- package/out/exports/resources.generated/aws-budgets-budgetsaction.d.ts +40 -0
- package/out/exports/resources.generated/aws-cassandra-keyspace.d.ts +12 -0
- package/out/exports/resources.generated/aws-cassandra-table.d.ts +54 -0
- package/out/exports/resources.generated/aws-cassandra-type.d.ts +23 -0
- package/out/exports/resources.generated/aws-ce-anomalymonitor.d.ts +18 -0
- package/out/exports/resources.generated/aws-ce-anomalysubscription.d.ts +26 -0
- package/out/exports/resources.generated/aws-ce-costcategory.d.ts +16 -0
- package/out/exports/resources.generated/aws-certificatemanager-account.d.ts +12 -0
- package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +27 -0
- package/out/exports/resources.generated/aws-chatbot-customaction.d.ts +30 -0
- package/out/exports/resources.generated/aws-chatbot-microsoftteamschannelconfiguration.d.ts +27 -0
- package/out/exports/resources.generated/aws-chatbot-slackchannelconfiguration.d.ts +25 -0
- package/out/exports/resources.generated/aws-cleanrooms-analysistemplate.d.ts +44 -0
- package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +65 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtable.d.ts +102 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtableassociation.d.ts +35 -0
- package/out/exports/resources.generated/aws-cleanrooms-idmappingtable.d.ts +22 -0
- package/out/exports/resources.generated/aws-cleanrooms-idnamespaceassociation.d.ts +24 -0
- package/out/exports/resources.generated/aws-cleanrooms-membership.d.ts +61 -0
- package/out/exports/resources.generated/aws-cleanrooms-privacybudgettemplate.d.ts +18 -0
- package/out/exports/resources.generated/aws-cleanroomsml-trainingdataset.d.ts +39 -0
- package/out/exports/resources.generated/aws-cloud9-environmentec2.d.ts +26 -0
- package/out/exports/resources.generated/aws-cloudformation-customresource.d.ts +17 -0
- package/out/exports/resources.generated/aws-cloudformation-guardhook.d.ts +31 -0
- package/out/exports/resources.generated/aws-cloudformation-hookdefaultversion.d.ts +19 -0
- package/out/exports/resources.generated/aws-cloudformation-hooktypeconfig.d.ts +19 -0
- package/out/exports/resources.generated/aws-cloudformation-hookversion.d.ts +24 -0
- package/out/exports/resources.generated/aws-cloudformation-lambdahook.d.ts +26 -0
- package/out/exports/resources.generated/aws-cloudformation-macro.d.ts +18 -0
- package/out/exports/resources.generated/aws-cloudformation-moduledefaultversion.d.ts +15 -0
- package/out/exports/resources.generated/aws-cloudformation-moduleversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-cloudformation-publictypeversion.d.ts +34 -0
- package/out/exports/resources.generated/aws-cloudformation-publisher.d.ts +16 -0
- package/out/exports/resources.generated/aws-cloudformation-resourcedefaultversion.d.ts +17 -0
- package/out/exports/resources.generated/aws-cloudformation-resourceversion.d.ts +29 -0
- package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +92 -0
- package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +69 -0
- package/out/exports/resources.generated/aws-cloudformation-typeactivation.d.ts +34 -0
- package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +16 -0
- package/out/exports/resources.generated/aws-cloudformation-waitconditionhandle.d.ts +15 -0
- package/out/exports/resources.generated/aws-cloudfront-anycastiplist.d.ts +15 -0
- package/out/exports/resources.generated/aws-cloudfront-cachepolicy.d.ts +40 -0
- package/out/exports/resources.generated/aws-cloudfront-cloudfrontoriginaccessidentity.d.ts +13 -0
- package/out/exports/resources.generated/aws-cloudfront-connectiongroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-cloudfront-continuousdeploymentpolicy.d.ts +35 -0
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +184 -0
- package/out/exports/resources.generated/aws-cloudfront-distributiontenant.d.ts +42 -0
- package/out/exports/resources.generated/aws-cloudfront-function.d.ts +31 -0
- package/out/exports/resources.generated/aws-cloudfront-keygroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-cloudfront-keyvaluestore.d.ts +17 -0
- package/out/exports/resources.generated/aws-cloudfront-monitoringsubscription.d.ts +11 -0
- package/out/exports/resources.generated/aws-cloudfront-originaccesscontrol.d.ts +20 -0
- package/out/exports/resources.generated/aws-cloudfront-originrequestpolicy.d.ts +34 -0
- package/out/exports/resources.generated/aws-cloudfront-publickey.d.ts +16 -0
- package/out/exports/resources.generated/aws-cloudfront-realtimelogconfig.d.ts +19 -0
- package/out/exports/resources.generated/aws-cloudfront-responseheaderspolicy.d.ts +82 -0
- package/out/exports/resources.generated/aws-cloudfront-streamingdistribution.d.ts +32 -0
- package/out/exports/resources.generated/aws-cloudfront-vpcorigin.d.ts +22 -0
- package/out/exports/resources.generated/aws-cloudtrail-channel.d.ts +16 -0
- package/out/exports/resources.generated/aws-cloudtrail-dashboard.d.ts +35 -0
- package/out/exports/resources.generated/aws-cloudtrail-eventdatastore.d.ts +39 -0
- package/out/exports/resources.generated/aws-cloudtrail-resourcepolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-cloudtrail-trail.d.ts +47 -0
- package/out/exports/resources.generated/aws-cloudwatch-alarm.d.ts +55 -0
- package/out/exports/resources.generated/aws-cloudwatch-anomalydetector.d.ts +57 -0
- package/out/exports/resources.generated/aws-cloudwatch-compositealarm.d.ts +28 -0
- package/out/exports/resources.generated/aws-cloudwatch-dashboard.d.ts +9 -0
- package/out/exports/resources.generated/aws-cloudwatch-insightrule.d.ts +17 -0
- package/out/exports/resources.generated/aws-cloudwatch-metricstream.d.ts +51 -0
- package/out/exports/resources.generated/aws-codeartifact-domain.d.ts +15 -1
- package/out/exports/resources.generated/aws-codeartifact-packagegroup.d.ts +35 -0
- package/out/exports/resources.generated/aws-codeartifact-repository.d.ts +19 -1
- package/out/exports/resources.generated/aws-codebuild-fleet.d.ts +45 -0
- package/out/exports/resources.generated/aws-codebuild-project.d.ts +138 -0
- package/out/exports/resources.generated/aws-codebuild-reportgroup.d.ts +27 -0
- package/out/exports/resources.generated/aws-codebuild-sourcecredential.d.ts +17 -0
- package/out/exports/resources.generated/aws-codecommit-repository.d.ts +36 -0
- package/out/exports/resources.generated/aws-codeconnections-connection.d.ts +17 -0
- package/out/exports/resources.generated/aws-codedeploy-application.d.ts +8 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentconfig.d.ts +30 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentgroup.d.ts +111 -0
- package/out/exports/resources.generated/aws-codeguruprofiler-profilinggroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-codegurureviewer-repositoryassociation.d.ts +22 -0
- package/out/exports/resources.generated/aws-codepipeline-customactiontype.d.ts +35 -0
- package/out/exports/resources.generated/aws-codepipeline-pipeline.d.ts +127 -1
- package/out/exports/resources.generated/aws-codepipeline-webhook.d.ts +30 -0
- package/out/exports/resources.generated/aws-codestar-githubrepository.d.ts +25 -0
- package/out/exports/resources.generated/aws-codestarconnections-connection.d.ts +17 -0
- package/out/exports/resources.generated/aws-codestarconnections-repositorylink.d.ts +16 -0
- package/out/exports/resources.generated/aws-codestarconnections-syncconfiguration.d.ts +19 -0
- package/out/exports/resources.generated/aws-codestarnotifications-notificationrule.d.ts +22 -0
- package/out/exports/resources.generated/aws-cognito-identitypool.d.ts +37 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolprincipaltag.d.ts +9 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolroleattachment.d.ts +24 -0
- package/out/exports/resources.generated/aws-cognito-logdeliveryconfiguration.d.ts +23 -0
- package/out/exports/resources.generated/aws-cognito-managedloginbranding.d.ts +36 -0
- package/out/exports/resources.generated/aws-cognito-userpool.d.ts +136 -0
- package/out/exports/resources.generated/aws-cognito-userpoolclient.d.ts +53 -0
- package/out/exports/resources.generated/aws-cognito-userpooldomain.d.ts +15 -0
- package/out/exports/resources.generated/aws-cognito-userpoolgroup.d.ts +10 -0
- package/out/exports/resources.generated/aws-cognito-userpoolidentityprovider.d.ts +11 -0
- package/out/exports/resources.generated/aws-cognito-userpoolresourceserver.d.ts +14 -0
- package/out/exports/resources.generated/aws-cognito-userpoolriskconfigurationattachment.d.ts +41 -0
- package/out/exports/resources.generated/aws-cognito-userpooluicustomizationattachment.d.ts +8 -0
- package/out/exports/resources.generated/aws-cognito-userpooluser.d.ts +16 -0
- package/out/exports/resources.generated/aws-cognito-userpoolusertogroupattachment.d.ts +13 -0
- package/out/exports/resources.generated/aws-comprehend-documentclassifier.d.ts +49 -0
- package/out/exports/resources.generated/aws-comprehend-flywheel.d.ts +44 -0
- package/out/exports/resources.generated/aws-config-aggregationauthorization.d.ts +12 -0
- package/out/exports/resources.generated/aws-config-configrule.d.ts +53 -0
- package/out/exports/resources.generated/aws-config-configurationaggregator.d.ts +21 -0
- package/out/exports/resources.generated/aws-config-configurationrecorder.d.ts +44 -0
- package/out/exports/resources.generated/aws-config-conformancepack.d.ts +15 -0
- package/out/exports/resources.generated/aws-config-deliverychannel.d.ts +33 -0
- package/out/exports/resources.generated/aws-config-organizationconfigrule.d.ts +61 -0
- package/out/exports/resources.generated/aws-config-organizationconformancepack.d.ts +15 -0
- package/out/exports/resources.generated/aws-config-remediationconfiguration.d.ts +26 -0
- package/out/exports/resources.generated/aws-config-storedquery.d.ts +14 -0
- package/out/exports/resources.generated/aws-connect-agentstatus.d.ts +19 -0
- package/out/exports/resources.generated/aws-connect-approvedorigin.d.ts +7 -0
- package/out/exports/resources.generated/aws-connect-contactflow.d.ts +16 -0
- package/out/exports/resources.generated/aws-connect-contactflowmodule.d.ts +16 -0
- package/out/exports/resources.generated/aws-connect-contactflowversion.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-emailaddress.d.ts +14 -0
- package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +73 -0
- package/out/exports/resources.generated/aws-connect-hoursofoperation.d.ts +37 -0
- package/out/exports/resources.generated/aws-connect-instance.d.ts +30 -0
- package/out/exports/resources.generated/aws-connect-instancestorageconfig.d.ts +34 -0
- package/out/exports/resources.generated/aws-connect-integrationassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-phonenumber.d.ts +17 -0
- package/out/exports/resources.generated/aws-connect-predefinedattribute.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-prompt.d.ts +14 -0
- package/out/exports/resources.generated/aws-connect-queue.d.ts +33 -0
- package/out/exports/resources.generated/aws-connect-quickconnect.d.ts +29 -0
- package/out/exports/resources.generated/aws-connect-routingprofile.d.ts +32 -0
- package/out/exports/resources.generated/aws-connect-rule.d.ts +78 -0
- package/out/exports/resources.generated/aws-connect-securitykey.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-securityprofile.d.ts +26 -0
- package/out/exports/resources.generated/aws-connect-tasktemplate.d.ts +38 -0
- package/out/exports/resources.generated/aws-connect-trafficdistributiongroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-connect-user.d.ts +38 -0
- package/out/exports/resources.generated/aws-connect-userhierarchygroup.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-userhierarchystructure.d.ts +31 -0
- package/out/exports/resources.generated/aws-connect-view.d.ts +17 -0
- package/out/exports/resources.generated/aws-connect-viewversion.d.ts +13 -0
- package/out/exports/resources.generated/aws-connectcampaigns-campaign.d.ts +40 -0
- package/out/exports/resources.generated/aws-connectcampaignsv2-campaign.d.ts +123 -0
- package/out/exports/resources.generated/aws-controltower-enabledbaseline.d.ts +26 -0
- package/out/exports/resources.generated/aws-controltower-enabledcontrol.d.ts +12 -0
- package/out/exports/resources.generated/aws-controltower-landingzone.d.ts +22 -0
- package/out/exports/resources.generated/aws-cur-reportdefinition.d.ts +17 -0
- package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +36 -0
- package/out/exports/resources.generated/aws-customerprofiles-domain.d.ts +56 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventstream.d.ts +15 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventtrigger.d.ts +37 -0
- package/out/exports/resources.generated/aws-customerprofiles-integration.d.ts +108 -0
- package/out/exports/resources.generated/aws-customerprofiles-objecttype.d.ts +34 -0
- package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +84 -0
- package/out/exports/resources.generated/aws-databrew-dataset.d.ts +76 -0
- package/out/exports/resources.generated/aws-databrew-job.d.ts +96 -0
- package/out/exports/resources.generated/aws-databrew-project.d.ts +14 -0
- package/out/exports/resources.generated/aws-databrew-recipe.d.ts +134 -0
- package/out/exports/resources.generated/aws-databrew-ruleset.d.ts +29 -0
- package/out/exports/resources.generated/aws-databrew-schedule.d.ts +9 -0
- package/out/exports/resources.generated/aws-datapipeline-pipeline.d.ts +48 -0
- package/out/exports/resources.generated/aws-datasync-agent.d.ts +22 -0
- package/out/exports/resources.generated/aws-datasync-locationazureblob.d.ts +74 -2
- package/out/exports/resources.generated/aws-datasync-locationefs.d.ts +20 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxlustre.d.ts +14 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxontap.d.ts +30 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxopenzfs.d.ts +21 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxwindows.d.ts +17 -0
- package/out/exports/resources.generated/aws-datasync-locationhdfs.d.ts +29 -0
- package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +19 -0
- package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +71 -1
- package/out/exports/resources.generated/aws-datasync-locations3.d.ts +19 -0
- package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +25 -0
- package/out/exports/resources.generated/aws-datasync-storagesystem.d.ts +27 -1
- package/out/exports/resources.generated/aws-datasync-task.d.ts +65 -0
- package/out/exports/resources.generated/aws-datazone-connection.d.ts +119 -0
- package/out/exports/resources.generated/aws-datazone-datasource.d.ts +72 -0
- package/out/exports/resources.generated/aws-datazone-domain.d.ts +31 -0
- package/out/exports/resources.generated/aws-datazone-domainunit.d.ts +18 -0
- package/out/exports/resources.generated/aws-datazone-environment.d.ts +34 -0
- package/out/exports/resources.generated/aws-datazone-environmentactions.d.ts +19 -0
- package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +35 -0
- package/out/exports/resources.generated/aws-datazone-environmentprofile.d.ts +26 -0
- package/out/exports/resources.generated/aws-datazone-groupprofile.d.ts +15 -0
- package/out/exports/resources.generated/aws-datazone-owner.d.ts +14 -0
- package/out/exports/resources.generated/aws-datazone-project.d.ts +42 -0
- package/out/exports/resources.generated/aws-datazone-projectmembership.d.ts +13 -0
- package/out/exports/resources.generated/aws-datazone-subscriptiontarget.d.ts +28 -0
- package/out/exports/resources.generated/aws-datazone-userprofile.d.ts +18 -0
- package/out/exports/resources.generated/aws-dax-cluster.d.ts +30 -0
- package/out/exports/resources.generated/aws-dax-parametergroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-dax-subnetgroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-deadline-farm.d.ts +14 -0
- package/out/exports/resources.generated/aws-deadline-fleet.d.ts +131 -0
- package/out/exports/resources.generated/aws-deadline-licenseendpoint.d.ts +20 -0
- package/out/exports/resources.generated/aws-deadline-limit.d.ts +17 -0
- package/out/exports/resources.generated/aws-deadline-meteredproduct.d.ts +14 -0
- package/out/exports/resources.generated/aws-deadline-monitor.d.ts +16 -0
- package/out/exports/resources.generated/aws-deadline-queue.d.ts +37 -0
- package/out/exports/resources.generated/aws-deadline-queueenvironment.d.ts +18 -0
- package/out/exports/resources.generated/aws-deadline-queuefleetassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-deadline-queuelimitassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-deadline-storageprofile.d.ts +23 -0
- package/out/exports/resources.generated/aws-detective-graph.d.ts +11 -0
- package/out/exports/resources.generated/aws-detective-memberinvitation.d.ts +10 -0
- package/out/exports/resources.generated/aws-detective-organizationadmin.d.ts +10 -0
- package/out/exports/resources.generated/aws-devopsguru-loganomalydetectionintegration.d.ts +9 -0
- package/out/exports/resources.generated/aws-devopsguru-notificationchannel.d.ts +24 -0
- package/out/exports/resources.generated/aws-devopsguru-resourcecollection.d.ts +18 -0
- package/out/exports/resources.generated/aws-directoryservice-microsoftad.d.ts +21 -0
- package/out/exports/resources.generated/aws-directoryservice-simplead.d.ts +22 -0
- package/out/exports/resources.generated/aws-dlm-lifecyclepolicy.d.ts +133 -0
- package/out/exports/resources.generated/aws-dms-certificate.d.ts +14 -0
- package/out/exports/resources.generated/aws-dms-datamigration.d.ts +29 -0
- package/out/exports/resources.generated/aws-dms-dataprovider.d.ts +32 -0
- package/out/exports/resources.generated/aws-dms-endpoint.d.ts +295 -0
- package/out/exports/resources.generated/aws-dms-eventsubscription.d.ts +18 -0
- package/out/exports/resources.generated/aws-dms-instanceprofile.d.ts +20 -0
- package/out/exports/resources.generated/aws-dms-migrationproject.d.ts +29 -0
- package/out/exports/resources.generated/aws-dms-replicationconfig.d.ts +29 -0
- package/out/exports/resources.generated/aws-dms-replicationinstance.d.ts +30 -0
- package/out/exports/resources.generated/aws-dms-replicationsubnetgroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-dms-replicationtask.d.ts +24 -0
- package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +54 -0
- package/out/exports/resources.generated/aws-docdb-dbclusterparametergroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-docdb-dbinstance.d.ts +23 -0
- package/out/exports/resources.generated/aws-docdb-dbsubnetgroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-docdb-eventsubscription.d.ts +21 -0
- package/out/exports/resources.generated/aws-docdbelastic-cluster.d.ts +26 -0
- package/out/exports/resources.generated/aws-dsql-cluster.d.ts +42 -0
- package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +160 -1
- package/out/exports/resources.generated/aws-dynamodb-table.d.ts +102 -1
- package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +40 -0
- package/out/exports/resources.generated/aws-ec2-capacityreservationfleet.d.ts +29 -0
- package/out/exports/resources.generated/aws-ec2-carriergateway.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnauthorizationrule.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnendpoint.d.ts +56 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnroute.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-clientvpntargetnetworkassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-customergateway.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-dhcpoptions.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +137 -0
- package/out/exports/resources.generated/aws-ec2-egressonlyinternetgateway.d.ts +12 -0
- package/out/exports/resources.generated/aws-ec2-eip.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-eipassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-enclavecertificateiamroleassociation.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-flowlog.d.ts +21 -0
- package/out/exports/resources.generated/aws-ec2-gatewayroutetableassociation.d.ts +11 -0
- package/out/exports/resources.generated/aws-ec2-host.d.ts +19 -1
- package/out/exports/resources.generated/aws-ec2-instance.d.ts +160 -0
- package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-internetgateway.d.ts +10 -0
- package/out/exports/resources.generated/aws-ec2-ipam.d.ts +28 -0
- package/out/exports/resources.generated/aws-ec2-ipamallocation.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-ipampool.d.ts +39 -0
- package/out/exports/resources.generated/aws-ec2-ipampoolcidr.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscovery.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscoveryassociation.d.ts +19 -0
- package/out/exports/resources.generated/aws-ec2-ipamscope.d.ts +19 -0
- package/out/exports/resources.generated/aws-ec2-keypair.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-launchtemplate.d.ts +239 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroute.d.ts +21 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetable.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevpcassociation.d.ts +14 -0
- package/out/exports/resources.generated/aws-ec2-natgateway.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-networkacl.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-networkaclentry.d.ts +28 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscope.d.ts +40 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscopeanalysis.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsanalysis.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightspath.d.ts +35 -0
- package/out/exports/resources.generated/aws-ec2-networkinterface.d.ts +43 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfaceattachment.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfacepermission.d.ts +14 -0
- package/out/exports/resources.generated/aws-ec2-networkperformancemetricsubscription.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-placementgroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-prefixlist.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-route.d.ts +28 -0
- package/out/exports/resources.generated/aws-ec2-routeserver.d.ts +19 -0
- package/out/exports/resources.generated/aws-ec2-routeserverassociation.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-routeserverendpoint.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpeer.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpropagation.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-routetable.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-securitygroup.d.ts +47 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupegress.d.ts +28 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupingress.d.ts +29 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupvpcassociation.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-snapshotblockpublicaccess.d.ts +10 -0
- package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +197 -0
- package/out/exports/resources.generated/aws-ec2-subnet.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-subnetcidrblock.d.ts +15 -0
- package/out/exports/resources.generated/aws-ec2-subnetnetworkaclassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-subnetroutetableassociation.d.ts +11 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilter.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +29 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorsession.d.ts +25 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrortarget.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-transitgateway.d.ts +33 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayattachment.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayconnect.d.ts +19 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomain.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomainassociation.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupmember.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupsource.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaypeeringattachment.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroute.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetable.d.ts +11 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetableassociation.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetablepropagation.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayvpcattachment.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessendpoint.d.ts +61 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessgroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessinstance.d.ts +31 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccesstrustprovider.d.ts +41 -0
- package/out/exports/resources.generated/aws-ec2-volume.d.ts +39 -0
- package/out/exports/resources.generated/aws-ec2-volumeattachment.d.ts +14 -0
- package/out/exports/resources.generated/aws-ec2-vpc.d.ts +25 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessexclusion.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessoptions.d.ts +10 -0
- package/out/exports/resources.generated/aws-ec2-vpccidrblock.d.ts +25 -0
- package/out/exports/resources.generated/aws-ec2-vpcdhcpoptionsassociation.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpoint.d.ts +35 -1
- package/out/exports/resources.generated/aws-ec2-vpcendpointconnectionnotification.d.ts +15 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservice.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservicepermissions.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-vpcgatewayattachment.d.ts +12 -0
- package/out/exports/resources.generated/aws-ec2-vpcpeeringconnection.d.ts +21 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +71 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnectionroute.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-vpngateway.d.ts +14 -0
- package/out/exports/resources.generated/aws-ec2-vpngatewayroutepropagation.d.ts +13 -0
- package/out/exports/resources.generated/aws-ecr-publicrepository.d.ts +13 -1
- package/out/exports/resources.generated/aws-ecr-pullthroughcacherule.d.ts +11 -0
- package/out/exports/resources.generated/aws-ecr-registrypolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-ecr-registryscanningconfiguration.d.ts +20 -0
- package/out/exports/resources.generated/aws-ecr-replicationconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-ecr-repository.d.ts +27 -1
- package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +24 -0
- package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +21 -0
- package/out/exports/resources.generated/aws-ecs-cluster.d.ts +41 -0
- package/out/exports/resources.generated/aws-ecs-clustercapacityproviderassociations.d.ts +13 -0
- package/out/exports/resources.generated/aws-ecs-primarytaskset.d.ts +8 -0
- package/out/exports/resources.generated/aws-ecs-service.d.ts +136 -0
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +202 -0
- package/out/exports/resources.generated/aws-ecs-taskset.d.ts +47 -0
- package/out/exports/resources.generated/aws-efs-accesspoint.d.ts +28 -0
- package/out/exports/resources.generated/aws-efs-filesystem.d.ts +39 -1
- package/out/exports/resources.generated/aws-efs-mounttarget.d.ts +14 -0
- package/out/exports/resources.generated/aws-eks-accessentry.d.ts +26 -0
- package/out/exports/resources.generated/aws-eks-addon.d.ts +23 -0
- package/out/exports/resources.generated/aws-eks-cluster.d.ts +98 -0
- package/out/exports/resources.generated/aws-eks-fargateprofile.d.ts +31 -0
- package/out/exports/resources.generated/aws-eks-identityproviderconfig.d.ts +27 -0
- package/out/exports/resources.generated/aws-eks-nodegroup.d.ts +62 -0
- package/out/exports/resources.generated/aws-eks-podidentityassociation.d.ts +15 -0
- package/out/exports/resources.generated/aws-elasticache-cachecluster.d.ts +50 -0
- package/out/exports/resources.generated/aws-elasticache-globalreplicationgroup.d.ts +33 -0
- package/out/exports/resources.generated/aws-elasticache-parametergroup.d.ts +13 -0
- package/out/exports/resources.generated/aws-elasticache-replicationgroup.d.ts +81 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroupingress.d.ts +16 -0
- package/out/exports/resources.generated/aws-elasticache-serverlesscache.d.ts +44 -0
- package/out/exports/resources.generated/aws-elasticache-subnetgroup.d.ts +9 -0
- package/out/exports/resources.generated/aws-elasticache-user.d.ts +18 -0
- package/out/exports/resources.generated/aws-elasticache-usergroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-application.d.ts +24 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-applicationversion.d.ts +21 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-configurationtemplate.d.ts +28 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-environment.d.ts +32 -0
- package/out/exports/resources.generated/aws-elasticloadbalancing-loadbalancer.d.ts +69 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +92 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenercertificate.d.ts +15 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +105 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +39 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-targetgroup.d.ts +44 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststore.d.ts +16 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststorerevocation.d.ts +16 -0
- package/out/exports/resources.generated/aws-elasticsearch-domain.d.ts +89 -0
- package/out/exports/resources.generated/aws-emr-cluster.d.ts +206 -0
- package/out/exports/resources.generated/aws-emr-instancefleetconfig.d.ts +72 -0
- package/out/exports/resources.generated/aws-emr-instancegroupconfig.d.ts +72 -0
- package/out/exports/resources.generated/aws-emr-securityconfiguration.d.ts +7 -0
- package/out/exports/resources.generated/aws-emr-step.d.ts +21 -0
- package/out/exports/resources.generated/aws-emr-studio.d.ts +28 -0
- package/out/exports/resources.generated/aws-emr-studiosessionmapping.d.ts +9 -0
- package/out/exports/resources.generated/aws-emr-walworkspace.d.ts +7 -0
- package/out/exports/resources.generated/aws-emrcontainers-virtualcluster.d.ts +22 -0
- package/out/exports/resources.generated/aws-emrserverless-application.d.ts +94 -0
- package/out/exports/resources.generated/aws-entityresolution-idmappingworkflow.d.ts +43 -0
- package/out/exports/resources.generated/aws-entityresolution-idnamespace.d.ts +42 -0
- package/out/exports/resources.generated/aws-entityresolution-matchingworkflow.d.ts +53 -0
- package/out/exports/resources.generated/aws-entityresolution-policystatement.d.ts +14 -0
- package/out/exports/resources.generated/aws-entityresolution-schemamapping.d.ts +26 -0
- package/out/exports/resources.generated/aws-events-apidestination.d.ts +27 -0
- package/out/exports/resources.generated/aws-events-archive.d.ts +19 -0
- package/out/exports/resources.generated/aws-events-connection.d.ts +63 -0
- package/out/exports/resources.generated/aws-events-endpoint.d.ts +35 -0
- package/out/exports/resources.generated/aws-events-eventbus.d.ts +19 -1
- package/out/exports/resources.generated/aws-events-eventbuspolicy.d.ts +29 -0
- package/out/exports/resources.generated/aws-events-rule.d.ts +129 -0
- package/out/exports/resources.generated/aws-eventschemas-discoverer.d.ts +18 -0
- package/out/exports/resources.generated/aws-eventschemas-registry.d.ts +16 -0
- package/out/exports/resources.generated/aws-eventschemas-registrypolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-eventschemas-schema.d.ts +22 -0
- package/out/exports/resources.generated/aws-evidently-experiment.d.ts +50 -0
- package/out/exports/resources.generated/aws-evidently-feature.d.ts +41 -0
- package/out/exports/resources.generated/aws-evidently-launch.d.ts +46 -0
- package/out/exports/resources.generated/aws-evidently-project.d.ts +25 -0
- package/out/exports/resources.generated/aws-evidently-segment.d.ts +19 -0
- package/out/exports/resources.generated/aws-finspace-environment.d.ts +34 -0
- package/out/exports/resources.generated/aws-fis-experimenttemplate.d.ts +59 -0
- package/out/exports/resources.generated/aws-fis-targetaccountconfiguration.d.ts +9 -0
- package/out/exports/resources.generated/aws-fms-notificationchannel.d.ts +9 -0
- package/out/exports/resources.generated/aws-fms-policy.d.ts +86 -0
- package/out/exports/resources.generated/aws-fms-resourceset.d.ts +18 -0
- package/out/exports/resources.generated/aws-forecast-dataset.d.ts +32 -0
- package/out/exports/resources.generated/aws-forecast-datasetgroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-frauddetector-detector.d.ts +62 -0
- package/out/exports/resources.generated/aws-frauddetector-entitytype.d.ts +14 -0
- package/out/exports/resources.generated/aws-frauddetector-eventtype.d.ts +36 -0
- package/out/exports/resources.generated/aws-frauddetector-label.d.ts +14 -0
- package/out/exports/resources.generated/aws-frauddetector-list.d.ts +18 -0
- package/out/exports/resources.generated/aws-frauddetector-outcome.d.ts +14 -0
- package/out/exports/resources.generated/aws-frauddetector-variable.d.ts +18 -0
- package/out/exports/resources.generated/aws-fsx-datarepositoryassociation.d.ts +29 -0
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +135 -0
- package/out/exports/resources.generated/aws-fsx-snapshot.d.ts +15 -0
- package/out/exports/resources.generated/aws-fsx-storagevirtualmachine.d.ts +27 -0
- package/out/exports/resources.generated/aws-fsx-volume.d.ts +78 -0
- package/out/exports/resources.generated/aws-gamelift-alias.d.ts +21 -0
- package/out/exports/resources.generated/aws-gamelift-build.d.ts +21 -0
- package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +73 -0
- package/out/exports/resources.generated/aws-gamelift-containergroupdefinition.d.ts +70 -0
- package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +84 -4
- package/out/exports/resources.generated/aws-gamelift-gameservergroup.d.ts +52 -0
- package/out/exports/resources.generated/aws-gamelift-gamesessionqueue.d.ts +29 -0
- package/out/exports/resources.generated/aws-gamelift-location.d.ts +11 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingconfiguration.d.ts +30 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingruleset.d.ts +24 -0
- package/out/exports/resources.generated/aws-gamelift-script.d.ts +21 -0
- package/out/exports/resources.generated/aws-globalaccelerator-accelerator.d.ts +18 -0
- package/out/exports/resources.generated/aws-globalaccelerator-crossaccountattachment.d.ts +25 -0
- package/out/exports/resources.generated/aws-globalaccelerator-endpointgroup.d.ts +27 -0
- package/out/exports/resources.generated/aws-globalaccelerator-listener.d.ts +16 -0
- package/out/exports/resources.generated/aws-glue-classifier.d.ts +37 -0
- package/out/exports/resources.generated/aws-glue-connection.d.ts +58 -0
- package/out/exports/resources.generated/aws-glue-crawler.d.ts +76 -0
- package/out/exports/resources.generated/aws-glue-customentitytype.d.ts +17 -0
- package/out/exports/resources.generated/aws-glue-database.d.ts +28 -0
- package/out/exports/resources.generated/aws-glue-datacatalogencryptionsettings.d.ts +23 -0
- package/out/exports/resources.generated/aws-glue-dataqualityruleset.d.ts +20 -0
- package/out/exports/resources.generated/aws-glue-devendpoint.d.ts +26 -0
- package/out/exports/resources.generated/aws-glue-job.d.ts +39 -0
- package/out/exports/resources.generated/aws-glue-mltransform.d.ts +45 -0
- package/out/exports/resources.generated/aws-glue-partition.d.ts +56 -0
- package/out/exports/resources.generated/aws-glue-registry.d.ts +12 -0
- package/out/exports/resources.generated/aws-glue-schema.d.ts +24 -0
- package/out/exports/resources.generated/aws-glue-schemaversion.d.ts +15 -0
- package/out/exports/resources.generated/aws-glue-schemaversionmetadata.d.ts +8 -0
- package/out/exports/resources.generated/aws-glue-securityconfiguration.d.ts +23 -0
- package/out/exports/resources.generated/aws-glue-table.d.ts +74 -0
- package/out/exports/resources.generated/aws-glue-tableoptimizer.d.ts +55 -0
- package/out/exports/resources.generated/aws-glue-trigger.d.ts +36 -0
- package/out/exports/resources.generated/aws-glue-usageprofile.d.ts +31 -0
- package/out/exports/resources.generated/aws-glue-workflow.d.ts +16 -0
- package/out/exports/resources.generated/aws-grafana-workspace.d.ts +65 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinition.d.ts +27 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinitionversion.d.ts +21 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinition.d.ts +28 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinitionversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinition.d.ts +28 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinitionversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinition.d.ts +52 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinitionversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-greengrass-group.d.ts +42 -0
- package/out/exports/resources.generated/aws-greengrass-groupversion.d.ts +21 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinition.d.ts +29 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinitionversion.d.ts +23 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinition.d.ts +57 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinitionversion.d.ts +51 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinition.d.ts +28 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinitionversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-greengrassv2-componentversion.d.ts +77 -0
- package/out/exports/resources.generated/aws-greengrassv2-deployment.d.ts +72 -0
- package/out/exports/resources.generated/aws-groundstation-config.d.ts +78 -0
- package/out/exports/resources.generated/aws-groundstation-dataflowendpointgroup.d.ts +56 -0
- package/out/exports/resources.generated/aws-groundstation-missionprofile.d.ts +33 -0
- package/out/exports/resources.generated/aws-guardduty-detector.d.ts +40 -0
- package/out/exports/resources.generated/aws-guardduty-filter.d.ts +30 -0
- package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +20 -0
- package/out/exports/resources.generated/aws-guardduty-malwareprotectionplan.d.ts +27 -0
- package/out/exports/resources.generated/aws-guardduty-master.d.ts +8 -0
- package/out/exports/resources.generated/aws-guardduty-member.d.ts +11 -0
- package/out/exports/resources.generated/aws-guardduty-publishingdestination.d.ts +23 -0
- package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +18 -0
- package/out/exports/resources.generated/aws-healthimaging-datastore.d.ts +17 -0
- package/out/exports/resources.generated/aws-healthlake-fhirdatastore.d.ts +34 -0
- package/out/exports/resources.generated/aws-iam-accesskey.d.ts +17 -0
- package/out/exports/resources.generated/aws-iam-group.d.ts +18 -1
- package/out/exports/resources.generated/aws-iam-grouppolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-iam-instanceprofile.d.ts +14 -0
- package/out/exports/resources.generated/aws-iam-managedpolicy.d.ts +29 -1
- package/out/exports/resources.generated/aws-iam-oidcprovider.d.ts +33 -0
- package/out/exports/resources.generated/aws-iam-policy.d.ts +28 -1
- package/out/exports/resources.generated/aws-iam-role.d.ts +24 -2
- package/out/exports/resources.generated/aws-iam-rolepolicy.d.ts +14 -1
- package/out/exports/resources.generated/aws-iam-samlprovider.d.ts +28 -0
- package/out/exports/resources.generated/aws-iam-servercertificate.d.ts +23 -0
- package/out/exports/resources.generated/aws-iam-servicelinkedrole.d.ts +14 -0
- package/out/exports/resources.generated/aws-iam-user.d.ts +25 -1
- package/out/exports/resources.generated/aws-iam-userpolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-iam-usertogroupaddition.d.ts +11 -0
- package/out/exports/resources.generated/aws-iam-virtualmfadevice.d.ts +17 -0
- package/out/exports/resources.generated/aws-identitystore-group.d.ts +12 -0
- package/out/exports/resources.generated/aws-identitystore-groupmembership.d.ts +14 -0
- package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +35 -0
- package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +66 -0
- package/out/exports/resources.generated/aws-imagebuilder-distributionconfiguration.d.ts +61 -0
- package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +59 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagepipeline.d.ts +58 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +44 -0
- package/out/exports/resources.generated/aws-imagebuilder-infrastructureconfiguration.d.ts +37 -0
- package/out/exports/resources.generated/aws-imagebuilder-lifecyclepolicy.d.ts +52 -0
- package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +27 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttarget.d.ts +11 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttemplate.d.ts +14 -0
- package/out/exports/resources.generated/aws-inspector-resourcegroup.d.ts +10 -0
- package/out/exports/resources.generated/aws-inspectorv2-cisscanconfiguration.d.ts +39 -0
- package/out/exports/resources.generated/aws-inspectorv2-filter.d.ts +77 -0
- package/out/exports/resources.generated/aws-internetmonitor-monitor.d.ts +50 -0
- package/out/exports/resources.generated/aws-invoicing-invoiceunit.d.ts +18 -0
- package/out/exports/resources.generated/aws-iot-accountauditconfiguration.d.ts +45 -0
- package/out/exports/resources.generated/aws-iot-authorizer.d.ts +17 -0
- package/out/exports/resources.generated/aws-iot-billinggroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-cacertificate.d.ts +22 -0
- package/out/exports/resources.generated/aws-iot-certificate.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-certificateprovider.d.ts +16 -0
- package/out/exports/resources.generated/aws-iot-command.d.ts +61 -0
- package/out/exports/resources.generated/aws-iot-custommetric.d.ts +13 -0
- package/out/exports/resources.generated/aws-iot-dimension.d.ts +13 -0
- package/out/exports/resources.generated/aws-iot-domainconfiguration.d.ts +34 -0
- package/out/exports/resources.generated/aws-iot-fleetmetric.d.ts +25 -0
- package/out/exports/resources.generated/aws-iot-jobtemplate.d.ts +49 -0
- package/out/exports/resources.generated/aws-iot-logging.d.ts +13 -0
- package/out/exports/resources.generated/aws-iot-mitigationaction.d.ts +35 -0
- package/out/exports/resources.generated/aws-iot-policy.d.ts +15 -1
- package/out/exports/resources.generated/aws-iot-policyprincipalattachment.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-provisioningtemplate.d.ts +20 -0
- package/out/exports/resources.generated/aws-iot-resourcespecificlogging.d.ts +12 -0
- package/out/exports/resources.generated/aws-iot-rolealias.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-scheduledaudit.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-securityprofile.d.ts +53 -0
- package/out/exports/resources.generated/aws-iot-softwarepackage.d.ts +14 -0
- package/out/exports/resources.generated/aws-iot-softwarepackageversion.d.ts +38 -0
- package/out/exports/resources.generated/aws-iot-thing.d.ts +16 -0
- package/out/exports/resources.generated/aws-iot-thinggroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-iot-thingprincipalattachment.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-thingtype.d.ts +18 -0
- package/out/exports/resources.generated/aws-iot-topicrule.d.ts +207 -0
- package/out/exports/resources.generated/aws-iot-topicruledestination.d.ts +23 -0
- package/out/exports/resources.generated/aws-iotanalytics-channel.d.ts +25 -0
- package/out/exports/resources.generated/aws-iotanalytics-dataset.d.ts +86 -0
- package/out/exports/resources.generated/aws-iotanalytics-datastore.d.ts +53 -0
- package/out/exports/resources.generated/aws-iotanalytics-pipeline.d.ts +70 -0
- package/out/exports/resources.generated/aws-iotcoredeviceadvisor-suitedefinition.d.ts +18 -0
- package/out/exports/resources.generated/aws-iotevents-alarmmodel.d.ts +94 -0
- package/out/exports/resources.generated/aws-iotevents-detectormodel.d.ts +124 -0
- package/out/exports/resources.generated/aws-iotevents-input.d.ts +13 -0
- package/out/exports/resources.generated/aws-iotfleethub-application.d.ts +20 -0
- package/out/exports/resources.generated/aws-iotfleetwise-campaign.d.ts +112 -0
- package/out/exports/resources.generated/aws-iotfleetwise-decodermanifest.d.ts +116 -0
- package/out/exports/resources.generated/aws-iotfleetwise-fleet.d.ts +19 -0
- package/out/exports/resources.generated/aws-iotfleetwise-modelmanifest.d.ts +20 -0
- package/out/exports/resources.generated/aws-iotfleetwise-signalcatalog.d.ts +56 -0
- package/out/exports/resources.generated/aws-iotfleetwise-statetemplate.d.ts +23 -0
- package/out/exports/resources.generated/aws-iotfleetwise-vehicle.d.ts +41 -0
- package/out/exports/resources.generated/aws-iotsitewise-accesspolicy.d.ts +30 -0
- package/out/exports/resources.generated/aws-iotsitewise-asset.d.ts +27 -0
- package/out/exports/resources.generated/aws-iotsitewise-assetmodel.d.ts +85 -0
- package/out/exports/resources.generated/aws-iotsitewise-dashboard.d.ts +15 -0
- package/out/exports/resources.generated/aws-iotsitewise-dataset.d.ts +29 -0
- package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +27 -0
- package/out/exports/resources.generated/aws-iotsitewise-portal.d.ts +26 -0
- package/out/exports/resources.generated/aws-iotsitewise-project.d.ts +17 -0
- package/out/exports/resources.generated/aws-iotthingsgraph-flowtemplate.d.ts +26 -0
- package/out/exports/resources.generated/aws-iottwinmaker-componenttype.d.ts +64 -0
- package/out/exports/resources.generated/aws-iottwinmaker-entity.d.ts +75 -0
- package/out/exports/resources.generated/aws-iottwinmaker-scene.d.ts +18 -0
- package/out/exports/resources.generated/aws-iottwinmaker-syncjob.d.ts +16 -0
- package/out/exports/resources.generated/aws-iottwinmaker-workspace.d.ts +16 -0
- package/out/exports/resources.generated/aws-iotwireless-destination.d.ts +15 -0
- package/out/exports/resources.generated/aws-iotwireless-deviceprofile.d.ts +33 -0
- package/out/exports/resources.generated/aws-iotwireless-fuotatask.d.ts +24 -0
- package/out/exports/resources.generated/aws-iotwireless-multicastgroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-iotwireless-networkanalyzerconfiguration.d.ts +21 -0
- package/out/exports/resources.generated/aws-iotwireless-partneraccount.d.ts +25 -0
- package/out/exports/resources.generated/aws-iotwireless-serviceprofile.d.ts +33 -0
- package/out/exports/resources.generated/aws-iotwireless-taskdefinition.d.ts +32 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdevice.d.ts +80 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdeviceimporttask.d.ts +20 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessgateway.d.ts +20 -0
- package/out/exports/resources.generated/aws-ivs-channel.d.ts +27 -0
- package/out/exports/resources.generated/aws-ivs-encoderconfiguration.d.ts +12 -0
- package/out/exports/resources.generated/aws-ivs-ingestconfiguration.d.ts +18 -0
- package/out/exports/resources.generated/aws-ivs-playbackkeypair.d.ts +13 -0
- package/out/exports/resources.generated/aws-ivs-playbackrestrictionpolicy.d.ts +14 -0
- package/out/exports/resources.generated/aws-ivs-publickey.d.ts +13 -0
- package/out/exports/resources.generated/aws-ivs-recordingconfiguration.d.ts +28 -0
- package/out/exports/resources.generated/aws-ivs-stage.d.ts +16 -0
- package/out/exports/resources.generated/aws-ivs-storageconfiguration.d.ts +14 -0
- package/out/exports/resources.generated/aws-ivs-streamkey.d.ts +12 -0
- package/out/exports/resources.generated/aws-ivschat-loggingconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-ivschat-room.d.ts +19 -0
- package/out/exports/resources.generated/aws-kafkaconnect-connector.d.ts +78 -0
- package/out/exports/resources.generated/aws-kafkaconnect-customplugin.d.ts +21 -0
- package/out/exports/resources.generated/aws-kafkaconnect-workerconfiguration.d.ts +14 -0
- package/out/exports/resources.generated/aws-kendra-datasource.d.ts +402 -0
- package/out/exports/resources.generated/aws-kendra-faq.d.ts +22 -0
- package/out/exports/resources.generated/aws-kendra-index.d.ts +73 -0
- package/out/exports/resources.generated/aws-kendraranking-executionplan.d.ts +18 -0
- package/out/exports/resources.generated/aws-kinesis-resourcepolicy.d.ts +14 -1
- package/out/exports/resources.generated/aws-kinesis-stream.d.ts +22 -0
- package/out/exports/resources.generated/aws-kinesis-streamconsumer.d.ts +22 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-application.d.ts +54 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationoutput.d.ts +40 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationreferencedatasource.d.ts +46 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-application.d.ts +136 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.d.ts +17 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationoutput.d.ts +35 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationreferencedatasource.d.ts +41 -0
- package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +383 -0
- package/out/exports/resources.generated/aws-kinesisvideo-signalingchannel.d.ts +15 -0
- package/out/exports/resources.generated/aws-kinesisvideo-stream.d.ts +23 -0
- package/out/exports/resources.generated/aws-kms-alias.d.ts +22 -0
- package/out/exports/resources.generated/aws-kms-key.d.ts +38 -1
- package/out/exports/resources.generated/aws-kms-replicakey.d.ts +30 -1
- package/out/exports/resources.generated/aws-lakeformation-datacellsfilter.d.ts +17 -0
- package/out/exports/resources.generated/aws-lakeformation-datalakesettings.d.ts +21 -0
- package/out/exports/resources.generated/aws-lakeformation-permissions.d.ts +41 -0
- package/out/exports/resources.generated/aws-lakeformation-principalpermissions.d.ts +67 -0
- package/out/exports/resources.generated/aws-lakeformation-resource.d.ts +14 -0
- package/out/exports/resources.generated/aws-lakeformation-tag.d.ts +8 -0
- package/out/exports/resources.generated/aws-lakeformation-tagassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-lambda-alias.d.ts +24 -0
- package/out/exports/resources.generated/aws-lambda-codesigningconfig.d.ts +18 -0
- package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +19 -0
- package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +77 -0
- package/out/exports/resources.generated/aws-lambda-function.d.ts +86 -0
- package/out/exports/resources.generated/aws-lambda-layerversion.d.ts +19 -0
- package/out/exports/resources.generated/aws-lambda-layerversionpermission.d.ts +15 -0
- package/out/exports/resources.generated/aws-lambda-permission.d.ts +23 -0
- package/out/exports/resources.generated/aws-lambda-url.d.ts +22 -0
- package/out/exports/resources.generated/aws-lambda-version.d.ts +20 -0
- package/out/exports/resources.generated/aws-launchwizard-deployment.d.ts +22 -0
- package/out/exports/resources.generated/aws-lex-bot.d.ts +475 -3
- package/out/exports/resources.generated/aws-lex-botalias.d.ts +57 -0
- package/out/exports/resources.generated/aws-lex-botversion.d.ts +21 -0
- package/out/exports/resources.generated/aws-lex-resourcepolicy.d.ts +14 -1
- package/out/exports/resources.generated/aws-licensemanager-grant.d.ts +18 -0
- package/out/exports/resources.generated/aws-licensemanager-license.d.ts +48 -0
- package/out/exports/resources.generated/aws-lightsail-alarm.d.ts +21 -0
- package/out/exports/resources.generated/aws-lightsail-bucket.d.ts +21 -0
- package/out/exports/resources.generated/aws-lightsail-certificate.d.ts +16 -0
- package/out/exports/resources.generated/aws-lightsail-container.d.ts +52 -0
- package/out/exports/resources.generated/aws-lightsail-database.d.ts +33 -0
- package/out/exports/resources.generated/aws-lightsail-disk.d.ts +30 -0
- package/out/exports/resources.generated/aws-lightsail-distribution.d.ts +50 -0
- package/out/exports/resources.generated/aws-lightsail-instance.d.ts +63 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancer.d.ts +20 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancertlscertificate.d.ts +16 -0
- package/out/exports/resources.generated/aws-lightsail-staticip.d.ts +13 -0
- package/out/exports/resources.generated/aws-location-apikey.d.ts +24 -0
- package/out/exports/resources.generated/aws-location-geofencecollection.d.ts +23 -0
- package/out/exports/resources.generated/aws-location-map.d.ts +24 -0
- package/out/exports/resources.generated/aws-location-placeindex.d.ts +28 -0
- package/out/exports/resources.generated/aws-location-routecalculator.d.ts +24 -0
- package/out/exports/resources.generated/aws-location-tracker.d.ts +33 -0
- package/out/exports/resources.generated/aws-location-trackerconsumer.d.ts +9 -0
- package/out/exports/resources.generated/aws-logs-accountpolicy.d.ts +69 -0
- package/out/exports/resources.generated/aws-logs-delivery.d.ts +24 -0
- package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +24 -1
- package/out/exports/resources.generated/aws-logs-deliverysource.d.ts +25 -0
- package/out/exports/resources.generated/aws-logs-destination.d.ts +13 -0
- package/out/exports/resources.generated/aws-logs-integration.d.ts +22 -0
- package/out/exports/resources.generated/aws-logs-loganomalydetector.d.ts +27 -0
- package/out/exports/resources.generated/aws-logs-loggroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-logs-logstream.d.ts +15 -0
- package/out/exports/resources.generated/aws-logs-metricfilter.d.ts +22 -0
- package/out/exports/resources.generated/aws-logs-querydefinition.d.ts +13 -0
- package/out/exports/resources.generated/aws-logs-resourcepolicy.d.ts +7 -0
- package/out/exports/resources.generated/aws-logs-subscriptionfilter.d.ts +19 -0
- package/out/exports/resources.generated/aws-logs-transformer.d.ts +78 -0
- package/out/exports/resources.generated/aws-lookoutequipment-inferencescheduler.d.ts +37 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-alert.d.ts +23 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-anomalydetector.d.ts +84 -0
- package/out/exports/resources.generated/aws-lookoutvision-project.d.ts +10 -0
- package/out/exports/resources.generated/aws-m2-application.d.ts +23 -0
- package/out/exports/resources.generated/aws-m2-deployment.d.ts +13 -0
- package/out/exports/resources.generated/aws-m2-environment.d.ts +37 -0
- package/out/exports/resources.generated/aws-macie-allowlist.d.ts +33 -0
- package/out/exports/resources.generated/aws-macie-customdataidentifier.d.ts +24 -0
- package/out/exports/resources.generated/aws-macie-findingsfilter.d.ts +30 -0
- package/out/exports/resources.generated/aws-macie-session.d.ts +15 -0
- package/out/exports/resources.generated/aws-managedblockchain-accessor.d.ts +25 -0
- package/out/exports/resources.generated/aws-managedblockchain-member.d.ts +42 -0
- package/out/exports/resources.generated/aws-managedblockchain-node.d.ts +20 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridge.d.ts +67 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgeoutput.d.ts +14 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgesource.d.ts +25 -0
- package/out/exports/resources.generated/aws-mediaconnect-flow.d.ts +129 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowentitlement.d.ts +26 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowoutput.d.ts +48 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowsource.d.ts +44 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowvpcinterface.d.ts +24 -0
- package/out/exports/resources.generated/aws-mediaconnect-gateway.d.ts +16 -0
- package/out/exports/resources.generated/aws-mediaconvert-jobtemplate.d.ts +33 -0
- package/out/exports/resources.generated/aws-mediaconvert-preset.d.ts +22 -0
- package/out/exports/resources.generated/aws-mediaconvert-queue.d.ts +19 -0
- package/out/exports/resources.generated/aws-medialive-channel.d.ts +1298 -0
- package/out/exports/resources.generated/aws-medialive-channelplacementgroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplate.d.ts +33 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplategroup.d.ts +18 -0
- package/out/exports/resources.generated/aws-medialive-cluster.d.ts +25 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplate.d.ts +23 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplategroup.d.ts +18 -0
- package/out/exports/resources.generated/aws-medialive-input.d.ts +110 -0
- package/out/exports/resources.generated/aws-medialive-inputsecuritygroup.d.ts +16 -0
- package/out/exports/resources.generated/aws-medialive-multiplex.d.ts +25 -0
- package/out/exports/resources.generated/aws-medialive-multiplexprogram.d.ts +72 -0
- package/out/exports/resources.generated/aws-medialive-network.d.ts +28 -0
- package/out/exports/resources.generated/aws-medialive-sdisource.d.ts +19 -0
- package/out/exports/resources.generated/aws-medialive-signalmap.d.ts +29 -0
- package/out/exports/resources.generated/aws-mediapackage-asset.d.ts +18 -0
- package/out/exports/resources.generated/aws-mediapackage-channel.d.ts +18 -0
- package/out/exports/resources.generated/aws-mediapackage-originendpoint.d.ts +114 -0
- package/out/exports/resources.generated/aws-mediapackage-packagingconfiguration.d.ts +80 -0
- package/out/exports/resources.generated/aws-mediapackage-packaginggroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +31 -1
- package/out/exports/resources.generated/aws-mediapackagev2-channelgroup.d.ts +16 -1
- package/out/exports/resources.generated/aws-mediapackagev2-channelpolicy.d.ts +8 -1
- package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +157 -4
- package/out/exports/resources.generated/aws-mediapackagev2-originendpointpolicy.d.ts +9 -1
- package/out/exports/resources.generated/aws-mediastore-container.d.ts +35 -0
- package/out/exports/resources.generated/aws-mediatailor-channel.d.ts +50 -0
- package/out/exports/resources.generated/aws-mediatailor-channelpolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-mediatailor-livesource.d.ts +20 -0
- package/out/exports/resources.generated/aws-mediatailor-playbackconfiguration.d.ts +53 -0
- package/out/exports/resources.generated/aws-mediatailor-sourcelocation.d.ts +32 -0
- package/out/exports/resources.generated/aws-mediatailor-vodsource.d.ts +20 -0
- package/out/exports/resources.generated/aws-memorydb-acl.d.ts +13 -0
- package/out/exports/resources.generated/aws-memorydb-cluster.d.ts +50 -0
- package/out/exports/resources.generated/aws-memorydb-multiregioncluster.d.ts +21 -0
- package/out/exports/resources.generated/aws-memorydb-parametergroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-memorydb-subnetgroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-memorydb-user.d.ts +14 -0
- package/out/exports/resources.generated/aws-mpa-approvalteam.d.ts +81 -0
- package/out/exports/resources.generated/aws-mpa-identitysource.d.ts +47 -0
- package/out/exports/resources.generated/aws-msk-batchscramsecret.d.ts +7 -0
- package/out/exports/resources.generated/aws-msk-cluster.d.ts +112 -0
- package/out/exports/resources.generated/aws-msk-clusterpolicy.d.ts +11 -1
- package/out/exports/resources.generated/aws-msk-configuration.d.ts +25 -0
- package/out/exports/resources.generated/aws-msk-replicator.d.ts +49 -0
- package/out/exports/resources.generated/aws-msk-serverlesscluster.d.ts +28 -0
- package/out/exports/resources.generated/aws-msk-vpcconnection.d.ts +16 -0
- package/out/exports/resources.generated/aws-mwaa-environment.d.ts +60 -0
- package/out/exports/resources.generated/aws-neptune-dbcluster.d.ts +49 -0
- package/out/exports/resources.generated/aws-neptune-dbclusterparametergroup.d.ts +12 -0
- package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +44 -0
- package/out/exports/resources.generated/aws-neptune-dbparametergroup.d.ts +16 -0
- package/out/exports/resources.generated/aws-neptune-dbsubnetgroup.d.ts +9 -0
- package/out/exports/resources.generated/aws-neptune-eventsubscription.d.ts +24 -0
- package/out/exports/resources.generated/aws-neptunegraph-graph.d.ts +22 -0
- package/out/exports/resources.generated/aws-neptunegraph-privategraphendpoint.d.ts +16 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewall.d.ts +27 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewallpolicy.d.ts +59 -0
- package/out/exports/resources.generated/aws-networkfirewall-loggingconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-networkfirewall-rulegroup.d.ts +104 -0
- package/out/exports/resources.generated/aws-networkfirewall-tlsinspectionconfiguration.d.ts +44 -0
- package/out/exports/resources.generated/aws-networkmanager-connectattachment.d.ts +38 -0
- package/out/exports/resources.generated/aws-networkmanager-connectpeer.d.ts +22 -0
- package/out/exports/resources.generated/aws-networkmanager-corenetwork.d.ts +17 -0
- package/out/exports/resources.generated/aws-networkmanager-customergatewayassociation.d.ts +11 -0
- package/out/exports/resources.generated/aws-networkmanager-device.d.ts +29 -0
- package/out/exports/resources.generated/aws-networkmanager-directconnectgatewayattachment.d.ts +33 -0
- package/out/exports/resources.generated/aws-networkmanager-globalnetwork.d.ts +14 -0
- package/out/exports/resources.generated/aws-networkmanager-link.d.ts +22 -0
- package/out/exports/resources.generated/aws-networkmanager-linkassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-networkmanager-site.d.ts +20 -0
- package/out/exports/resources.generated/aws-networkmanager-sitetositevpnattachment.d.ts +33 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewaypeering.d.ts +20 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayregistration.d.ts +7 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayroutetableattachment.d.ts +34 -0
- package/out/exports/resources.generated/aws-networkmanager-vpcattachment.d.ts +38 -0
- package/out/exports/resources.generated/aws-notifications-channelassociation.d.ts +7 -0
- package/out/exports/resources.generated/aws-notifications-eventrule.d.ts +16 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationaccountcontactassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationadditionalchannelassociation.d.ts +7 -0
- package/out/exports/resources.generated/aws-notifications-notificationconfiguration.d.ts +21 -0
- package/out/exports/resources.generated/aws-notifications-notificationhub.d.ts +10 -0
- package/out/exports/resources.generated/aws-notificationscontacts-emailcontact.d.ts +21 -0
- package/out/exports/resources.generated/aws-oam-link.d.ts +31 -0
- package/out/exports/resources.generated/aws-oam-sink.d.ts +16 -1
- package/out/exports/resources.generated/aws-omics-annotationstore.d.ts +47 -0
- package/out/exports/resources.generated/aws-omics-referencestore.d.ts +21 -0
- package/out/exports/resources.generated/aws-omics-rungroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-omics-sequencestore.d.ts +37 -1
- package/out/exports/resources.generated/aws-omics-variantstore.d.ts +31 -0
- package/out/exports/resources.generated/aws-omics-workflow.d.ts +46 -0
- package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +76 -1
- package/out/exports/resources.generated/aws-opensearchserverless-accesspolicy.d.ts +10 -0
- package/out/exports/resources.generated/aws-opensearchserverless-collection.d.ts +21 -0
- package/out/exports/resources.generated/aws-opensearchserverless-index.d.ts +22 -0
- package/out/exports/resources.generated/aws-opensearchserverless-lifecyclepolicy.d.ts +10 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securityconfig.d.ts +28 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securitypolicy.d.ts +14 -0
- package/out/exports/resources.generated/aws-opensearchserverless-vpcendpoint.d.ts +13 -0
- package/out/exports/resources.generated/aws-opensearchservice-application.d.ts +23 -0
- package/out/exports/resources.generated/aws-opensearchservice-domain.d.ts +149 -0
- package/out/exports/resources.generated/aws-opsworks-app.d.ts +50 -0
- package/out/exports/resources.generated/aws-opsworks-elasticloadbalancerattachment.d.ts +13 -0
- package/out/exports/resources.generated/aws-opsworks-instance.d.ts +62 -0
- package/out/exports/resources.generated/aws-opsworks-layer.d.ts +72 -0
- package/out/exports/resources.generated/aws-opsworks-stack.d.ts +66 -0
- package/out/exports/resources.generated/aws-opsworks-userprofile.d.ts +16 -0
- package/out/exports/resources.generated/aws-opsworks-volume.d.ts +15 -0
- package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +34 -0
- package/out/exports/resources.generated/aws-organizations-account.d.ts +52 -0
- package/out/exports/resources.generated/aws-organizations-organization.d.ts +23 -0
- package/out/exports/resources.generated/aws-organizations-organizationalunit.d.ts +19 -0
- package/out/exports/resources.generated/aws-organizations-policy.d.ts +25 -0
- package/out/exports/resources.generated/aws-organizations-resourcepolicy.d.ts +16 -0
- package/out/exports/resources.generated/aws-osis-pipeline.d.ts +32 -0
- package/out/exports/resources.generated/aws-panorama-applicationinstance.d.ts +34 -0
- package/out/exports/resources.generated/aws-panorama-package.d.ts +18 -0
- package/out/exports/resources.generated/aws-panorama-packageversion.d.ts +23 -0
- package/out/exports/resources.generated/aws-paymentcryptography-alias.d.ts +20 -0
- package/out/exports/resources.generated/aws-paymentcryptography-key.d.ts +70 -1
- package/out/exports/resources.generated/aws-pcaconnectorad-connector.d.ts +16 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-directoryregistration.d.ts +11 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-serviceprincipalname.d.ts +7 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-template.d.ts +196 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-templategroupaccesscontrolentry.d.ts +15 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-challenge.d.ts +15 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-connector.d.ts +23 -0
- package/out/exports/resources.generated/aws-pcs-cluster.d.ts +44 -0
- package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +28 -0
- package/out/exports/resources.generated/aws-pcs-queue.d.ts +17 -0
- package/out/exports/resources.generated/aws-personalize-dataset.d.ts +42 -0
- package/out/exports/resources.generated/aws-personalize-datasetgroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-personalize-schema.d.ts +20 -0
- package/out/exports/resources.generated/aws-personalize-solution.d.ts +37 -0
- package/out/exports/resources.generated/aws-pinpoint-admchannel.d.ts +15 -0
- package/out/exports/resources.generated/aws-pinpoint-apnschannel.d.ts +20 -0
- package/out/exports/resources.generated/aws-pinpoint-apnssandboxchannel.d.ts +20 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipchannel.d.ts +20 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipsandboxchannel.d.ts +20 -0
- package/out/exports/resources.generated/aws-pinpoint-app.d.ts +14 -0
- package/out/exports/resources.generated/aws-pinpoint-applicationsettings.d.ts +30 -0
- package/out/exports/resources.generated/aws-pinpoint-baiduchannel.d.ts +15 -0
- package/out/exports/resources.generated/aws-pinpoint-campaign.d.ts +149 -0
- package/out/exports/resources.generated/aws-pinpoint-emailchannel.d.ts +18 -0
- package/out/exports/resources.generated/aws-pinpoint-emailtemplate.d.ts +19 -0
- package/out/exports/resources.generated/aws-pinpoint-eventstream.d.ts +14 -0
- package/out/exports/resources.generated/aws-pinpoint-gcmchannel.d.ts +16 -0
- package/out/exports/resources.generated/aws-pinpoint-inapptemplate.d.ts +51 -0
- package/out/exports/resources.generated/aws-pinpoint-pushtemplate.d.ts +43 -0
- package/out/exports/resources.generated/aws-pinpoint-segment.d.ts +57 -0
- package/out/exports/resources.generated/aws-pinpoint-smschannel.d.ts +15 -0
- package/out/exports/resources.generated/aws-pinpoint-smstemplate.d.ts +17 -0
- package/out/exports/resources.generated/aws-pinpoint-voicechannel.d.ts +13 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationset.d.ts +25 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationseteventdestination.d.ts +36 -0
- package/out/exports/resources.generated/aws-pinpointemail-dedicatedippool.d.ts +13 -0
- package/out/exports/resources.generated/aws-pinpointemail-identity.d.ts +31 -0
- package/out/exports/resources.generated/aws-pipes-pipe.d.ts +354 -0
- package/out/exports/resources.generated/aws-proton-environmentaccountconnection.d.ts +21 -0
- package/out/exports/resources.generated/aws-proton-environmenttemplate.d.ts +23 -0
- package/out/exports/resources.generated/aws-proton-servicetemplate.d.ts +18 -0
- package/out/exports/resources.generated/aws-qbusiness-application.d.ts +68 -0
- package/out/exports/resources.generated/aws-qbusiness-dataaccessor.d.ts +38 -0
- package/out/exports/resources.generated/aws-qbusiness-datasource.d.ts +83 -0
- package/out/exports/resources.generated/aws-qbusiness-index.d.ts +42 -0
- package/out/exports/resources.generated/aws-qbusiness-permission.d.ts +9 -0
- package/out/exports/resources.generated/aws-qbusiness-plugin.d.ts +50 -0
- package/out/exports/resources.generated/aws-qbusiness-retriever.d.ts +30 -0
- package/out/exports/resources.generated/aws-qbusiness-webexperience.d.ts +47 -0
- package/out/exports/resources.generated/aws-qldb-ledger.d.ts +18 -0
- package/out/exports/resources.generated/aws-qldb-stream.d.ts +22 -0
- package/out/exports/resources.generated/aws-quicksight-analysis.d.ts +2884 -0
- package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +34 -0
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +2903 -0
- package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +276 -0
- package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +181 -0
- package/out/exports/resources.generated/aws-quicksight-folder.d.ts +28 -0
- package/out/exports/resources.generated/aws-quicksight-refreshschedule.d.ts +17 -0
- package/out/exports/resources.generated/aws-quicksight-template.d.ts +2692 -0
- package/out/exports/resources.generated/aws-quicksight-theme.d.ts +72 -0
- package/out/exports/resources.generated/aws-quicksight-topic.d.ts +228 -0
- package/out/exports/resources.generated/aws-quicksight-vpcconnection.d.ts +28 -0
- package/out/exports/resources.generated/aws-ram-permission.d.ts +16 -0
- package/out/exports/resources.generated/aws-ram-resourceshare.d.ts +18 -0
- package/out/exports/resources.generated/aws-rbin-rule.d.ts +33 -0
- package/out/exports/resources.generated/aws-rds-customdbengineversion.d.ts +21 -0
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +116 -0
- package/out/exports/resources.generated/aws-rds-dbclusterparametergroup.d.ts +16 -0
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +141 -0
- package/out/exports/resources.generated/aws-rds-dbparametergroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +40 -0
- package/out/exports/resources.generated/aws-rds-dbproxyendpoint.d.ts +23 -0
- package/out/exports/resources.generated/aws-rds-dbproxytargetgroup.d.ts +34 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroupingress.d.ts +22 -0
- package/out/exports/resources.generated/aws-rds-dbshardgroup.d.ts +19 -0
- package/out/exports/resources.generated/aws-rds-dbsubnetgroup.d.ts +11 -0
- package/out/exports/resources.generated/aws-rds-eventsubscription.d.ts +12 -0
- package/out/exports/resources.generated/aws-rds-globalcluster.d.ts +27 -0
- package/out/exports/resources.generated/aws-rds-integration.d.ts +18 -0
- package/out/exports/resources.generated/aws-rds-optiongroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-redshift-cluster.d.ts +71 -1
- package/out/exports/resources.generated/aws-redshift-clusterparametergroup.d.ts +13 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroupingress.d.ts +19 -0
- package/out/exports/resources.generated/aws-redshift-clustersubnetgroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-redshift-endpointaccess.d.ts +17 -0
- package/out/exports/resources.generated/aws-redshift-endpointauthorization.d.ts +20 -0
- package/out/exports/resources.generated/aws-redshift-eventsubscription.d.ts +22 -0
- package/out/exports/resources.generated/aws-redshift-integration.d.ts +16 -0
- package/out/exports/resources.generated/aws-redshift-scheduledaction.d.ts +29 -0
- package/out/exports/resources.generated/aws-redshiftserverless-namespace.d.ts +45 -1
- package/out/exports/resources.generated/aws-redshiftserverless-workgroup.d.ts +55 -0
- package/out/exports/resources.generated/aws-refactorspaces-application.d.ts +33 -0
- package/out/exports/resources.generated/aws-refactorspaces-environment.d.ts +20 -0
- package/out/exports/resources.generated/aws-refactorspaces-route.d.ts +64 -0
- package/out/exports/resources.generated/aws-refactorspaces-service.d.ts +29 -0
- package/out/exports/resources.generated/aws-rekognition-collection.d.ts +11 -0
- package/out/exports/resources.generated/aws-rekognition-project.d.ts +10 -0
- package/out/exports/resources.generated/aws-rekognition-streamprocessor.d.ts +70 -0
- package/out/exports/resources.generated/aws-resiliencehub-app.d.ts +41 -0
- package/out/exports/resources.generated/aws-resiliencehub-resiliencypolicy.d.ts +35 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-defaultviewassociation.d.ts +10 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-index.d.ts +24 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-view.d.ts +18 -0
- package/out/exports/resources.generated/aws-resourcegroups-group.d.ts +37 -0
- package/out/exports/resources.generated/aws-resourcegroups-tagsynctask.d.ts +24 -0
- package/out/exports/resources.generated/aws-robomaker-fleet.d.ts +15 -0
- package/out/exports/resources.generated/aws-robomaker-robot.d.ts +18 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplication.d.ts +23 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplicationversion.d.ts +12 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplication.d.ts +31 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplicationversion.d.ts +12 -0
- package/out/exports/resources.generated/aws-rolesanywhere-crl.d.ts +14 -0
- package/out/exports/resources.generated/aws-rolesanywhere-profile.d.ts +28 -0
- package/out/exports/resources.generated/aws-rolesanywhere-trustanchor.d.ts +33 -0
- package/out/exports/resources.generated/aws-route53-cidrcollection.d.ts +15 -0
- package/out/exports/resources.generated/aws-route53-dnssec.d.ts +6 -0
- package/out/exports/resources.generated/aws-route53-healthcheck.d.ts +30 -0
- package/out/exports/resources.generated/aws-route53-hostedzone.d.ts +45 -0
- package/out/exports/resources.generated/aws-route53-keysigningkey.d.ts +9 -0
- package/out/exports/resources.generated/aws-route53-recordset.d.ts +49 -0
- package/out/exports/resources.generated/aws-route53-recordsetgroup.d.ts +51 -0
- package/out/exports/resources.generated/aws-route53profiles-profile.d.ts +13 -0
- package/out/exports/resources.generated/aws-route53profiles-profileassociation.d.ts +14 -0
- package/out/exports/resources.generated/aws-route53profiles-profileresourceassociation.d.ts +14 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-cluster.d.ts +13 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-controlpanel.d.ts +15 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-routingcontrol.d.ts +15 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-safetyrule.d.ts +42 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-cell.d.ts +19 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-readinesscheck.d.ts +16 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-recoverygroup.d.ts +16 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-resourceset.d.ts +40 -0
- package/out/exports/resources.generated/aws-route53resolver-firewalldomainlist.d.ts +23 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroup.d.ts +33 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroupassociation.d.ts +22 -0
- package/out/exports/resources.generated/aws-route53resolver-outpostresolver.d.ts +20 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverconfig.d.ts +13 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverdnssecconfig.d.ts +12 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverendpoint.d.ts +33 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfig.d.ts +19 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfigassociation.d.ts +15 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverrule.d.ts +25 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverruleassociation.d.ts +15 -0
- package/out/exports/resources.generated/aws-rum-appmonitor.d.ts +65 -0
- package/out/exports/resources.generated/aws-s3-accessgrant.d.ts +30 -0
- package/out/exports/resources.generated/aws-s3-accessgrantsinstance.d.ts +15 -0
- package/out/exports/resources.generated/aws-s3-accessgrantslocation.d.ts +22 -0
- package/out/exports/resources.generated/aws-s3-accesspoint.d.ts +25 -1
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +258 -0
- package/out/exports/resources.generated/aws-s3-bucketpolicy.d.ts +24 -1
- package/out/exports/resources.generated/aws-s3-multiregionaccesspoint.d.ts +21 -0
- package/out/exports/resources.generated/aws-s3-multiregionaccesspointpolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-s3-storagelens.d.ts +74 -0
- package/out/exports/resources.generated/aws-s3-storagelensgroup.d.ts +38 -0
- package/out/exports/resources.generated/aws-s3express-bucketpolicy.d.ts +42 -1
- package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +73 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspoint.d.ts +30 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspointpolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-s3outposts-accesspoint.d.ts +17 -1
- package/out/exports/resources.generated/aws-s3outposts-bucket.d.ts +46 -0
- package/out/exports/resources.generated/aws-s3outposts-bucketpolicy.d.ts +15 -1
- package/out/exports/resources.generated/aws-s3outposts-endpoint.d.ts +26 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucket.d.ts +22 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucketpolicy.d.ts +9 -1
- package/out/exports/resources.generated/aws-sagemaker-app.d.ts +23 -1
- package/out/exports/resources.generated/aws-sagemaker-appimageconfig.d.ts +35 -0
- package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +42 -0
- package/out/exports/resources.generated/aws-sagemaker-coderepository.d.ts +21 -0
- package/out/exports/resources.generated/aws-sagemaker-dataqualityjobdefinition.d.ts +85 -0
- package/out/exports/resources.generated/aws-sagemaker-device.d.ts +12 -0
- package/out/exports/resources.generated/aws-sagemaker-devicefleet.d.ts +13 -0
- package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +177 -3
- package/out/exports/resources.generated/aws-sagemaker-endpoint.d.ts +43 -0
- package/out/exports/resources.generated/aws-sagemaker-endpointconfig.d.ts +137 -0
- package/out/exports/resources.generated/aws-sagemaker-featuregroup.d.ts +49 -0
- package/out/exports/resources.generated/aws-sagemaker-image.d.ts +14 -0
- package/out/exports/resources.generated/aws-sagemaker-imageversion.d.ts +32 -0
- package/out/exports/resources.generated/aws-sagemaker-inferencecomponent.d.ts +70 -0
- package/out/exports/resources.generated/aws-sagemaker-inferenceexperiment.d.ts +57 -0
- package/out/exports/resources.generated/aws-sagemaker-mlflowtrackingserver.d.ts +17 -0
- package/out/exports/resources.generated/aws-sagemaker-model.d.ts +59 -0
- package/out/exports/resources.generated/aws-sagemaker-modelbiasjobdefinition.d.ts +92 -0
- package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +184 -0
- package/out/exports/resources.generated/aws-sagemaker-modelexplainabilityjobdefinition.d.ts +83 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackage.d.ts +177 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackagegroup.d.ts +15 -1
- package/out/exports/resources.generated/aws-sagemaker-modelqualityjobdefinition.d.ts +95 -0
- package/out/exports/resources.generated/aws-sagemaker-monitoringschedule.d.ts +109 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstance.d.ts +30 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstancelifecycleconfig.d.ts +17 -0
- package/out/exports/resources.generated/aws-sagemaker-partnerapp.d.ts +26 -0
- package/out/exports/resources.generated/aws-sagemaker-pipeline.d.ts +17 -0
- package/out/exports/resources.generated/aws-sagemaker-project.d.ts +20 -0
- package/out/exports/resources.generated/aws-sagemaker-space.d.ts +72 -0
- package/out/exports/resources.generated/aws-sagemaker-studiolifecycleconfig.d.ts +13 -0
- package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +122 -3
- package/out/exports/resources.generated/aws-sagemaker-workteam.d.ts +33 -0
- package/out/exports/resources.generated/aws-scheduler-schedule.d.ts +95 -0
- package/out/exports/resources.generated/aws-scheduler-schedulegroup.d.ts +19 -0
- package/out/exports/resources.generated/aws-sdb-domain.d.ts +14 -0
- package/out/exports/resources.generated/aws-secretsmanager-resourcepolicy.d.ts +14 -1
- package/out/exports/resources.generated/aws-secretsmanager-rotationschedule.d.ts +45 -0
- package/out/exports/resources.generated/aws-secretsmanager-secret.d.ts +40 -0
- package/out/exports/resources.generated/aws-secretsmanager-secrettargetattachment.d.ts +22 -0
- package/out/exports/resources.generated/aws-securityhub-automationrule.d.ts +110 -0
- package/out/exports/resources.generated/aws-securityhub-configurationpolicy.d.ts +42 -0
- package/out/exports/resources.generated/aws-securityhub-delegatedadmin.d.ts +17 -0
- package/out/exports/resources.generated/aws-securityhub-findingaggregator.d.ts +16 -0
- package/out/exports/resources.generated/aws-securityhub-hub.d.ts +20 -0
- package/out/exports/resources.generated/aws-securityhub-insight.d.ts +144 -0
- package/out/exports/resources.generated/aws-securityhub-organizationconfiguration.d.ts +15 -0
- package/out/exports/resources.generated/aws-securityhub-policyassociation.d.ts +16 -0
- package/out/exports/resources.generated/aws-securityhub-productsubscription.d.ts +14 -0
- package/out/exports/resources.generated/aws-securityhub-securitycontrol.d.ts +0 -0
- package/out/exports/resources.generated/aws-securityhub-standard.d.ts +18 -0
- package/out/exports/resources.generated/aws-securitylake-awslogsource.d.ts +11 -0
- package/out/exports/resources.generated/aws-securitylake-datalake.d.ts +32 -0
- package/out/exports/resources.generated/aws-securitylake-subscriber.d.ts +31 -0
- package/out/exports/resources.generated/aws-securitylake-subscribernotification.d.ts +22 -0
- package/out/exports/resources.generated/aws-servicecatalog-acceptedportfolioshare.d.ts +13 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationproduct.d.ts +43 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationprovisionedproduct.d.ts +38 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchnotificationconstraint.d.ts +16 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchroleconstraint.d.ts +17 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchtemplateconstraint.d.ts +16 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolio.d.ts +15 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioprincipalassociation.d.ts +15 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioproductassociation.d.ts +17 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioshare.d.ts +15 -0
- package/out/exports/resources.generated/aws-servicecatalog-resourceupdateconstraint.d.ts +16 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceaction.d.ts +17 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceactionassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-servicecatalog-stacksetconstraint.d.ts +20 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoption.d.ts +12 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoptionassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-application.d.ts +16 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroupassociation.d.ts +12 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-resourceassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-servicediscovery-httpnamespace.d.ts +15 -0
- package/out/exports/resources.generated/aws-servicediscovery-instance.d.ts +11 -0
- package/out/exports/resources.generated/aws-servicediscovery-privatednsnamespace.d.ts +22 -0
- package/out/exports/resources.generated/aws-servicediscovery-publicdnsnamespace.d.ts +23 -0
- package/out/exports/resources.generated/aws-servicediscovery-service.d.ts +42 -0
- package/out/exports/resources.generated/aws-ses-configurationset.d.ts +45 -0
- package/out/exports/resources.generated/aws-ses-configurationseteventdestination.d.ts +36 -0
- package/out/exports/resources.generated/aws-ses-contactlist.d.ts +14 -0
- package/out/exports/resources.generated/aws-ses-dedicatedippool.d.ts +9 -0
- package/out/exports/resources.generated/aws-ses-emailidentity.d.ts +39 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddoninstance.d.ts +13 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddonsubscription.d.ts +12 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddresslist.d.ts +40 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerarchive.d.ts +22 -0
- package/out/exports/resources.generated/aws-ses-mailmanageringresspoint.d.ts +38 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerrelay.d.ts +16 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerruleset.d.ts +166 -0
- package/out/exports/resources.generated/aws-ses-mailmanagertrafficpolicy.d.ts +88 -0
- package/out/exports/resources.generated/aws-ses-receiptfilter.d.ts +18 -0
- package/out/exports/resources.generated/aws-ses-receiptrule.d.ts +63 -0
- package/out/exports/resources.generated/aws-ses-receiptruleset.d.ts +16 -0
- package/out/exports/resources.generated/aws-ses-template.d.ts +17 -0
- package/out/exports/resources.generated/aws-ses-vdmattributes.d.ts +15 -0
- package/out/exports/resources.generated/aws-shield-drtaccess.d.ts +23 -0
- package/out/exports/resources.generated/aws-shield-proactiveengagement.d.ts +29 -0
- package/out/exports/resources.generated/aws-shield-protection.d.ts +36 -0
- package/out/exports/resources.generated/aws-shield-protectiongroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-signer-profilepermission.d.ts +10 -0
- package/out/exports/resources.generated/aws-signer-signingprofile.d.ts +21 -0
- package/out/exports/resources.generated/aws-simspaceweaver-simulation.d.ts +24 -0
- package/out/exports/resources.generated/aws-sns-subscription.d.ts +20 -0
- package/out/exports/resources.generated/aws-sns-topic.d.ts +33 -0
- package/out/exports/resources.generated/aws-sns-topicinlinepolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-sns-topicpolicy.d.ts +11 -1
- package/out/exports/resources.generated/aws-sqs-queue.d.ts +38 -0
- package/out/exports/resources.generated/aws-sqs-queueinlinepolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-sqs-queuepolicy.d.ts +11 -1
- package/out/exports/resources.generated/aws-ssm-association.d.ts +35 -0
- package/out/exports/resources.generated/aws-ssm-document.d.ts +24 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindow.d.ts +24 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtarget.d.ts +20 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +66 -0
- package/out/exports/resources.generated/aws-ssm-parameter.d.ts +27 -0
- package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +42 -0
- package/out/exports/resources.generated/aws-ssm-resourcedatasync.d.ts +40 -0
- package/out/exports/resources.generated/aws-ssm-resourcepolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-ssmcontacts-contact.d.ts +34 -0
- package/out/exports/resources.generated/aws-ssmcontacts-contactchannel.d.ts +16 -0
- package/out/exports/resources.generated/aws-ssmcontacts-plan.d.ts +31 -0
- package/out/exports/resources.generated/aws-ssmcontacts-rotation.d.ts +49 -0
- package/out/exports/resources.generated/aws-ssmguiconnect-preferences.d.ts +15 -0
- package/out/exports/resources.generated/aws-ssmincidents-replicationset.d.ts +17 -0
- package/out/exports/resources.generated/aws-ssmincidents-responseplan.d.ts +54 -0
- package/out/exports/resources.generated/aws-ssmquicksetup-configurationmanager.d.ts +25 -0
- package/out/exports/resources.generated/aws-sso-application.d.ts +24 -0
- package/out/exports/resources.generated/aws-sso-applicationassignment.d.ts +8 -0
- package/out/exports/resources.generated/aws-sso-assignment.d.ts +13 -0
- package/out/exports/resources.generated/aws-sso-instance.d.ts +19 -0
- package/out/exports/resources.generated/aws-sso-instanceaccesscontrolattributeconfiguration.d.ts +15 -0
- package/out/exports/resources.generated/aws-sso-permissionset.d.ts +25 -1
- package/out/exports/resources.generated/aws-stepfunctions-activity.d.ts +22 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachine.d.ts +43 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachinealias.d.ts +28 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachineversion.d.ts +16 -0
- package/out/exports/resources.generated/aws-supportapp-accountalias.d.ts +12 -0
- package/out/exports/resources.generated/aws-supportapp-slackchannelconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-supportapp-slackworkspaceconfiguration.d.ts +15 -0
- package/out/exports/resources.generated/aws-synthetics-canary.d.ts +76 -0
- package/out/exports/resources.generated/aws-synthetics-group.d.ts +16 -0
- package/out/exports/resources.generated/aws-systemsmanagersap-application.d.ts +26 -0
- package/out/exports/resources.generated/aws-timestream-database.d.ts +12 -0
- package/out/exports/resources.generated/aws-timestream-influxdbinstance.d.ts +32 -0
- package/out/exports/resources.generated/aws-timestream-scheduledquery.d.ts +76 -0
- package/out/exports/resources.generated/aws-timestream-table.d.ts +22 -0
- package/out/exports/resources.generated/aws-transfer-agreement.d.ts +25 -0
- package/out/exports/resources.generated/aws-transfer-certificate.d.ts +27 -0
- package/out/exports/resources.generated/aws-transfer-connector.d.ts +20 -0
- package/out/exports/resources.generated/aws-transfer-profile.d.ts +14 -0
- package/out/exports/resources.generated/aws-transfer-server.d.ts +81 -0
- package/out/exports/resources.generated/aws-transfer-user.d.ts +35 -0
- package/out/exports/resources.generated/aws-transfer-webapp.d.ts +28 -0
- package/out/exports/resources.generated/aws-transfer-workflow.d.ts +32 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-identitysource.d.ts +46 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policy.d.ts +45 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policystore.d.ts +31 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policytemplate.d.ts +12 -0
- package/out/exports/resources.generated/aws-voiceid-domain.d.ts +15 -0
- package/out/exports/resources.generated/aws-vpclattice-accesslogsubscription.d.ts +16 -0
- package/out/exports/resources.generated/aws-vpclattice-authpolicy.d.ts +13 -1
- package/out/exports/resources.generated/aws-vpclattice-listener.d.ts +28 -0
- package/out/exports/resources.generated/aws-vpclattice-resourceconfiguration.d.ts +23 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcegateway.d.ts +16 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcepolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-vpclattice-rule.d.ts +47 -0
- package/out/exports/resources.generated/aws-vpclattice-service.d.ts +22 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetwork.d.ts +20 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkresourceassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkserviceassociation.d.ts +29 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkvpcassociation.d.ts +26 -0
- package/out/exports/resources.generated/aws-vpclattice-targetgroup.d.ts +44 -0
- package/out/exports/resources.generated/aws-waf-bytematchset.d.ts +26 -0
- package/out/exports/resources.generated/aws-waf-ipset.d.ts +24 -0
- package/out/exports/resources.generated/aws-waf-rule.d.ts +27 -0
- package/out/exports/resources.generated/aws-waf-sizeconstraintset.d.ts +27 -0
- package/out/exports/resources.generated/aws-waf-sqlinjectionmatchset.d.ts +25 -0
- package/out/exports/resources.generated/aws-waf-webacl.d.ts +25 -0
- package/out/exports/resources.generated/aws-waf-xssmatchset.d.ts +25 -0
- package/out/exports/resources.generated/aws-wafregional-bytematchset.d.ts +26 -0
- package/out/exports/resources.generated/aws-wafregional-geomatchset.d.ts +22 -0
- package/out/exports/resources.generated/aws-wafregional-ipset.d.ts +24 -0
- package/out/exports/resources.generated/aws-wafregional-ratebasedrule.d.ts +33 -0
- package/out/exports/resources.generated/aws-wafregional-regexpatternset.d.ts +15 -0
- package/out/exports/resources.generated/aws-wafregional-rule.d.ts +27 -0
- package/out/exports/resources.generated/aws-wafregional-sizeconstraintset.d.ts +27 -0
- package/out/exports/resources.generated/aws-wafregional-sqlinjectionmatchset.d.ts +25 -0
- package/out/exports/resources.generated/aws-wafregional-webacl.d.ts +27 -0
- package/out/exports/resources.generated/aws-wafregional-webaclassociation.d.ts +17 -0
- package/out/exports/resources.generated/aws-wafregional-xssmatchset.d.ts +25 -0
- package/out/exports/resources.generated/aws-wafv2-ipset.d.ts +22 -0
- package/out/exports/resources.generated/aws-wafv2-loggingconfiguration.d.ts +42 -0
- package/out/exports/resources.generated/aws-wafv2-regexpatternset.d.ts +19 -0
- package/out/exports/resources.generated/aws-wafv2-rulegroup.d.ts +250 -1
- package/out/exports/resources.generated/aws-wafv2-webacl.d.ts +365 -1
- package/out/exports/resources.generated/aws-wafv2-webaclassociation.d.ts +26 -0
- package/out/exports/resources.generated/aws-wisdom-aiagent.d.ts +65 -0
- package/out/exports/resources.generated/aws-wisdom-aiagentversion.d.ts +15 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrail.d.ts +65 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrailversion.d.ts +15 -0
- package/out/exports/resources.generated/aws-wisdom-aiprompt.d.ts +35 -0
- package/out/exports/resources.generated/aws-wisdom-aipromptversion.d.ts +15 -0
- package/out/exports/resources.generated/aws-wisdom-assistant.d.ts +20 -0
- package/out/exports/resources.generated/aws-wisdom-assistantassociation.d.ts +20 -0
- package/out/exports/resources.generated/aws-wisdom-knowledgebase.d.ts +57 -1
- package/out/exports/resources.generated/aws-wisdom-messagetemplate.d.ts +118 -0
- package/out/exports/resources.generated/aws-wisdom-messagetemplateversion.d.ts +12 -0
- package/out/exports/resources.generated/aws-workspaces-connectionalias.d.ts +12 -0
- package/out/exports/resources.generated/aws-workspaces-workspace.d.ts +25 -0
- package/out/exports/resources.generated/aws-workspaces-workspacespool.d.ts +40 -0
- package/out/exports/resources.generated/aws-workspacesthinclient-environment.d.ts +39 -0
- package/out/exports/resources.generated/aws-workspacesweb-browsersettings.d.ts +14 -0
- package/out/exports/resources.generated/aws-workspacesweb-dataprotectionsettings.d.ts +40 -0
- package/out/exports/resources.generated/aws-workspacesweb-identityprovider.d.ts +19 -0
- package/out/exports/resources.generated/aws-workspacesweb-ipaccesssettings.d.ts +20 -0
- package/out/exports/resources.generated/aws-workspacesweb-networksettings.d.ts +18 -0
- package/out/exports/resources.generated/aws-workspacesweb-portal.d.ts +47 -0
- package/out/exports/resources.generated/aws-workspacesweb-truststore.d.ts +12 -0
- package/out/exports/resources.generated/aws-workspacesweb-useraccessloggingsettings.d.ts +18 -0
- package/out/exports/resources.generated/aws-workspacesweb-usersettings.d.ts +50 -0
- package/out/exports/resources.generated/aws-xray-group.d.ts +16 -0
- package/out/exports/resources.generated/aws-xray-resourcepolicy.d.ts +8 -0
- package/out/exports/resources.generated/aws-xray-samplingrule.d.ts +59 -0
- package/out/exports/resources.generated/aws-xray-transactionsearchconfig.d.ts +10 -0
- package/out/lib/intrinsics.d.ts +2 -2
- package/out/lib/intrinsics.d.ts.map +1 -1
- package/out/lib/intrinsics.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* The `AWS::S3::Bucket` resource creates an Amazon S3 bucket in the same AWS Region where you create the AWS CloudFormation stack.
|
|
4
|
+
*
|
|
5
|
+
* To control how AWS CloudFormation handles the bucket when the stack is deleted, you can set a deletion policy for your bucket. You can choose to *retain* the bucket or to *delete* the bucket. For more information, see [DeletionPolicy Attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html) .
|
|
6
|
+
*
|
|
7
|
+
* > You can only delete empty buckets. Deletion fails for buckets that have contents.
|
|
8
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html}
|
|
9
|
+
*/
|
|
2
10
|
export type S3Bucket = ResourceDefinitionWithAttributes<"AWS::S3::Bucket", S3BucketProps, S3BucketAttribs>;
|
|
3
11
|
/**
|
|
4
12
|
* The `AWS::S3::Bucket` resource creates an Amazon S3 bucket in the same AWS Region where you create the AWS CloudFormation stack.
|
|
@@ -6,10 +14,12 @@ export type S3Bucket = ResourceDefinitionWithAttributes<"AWS::S3::Bucket", S3Buc
|
|
|
6
14
|
* To control how AWS CloudFormation handles the bucket when the stack is deleted, you can set a deletion policy for your bucket. You can choose to *retain* the bucket or to *delete* the bucket. For more information, see [DeletionPolicy Attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html) .
|
|
7
15
|
*
|
|
8
16
|
* > You can only delete empty buckets. Deletion fails for buckets that have contents.
|
|
17
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html}
|
|
9
18
|
*/
|
|
10
19
|
export type S3BucketProps = {
|
|
11
20
|
/**
|
|
12
21
|
* Configures the transfer acceleration state for an Amazon S3 bucket. For more information, see [Amazon S3 Transfer Acceleration](https://docs.aws.amazon.com/AmazonS3/latest/dev/transfer-acceleration.html) in the *Amazon S3 User Guide* .
|
|
22
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-accelerateconfiguration}
|
|
13
23
|
*/
|
|
14
24
|
AccelerateConfiguration?: AccelerateConfiguration | undefined;
|
|
15
25
|
/**
|
|
@@ -20,52 +30,64 @@ export type S3BucketProps = {
|
|
|
20
30
|
* S3 buckets are created with ACLs disabled by default. Therefore, unless you explicitly set the [AWS::S3::OwnershipControls](https://docs.aws.amazon.com//AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-ownershipcontrols.html) property to enable ACLs, your resource will fail to deploy with any value other than Private. Use cases requiring ACLs are uncommon.
|
|
21
31
|
*
|
|
22
32
|
* The majority of access control configurations can be successfully and more easily achieved with bucket policies. For more information, see [AWS::S3::BucketPolicy](https://docs.aws.amazon.com//AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html) . For examples of common policy configurations, including S3 Server Access Logs buckets and more, see [Bucket policy examples](https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-bucket-policies.html) in the *Amazon S3 User Guide* .
|
|
33
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-accesscontrol}
|
|
23
34
|
*/
|
|
24
35
|
AccessControl?: "AuthenticatedRead" | "AwsExecRead" | "BucketOwnerFullControl" | "BucketOwnerRead" | "LogDeliveryWrite" | "Private" | "PublicRead" | "PublicReadWrite" | undefined;
|
|
25
36
|
/**
|
|
26
37
|
* Specifies the configuration and any analyses for the analytics filter of an Amazon S3 bucket.
|
|
38
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-analyticsconfigurations}
|
|
27
39
|
*/
|
|
28
40
|
AnalyticsConfigurations?: AnalyticsConfiguration[] | undefined;
|
|
29
41
|
/**
|
|
30
42
|
* Specifies default encryption for a bucket using server-side encryption with Amazon S3-managed keys (SSE-S3), AWS KMS-managed keys (SSE-KMS), or dual-layer server-side encryption with KMS-managed keys (DSSE-KMS). For information about the Amazon S3 default encryption feature, see [Amazon S3 Default Encryption for S3 Buckets](https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html) in the *Amazon S3 User Guide* .
|
|
43
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-bucketencryption}
|
|
31
44
|
*/
|
|
32
45
|
BucketEncryption?: BucketEncryption | undefined;
|
|
33
46
|
/**
|
|
34
47
|
* A name for the bucket. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the bucket name. The bucket name must contain only lowercase letters, numbers, periods (.), and dashes (-) and must follow [Amazon S3 bucket restrictions and limitations](https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html) . For more information, see [Rules for naming Amazon S3 buckets](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html) in the *Amazon S3 User Guide* .
|
|
35
48
|
*
|
|
36
49
|
* > If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you need to replace the resource, specify a new name.
|
|
50
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-bucketname}
|
|
37
51
|
*/
|
|
38
52
|
BucketName?: string | undefined;
|
|
39
53
|
/**
|
|
40
54
|
* Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more information, see [Enabling Cross-Origin Resource Sharing](https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html) in the *Amazon S3 User Guide* .
|
|
55
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-corsconfiguration}
|
|
41
56
|
*/
|
|
42
57
|
CorsConfiguration?: CorsConfiguration | undefined;
|
|
43
58
|
/**
|
|
44
59
|
* Defines how Amazon S3 handles Intelligent-Tiering storage.
|
|
60
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-intelligenttieringconfigurations}
|
|
45
61
|
*/
|
|
46
62
|
IntelligentTieringConfigurations?: IntelligentTieringConfiguration[] | undefined;
|
|
47
63
|
/**
|
|
48
64
|
* Specifies the inventory configuration for an Amazon S3 bucket. For more information, see [GET Bucket inventory](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETInventoryConfig.html) in the *Amazon S3 API Reference* .
|
|
65
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-inventoryconfigurations}
|
|
49
66
|
*/
|
|
50
67
|
InventoryConfigurations?: InventoryConfiguration[] | undefined;
|
|
51
68
|
/**
|
|
52
69
|
* Specifies the lifecycle configuration for objects in an Amazon S3 bucket. For more information, see [Object Lifecycle Management](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html) in the *Amazon S3 User Guide* .
|
|
70
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-lifecycleconfiguration}
|
|
53
71
|
*/
|
|
54
72
|
LifecycleConfiguration?: LifecycleConfiguration | undefined;
|
|
55
73
|
/**
|
|
56
74
|
* Settings that define where logs are stored.
|
|
75
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-loggingconfiguration}
|
|
57
76
|
*/
|
|
58
77
|
LoggingConfiguration?: LoggingConfiguration | undefined;
|
|
59
78
|
/**
|
|
60
79
|
* The metadata table configuration of an Amazon S3 general purpose bucket.
|
|
80
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-metadatatableconfiguration}
|
|
61
81
|
*/
|
|
62
82
|
MetadataTableConfiguration?: MetadataTableConfiguration | undefined;
|
|
63
83
|
/**
|
|
64
84
|
* Specifies a metrics configuration for the CloudWatch request metrics (specified by the metrics configuration ID) from an Amazon S3 bucket. If you're updating an existing metrics configuration, note that this is a full replacement of the existing metrics configuration. If you don't include the elements you want to keep, they are erased. For more information, see [PutBucketMetricsConfiguration](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTMetricConfiguration.html) .
|
|
85
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-metricsconfigurations}
|
|
65
86
|
*/
|
|
66
87
|
MetricsConfigurations?: MetricsConfiguration[] | undefined;
|
|
67
88
|
/**
|
|
68
89
|
* Configuration that defines how Amazon S3 handles bucket notifications.
|
|
90
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-notificationconfiguration}
|
|
69
91
|
*/
|
|
70
92
|
NotificationConfiguration?: NotificationConfiguration | undefined;
|
|
71
93
|
/**
|
|
@@ -76,47 +98,59 @@ export type S3BucketProps = {
|
|
|
76
98
|
* > - The `DefaultRetention` settings require both a mode and a period.
|
|
77
99
|
* > - The `DefaultRetention` period can be either `Days` or `Years` but you must select one. You cannot specify `Days` and `Years` at the same time.
|
|
78
100
|
* > - You can enable Object Lock for new or existing buckets. For more information, see [Configuring Object Lock](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-configure.html) .
|
|
101
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-objectlockconfiguration}
|
|
79
102
|
*/
|
|
80
103
|
ObjectLockConfiguration?: ObjectLockConfiguration | undefined;
|
|
81
104
|
/**
|
|
82
105
|
* Indicates whether this bucket has an Object Lock configuration enabled. Enable `ObjectLockEnabled` when you apply `ObjectLockConfiguration` to a bucket.
|
|
106
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-objectlockenabled}
|
|
83
107
|
*/
|
|
84
108
|
ObjectLockEnabled?: boolean | undefined;
|
|
85
109
|
/**
|
|
86
110
|
* Configuration that defines how Amazon S3 handles Object Ownership rules.
|
|
111
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-ownershipcontrols}
|
|
87
112
|
*/
|
|
88
113
|
OwnershipControls?: OwnershipControls | undefined;
|
|
89
114
|
/**
|
|
90
115
|
* Configuration that defines how Amazon S3 handles public access.
|
|
116
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-publicaccessblockconfiguration}
|
|
91
117
|
*/
|
|
92
118
|
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration | undefined;
|
|
93
119
|
/**
|
|
94
120
|
* Configuration for replicating objects in an S3 bucket. To enable replication, you must also enable versioning by using the `VersioningConfiguration` property.
|
|
95
121
|
*
|
|
96
122
|
* Amazon S3 can store replicated objects in a single destination bucket or multiple destination buckets. The destination bucket or buckets must already exist.
|
|
123
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-replicationconfiguration}
|
|
97
124
|
*/
|
|
98
125
|
ReplicationConfiguration?: ReplicationConfiguration | undefined;
|
|
99
126
|
/**
|
|
100
127
|
* An arbitrary set of tags (key-value pairs) for this S3 bucket.
|
|
128
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-tags}
|
|
101
129
|
*/
|
|
102
130
|
Tags?: Tag[] | undefined;
|
|
103
131
|
/**
|
|
104
132
|
* Enables multiple versions of all objects in this bucket. You might enable versioning to prevent objects from being deleted or overwritten by mistake or to archive objects so that you can retrieve previous versions of them.
|
|
105
133
|
*
|
|
106
134
|
* > When you enable versioning on a bucket for the first time, it might take a short amount of time for the change to be fully propagated. We recommend that you wait for 15 minutes after enabling versioning before issuing write operations ( `PUT` or `DELETE` ) on objects in the bucket.
|
|
135
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-versioningconfiguration}
|
|
107
136
|
*/
|
|
108
137
|
VersioningConfiguration?: VersioningConfiguration | undefined;
|
|
109
138
|
/**
|
|
110
139
|
* Information used to configure the bucket as a static website. For more information, see [Hosting Websites on Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html) .
|
|
140
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-websiteconfiguration}
|
|
111
141
|
*/
|
|
112
142
|
WebsiteConfiguration?: WebsiteConfiguration | undefined;
|
|
113
143
|
};
|
|
144
|
+
/**
|
|
145
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#aws-resource-s3-bucket-return-values}
|
|
146
|
+
*/
|
|
114
147
|
export type S3BucketAttribs = {
|
|
115
148
|
/**
|
|
116
149
|
* Returns the Amazon Resource Name (ARN) of the specified bucket.
|
|
117
150
|
*
|
|
118
151
|
* Example: `arn:aws:s3:::DOC-EXAMPLE-BUCKET`
|
|
119
152
|
* @example "arn:aws:s3:::mybucket"
|
|
153
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-arn}
|
|
120
154
|
*/
|
|
121
155
|
Arn: string;
|
|
122
156
|
/**
|
|
@@ -124,6 +158,7 @@ export type S3BucketAttribs = {
|
|
|
124
158
|
*
|
|
125
159
|
* Example: `DOC-EXAMPLE-BUCKET.s3.amazonaws.com`
|
|
126
160
|
* @example "mystack-mybucket-kdwwxmddtr2g.s3.amazonaws.com"
|
|
161
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-domainname}
|
|
127
162
|
*/
|
|
128
163
|
DomainName: string;
|
|
129
164
|
/**
|
|
@@ -133,14 +168,17 @@ export type S3BucketAttribs = {
|
|
|
133
168
|
*
|
|
134
169
|
* For more information about dual-stack endpoints, see [Using Amazon S3 Dual-Stack Endpoints](https://docs.aws.amazon.com/AmazonS3/latest/dev/dual-stack-endpoints.html) .
|
|
135
170
|
* @example "mystack-mybucket-kdwwxmddtr2g.s3.dualstack.us-east-2.amazonaws.com"
|
|
171
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-dualstackdomainname}
|
|
136
172
|
*/
|
|
137
173
|
DualStackDomainName: string;
|
|
138
174
|
/**
|
|
139
175
|
* The Amazon Resource Name (ARN) for the metadata table in the metadata table configuration. The specified metadata table name must be unique within the `aws_s3_metadata` namespace in the destination table bucket.
|
|
176
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-s3tablesdestination.html#cfn-s3-bucket-s3tablesdestination-tablearn}
|
|
140
177
|
*/
|
|
141
178
|
"MetadataTableConfiguration.S3TablesDestination.TableArn": string;
|
|
142
179
|
/**
|
|
143
180
|
* The table bucket namespace for the metadata table in your metadata table configuration. This value is always `aws_s3_metadata` .
|
|
181
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-s3tablesdestination.html#cfn-s3-bucket-s3tablesdestination-tablenamespace}
|
|
144
182
|
*/
|
|
145
183
|
"MetadataTableConfiguration.S3TablesDestination.TableNamespace": string;
|
|
146
184
|
/**
|
|
@@ -148,6 +186,7 @@ export type S3BucketAttribs = {
|
|
|
148
186
|
*
|
|
149
187
|
* Example: `DOC-EXAMPLE-BUCKET.s3.us-east-2.amazonaws.com`
|
|
150
188
|
* @example "mystack-mybucket-kdwwxmddtr2g.s3.us-east-2.amazonaws.com"
|
|
189
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-regionaldomainname}
|
|
151
190
|
*/
|
|
152
191
|
RegionalDomainName: string;
|
|
153
192
|
/**
|
|
@@ -159,121 +198,147 @@ export type S3BucketAttribs = {
|
|
|
159
198
|
* @format uri
|
|
160
199
|
* @example "Example (IPv4): http://mystack-mybucket-kdwwxmddtr2g.s3-website-us-east-2.amazonaws.com/"
|
|
161
200
|
* @example "Example (IPv6): http://mystack-mybucket-kdwwxmddtr2g.s3.dualstack.us-east-2.amazonaws.com/"
|
|
201
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-websiteurl}
|
|
162
202
|
*/
|
|
163
203
|
WebsiteURL: string;
|
|
164
204
|
};
|
|
165
205
|
/**
|
|
166
206
|
* Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. For more information, see [Stopping Incomplete Multipart Uploads Using a Bucket Lifecycle Policy](https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html#mpu-abort-incomplete-mpu-lifecycle-config) in the *Amazon S3 User Guide* .
|
|
207
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-abortincompletemultipartupload.html}
|
|
167
208
|
*/
|
|
168
209
|
export type AbortIncompleteMultipartUpload = {
|
|
169
210
|
/**
|
|
170
211
|
* Specifies the number of days after which Amazon S3 stops an incomplete multipart upload.
|
|
171
212
|
* @min 0
|
|
213
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-abortincompletemultipartupload.html#cfn-s3-bucket-abortincompletemultipartupload-daysafterinitiation}
|
|
172
214
|
*/
|
|
173
215
|
DaysAfterInitiation: number;
|
|
174
216
|
};
|
|
175
217
|
/**
|
|
176
218
|
* Configures the transfer acceleration state for an Amazon S3 bucket. For more information, see [Amazon S3 Transfer Acceleration](https://docs.aws.amazon.com/AmazonS3/latest/dev/transfer-acceleration.html) in the *Amazon S3 User Guide* .
|
|
219
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html}
|
|
177
220
|
*/
|
|
178
221
|
export type AccelerateConfiguration = {
|
|
179
222
|
/**
|
|
180
223
|
* Specifies the transfer acceleration status of the bucket.
|
|
224
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accelerateconfiguration.html#cfn-s3-bucket-accelerateconfiguration-accelerationstatus}
|
|
181
225
|
*/
|
|
182
226
|
AccelerationStatus: "Enabled" | "Suspended";
|
|
183
227
|
};
|
|
184
228
|
/**
|
|
185
229
|
* Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS account that owns the source object.
|
|
230
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accesscontroltranslation.html}
|
|
186
231
|
*/
|
|
187
232
|
export type AccessControlTranslation = {
|
|
188
233
|
/**
|
|
189
234
|
* Specifies the replica ownership. For default and valid values, see [PUT bucket replication](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTreplication.html) in the *Amazon S3 API Reference* .
|
|
235
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-accesscontroltranslation.html#cfn-s3-bucket-accesscontroltranslation-owner}
|
|
190
236
|
*/
|
|
191
237
|
Owner: "Destination";
|
|
192
238
|
};
|
|
193
239
|
/**
|
|
194
240
|
* Specifies the configuration and any analyses for the analytics filter of an Amazon S3 bucket.
|
|
241
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-analyticsconfiguration.html}
|
|
195
242
|
*/
|
|
196
243
|
export type AnalyticsConfiguration = {
|
|
197
244
|
/**
|
|
198
245
|
* The ID that identifies the analytics configuration.
|
|
246
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-analyticsconfiguration.html#cfn-s3-bucket-analyticsconfiguration-id}
|
|
199
247
|
*/
|
|
200
248
|
Id: string;
|
|
201
249
|
/**
|
|
202
250
|
* The prefix that an object must have to be included in the analytics results.
|
|
251
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-analyticsconfiguration.html#cfn-s3-bucket-analyticsconfiguration-prefix}
|
|
203
252
|
*/
|
|
204
253
|
Prefix?: string | undefined;
|
|
205
254
|
/**
|
|
206
255
|
* Contains data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes.
|
|
256
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-analyticsconfiguration.html#cfn-s3-bucket-analyticsconfiguration-storageclassanalysis}
|
|
207
257
|
*/
|
|
208
258
|
StorageClassAnalysis: StorageClassAnalysis;
|
|
209
259
|
/**
|
|
210
260
|
* The tags to use when evaluating an analytics filter.
|
|
211
261
|
*
|
|
212
262
|
* The analytics only includes objects that meet the filter's criteria. If no filter is specified, all of the contents of the bucket are included in the analysis.
|
|
263
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-analyticsconfiguration.html#cfn-s3-bucket-analyticsconfiguration-tagfilters}
|
|
213
264
|
*/
|
|
214
265
|
TagFilters?: TagFilter[] | undefined;
|
|
215
266
|
};
|
|
216
267
|
/**
|
|
217
268
|
* Specifies default encryption for a bucket using server-side encryption with Amazon S3-managed keys (SSE-S3), AWS KMS-managed keys (SSE-KMS), or dual-layer server-side encryption with KMS-managed keys (DSSE-KMS). For information about the Amazon S3 default encryption feature, see [Amazon S3 Default Encryption for S3 Buckets](https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html) in the *Amazon S3 User Guide* .
|
|
269
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-bucketencryption.html}
|
|
218
270
|
*/
|
|
219
271
|
export type BucketEncryption = {
|
|
220
272
|
/**
|
|
221
273
|
* Specifies the default server-side-encryption configuration.
|
|
274
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-bucketencryption.html#cfn-s3-bucket-bucketencryption-serversideencryptionconfiguration}
|
|
222
275
|
*/
|
|
223
276
|
ServerSideEncryptionConfiguration: ServerSideEncryptionRule[];
|
|
224
277
|
};
|
|
225
278
|
/**
|
|
226
279
|
* Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more information, see [Enabling Cross-Origin Resource Sharing](https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html) in the *Amazon S3 User Guide* .
|
|
280
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-corsconfiguration.html}
|
|
227
281
|
*/
|
|
228
282
|
export type CorsConfiguration = {
|
|
229
283
|
/**
|
|
230
284
|
* A set of origins and methods (cross-origin access that you want to allow). You can add up to 100 rules to the configuration.
|
|
285
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-corsconfiguration.html#cfn-s3-bucket-corsconfiguration-corsrules}
|
|
231
286
|
*/
|
|
232
287
|
CorsRules: CorsRule[];
|
|
233
288
|
};
|
|
234
289
|
/**
|
|
235
290
|
* Specifies a cross-origin access rule for an Amazon S3 bucket.
|
|
291
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-corsrule.html}
|
|
236
292
|
*/
|
|
237
293
|
export type CorsRule = {
|
|
238
294
|
/**
|
|
239
295
|
* Headers that are specified in the `Access-Control-Request-Headers` header. These headers are allowed in a preflight OPTIONS request. In response to any preflight OPTIONS request, Amazon S3 returns any requested headers that are allowed.
|
|
296
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-corsrule.html#cfn-s3-bucket-corsrule-allowedheaders}
|
|
240
297
|
*/
|
|
241
298
|
AllowedHeaders?: string[] | undefined;
|
|
242
299
|
/**
|
|
243
300
|
* An HTTP method that you allow the origin to run.
|
|
244
301
|
*
|
|
245
302
|
* *Allowed values* : `GET` | `PUT` | `HEAD` | `POST` | `DELETE`
|
|
303
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-corsrule.html#cfn-s3-bucket-corsrule-allowedmethods}
|
|
246
304
|
*/
|
|
247
305
|
AllowedMethods: ("GET" | "PUT" | "HEAD" | "POST" | "DELETE")[];
|
|
248
306
|
/**
|
|
249
307
|
* One or more origins you want customers to be able to access the bucket from.
|
|
308
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-corsrule.html#cfn-s3-bucket-corsrule-allowedorigins}
|
|
250
309
|
*/
|
|
251
310
|
AllowedOrigins: string[];
|
|
252
311
|
/**
|
|
253
312
|
* One or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript `XMLHttpRequest` object).
|
|
313
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-corsrule.html#cfn-s3-bucket-corsrule-exposedheaders}
|
|
254
314
|
*/
|
|
255
315
|
ExposedHeaders?: string[] | undefined;
|
|
256
316
|
/**
|
|
257
317
|
* A unique identifier for this rule. The value must be no more than 255 characters.
|
|
258
318
|
* @maxLength 255
|
|
319
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-corsrule.html#cfn-s3-bucket-corsrule-id}
|
|
259
320
|
*/
|
|
260
321
|
Id?: string | undefined;
|
|
261
322
|
/**
|
|
262
323
|
* The time in seconds that your browser is to cache the preflight response for the specified resource.
|
|
263
324
|
* @min 0
|
|
325
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-corsrule.html#cfn-s3-bucket-corsrule-maxage}
|
|
264
326
|
*/
|
|
265
327
|
MaxAge?: number | undefined;
|
|
266
328
|
};
|
|
267
329
|
/**
|
|
268
330
|
* Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.
|
|
331
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-dataexport.html}
|
|
269
332
|
*/
|
|
270
333
|
export type DataExport = {
|
|
271
334
|
/**
|
|
272
335
|
* The place to store the data for an analysis.
|
|
336
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-dataexport.html#cfn-s3-bucket-dataexport-destination}
|
|
273
337
|
*/
|
|
274
338
|
Destination: Destination;
|
|
275
339
|
/**
|
|
276
340
|
* The version of the output schema to use when exporting data. Must be `V_1` .
|
|
341
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-dataexport.html#cfn-s3-bucket-dataexport-outputschemaversion}
|
|
277
342
|
*/
|
|
278
343
|
OutputSchemaVersion: "V_1";
|
|
279
344
|
};
|
|
@@ -282,18 +347,22 @@ export type DataExport = {
|
|
|
282
347
|
*
|
|
283
348
|
* > - The `DefaultRetention` settings require both a mode and a period.
|
|
284
349
|
* > - The `DefaultRetention` period can be either `Days` or `Years` but you must select one. You cannot specify `Days` and `Years` at the same time.
|
|
350
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html}
|
|
285
351
|
*/
|
|
286
352
|
export type DefaultRetention = {
|
|
287
353
|
/**
|
|
288
354
|
* The number of days that you want to specify for the default retention period. If Object Lock is turned on, you must specify `Mode` and specify either `Days` or `Years` .
|
|
355
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-days}
|
|
289
356
|
*/
|
|
290
357
|
Days?: number | undefined;
|
|
291
358
|
/**
|
|
292
359
|
* The default Object Lock retention mode you want to apply to new objects placed in the specified bucket. If Object Lock is turned on, you must specify `Mode` and specify either `Days` or `Years` .
|
|
360
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-mode}
|
|
293
361
|
*/
|
|
294
362
|
Mode?: "COMPLIANCE" | "GOVERNANCE" | undefined;
|
|
295
363
|
/**
|
|
296
364
|
* The number of years that you want to specify for the default retention period. If Object Lock is turned on, you must specify `Mode` and specify either `Days` or `Years` .
|
|
365
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html#cfn-s3-bucket-defaultretention-years}
|
|
297
366
|
*/
|
|
298
367
|
Years?: number | undefined;
|
|
299
368
|
};
|
|
@@ -303,35 +372,42 @@ export type DefaultRetention = {
|
|
|
303
372
|
* For more information about delete marker replication, see [Basic Rule Configuration](https://docs.aws.amazon.com/AmazonS3/latest/dev/delete-marker-replication.html) .
|
|
304
373
|
*
|
|
305
374
|
* > If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see [Backward Compatibility](https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-add-config.html#replication-backward-compat-considerations) .
|
|
375
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-deletemarkerreplication.html}
|
|
306
376
|
*/
|
|
307
377
|
export type DeleteMarkerReplication = {
|
|
308
378
|
/**
|
|
309
379
|
* Indicates whether to replicate delete markers. Disabled by default.
|
|
380
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-deletemarkerreplication.html#cfn-s3-bucket-deletemarkerreplication-status}
|
|
310
381
|
*/
|
|
311
382
|
Status?: "Disabled" | "Enabled" | undefined;
|
|
312
383
|
};
|
|
313
384
|
/**
|
|
314
385
|
* Specifies information about where to publish analysis or configuration results for an Amazon S3 bucket.
|
|
386
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-destination.html}
|
|
315
387
|
*/
|
|
316
388
|
export type Destination = {
|
|
317
389
|
/**
|
|
318
390
|
* The account ID that owns the destination S3 bucket. If no account ID is provided, the owner is not validated before exporting data.
|
|
319
391
|
*
|
|
320
392
|
* > Although this value is optional, we strongly recommend that you set it to help prevent problems if the destination bucket ownership changes.
|
|
393
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-destination.html#cfn-s3-bucket-destination-bucketaccountid}
|
|
321
394
|
*/
|
|
322
395
|
BucketAccountId?: string | undefined;
|
|
323
396
|
/**
|
|
324
397
|
* The Amazon Resource Name (ARN) of the bucket to which data is exported.
|
|
398
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-destination.html#cfn-s3-bucket-destination-bucketarn}
|
|
325
399
|
*/
|
|
326
400
|
BucketArn: string;
|
|
327
401
|
/**
|
|
328
402
|
* Specifies the file format used when exporting data to Amazon S3.
|
|
329
403
|
*
|
|
330
404
|
* *Allowed values* : `CSV` | `ORC` | `Parquet`
|
|
405
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-destination.html#cfn-s3-bucket-destination-format}
|
|
331
406
|
*/
|
|
332
407
|
Format: "CSV" | "ORC" | "Parquet";
|
|
333
408
|
/**
|
|
334
409
|
* The prefix to use when exporting data. The prefix is prepended to all results.
|
|
410
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-destination.html#cfn-s3-bucket-destination-prefix}
|
|
335
411
|
*/
|
|
336
412
|
Prefix?: string | undefined;
|
|
337
413
|
};
|
|
@@ -339,10 +415,12 @@ export type Destination = {
|
|
|
339
415
|
* Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.
|
|
340
416
|
*
|
|
341
417
|
* > If you're specifying a customer managed KMS key, we recommend using a fully qualified KMS key ARN. If you use a KMS key alias instead, then AWS KMS resolves the key within the requester’s account. This behavior can result in data that's encrypted with a KMS key that belongs to the requester, and not the bucket owner.
|
|
418
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-encryptionconfiguration.html}
|
|
342
419
|
*/
|
|
343
420
|
export type EncryptionConfiguration = {
|
|
344
421
|
/**
|
|
345
422
|
* Specifies the ID (Key ARN or Alias ARN) of the customer managed AWS KMS key stored in AWS Key Management Service (KMS) for the destination bucket. Amazon S3 uses this key to encrypt replica objects. Amazon S3 only supports symmetric encryption KMS keys. For more information, see [Asymmetric keys in AWS KMS](https://docs.aws.amazon.com//kms/latest/developerguide/symmetric-asymmetric.html) in the *AWS Key Management Service Developer Guide* .
|
|
423
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-encryptionconfiguration.html#cfn-s3-bucket-encryptionconfiguration-replicakmskeyid}
|
|
346
424
|
*/
|
|
347
425
|
ReplicaKmsKeyID: string;
|
|
348
426
|
};
|
|
@@ -350,25 +428,30 @@ export type EncryptionConfiguration = {
|
|
|
350
428
|
* Amazon S3 can send events to Amazon EventBridge whenever certain events happen in your bucket, see [Using EventBridge](https://docs.aws.amazon.com/AmazonS3/latest/userguide/EventBridge.html) in the *Amazon S3 User Guide* .
|
|
351
429
|
*
|
|
352
430
|
* Unlike other destinations, delivery of events to EventBridge can be either enabled or disabled for a bucket. If enabled, all events will be sent to EventBridge and you can use EventBridge rules to route events to additional targets. For more information, see [What Is Amazon EventBridge](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-what-is.html) in the *Amazon EventBridge User Guide*
|
|
431
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-eventbridgeconfiguration.html}
|
|
353
432
|
*/
|
|
354
433
|
export type EventBridgeConfiguration = {
|
|
355
434
|
/**
|
|
356
435
|
* Enables delivery of events to Amazon EventBridge.
|
|
357
436
|
* @default "true"
|
|
437
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-eventbridgeconfiguration.html#cfn-s3-bucket-eventbridgeconfiguration-eventbridgeenabled}
|
|
358
438
|
*/
|
|
359
439
|
EventBridgeEnabled: boolean;
|
|
360
440
|
};
|
|
361
441
|
/**
|
|
362
442
|
* Specifies the Amazon S3 object key name to filter on. An object key name is the name assigned to an object in your Amazon S3 bucket. You specify whether to filter on the suffix or prefix of the object key name. A prefix is a specific string of characters at the beginning of an object key name, which you can use to organize objects. For example, you can start the key names of related objects with a prefix, such as `2023-` or `engineering/` . Then, you can use `FilterRule` to find objects in a bucket with key names that have the same prefix. A suffix is similar to a prefix, but it is at the end of the object key name instead of at the beginning.
|
|
443
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-filterrule.html}
|
|
363
444
|
*/
|
|
364
445
|
export type FilterRule = {
|
|
365
446
|
/**
|
|
366
447
|
* The object key name prefix or suffix identifying one or more objects to which the filtering rule applies. The maximum length is 1,024 characters. Overlapping prefixes and suffixes are not supported. For more information, see [Configuring Event Notifications](https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html) in the *Amazon S3 User Guide* .
|
|
367
448
|
* @maxLength 1024
|
|
449
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-filterrule.html#cfn-s3-bucket-filterrule-name}
|
|
368
450
|
*/
|
|
369
451
|
Name: string;
|
|
370
452
|
/**
|
|
371
453
|
* The value that the filter searches for in object key names.
|
|
454
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-filterrule.html#cfn-s3-bucket-filterrule-value}
|
|
372
455
|
*/
|
|
373
456
|
Value: string;
|
|
374
457
|
};
|
|
@@ -376,87 +459,107 @@ export type FilterRule = {
|
|
|
376
459
|
* Specifies the S3 Intelligent-Tiering configuration for an Amazon S3 bucket.
|
|
377
460
|
*
|
|
378
461
|
* For information about the S3 Intelligent-Tiering storage class, see [Storage class for automatically optimizing frequently and infrequently accessed objects](https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html#sc-dynamic-data-access) .
|
|
462
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-intelligenttieringconfiguration.html}
|
|
379
463
|
*/
|
|
380
464
|
export type IntelligentTieringConfiguration = {
|
|
381
465
|
/**
|
|
382
466
|
* The ID used to identify the S3 Intelligent-Tiering configuration.
|
|
467
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-intelligenttieringconfiguration.html#cfn-s3-bucket-intelligenttieringconfiguration-id}
|
|
383
468
|
*/
|
|
384
469
|
Id: string;
|
|
385
470
|
/**
|
|
386
471
|
* An object key name prefix that identifies the subset of objects to which the rule applies.
|
|
472
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-intelligenttieringconfiguration.html#cfn-s3-bucket-intelligenttieringconfiguration-prefix}
|
|
387
473
|
*/
|
|
388
474
|
Prefix?: string | undefined;
|
|
389
475
|
/**
|
|
390
476
|
* Specifies the status of the configuration.
|
|
477
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-intelligenttieringconfiguration.html#cfn-s3-bucket-intelligenttieringconfiguration-status}
|
|
391
478
|
*/
|
|
392
479
|
Status: "Disabled" | "Enabled";
|
|
393
480
|
/**
|
|
394
481
|
* A container for a key-value pair.
|
|
482
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-intelligenttieringconfiguration.html#cfn-s3-bucket-intelligenttieringconfiguration-tagfilters}
|
|
395
483
|
*/
|
|
396
484
|
TagFilters?: TagFilter[] | undefined;
|
|
397
485
|
/**
|
|
398
486
|
* Specifies a list of S3 Intelligent-Tiering storage class tiers in the configuration. At least one tier must be defined in the list. At most, you can specify two tiers in the list, one for each available AccessTier: `ARCHIVE_ACCESS` and `DEEP_ARCHIVE_ACCESS` .
|
|
399
487
|
*
|
|
400
488
|
* > You only need Intelligent Tiering Configuration enabled on a bucket if you want to automatically move objects stored in the Intelligent-Tiering storage class to Archive Access or Deep Archive Access tiers.
|
|
489
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-intelligenttieringconfiguration.html#cfn-s3-bucket-intelligenttieringconfiguration-tierings}
|
|
401
490
|
*/
|
|
402
491
|
Tierings: Tiering[];
|
|
403
492
|
};
|
|
404
493
|
/**
|
|
405
494
|
* Specifies the inventory configuration for an Amazon S3 bucket. For more information, see [GET Bucket inventory](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETInventoryConfig.html) in the *Amazon S3 API Reference* .
|
|
495
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-inventoryconfiguration.html}
|
|
406
496
|
*/
|
|
407
497
|
export type InventoryConfiguration = {
|
|
408
498
|
/**
|
|
409
499
|
* Contains information about where to publish the inventory results.
|
|
500
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-inventoryconfiguration.html#cfn-s3-bucket-inventoryconfiguration-destination}
|
|
410
501
|
*/
|
|
411
502
|
Destination: Destination;
|
|
412
503
|
/**
|
|
413
504
|
* Specifies whether the inventory is enabled or disabled. If set to `True` , an inventory list is generated. If set to `False` , no inventory list is generated.
|
|
505
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-inventoryconfiguration.html#cfn-s3-bucket-inventoryconfiguration-enabled}
|
|
414
506
|
*/
|
|
415
507
|
Enabled: boolean;
|
|
416
508
|
/**
|
|
417
509
|
* The ID used to identify the inventory configuration.
|
|
510
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-inventoryconfiguration.html#cfn-s3-bucket-inventoryconfiguration-id}
|
|
418
511
|
*/
|
|
419
512
|
Id: string;
|
|
420
513
|
/**
|
|
421
514
|
* Object versions to include in the inventory list. If set to `All` , the list includes all the object versions, which adds the version-related fields `VersionId` , `IsLatest` , and `DeleteMarker` to the list. If set to `Current` , the list does not contain these version-related fields.
|
|
515
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-inventoryconfiguration.html#cfn-s3-bucket-inventoryconfiguration-includedobjectversions}
|
|
422
516
|
*/
|
|
423
517
|
IncludedObjectVersions: "All" | "Current";
|
|
424
518
|
/**
|
|
425
519
|
* Contains the optional fields that are included in the inventory results.
|
|
520
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-inventoryconfiguration.html#cfn-s3-bucket-inventoryconfiguration-optionalfields}
|
|
426
521
|
*/
|
|
427
522
|
OptionalFields?: ("Size" | "LastModifiedDate" | "StorageClass" | "ETag" | "IsMultipartUploaded" | "ReplicationStatus" | "EncryptionStatus" | "ObjectLockRetainUntilDate" | "ObjectLockMode" | "ObjectLockLegalHoldStatus" | "IntelligentTieringAccessTier" | "BucketKeyStatus" | "ChecksumAlgorithm" | "ObjectAccessControlList" | "ObjectOwner")[] | undefined;
|
|
428
523
|
/**
|
|
429
524
|
* Specifies the inventory filter prefix.
|
|
525
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-inventoryconfiguration.html#cfn-s3-bucket-inventoryconfiguration-prefix}
|
|
430
526
|
*/
|
|
431
527
|
Prefix?: string | undefined;
|
|
432
528
|
/**
|
|
433
529
|
* Specifies the schedule for generating inventory results.
|
|
530
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-inventoryconfiguration.html#cfn-s3-bucket-inventoryconfiguration-schedulefrequency}
|
|
434
531
|
*/
|
|
435
532
|
ScheduleFrequency: "Daily" | "Weekly";
|
|
436
533
|
};
|
|
437
534
|
/**
|
|
438
535
|
* Describes the AWS Lambda functions to invoke and the events for which to invoke them.
|
|
536
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lambdaconfiguration.html}
|
|
439
537
|
*/
|
|
440
538
|
export type LambdaConfiguration = {
|
|
441
539
|
/**
|
|
442
540
|
* The Amazon S3 bucket event for which to invoke the AWS Lambda function. For more information, see [Supported Event Types](https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html) in the *Amazon S3 User Guide* .
|
|
541
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lambdaconfiguration.html#cfn-s3-bucket-lambdaconfiguration-event}
|
|
443
542
|
*/
|
|
444
543
|
Event: string;
|
|
445
544
|
/**
|
|
446
545
|
* The filtering rules that determine which objects invoke the AWS Lambda function. For example, you can create a filter so that only image files with a `.jpg` extension invoke the function when they are added to the Amazon S3 bucket.
|
|
546
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lambdaconfiguration.html#cfn-s3-bucket-lambdaconfiguration-filter}
|
|
447
547
|
*/
|
|
448
548
|
Filter?: NotificationFilter | undefined;
|
|
449
549
|
/**
|
|
450
550
|
* The Amazon Resource Name (ARN) of the AWS Lambda function that Amazon S3 invokes when the specified event type occurs.
|
|
551
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lambdaconfiguration.html#cfn-s3-bucket-lambdaconfiguration-function}
|
|
451
552
|
*/
|
|
452
553
|
Function: string;
|
|
453
554
|
};
|
|
454
555
|
/**
|
|
455
556
|
* Specifies the lifecycle configuration for objects in an Amazon S3 bucket. For more information, see [Object Lifecycle Management](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html) in the *Amazon S3 User Guide* .
|
|
557
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfiguration.html}
|
|
456
558
|
*/
|
|
457
559
|
export type LifecycleConfiguration = {
|
|
458
560
|
/**
|
|
459
561
|
* A lifecycle rule for individual objects in an Amazon S3 bucket.
|
|
562
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfiguration.html#cfn-s3-bucket-lifecycleconfiguration-rules}
|
|
460
563
|
*/
|
|
461
564
|
Rules: Rule[];
|
|
462
565
|
/**
|
|
@@ -468,6 +571,7 @@ export type LifecycleConfiguration = {
|
|
|
468
571
|
* - `varies_by_storage_class` - Objects smaller than 128 KB will transition to Glacier Flexible Retrieval or Glacier Deep Archive storage classes. By default, all other storage classes will prevent transitions smaller than 128 KB.
|
|
469
572
|
*
|
|
470
573
|
* To customize the minimum object size for any transition you can add a filter that specifies a custom `ObjectSizeGreaterThan` or `ObjectSizeLessThan` in the body of your transition rule. Custom filters always take precedence over the default transition behavior.
|
|
574
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfiguration.html#cfn-s3-bucket-lifecycleconfiguration-transitiondefaultminimumobjectsize}
|
|
471
575
|
*/
|
|
472
576
|
TransitionDefaultMinimumObjectSize?: "varies_by_storage_class" | "all_storage_classes_128K" | undefined;
|
|
473
577
|
};
|
|
@@ -475,91 +579,112 @@ export type LifecycleConfiguration = {
|
|
|
475
579
|
* Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys for a bucket. For examples and more information, see [PUT Bucket logging](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTlogging.html) in the *Amazon S3 API Reference* .
|
|
476
580
|
*
|
|
477
581
|
* > To successfully complete the `AWS::S3::Bucket LoggingConfiguration` request, you must have `s3:PutObject` and `s3:PutObjectAcl` in your IAM permissions.
|
|
582
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfiguration.html}
|
|
478
583
|
*/
|
|
479
584
|
export type LoggingConfiguration = {
|
|
480
585
|
/**
|
|
481
586
|
* The name of the bucket where Amazon S3 should store server access log files. You can store log files in any bucket that you own. By default, logs are stored in the bucket where the `LoggingConfiguration` property is defined.
|
|
587
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfiguration.html#cfn-s3-bucket-loggingconfiguration-destinationbucketname}
|
|
482
588
|
*/
|
|
483
589
|
DestinationBucketName?: string | undefined;
|
|
484
590
|
/**
|
|
485
591
|
* A prefix for all log object keys. If you store log files from multiple Amazon S3 buckets in a single bucket, you can use a prefix to distinguish which log files came from which bucket.
|
|
592
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfiguration.html#cfn-s3-bucket-loggingconfiguration-logfileprefix}
|
|
486
593
|
*/
|
|
487
594
|
LogFilePrefix?: string | undefined;
|
|
488
595
|
/**
|
|
489
596
|
* Amazon S3 key format for log objects. Only one format, either PartitionedPrefix or SimplePrefix, is allowed.
|
|
597
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-loggingconfiguration.html#cfn-s3-bucket-loggingconfiguration-targetobjectkeyformat}
|
|
490
598
|
*/
|
|
491
599
|
TargetObjectKeyFormat?: TargetObjectKeyFormat | undefined;
|
|
492
600
|
};
|
|
493
601
|
/**
|
|
494
602
|
* The metadata table configuration of an Amazon S3 general purpose bucket. For more information, see [Accelerating data discovery with S3 Metadata](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html) and [Setting up permissions for configuring metadata tables](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-permissions.html) .
|
|
603
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-metadatatableconfiguration.html}
|
|
495
604
|
*/
|
|
496
605
|
export type MetadataTableConfiguration = {
|
|
497
606
|
/**
|
|
498
607
|
* The destination information for the metadata table configuration. The destination table bucket must be in the same Region and AWS account as the general purpose bucket. The specified metadata table name must be unique within the `aws_s3_metadata` namespace in the destination table bucket.
|
|
608
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-metadatatableconfiguration.html#cfn-s3-bucket-metadatatableconfiguration-s3tablesdestination}
|
|
499
609
|
*/
|
|
500
610
|
S3TablesDestination: S3TablesDestination;
|
|
501
611
|
};
|
|
502
612
|
/**
|
|
503
613
|
* A container specifying replication metrics-related settings enabling replication metrics and events.
|
|
614
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-metrics.html}
|
|
504
615
|
*/
|
|
505
616
|
export type Metrics = {
|
|
506
617
|
/**
|
|
507
618
|
* A container specifying the time threshold for emitting the `s3:Replication:OperationMissedThreshold` event.
|
|
619
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-metrics.html#cfn-s3-bucket-metrics-eventthreshold}
|
|
508
620
|
*/
|
|
509
621
|
EventThreshold?: ReplicationTimeValue | undefined;
|
|
510
622
|
/**
|
|
511
623
|
* Specifies whether the replication metrics are enabled.
|
|
624
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-metrics.html#cfn-s3-bucket-metrics-status}
|
|
512
625
|
*/
|
|
513
626
|
Status: "Disabled" | "Enabled";
|
|
514
627
|
};
|
|
515
628
|
/**
|
|
516
629
|
* Specifies a metrics configuration for the CloudWatch request metrics (specified by the metrics configuration ID) from an Amazon S3 bucket. If you're updating an existing metrics configuration, note that this is a full replacement of the existing metrics configuration. If you don't include the elements you want to keep, they are erased. For examples, see [AWS::S3::Bucket](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#aws-properties-s3-bucket--examples) . For more information, see [PUT Bucket metrics](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTMetricConfiguration.html) in the *Amazon S3 API Reference* .
|
|
630
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-metricsconfiguration.html}
|
|
517
631
|
*/
|
|
518
632
|
export type MetricsConfiguration = {
|
|
519
633
|
/**
|
|
520
634
|
* The access point that was used while performing operations on the object. The metrics configuration only includes objects that meet the filter's criteria.
|
|
635
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-metricsconfiguration.html#cfn-s3-bucket-metricsconfiguration-accesspointarn}
|
|
521
636
|
*/
|
|
522
637
|
AccessPointArn?: string | undefined;
|
|
523
638
|
/**
|
|
524
639
|
* The ID used to identify the metrics configuration. This can be any value you choose that helps you identify your metrics configuration.
|
|
640
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-metricsconfiguration.html#cfn-s3-bucket-metricsconfiguration-id}
|
|
525
641
|
*/
|
|
526
642
|
Id: string;
|
|
527
643
|
/**
|
|
528
644
|
* The prefix that an object must have to be included in the metrics results.
|
|
645
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-metricsconfiguration.html#cfn-s3-bucket-metricsconfiguration-prefix}
|
|
529
646
|
*/
|
|
530
647
|
Prefix?: string | undefined;
|
|
531
648
|
/**
|
|
532
649
|
* Specifies a list of tag filters to use as a metrics configuration filter. The metrics configuration includes only objects that meet the filter's criteria.
|
|
650
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-metricsconfiguration.html#cfn-s3-bucket-metricsconfiguration-tagfilters}
|
|
533
651
|
*/
|
|
534
652
|
TagFilters?: TagFilter[] | undefined;
|
|
535
653
|
};
|
|
536
654
|
/**
|
|
537
655
|
* Specifies when noncurrent object versions expire. Upon expiration, Amazon S3 permanently deletes the noncurrent object versions. You set this lifecycle configuration action on a bucket that has versioning enabled (or suspended) to request that Amazon S3 delete noncurrent object versions at a specific period in the object's lifetime. For more information about setting a lifecycle rule configuration, see [AWS::S3::Bucket Rule](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfig-rule.html) .
|
|
656
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-noncurrentversionexpiration.html}
|
|
538
657
|
*/
|
|
539
658
|
export type NoncurrentVersionExpiration = {
|
|
540
659
|
/**
|
|
541
660
|
* Specifies how many noncurrent versions Amazon S3 will retain. If there are this many more recent noncurrent versions, Amazon S3 will take the associated action. For more information about noncurrent versions, see [Lifecycle configuration elements](https://docs.aws.amazon.com/AmazonS3/latest/userguide/intro-lifecycle-rules.html) in the *Amazon S3 User Guide* .
|
|
661
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-noncurrentversionexpiration.html#cfn-s3-bucket-noncurrentversionexpiration-newernoncurrentversions}
|
|
542
662
|
*/
|
|
543
663
|
NewerNoncurrentVersions?: number | undefined;
|
|
544
664
|
/**
|
|
545
665
|
* Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action. For information about the noncurrent days calculations, see [How Amazon S3 Calculates When an Object Became Noncurrent](https://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html#non-current-days-calculations) in the *Amazon S3 User Guide* .
|
|
666
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-noncurrentversionexpiration.html#cfn-s3-bucket-noncurrentversionexpiration-noncurrentdays}
|
|
546
667
|
*/
|
|
547
668
|
NoncurrentDays: number;
|
|
548
669
|
};
|
|
549
670
|
/**
|
|
550
671
|
* Container for the transition rule that describes when noncurrent objects transition to the `STANDARD_IA` , `ONEZONE_IA` , `INTELLIGENT_TIERING` , `GLACIER_IR` , `GLACIER` , or `DEEP_ARCHIVE` storage class. If your bucket is versioning-enabled (or versioning is suspended), you can set this action to request that Amazon S3 transition noncurrent object versions to the `STANDARD_IA` , `ONEZONE_IA` , `INTELLIGENT_TIERING` , `GLACIER_IR` , `GLACIER` , or `DEEP_ARCHIVE` storage class at a specific period in the object's lifetime. If you specify this property, don't specify the `NoncurrentVersionTransitions` property.
|
|
672
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-noncurrentversiontransition.html}
|
|
551
673
|
*/
|
|
552
674
|
export type NoncurrentVersionTransition = {
|
|
553
675
|
/**
|
|
554
676
|
* Specifies how many noncurrent versions Amazon S3 will retain. If there are this many more recent noncurrent versions, Amazon S3 will take the associated action. For more information about noncurrent versions, see [Lifecycle configuration elements](https://docs.aws.amazon.com/AmazonS3/latest/userguide/intro-lifecycle-rules.html) in the *Amazon S3 User Guide* .
|
|
677
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-noncurrentversiontransition.html#cfn-s3-bucket-noncurrentversiontransition-newernoncurrentversions}
|
|
555
678
|
*/
|
|
556
679
|
NewerNoncurrentVersions?: number | undefined;
|
|
557
680
|
/**
|
|
558
681
|
* The class of storage used to store the object.
|
|
682
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-noncurrentversiontransition.html#cfn-s3-bucket-noncurrentversiontransition-storageclass}
|
|
559
683
|
*/
|
|
560
684
|
StorageClass: "DEEP_ARCHIVE" | "GLACIER" | "Glacier" | "GLACIER_IR" | "INTELLIGENT_TIERING" | "ONEZONE_IA" | "STANDARD_IA";
|
|
561
685
|
/**
|
|
562
686
|
* Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action. For information about the noncurrent days calculations, see [How Amazon S3 Calculates How Long an Object Has Been Noncurrent](https://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html#non-current-days-calculations) in the *Amazon S3 User Guide* .
|
|
687
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-noncurrentversiontransition.html#cfn-s3-bucket-noncurrentversiontransition-transitionindays}
|
|
563
688
|
*/
|
|
564
689
|
TransitionInDays: number;
|
|
565
690
|
};
|
|
@@ -573,53 +698,65 @@ export type NoncurrentVersionTransition = {
|
|
|
573
698
|
* > To avoid this dependency, you can create all resources without specifying the notification configuration. Then, update the stack with a notification configuration.
|
|
574
699
|
* >
|
|
575
700
|
* > For more information on permissions, see [AWS::Lambda::Permission](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html) and [Granting Permissions to Publish Event Notification Messages to a Destination](https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html#grant-destinations-permissions-to-s3) .
|
|
701
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfiguration.html}
|
|
576
702
|
*/
|
|
577
703
|
export type NotificationConfiguration = {
|
|
578
704
|
/**
|
|
579
705
|
* Enables delivery of events to Amazon EventBridge.
|
|
706
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfiguration.html#cfn-s3-bucket-notificationconfiguration-eventbridgeconfiguration}
|
|
580
707
|
*/
|
|
581
708
|
EventBridgeConfiguration?: EventBridgeConfiguration | undefined;
|
|
582
709
|
/**
|
|
583
710
|
* Describes the AWS Lambda functions to invoke and the events for which to invoke them.
|
|
711
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfiguration.html#cfn-s3-bucket-notificationconfiguration-lambdaconfigurations}
|
|
584
712
|
*/
|
|
585
713
|
LambdaConfigurations?: LambdaConfiguration[] | undefined;
|
|
586
714
|
/**
|
|
587
715
|
* The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.
|
|
716
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfiguration.html#cfn-s3-bucket-notificationconfiguration-queueconfigurations}
|
|
588
717
|
*/
|
|
589
718
|
QueueConfigurations?: QueueConfiguration[] | undefined;
|
|
590
719
|
/**
|
|
591
720
|
* The topic to which notifications are sent and the events for which notifications are generated.
|
|
721
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationconfiguration.html#cfn-s3-bucket-notificationconfiguration-topicconfigurations}
|
|
592
722
|
*/
|
|
593
723
|
TopicConfigurations?: TopicConfiguration[] | undefined;
|
|
594
724
|
};
|
|
595
725
|
/**
|
|
596
726
|
* Specifies object key name filtering rules. For information about key name filtering, see [Configuring event notifications using object key name filtering](https://docs.aws.amazon.com/AmazonS3/latest/userguide/notification-how-to-filtering.html) in the *Amazon S3 User Guide* .
|
|
727
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationfilter.html}
|
|
597
728
|
*/
|
|
598
729
|
export type NotificationFilter = {
|
|
599
730
|
/**
|
|
600
731
|
* A container for object key name prefix and suffix filtering rules.
|
|
732
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-notificationfilter.html#cfn-s3-bucket-notificationfilter-s3key}
|
|
601
733
|
*/
|
|
602
734
|
S3Key: S3KeyFilter;
|
|
603
735
|
};
|
|
604
736
|
/**
|
|
605
737
|
* Places an Object Lock configuration on the specified bucket. The rule specified in the Object Lock configuration will be applied by default to every new object placed in the specified bucket. For more information, see [Locking Objects](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html) .
|
|
738
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html}
|
|
606
739
|
*/
|
|
607
740
|
export type ObjectLockConfiguration = {
|
|
608
741
|
/**
|
|
609
742
|
* Indicates whether this bucket has an Object Lock configuration enabled. Enable `ObjectLockEnabled` when you apply `ObjectLockConfiguration` to a bucket.
|
|
743
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-objectlockenabled}
|
|
610
744
|
*/
|
|
611
745
|
ObjectLockEnabled?: "Enabled" | undefined;
|
|
612
746
|
/**
|
|
613
747
|
* Specifies the Object Lock rule for the specified object. Enable this rule when you apply `ObjectLockConfiguration` to a bucket. If Object Lock is turned on, bucket settings require both `Mode` and a period of either `Days` or `Years` . You cannot specify `Days` and `Years` at the same time. For more information, see [ObjectLockRule](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockrule.html) and [DefaultRetention](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html) .
|
|
748
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockconfiguration.html#cfn-s3-bucket-objectlockconfiguration-rule}
|
|
614
749
|
*/
|
|
615
750
|
Rule?: ObjectLockRule | undefined;
|
|
616
751
|
};
|
|
617
752
|
/**
|
|
618
753
|
* Specifies the Object Lock rule for the specified object. Enable the this rule when you apply `ObjectLockConfiguration` to a bucket.
|
|
754
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockrule.html}
|
|
619
755
|
*/
|
|
620
756
|
export type ObjectLockRule = {
|
|
621
757
|
/**
|
|
622
758
|
* The default Object Lock retention mode and period that you want to apply to new objects placed in the specified bucket. If Object Lock is turned on, bucket settings require both `Mode` and a period of either `Days` or `Years` . You cannot specify `Days` and `Years` at the same time. For more information about allowable values for mode and period, see [DefaultRetention](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-defaultretention.html) .
|
|
759
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-objectlockrule.html#cfn-s3-bucket-objectlockrule-defaultretention}
|
|
623
760
|
*/
|
|
624
761
|
DefaultRetention?: DefaultRetention | undefined;
|
|
625
762
|
};
|
|
@@ -627,10 +764,12 @@ export type ObjectLockRule = {
|
|
|
627
764
|
* Specifies the container element for Object Ownership rules.
|
|
628
765
|
*
|
|
629
766
|
* S3 Object Ownership is an Amazon S3 bucket-level setting that you can use to disable access control lists (ACLs) and take ownership of every object in your bucket, simplifying access management for data stored in Amazon S3. For more information, see [Controlling ownership of objects and disabling ACLs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html) in the *Amazon S3 User Guide* .
|
|
767
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-ownershipcontrols.html}
|
|
630
768
|
*/
|
|
631
769
|
export type OwnershipControls = {
|
|
632
770
|
/**
|
|
633
771
|
* Specifies the container element for Object Ownership rules.
|
|
772
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-ownershipcontrols.html#cfn-s3-bucket-ownershipcontrols-rules}
|
|
634
773
|
*/
|
|
635
774
|
Rules: OwnershipControlsRule[];
|
|
636
775
|
};
|
|
@@ -638,10 +777,12 @@ export type OwnershipControls = {
|
|
|
638
777
|
* Specifies an Object Ownership rule.
|
|
639
778
|
*
|
|
640
779
|
* S3 Object Ownership is an Amazon S3 bucket-level setting that you can use to disable access control lists (ACLs) and take ownership of every object in your bucket, simplifying access management for data stored in Amazon S3. For more information, see [Controlling ownership of objects and disabling ACLs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html) in the *Amazon S3 User Guide* .
|
|
780
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-ownershipcontrolsrule.html}
|
|
641
781
|
*/
|
|
642
782
|
export type OwnershipControlsRule = {
|
|
643
783
|
/**
|
|
644
784
|
* Specifies an object ownership rule.
|
|
785
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-ownershipcontrolsrule.html#cfn-s3-bucket-ownershipcontrolsrule-objectownership}
|
|
645
786
|
*/
|
|
646
787
|
ObjectOwnership?: "ObjectWriter" | "BucketOwnerPreferred" | "BucketOwnerEnforced" | undefined;
|
|
647
788
|
};
|
|
@@ -651,6 +792,7 @@ export type OwnershipControlsRule = {
|
|
|
651
792
|
* `[DestinationPrefix][SourceAccountId]/[SourceRegion]/[SourceBucket]/[YYYY]/[MM]/[DD]/[YYYY]-[MM]-[DD]-[hh]-[mm]-[ss]-[UniqueString]`
|
|
652
793
|
*
|
|
653
794
|
* PartitionedPrefix defaults to EventTime delivery when server access logs are delivered.
|
|
795
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-partitionedprefix.html}
|
|
654
796
|
*/
|
|
655
797
|
export type PartitionedPrefix = {
|
|
656
798
|
/**
|
|
@@ -659,11 +801,13 @@ export type PartitionedPrefix = {
|
|
|
659
801
|
* For `DeliveryTime` , the time in the log file names corresponds to the delivery time for the log files.
|
|
660
802
|
*
|
|
661
803
|
* For `EventTime` , The logs delivered are for a specific day only. The year, month, and day correspond to the day on which the event occurred, and the hour, minutes and seconds are set to 00 in the key.
|
|
804
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-partitionedprefix.html#cfn-s3-bucket-partitionedprefix-partitiondatesource}
|
|
662
805
|
*/
|
|
663
806
|
PartitionDateSource?: "EventTime" | "DeliveryTime" | undefined;
|
|
664
807
|
};
|
|
665
808
|
/**
|
|
666
809
|
* The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket. You can enable the configuration options in any combination. For more information about when Amazon S3 considers a bucket or object public, see [The Meaning of "Public"](https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status) in the *Amazon S3 User Guide* .
|
|
810
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html}
|
|
667
811
|
*/
|
|
668
812
|
export type PublicAccessBlockConfiguration = {
|
|
669
813
|
/**
|
|
@@ -674,149 +818,180 @@ export type PublicAccessBlockConfiguration = {
|
|
|
674
818
|
* - PUT Bucket calls fail if the request includes a public ACL.
|
|
675
819
|
*
|
|
676
820
|
* Enabling this setting doesn't affect existing policies or ACLs.
|
|
821
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicacls}
|
|
677
822
|
*/
|
|
678
823
|
BlockPublicAcls?: boolean | undefined;
|
|
679
824
|
/**
|
|
680
825
|
* Specifies whether Amazon S3 should block public bucket policies for this bucket. Setting this element to `TRUE` causes Amazon S3 to reject calls to PUT Bucket policy if the specified bucket policy allows public access.
|
|
681
826
|
*
|
|
682
827
|
* Enabling this setting doesn't affect existing bucket policies.
|
|
828
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-blockpublicpolicy}
|
|
683
829
|
*/
|
|
684
830
|
BlockPublicPolicy?: boolean | undefined;
|
|
685
831
|
/**
|
|
686
832
|
* Specifies whether Amazon S3 should ignore public ACLs for this bucket and objects in this bucket. Setting this element to `TRUE` causes Amazon S3 to ignore all public ACLs on this bucket and objects in this bucket.
|
|
687
833
|
*
|
|
688
834
|
* Enabling this setting doesn't affect the persistence of any existing ACLs and doesn't prevent new public ACLs from being set.
|
|
835
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-ignorepublicacls}
|
|
689
836
|
*/
|
|
690
837
|
IgnorePublicAcls?: boolean | undefined;
|
|
691
838
|
/**
|
|
692
839
|
* Specifies whether Amazon S3 should restrict public bucket policies for this bucket. Setting this element to `TRUE` restricts access to this bucket to only AWS service principals and authorized users within this account if the bucket has a public policy.
|
|
693
840
|
*
|
|
694
841
|
* Enabling this setting doesn't affect previously stored bucket policies, except that public and cross-account access within any public bucket policy, including non-public delegation to specific accounts, is blocked.
|
|
842
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html#cfn-s3-bucket-publicaccessblockconfiguration-restrictpublicbuckets}
|
|
695
843
|
*/
|
|
696
844
|
RestrictPublicBuckets?: boolean | undefined;
|
|
697
845
|
};
|
|
698
846
|
/**
|
|
699
847
|
* Specifies the configuration for publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when Amazon S3 detects specified events.
|
|
848
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-queueconfiguration.html}
|
|
700
849
|
*/
|
|
701
850
|
export type QueueConfiguration = {
|
|
702
851
|
/**
|
|
703
852
|
* The Amazon S3 bucket event about which you want to publish messages to Amazon SQS. For more information, see [Supported Event Types](https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html) in the *Amazon S3 User Guide* .
|
|
853
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-queueconfiguration.html#cfn-s3-bucket-queueconfiguration-event}
|
|
704
854
|
*/
|
|
705
855
|
Event: string;
|
|
706
856
|
/**
|
|
707
857
|
* The filtering rules that determine which objects trigger notifications. For example, you can create a filter so that Amazon S3 sends notifications only when image files with a `.jpg` extension are added to the bucket. For more information, see [Configuring event notifications using object key name filtering](https://docs.aws.amazon.com/AmazonS3/latest/user-guide/notification-how-to-filtering.html) in the *Amazon S3 User Guide* .
|
|
858
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-queueconfiguration.html#cfn-s3-bucket-queueconfiguration-filter}
|
|
708
859
|
*/
|
|
709
860
|
Filter?: NotificationFilter | undefined;
|
|
710
861
|
/**
|
|
711
862
|
* The Amazon Resource Name (ARN) of the Amazon SQS queue to which Amazon S3 publishes a message when it detects events of the specified type. FIFO queues are not allowed when enabling an SQS queue as the event notification destination.
|
|
863
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-queueconfiguration.html#cfn-s3-bucket-queueconfiguration-queue}
|
|
712
864
|
*/
|
|
713
865
|
Queue: string;
|
|
714
866
|
};
|
|
715
867
|
/**
|
|
716
868
|
* Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.
|
|
869
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-redirectallrequeststo.html}
|
|
717
870
|
*/
|
|
718
871
|
export type RedirectAllRequestsTo = {
|
|
719
872
|
/**
|
|
720
873
|
* Name of the host where requests are redirected.
|
|
874
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-redirectallrequeststo.html#cfn-s3-bucket-redirectallrequeststo-hostname}
|
|
721
875
|
*/
|
|
722
876
|
HostName: string;
|
|
723
877
|
/**
|
|
724
878
|
* Protocol to use when redirecting requests. The default is the protocol that is used in the original request.
|
|
879
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-redirectallrequeststo.html#cfn-s3-bucket-redirectallrequeststo-protocol}
|
|
725
880
|
*/
|
|
726
881
|
Protocol?: "http" | "https" | undefined;
|
|
727
882
|
};
|
|
728
883
|
/**
|
|
729
884
|
* Specifies how requests are redirected. In the event of an error, you can specify a different error code to return.
|
|
885
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-redirectrule.html}
|
|
730
886
|
*/
|
|
731
887
|
export type RedirectRule = {
|
|
732
888
|
/**
|
|
733
889
|
* The host name to use in the redirect request.
|
|
890
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-redirectrule.html#cfn-s3-bucket-redirectrule-hostname}
|
|
734
891
|
*/
|
|
735
892
|
HostName?: string | undefined;
|
|
736
893
|
/**
|
|
737
894
|
* The HTTP redirect code to use on the response. Not required if one of the siblings is present.
|
|
895
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-redirectrule.html#cfn-s3-bucket-redirectrule-httpredirectcode}
|
|
738
896
|
*/
|
|
739
897
|
HttpRedirectCode?: string | undefined;
|
|
740
898
|
/**
|
|
741
899
|
* Protocol to use when redirecting requests. The default is the protocol that is used in the original request.
|
|
900
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-redirectrule.html#cfn-s3-bucket-redirectrule-protocol}
|
|
742
901
|
*/
|
|
743
902
|
Protocol?: "http" | "https" | undefined;
|
|
744
903
|
/**
|
|
745
904
|
* The object key prefix to use in the redirect request. For example, to redirect requests for all pages with prefix `docs/` (objects in the `docs/` folder) to `documents/` , you can set a condition block with `KeyPrefixEquals` set to `docs/` and in the Redirect set `ReplaceKeyPrefixWith` to `/documents` . Not required if one of the siblings is present. Can be present only if `ReplaceKeyWith` is not provided.
|
|
746
905
|
*
|
|
747
906
|
* > Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see [XML related object key constraints](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints) .
|
|
907
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-redirectrule.html#cfn-s3-bucket-redirectrule-replacekeyprefixwith}
|
|
748
908
|
*/
|
|
749
909
|
ReplaceKeyPrefixWith?: string | undefined;
|
|
750
910
|
/**
|
|
751
911
|
* The specific object key to use in the redirect request. For example, redirect request to `error.html` . Not required if one of the siblings is present. Can be present only if `ReplaceKeyPrefixWith` is not provided.
|
|
752
912
|
*
|
|
753
913
|
* > Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see [XML related object key constraints](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints) .
|
|
914
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-redirectrule.html#cfn-s3-bucket-redirectrule-replacekeywith}
|
|
754
915
|
*/
|
|
755
916
|
ReplaceKeyWith?: string | undefined;
|
|
756
917
|
};
|
|
757
918
|
/**
|
|
758
919
|
* A filter that you can specify for selection for modifications on replicas.
|
|
920
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicamodifications.html}
|
|
759
921
|
*/
|
|
760
922
|
export type ReplicaModifications = {
|
|
761
923
|
/**
|
|
762
924
|
* Specifies whether Amazon S3 replicates modifications on replicas.
|
|
763
925
|
*
|
|
764
926
|
* *Allowed values* : `Enabled` | `Disabled`
|
|
927
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicamodifications.html#cfn-s3-bucket-replicamodifications-status}
|
|
765
928
|
*/
|
|
766
929
|
Status: "Enabled" | "Disabled";
|
|
767
930
|
};
|
|
768
931
|
/**
|
|
769
932
|
* A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB. The latest version of the replication configuration XML is V2. For more information about XML V2 replication configurations, see [Replication configuration](https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication-add-config.html) in the *Amazon S3 User Guide* .
|
|
933
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html}
|
|
770
934
|
*/
|
|
771
935
|
export type ReplicationConfiguration = {
|
|
772
936
|
/**
|
|
773
937
|
* The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that Amazon S3 assumes when replicating objects. For more information, see [How to Set Up Replication](https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-how-setup.html) in the *Amazon S3 User Guide* .
|
|
938
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-role}
|
|
774
939
|
*/
|
|
775
940
|
Role: string;
|
|
776
941
|
/**
|
|
777
942
|
* A container for one or more replication rules. A replication configuration must have at least one rule and can contain a maximum of 1,000 rules.
|
|
943
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationconfiguration.html#cfn-s3-bucket-replicationconfiguration-rules}
|
|
778
944
|
*/
|
|
779
945
|
Rules: ReplicationRule[];
|
|
780
946
|
};
|
|
781
947
|
/**
|
|
782
948
|
* A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC).
|
|
949
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationdestination.html}
|
|
783
950
|
*/
|
|
784
951
|
export type ReplicationDestination = {
|
|
785
952
|
/**
|
|
786
953
|
* Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS account that owns the source object.
|
|
954
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationdestination.html#cfn-s3-bucket-replicationdestination-accesscontroltranslation}
|
|
787
955
|
*/
|
|
788
956
|
AccessControlTranslation?: AccessControlTranslation | undefined;
|
|
789
957
|
/**
|
|
790
958
|
* Destination bucket owner account ID. In a cross-account scenario, if you direct Amazon S3 to change replica ownership to the AWS account that owns the destination bucket by specifying the `AccessControlTranslation` property, this is the account ID of the destination bucket owner. For more information, see [Cross-Region Replication Additional Configuration: Change Replica Owner](https://docs.aws.amazon.com/AmazonS3/latest/dev/crr-change-owner.html) in the *Amazon S3 User Guide* .
|
|
791
959
|
*
|
|
792
960
|
* If you specify the `AccessControlTranslation` property, the `Account` property is required.
|
|
961
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationdestination.html#cfn-s3-bucket-replicationdestination-account}
|
|
793
962
|
*/
|
|
794
963
|
Account?: string | undefined;
|
|
795
964
|
/**
|
|
796
965
|
* The Amazon Resource Name (ARN) of the bucket where you want Amazon S3 to store the results.
|
|
966
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationdestination.html#cfn-s3-bucket-replicationdestination-bucket}
|
|
797
967
|
*/
|
|
798
968
|
Bucket: string;
|
|
799
969
|
/**
|
|
800
970
|
* Specifies encryption-related information.
|
|
971
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationdestination.html#cfn-s3-bucket-replicationdestination-encryptionconfiguration}
|
|
801
972
|
*/
|
|
802
973
|
EncryptionConfiguration?: EncryptionConfiguration | undefined;
|
|
803
974
|
/**
|
|
804
975
|
* A container specifying replication metrics-related settings enabling replication metrics and events.
|
|
976
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationdestination.html#cfn-s3-bucket-replicationdestination-metrics}
|
|
805
977
|
*/
|
|
806
978
|
Metrics?: Metrics | undefined;
|
|
807
979
|
/**
|
|
808
980
|
* A container specifying S3 Replication Time Control (S3 RTC), including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a `Metrics` block.
|
|
981
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationdestination.html#cfn-s3-bucket-replicationdestination-replicationtime}
|
|
809
982
|
*/
|
|
810
983
|
ReplicationTime?: ReplicationTime | undefined;
|
|
811
984
|
/**
|
|
812
985
|
* The storage class to use when replicating objects, such as S3 Standard or reduced redundancy. By default, Amazon S3 uses the storage class of the source object to create the object replica.
|
|
813
986
|
*
|
|
814
987
|
* For valid values, see the `StorageClass` element of the [PUT Bucket replication](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTreplication.html) action in the *Amazon S3 API Reference* .
|
|
988
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationdestination.html#cfn-s3-bucket-replicationdestination-storageclass}
|
|
815
989
|
*/
|
|
816
990
|
StorageClass?: "DEEP_ARCHIVE" | "GLACIER" | "GLACIER_IR" | "INTELLIGENT_TIERING" | "ONEZONE_IA" | "REDUCED_REDUNDANCY" | "STANDARD" | "STANDARD_IA" | undefined;
|
|
817
991
|
};
|
|
818
992
|
/**
|
|
819
993
|
* Specifies which Amazon S3 objects to replicate and where to store the replicas.
|
|
994
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationrule.html}
|
|
820
995
|
*/
|
|
821
996
|
export type ReplicationRule = {
|
|
822
997
|
/**
|
|
@@ -825,21 +1000,25 @@ export type ReplicationRule = {
|
|
|
825
1000
|
* For more information about delete marker replication, see [Basic Rule Configuration](https://docs.aws.amazon.com/AmazonS3/latest/dev/delete-marker-replication.html) .
|
|
826
1001
|
*
|
|
827
1002
|
* > If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see [Backward Compatibility](https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-add-config.html#replication-backward-compat-considerations) .
|
|
1003
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationrule.html#cfn-s3-bucket-replicationrule-deletemarkerreplication}
|
|
828
1004
|
*/
|
|
829
1005
|
DeleteMarkerReplication?: DeleteMarkerReplication | undefined;
|
|
830
1006
|
/**
|
|
831
1007
|
* A container for information about the replication destination and its configurations including enabling the S3 Replication Time Control (S3 RTC).
|
|
1008
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationrule.html#cfn-s3-bucket-replicationrule-destination}
|
|
832
1009
|
*/
|
|
833
1010
|
Destination: ReplicationDestination;
|
|
834
1011
|
/**
|
|
835
1012
|
* A filter that identifies the subset of objects to which the replication rule applies. A `Filter` must specify exactly one `Prefix` , `TagFilter` , or an `And` child element. The use of the filter field indicates that this is a V2 replication configuration. This field isn't supported in a V1 replication configuration.
|
|
836
1013
|
*
|
|
837
1014
|
* > V1 replication configuration only supports filtering by key prefix. To filter using a V1 replication configuration, add the `Prefix` directly as a child element of the `Rule` element.
|
|
1015
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationrule.html#cfn-s3-bucket-replicationrule-filter}
|
|
838
1016
|
*/
|
|
839
1017
|
Filter?: ReplicationRuleFilter | undefined;
|
|
840
1018
|
/**
|
|
841
1019
|
* A unique identifier for the rule. The maximum value is 255 characters. If you don't specify a value, AWS CloudFormation generates a random ID. When using a V2 replication configuration this property is capitalized as "ID".
|
|
842
1020
|
* @maxLength 255
|
|
1021
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationrule.html#cfn-s3-bucket-replicationrule-id}
|
|
843
1022
|
*/
|
|
844
1023
|
Id?: string | undefined;
|
|
845
1024
|
/**
|
|
@@ -847,20 +1026,24 @@ export type ReplicationRule = {
|
|
|
847
1026
|
*
|
|
848
1027
|
* > Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see [XML related object key constraints](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints) .
|
|
849
1028
|
* @maxLength 1024
|
|
1029
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationrule.html#cfn-s3-bucket-replicationrule-prefix}
|
|
850
1030
|
*/
|
|
851
1031
|
Prefix?: string | undefined;
|
|
852
1032
|
/**
|
|
853
1033
|
* The priority indicates which rule has precedence whenever two or more replication rules conflict. Amazon S3 will attempt to replicate objects according to all replication rules. However, if there are two or more rules with the same destination bucket, then objects will be replicated according to the rule with the highest priority. The higher the number, the higher the priority.
|
|
854
1034
|
*
|
|
855
1035
|
* For more information, see [Replication](https://docs.aws.amazon.com/AmazonS3/latest/dev/replication.html) in the *Amazon S3 User Guide* .
|
|
1036
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationrule.html#cfn-s3-bucket-replicationrule-priority}
|
|
856
1037
|
*/
|
|
857
1038
|
Priority?: number | undefined;
|
|
858
1039
|
/**
|
|
859
1040
|
* A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects.
|
|
1041
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationrule.html#cfn-s3-bucket-replicationrule-sourceselectioncriteria}
|
|
860
1042
|
*/
|
|
861
1043
|
SourceSelectionCriteria?: SourceSelectionCriteria | undefined;
|
|
862
1044
|
/**
|
|
863
1045
|
* Specifies whether the rule is enabled.
|
|
1046
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationrule.html#cfn-s3-bucket-replicationrule-status}
|
|
864
1047
|
*/
|
|
865
1048
|
Status: "Disabled" | "Enabled";
|
|
866
1049
|
};
|
|
@@ -871,19 +1054,23 @@ export type ReplicationRule = {
|
|
|
871
1054
|
*
|
|
872
1055
|
* - If you specify both a `Prefix` and a `TagFilter` , wrap these filters in an `And` tag.
|
|
873
1056
|
* - If you specify a filter based on multiple tags, wrap the `TagFilter` elements in an `And` tag
|
|
1057
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationruleandoperator.html}
|
|
874
1058
|
*/
|
|
875
1059
|
export type ReplicationRuleAndOperator = {
|
|
876
1060
|
/**
|
|
877
1061
|
* An object key name prefix that identifies the subset of objects to which the rule applies.
|
|
1062
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationruleandoperator.html#cfn-s3-bucket-replicationruleandoperator-prefix}
|
|
878
1063
|
*/
|
|
879
1064
|
Prefix?: string | undefined;
|
|
880
1065
|
/**
|
|
881
1066
|
* An array of tags containing key and value pairs.
|
|
1067
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationruleandoperator.html#cfn-s3-bucket-replicationruleandoperator-tagfilters}
|
|
882
1068
|
*/
|
|
883
1069
|
TagFilters?: TagFilter[] | undefined;
|
|
884
1070
|
};
|
|
885
1071
|
/**
|
|
886
1072
|
* A filter that identifies the subset of objects to which the replication rule applies. A `Filter` must specify exactly one `Prefix` , `TagFilter` , or an `And` child element.
|
|
1073
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationrulefilter.html}
|
|
887
1074
|
*/
|
|
888
1075
|
export type ReplicationRuleFilter = {
|
|
889
1076
|
/**
|
|
@@ -891,72 +1078,86 @@ export type ReplicationRuleFilter = {
|
|
|
891
1078
|
*
|
|
892
1079
|
* - If you specify both a `Prefix` and a `TagFilter` , wrap these filters in an `And` tag.
|
|
893
1080
|
* - If you specify a filter based on multiple tags, wrap the `TagFilter` elements in an `And` tag.
|
|
1081
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationrulefilter.html#cfn-s3-bucket-replicationrulefilter-and}
|
|
894
1082
|
*/
|
|
895
1083
|
And?: ReplicationRuleAndOperator | undefined;
|
|
896
1084
|
/**
|
|
897
1085
|
* An object key name prefix that identifies the subset of objects to which the rule applies.
|
|
898
1086
|
*
|
|
899
1087
|
* > Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see [XML related object key constraints](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints) .
|
|
1088
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationrulefilter.html#cfn-s3-bucket-replicationrulefilter-prefix}
|
|
900
1089
|
*/
|
|
901
1090
|
Prefix?: string | undefined;
|
|
902
1091
|
/**
|
|
903
1092
|
* A container for specifying a tag key and value.
|
|
904
1093
|
*
|
|
905
1094
|
* The rule applies only to objects that have the tag in their tag set.
|
|
1095
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationrulefilter.html#cfn-s3-bucket-replicationrulefilter-tagfilter}
|
|
906
1096
|
*/
|
|
907
1097
|
TagFilter?: TagFilter | undefined;
|
|
908
1098
|
};
|
|
909
1099
|
/**
|
|
910
1100
|
* A container specifying S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a `Metrics` block.
|
|
1101
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationtime.html}
|
|
911
1102
|
*/
|
|
912
1103
|
export type ReplicationTime = {
|
|
913
1104
|
/**
|
|
914
1105
|
* Specifies whether the replication time is enabled.
|
|
1106
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationtime.html#cfn-s3-bucket-replicationtime-status}
|
|
915
1107
|
*/
|
|
916
1108
|
Status: "Disabled" | "Enabled";
|
|
917
1109
|
/**
|
|
918
1110
|
* A container specifying the time by which replication should be complete for all objects and operations on objects.
|
|
1111
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationtime.html#cfn-s3-bucket-replicationtime-time}
|
|
919
1112
|
*/
|
|
920
1113
|
Time: ReplicationTimeValue;
|
|
921
1114
|
};
|
|
922
1115
|
/**
|
|
923
1116
|
* A container specifying the time value for S3 Replication Time Control (S3 RTC) and replication metrics `EventThreshold` .
|
|
1117
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationtimevalue.html}
|
|
924
1118
|
*/
|
|
925
1119
|
export type ReplicationTimeValue = {
|
|
926
1120
|
/**
|
|
927
1121
|
* Contains an integer specifying time in minutes.
|
|
928
1122
|
*
|
|
929
1123
|
* Valid value: 15
|
|
1124
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationtimevalue.html#cfn-s3-bucket-replicationtimevalue-minutes}
|
|
930
1125
|
*/
|
|
931
1126
|
Minutes: number;
|
|
932
1127
|
};
|
|
933
1128
|
/**
|
|
934
1129
|
* Specifies the redirect behavior and when a redirect is applied. For more information about routing rules, see [Configuring advanced conditional redirects](https://docs.aws.amazon.com/AmazonS3/latest/dev/how-to-page-redirect.html#advanced-conditional-redirects) in the *Amazon S3 User Guide* .
|
|
1130
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-routingrule.html}
|
|
935
1131
|
*/
|
|
936
1132
|
export type RoutingRule = {
|
|
937
1133
|
/**
|
|
938
1134
|
* Container for redirect information. You can redirect requests to another host, to another page, or with another protocol. In the event of an error, you can specify a different error code to return.
|
|
1135
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-routingrule.html#cfn-s3-bucket-routingrule-redirectrule}
|
|
939
1136
|
*/
|
|
940
1137
|
RedirectRule: RedirectRule;
|
|
941
1138
|
/**
|
|
942
1139
|
* A container for describing a condition that must be met for the specified redirect to apply. For example, 1. If request is for pages in the `/docs` folder, redirect to the `/documents` folder. 2. If request results in HTTP error 4xx, redirect request to another host where you might process the error.
|
|
1140
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-routingrule.html#cfn-s3-bucket-routingrule-routingrulecondition}
|
|
943
1141
|
*/
|
|
944
1142
|
RoutingRuleCondition?: RoutingRuleCondition | undefined;
|
|
945
1143
|
};
|
|
946
1144
|
/**
|
|
947
1145
|
* A container for describing a condition that must be met for the specified redirect to apply. For example, 1. If request is for pages in the `/docs` folder, redirect to the `/documents` folder. 2. If request results in HTTP error 4xx, redirect request to another host where you might process the error.
|
|
1146
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-routingrulecondition.html}
|
|
948
1147
|
*/
|
|
949
1148
|
export type RoutingRuleCondition = {
|
|
950
1149
|
/**
|
|
951
1150
|
* The HTTP error code when the redirect is applied. In the event of an error, if the error code equals this value, then the specified redirect is applied.
|
|
952
1151
|
*
|
|
953
1152
|
* Required when parent element `Condition` is specified and sibling `KeyPrefixEquals` is not specified. If both are specified, then both must be true for the redirect to be applied.
|
|
1153
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-routingrulecondition.html#cfn-s3-bucket-routingrulecondition-httperrorcodereturnedequals}
|
|
954
1154
|
*/
|
|
955
1155
|
HttpErrorCodeReturnedEquals?: string | undefined;
|
|
956
1156
|
/**
|
|
957
1157
|
* The object key name prefix when the redirect is applied. For example, to redirect requests for `ExamplePage.html` , the key prefix will be `ExamplePage.html` . To redirect request for all pages with the prefix `docs/` , the key prefix will be `/docs` , which identifies all objects in the docs/ folder.
|
|
958
1158
|
*
|
|
959
1159
|
* Required when the parent element `Condition` is specified and sibling `HttpErrorCodeReturnedEquals` is not specified. If both conditions are specified, both must be true for the redirect to be applied.
|
|
1160
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-routingrulecondition.html#cfn-s3-bucket-routingrulecondition-keyprefixequals}
|
|
960
1161
|
*/
|
|
961
1162
|
KeyPrefixEquals?: string | undefined;
|
|
962
1163
|
};
|
|
@@ -964,77 +1165,94 @@ export type RoutingRuleCondition = {
|
|
|
964
1165
|
* Specifies lifecycle rules for an Amazon S3 bucket. For more information, see [Put Bucket Lifecycle Configuration](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTlifecycle.html) in the *Amazon S3 API Reference* .
|
|
965
1166
|
*
|
|
966
1167
|
* You must specify at least one of the following properties: `AbortIncompleteMultipartUpload` , `ExpirationDate` , `ExpirationInDays` , `NoncurrentVersionExpirationInDays` , `NoncurrentVersionTransition` , `NoncurrentVersionTransitions` , `Transition` , or `Transitions` .
|
|
1168
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-rule.html}
|
|
967
1169
|
*/
|
|
968
1170
|
export type Rule = {
|
|
969
1171
|
/**
|
|
970
1172
|
* Specifies a lifecycle rule that stops incomplete multipart uploads to an Amazon S3 bucket.
|
|
1173
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-rule.html#cfn-s3-bucket-rule-abortincompletemultipartupload}
|
|
971
1174
|
*/
|
|
972
1175
|
AbortIncompleteMultipartUpload?: AbortIncompleteMultipartUpload | undefined;
|
|
973
1176
|
/**
|
|
974
1177
|
* Indicates when objects are deleted from Amazon S3 and Amazon S3 Glacier. The date value must be in ISO 8601 format. The time is always midnight UTC. If you specify an expiration and transition time, you must use the same time unit for both properties (either in days or by date). The expiration time must also be later than the transition time.
|
|
1178
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-rule.html#cfn-s3-bucket-rule-expirationdate}
|
|
975
1179
|
*/
|
|
976
1180
|
ExpirationDate?: string | undefined;
|
|
977
1181
|
/**
|
|
978
1182
|
* Indicates the number of days after creation when objects are deleted from Amazon S3 and Amazon S3 Glacier. If you specify an expiration and transition time, you must use the same time unit for both properties (either in days or by date). The expiration time must also be later than the transition time.
|
|
1183
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-rule.html#cfn-s3-bucket-rule-expirationindays}
|
|
979
1184
|
*/
|
|
980
1185
|
ExpirationInDays?: number | undefined;
|
|
981
1186
|
/**
|
|
982
1187
|
* Indicates whether Amazon S3 will remove a delete marker without any noncurrent versions. If set to true, the delete marker will be removed if there are no noncurrent versions. This cannot be specified with `ExpirationInDays` , `ExpirationDate` , or `TagFilters` .
|
|
1188
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-rule.html#cfn-s3-bucket-rule-expiredobjectdeletemarker}
|
|
983
1189
|
*/
|
|
984
1190
|
ExpiredObjectDeleteMarker?: boolean | undefined;
|
|
985
1191
|
/**
|
|
986
1192
|
* Unique identifier for the rule. The value can't be longer than 255 characters.
|
|
987
1193
|
* @maxLength 255
|
|
1194
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-rule.html#cfn-s3-bucket-rule-id}
|
|
988
1195
|
*/
|
|
989
1196
|
Id?: string | undefined;
|
|
990
1197
|
/**
|
|
991
1198
|
* Specifies when noncurrent object versions expire. Upon expiration, Amazon S3 permanently deletes the noncurrent object versions. You set this lifecycle configuration action on a bucket that has versioning enabled (or suspended) to request that Amazon S3 delete noncurrent object versions at a specific period in the object's lifetime.
|
|
1199
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-rule.html#cfn-s3-bucket-rule-noncurrentversionexpiration}
|
|
992
1200
|
*/
|
|
993
1201
|
NoncurrentVersionExpiration?: NoncurrentVersionExpiration | undefined;
|
|
994
1202
|
/**
|
|
995
1203
|
* (Deprecated.) For buckets with versioning enabled (or suspended), specifies the time, in days, between when a new version of the object is uploaded to the bucket and when old versions of the object expire. When object versions expire, Amazon S3 permanently deletes them. If you specify a transition and expiration time, the expiration time must be later than the transition time.
|
|
1204
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-rule.html#cfn-s3-bucket-rule-noncurrentversionexpirationindays}
|
|
996
1205
|
*/
|
|
997
1206
|
NoncurrentVersionExpirationInDays?: number | undefined;
|
|
998
1207
|
/**
|
|
999
1208
|
* (Deprecated.) For buckets with versioning enabled (or suspended), specifies when non-current objects transition to a specified storage class. If you specify a transition and expiration time, the expiration time must be later than the transition time. If you specify this property, don't specify the `NoncurrentVersionTransitions` property.
|
|
1209
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-rule.html#cfn-s3-bucket-rule-noncurrentversiontransition}
|
|
1000
1210
|
*/
|
|
1001
1211
|
NoncurrentVersionTransition?: NoncurrentVersionTransition | undefined;
|
|
1002
1212
|
/**
|
|
1003
1213
|
* For buckets with versioning enabled (or suspended), one or more transition rules that specify when non-current objects transition to a specified storage class. If you specify a transition and expiration time, the expiration time must be later than the transition time. If you specify this property, don't specify the `NoncurrentVersionTransition` property.
|
|
1214
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-rule.html#cfn-s3-bucket-rule-noncurrentversiontransitions}
|
|
1004
1215
|
*/
|
|
1005
1216
|
NoncurrentVersionTransitions?: NoncurrentVersionTransition[] | undefined;
|
|
1006
1217
|
/**
|
|
1007
1218
|
* Specifies the minimum object size in bytes for this rule to apply to. Objects must be larger than this value in bytes. For more information about size based rules, see [Lifecycle configuration using size-based rules](https://docs.aws.amazon.com/AmazonS3/latest/userguide/lifecycle-configuration-examples.html#lc-size-rules) in the *Amazon S3 User Guide* .
|
|
1008
1219
|
* @maxLength 20
|
|
1009
1220
|
* @pattern [0-9]+
|
|
1221
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-rule.html#cfn-s3-bucket-rule-objectsizegreaterthan}
|
|
1010
1222
|
*/
|
|
1011
1223
|
ObjectSizeGreaterThan?: string | undefined;
|
|
1012
1224
|
/**
|
|
1013
1225
|
* Specifies the maximum object size in bytes for this rule to apply to. Objects must be smaller than this value in bytes. For more information about sized based rules, see [Lifecycle configuration using size-based rules](https://docs.aws.amazon.com/AmazonS3/latest/userguide/lifecycle-configuration-examples.html#lc-size-rules) in the *Amazon S3 User Guide* .
|
|
1014
1226
|
* @maxLength 20
|
|
1015
1227
|
* @pattern [0-9]+
|
|
1228
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-rule.html#cfn-s3-bucket-rule-objectsizelessthan}
|
|
1016
1229
|
*/
|
|
1017
1230
|
ObjectSizeLessThan?: string | undefined;
|
|
1018
1231
|
/**
|
|
1019
1232
|
* Object key prefix that identifies one or more objects to which this rule applies.
|
|
1020
1233
|
*
|
|
1021
1234
|
* > Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see [XML related object key constraints](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints) .
|
|
1235
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-rule.html#cfn-s3-bucket-rule-prefix}
|
|
1022
1236
|
*/
|
|
1023
1237
|
Prefix?: string | undefined;
|
|
1024
1238
|
/**
|
|
1025
1239
|
* If `Enabled` , the rule is currently being applied. If `Disabled` , the rule is not currently being applied.
|
|
1240
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-rule.html#cfn-s3-bucket-rule-status}
|
|
1026
1241
|
*/
|
|
1027
1242
|
Status: "Enabled" | "Disabled";
|
|
1028
1243
|
/**
|
|
1029
1244
|
* Tags to use to identify a subset of objects to which the lifecycle rule applies.
|
|
1245
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-rule.html#cfn-s3-bucket-rule-tagfilters}
|
|
1030
1246
|
*/
|
|
1031
1247
|
TagFilters?: TagFilter[] | undefined;
|
|
1032
1248
|
/**
|
|
1033
1249
|
* (Deprecated.) Specifies when an object transitions to a specified storage class. If you specify an expiration and transition time, you must use the same time unit for both properties (either in days or by date). The expiration time must also be later than the transition time. If you specify this property, don't specify the `Transitions` property.
|
|
1250
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-rule.html#cfn-s3-bucket-rule-transition}
|
|
1034
1251
|
*/
|
|
1035
1252
|
Transition?: Transition | undefined;
|
|
1036
1253
|
/**
|
|
1037
1254
|
* One or more transition rules that specify when an object transitions to a specified storage class. If you specify an expiration and transition time, you must use the same time unit for both properties (either in days or by date). The expiration time must also be later than the transition time. If you specify this property, don't specify the `Transition` property.
|
|
1255
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-rule.html#cfn-s3-bucket-rule-transitions}
|
|
1038
1256
|
*/
|
|
1039
1257
|
Transitions?: Transition[] | undefined;
|
|
1040
1258
|
};
|
|
@@ -1042,23 +1260,28 @@ export type Rule = {
|
|
|
1042
1260
|
* A container for object key name prefix and suffix filtering rules. For more information about object key name filtering, see [Configuring event notifications using object key name filtering](https://docs.aws.amazon.com/AmazonS3/latest/userguide/notification-how-to-filtering.html) in the *Amazon S3 User Guide* .
|
|
1043
1261
|
*
|
|
1044
1262
|
* > The same type of filter rule cannot be used more than once. For example, you cannot specify two prefix rules.
|
|
1263
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-s3keyfilter.html}
|
|
1045
1264
|
*/
|
|
1046
1265
|
export type S3KeyFilter = {
|
|
1047
1266
|
/**
|
|
1048
1267
|
* A list of containers for the key-value pair that defines the criteria for the filter rule.
|
|
1268
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-s3keyfilter.html#cfn-s3-bucket-s3keyfilter-rules}
|
|
1049
1269
|
*/
|
|
1050
1270
|
Rules: FilterRule[];
|
|
1051
1271
|
};
|
|
1052
1272
|
/**
|
|
1053
1273
|
* The destination information for the metadata table configuration. The destination table bucket must be in the same Region and AWS account as the general purpose bucket. The specified metadata table name must be unique within the `aws_s3_metadata` namespace in the destination table bucket.
|
|
1274
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-s3tablesdestination.html}
|
|
1054
1275
|
*/
|
|
1055
1276
|
export type S3TablesDestination = {
|
|
1056
1277
|
/**
|
|
1057
1278
|
* The Amazon Resource Name (ARN) for the table bucket that's specified as the destination in the metadata table configuration. The destination table bucket must be in the same Region and AWS account as the general purpose bucket.
|
|
1279
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-s3tablesdestination.html#cfn-s3-bucket-s3tablesdestination-tablebucketarn}
|
|
1058
1280
|
*/
|
|
1059
1281
|
TableBucketArn: string;
|
|
1060
1282
|
/**
|
|
1061
1283
|
* The name for the metadata table in your metadata table configuration. The specified metadata table name must be unique within the `aws_s3_metadata` namespace in the destination table bucket.
|
|
1284
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-s3tablesdestination.html#cfn-s3-bucket-s3tablesdestination-tablename}
|
|
1062
1285
|
*/
|
|
1063
1286
|
TableName: string;
|
|
1064
1287
|
};
|
|
@@ -1068,6 +1291,7 @@ export type S3TablesDestination = {
|
|
|
1068
1291
|
* > - *General purpose buckets* - If you don't specify a customer managed key at configuration, Amazon S3 automatically creates an AWS KMS key ( `aws/s3` ) in your AWS account the first time that you add an object encrypted with SSE-KMS to a bucket. By default, Amazon S3 uses this KMS key for SSE-KMS.
|
|
1069
1292
|
* > - *Directory buckets* - Your SSE-KMS configuration can only support 1 [customer managed key](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk) per directory bucket's lifetime. The [AWS managed key](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk) ( `aws/s3` ) isn't supported.
|
|
1070
1293
|
* > - *Directory buckets* - For directory buckets, there are only two supported options for server-side encryption: SSE-S3 and SSE-KMS.
|
|
1294
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-serversideencryptionbydefault.html}
|
|
1071
1295
|
*/
|
|
1072
1296
|
export type ServerSideEncryptionByDefault = {
|
|
1073
1297
|
/**
|
|
@@ -1086,12 +1310,14 @@ export type ServerSideEncryptionByDefault = {
|
|
|
1086
1310
|
*
|
|
1087
1311
|
* > - *General purpose buckets* - If you're specifying a customer managed KMS key, we recommend using a fully qualified KMS key ARN. If you use a KMS key alias instead, then AWS KMS resolves the key within the requester’s account. This behavior can result in data that's encrypted with a KMS key that belongs to the requester, and not the bucket owner. Also, if you use a key ID, you can run into a LogDestination undeliverable error when creating a VPC flow log.
|
|
1088
1312
|
* > - *Directory buckets* - When you specify an [AWS KMS customer managed key](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk) for encryption in your directory bucket, only use the key ID or key ARN. The key alias format of the KMS key isn't supported. > Amazon S3 only supports symmetric encryption KMS keys. For more information, see [Asymmetric keys in AWS KMS](https://docs.aws.amazon.com//kms/latest/developerguide/symmetric-asymmetric.html) in the *AWS Key Management Service Developer Guide* .
|
|
1313
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-serversideencryptionbydefault.html#cfn-s3-bucket-serversideencryptionbydefault-kmsmasterkeyid}
|
|
1089
1314
|
*/
|
|
1090
1315
|
KMSMasterKeyID?: string | undefined;
|
|
1091
1316
|
/**
|
|
1092
1317
|
* Server-side encryption algorithm to use for the default encryption.
|
|
1093
1318
|
*
|
|
1094
1319
|
* > For directory buckets, there are only two supported values for server-side encryption: `AES256` and `aws:kms` .
|
|
1320
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-serversideencryptionbydefault.html#cfn-s3-bucket-serversideencryptionbydefault-ssealgorithm}
|
|
1095
1321
|
*/
|
|
1096
1322
|
SSEAlgorithm: "aws:kms" | "AES256" | "aws:kms:dsse";
|
|
1097
1323
|
};
|
|
@@ -1100,65 +1326,79 @@ export type ServerSideEncryptionByDefault = {
|
|
|
1100
1326
|
*
|
|
1101
1327
|
* > - *General purpose buckets* - If you're specifying a customer managed KMS key, we recommend using a fully qualified KMS key ARN. If you use a KMS key alias instead, then AWS KMS resolves the key within the requester’s account. This behavior can result in data that's encrypted with a KMS key that belongs to the requester, and not the bucket owner.
|
|
1102
1328
|
* > - *Directory buckets* - When you specify an [AWS KMS customer managed key](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk) for encryption in your directory bucket, only use the key ID or key ARN. The key alias format of the KMS key isn't supported.
|
|
1329
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-serversideencryptionrule.html}
|
|
1103
1330
|
*/
|
|
1104
1331
|
export type ServerSideEncryptionRule = {
|
|
1105
1332
|
/**
|
|
1106
1333
|
* Specifies whether Amazon S3 should use an S3 Bucket Key with server-side encryption using KMS (SSE-KMS) for new objects in the bucket. Existing objects are not affected. Setting the `BucketKeyEnabled` element to `true` causes Amazon S3 to use an S3 Bucket Key. By default, S3 Bucket Key is not enabled.
|
|
1107
1334
|
*
|
|
1108
1335
|
* For more information, see [Amazon S3 Bucket Keys](https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html) in the *Amazon S3 User Guide* .
|
|
1336
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-serversideencryptionrule.html#cfn-s3-bucket-serversideencryptionrule-bucketkeyenabled}
|
|
1109
1337
|
*/
|
|
1110
1338
|
BucketKeyEnabled?: boolean | undefined;
|
|
1111
1339
|
/**
|
|
1112
1340
|
* Specifies the default server-side encryption to apply to new objects in the bucket. If a PUT Object request doesn't specify any server-side encryption, this default encryption will be applied.
|
|
1341
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-serversideencryptionrule.html#cfn-s3-bucket-serversideencryptionrule-serversideencryptionbydefault}
|
|
1113
1342
|
*/
|
|
1114
1343
|
ServerSideEncryptionByDefault?: ServerSideEncryptionByDefault | undefined;
|
|
1115
1344
|
};
|
|
1116
1345
|
/**
|
|
1117
1346
|
* A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects.
|
|
1347
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-sourceselectioncriteria.html}
|
|
1118
1348
|
*/
|
|
1119
1349
|
export type SourceSelectionCriteria = {
|
|
1120
1350
|
/**
|
|
1121
1351
|
* A filter that you can specify for selection for modifications on replicas.
|
|
1352
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-sourceselectioncriteria.html#cfn-s3-bucket-sourceselectioncriteria-replicamodifications}
|
|
1122
1353
|
*/
|
|
1123
1354
|
ReplicaModifications?: ReplicaModifications | undefined;
|
|
1124
1355
|
/**
|
|
1125
1356
|
* A container for filter information for the selection of Amazon S3 objects encrypted with AWS KMS.
|
|
1357
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-sourceselectioncriteria.html#cfn-s3-bucket-sourceselectioncriteria-ssekmsencryptedobjects}
|
|
1126
1358
|
*/
|
|
1127
1359
|
SseKmsEncryptedObjects?: SseKmsEncryptedObjects | undefined;
|
|
1128
1360
|
};
|
|
1129
1361
|
/**
|
|
1130
1362
|
* A container for filter information for the selection of S3 objects encrypted with AWS KMS.
|
|
1363
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-ssekmsencryptedobjects.html}
|
|
1131
1364
|
*/
|
|
1132
1365
|
export type SseKmsEncryptedObjects = {
|
|
1133
1366
|
/**
|
|
1134
1367
|
* Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.
|
|
1368
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-ssekmsencryptedobjects.html#cfn-s3-bucket-ssekmsencryptedobjects-status}
|
|
1135
1369
|
*/
|
|
1136
1370
|
Status: "Disabled" | "Enabled";
|
|
1137
1371
|
};
|
|
1138
1372
|
/**
|
|
1139
1373
|
* Specifies data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes for an Amazon S3 bucket.
|
|
1374
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-storageclassanalysis.html}
|
|
1140
1375
|
*/
|
|
1141
1376
|
export type StorageClassAnalysis = {
|
|
1142
1377
|
/**
|
|
1143
1378
|
* Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.
|
|
1379
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-storageclassanalysis.html#cfn-s3-bucket-storageclassanalysis-dataexport}
|
|
1144
1380
|
*/
|
|
1145
1381
|
DataExport?: DataExport | undefined;
|
|
1146
1382
|
};
|
|
1147
1383
|
/**
|
|
1148
1384
|
* Specifies tags to use to identify a subset of objects for an Amazon S3 bucket. For more information, see [Categorizing your storage using tags](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-tagging.html) in the *Amazon Simple Storage Service User Guide* .
|
|
1385
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-tagfilter.html}
|
|
1149
1386
|
*/
|
|
1150
1387
|
export type TagFilter = {
|
|
1151
1388
|
/**
|
|
1152
1389
|
* The tag key.
|
|
1390
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-tagfilter.html#cfn-s3-bucket-tagfilter-key}
|
|
1153
1391
|
*/
|
|
1154
1392
|
Key: string;
|
|
1155
1393
|
/**
|
|
1156
1394
|
* The tag value.
|
|
1395
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-tagfilter.html#cfn-s3-bucket-tagfilter-value}
|
|
1157
1396
|
*/
|
|
1158
1397
|
Value: string;
|
|
1159
1398
|
};
|
|
1160
1399
|
/**
|
|
1161
1400
|
* Amazon S3 key format for log objects. Only one format, PartitionedPrefix or SimplePrefix, is allowed.
|
|
1401
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-targetobjectkeyformat.html}
|
|
1162
1402
|
*/
|
|
1163
1403
|
export type TargetObjectKeyFormat = {
|
|
1164
1404
|
/**
|
|
@@ -1170,48 +1410,59 @@ export type TargetObjectKeyFormat = {
|
|
|
1170
1410
|
};
|
|
1171
1411
|
/**
|
|
1172
1412
|
* The S3 Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without additional operational overhead.
|
|
1413
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-tiering.html}
|
|
1173
1414
|
*/
|
|
1174
1415
|
export type Tiering = {
|
|
1175
1416
|
/**
|
|
1176
1417
|
* S3 Intelligent-Tiering access tier. See [Storage class for automatically optimizing frequently and infrequently accessed objects](https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html#sc-dynamic-data-access) for a list of access tiers in the S3 Intelligent-Tiering storage class.
|
|
1418
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-tiering.html#cfn-s3-bucket-tiering-accesstier}
|
|
1177
1419
|
*/
|
|
1178
1420
|
AccessTier: "ARCHIVE_ACCESS" | "DEEP_ARCHIVE_ACCESS";
|
|
1179
1421
|
/**
|
|
1180
1422
|
* The number of consecutive days of no access after which an object will be eligible to be transitioned to the corresponding tier. The minimum number of days specified for Archive Access tier must be at least 90 days and Deep Archive Access tier must be at least 180 days. The maximum can be up to 2 years (730 days).
|
|
1423
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-tiering.html#cfn-s3-bucket-tiering-days}
|
|
1181
1424
|
*/
|
|
1182
1425
|
Days: number;
|
|
1183
1426
|
};
|
|
1184
1427
|
/**
|
|
1185
1428
|
* A container for specifying the configuration for publication of messages to an Amazon Simple Notification Service (Amazon SNS) topic when Amazon S3 detects specified events.
|
|
1429
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-topicconfiguration.html}
|
|
1186
1430
|
*/
|
|
1187
1431
|
export type TopicConfiguration = {
|
|
1188
1432
|
/**
|
|
1189
1433
|
* The Amazon S3 bucket event about which to send notifications. For more information, see [Supported Event Types](https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html) in the *Amazon S3 User Guide* .
|
|
1434
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-topicconfiguration.html#cfn-s3-bucket-topicconfiguration-event}
|
|
1190
1435
|
*/
|
|
1191
1436
|
Event: string;
|
|
1192
1437
|
/**
|
|
1193
1438
|
* The filtering rules that determine for which objects to send notifications. For example, you can create a filter so that Amazon S3 sends notifications only when image files with a `.jpg` extension are added to the bucket.
|
|
1439
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-topicconfiguration.html#cfn-s3-bucket-topicconfiguration-filter}
|
|
1194
1440
|
*/
|
|
1195
1441
|
Filter?: NotificationFilter | undefined;
|
|
1196
1442
|
/**
|
|
1197
1443
|
* The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3 publishes a message when it detects events of the specified type.
|
|
1444
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-topicconfiguration.html#cfn-s3-bucket-topicconfiguration-topic}
|
|
1198
1445
|
*/
|
|
1199
1446
|
Topic: string;
|
|
1200
1447
|
};
|
|
1201
1448
|
/**
|
|
1202
1449
|
* Specifies when an object transitions to a specified storage class. For more information about Amazon S3 lifecycle configuration rules, see [Transitioning Objects Using Amazon S3 Lifecycle](https://docs.aws.amazon.com/AmazonS3/latest/dev/lifecycle-transition-general-considerations.html) in the *Amazon S3 User Guide* .
|
|
1450
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-transition.html}
|
|
1203
1451
|
*/
|
|
1204
1452
|
export type Transition = {
|
|
1205
1453
|
/**
|
|
1206
1454
|
* The storage class to which you want the object to transition.
|
|
1455
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-transition.html#cfn-s3-bucket-transition-storageclass}
|
|
1207
1456
|
*/
|
|
1208
1457
|
StorageClass: "DEEP_ARCHIVE" | "GLACIER" | "Glacier" | "GLACIER_IR" | "INTELLIGENT_TIERING" | "ONEZONE_IA" | "STANDARD_IA";
|
|
1209
1458
|
/**
|
|
1210
1459
|
* Indicates when objects are transitioned to the specified storage class. The date value must be in ISO 8601 format. The time is always midnight UTC.
|
|
1460
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-transition.html#cfn-s3-bucket-transition-transitiondate}
|
|
1211
1461
|
*/
|
|
1212
1462
|
TransitionDate?: string | undefined;
|
|
1213
1463
|
/**
|
|
1214
1464
|
* Indicates the number of days after creation when objects are transitioned to the specified storage class. If the specified storage class is `INTELLIGENT_TIERING` , `GLACIER_IR` , `GLACIER` , or `DEEP_ARCHIVE` , valid values are `0` or positive integers. If the specified storage class is `STANDARD_IA` or `ONEZONE_IA` , valid values are positive integers greater than `30` . Be aware that some storage classes have a minimum storage duration and that you're charged for transitioning objects before their minimum storage duration. For more information, see [Constraints and considerations for transitions](https://docs.aws.amazon.com/AmazonS3/latest/userguide/lifecycle-transition-general-considerations.html#lifecycle-configuration-constraints) in the *Amazon S3 User Guide* .
|
|
1465
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-transition.html#cfn-s3-bucket-transition-transitionindays}
|
|
1215
1466
|
*/
|
|
1216
1467
|
TransitionInDays?: number | undefined;
|
|
1217
1468
|
};
|
|
@@ -1219,34 +1470,41 @@ export type Transition = {
|
|
|
1219
1470
|
* Describes the versioning state of an Amazon S3 bucket. For more information, see [PUT Bucket versioning](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html) in the *Amazon S3 API Reference* .
|
|
1220
1471
|
*
|
|
1221
1472
|
* > When you enable versioning on a bucket for the first time, it might take a short amount of time for the change to be fully propagated. We recommend that you wait for 15 minutes after enabling versioning before issuing write operations ( `PUT` or `DELETE` ) on objects in the bucket.
|
|
1473
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfiguration.html}
|
|
1222
1474
|
*/
|
|
1223
1475
|
export type VersioningConfiguration = {
|
|
1224
1476
|
/**
|
|
1225
1477
|
* The versioning state of the bucket.
|
|
1226
1478
|
* @default "Suspended"
|
|
1479
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfiguration.html#cfn-s3-bucket-versioningconfiguration-status}
|
|
1227
1480
|
*/
|
|
1228
1481
|
Status: "Enabled" | "Suspended";
|
|
1229
1482
|
};
|
|
1230
1483
|
/**
|
|
1231
1484
|
* Specifies website configuration parameters for an Amazon S3 bucket.
|
|
1485
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-websiteconfiguration.html}
|
|
1232
1486
|
*/
|
|
1233
1487
|
export type WebsiteConfiguration = {
|
|
1234
1488
|
/**
|
|
1235
1489
|
* The name of the error document for the website.
|
|
1490
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-websiteconfiguration.html#cfn-s3-bucket-websiteconfiguration-errordocument}
|
|
1236
1491
|
*/
|
|
1237
1492
|
ErrorDocument?: string | undefined;
|
|
1238
1493
|
/**
|
|
1239
1494
|
* The name of the index document for the website.
|
|
1495
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-websiteconfiguration.html#cfn-s3-bucket-websiteconfiguration-indexdocument}
|
|
1240
1496
|
*/
|
|
1241
1497
|
IndexDocument?: string | undefined;
|
|
1242
1498
|
/**
|
|
1243
1499
|
* The redirect behavior for every request to this bucket's website endpoint.
|
|
1244
1500
|
*
|
|
1245
1501
|
* > If you specify this property, you can't specify any other property.
|
|
1502
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-websiteconfiguration.html#cfn-s3-bucket-websiteconfiguration-redirectallrequeststo}
|
|
1246
1503
|
*/
|
|
1247
1504
|
RedirectAllRequestsTo?: RedirectAllRequestsTo | undefined;
|
|
1248
1505
|
/**
|
|
1249
1506
|
* Rules that define when a redirect is applied and the redirect behavior.
|
|
1507
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-websiteconfiguration.html#cfn-s3-bucket-websiteconfiguration-routingrules}
|
|
1250
1508
|
*/
|
|
1251
1509
|
RoutingRules?: RoutingRule[] | undefined;
|
|
1252
1510
|
};
|