@propulsionworks/cloudformation 0.0.2 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/exports/main.ts +6 -5
- package/lib/assert.ts +62 -0
- package/lib/builder.ts +366 -0
- package/lib/intrinsics.ts +1223 -0
- package/{exports/main → lib}/template.ts +41 -13
- package/out/exports/main.d.ts +6 -5
- package/out/exports/main.d.ts.map +1 -1
- package/out/exports/main.js +6 -5
- package/out/exports/main.js.map +1 -1
- package/out/exports/resources.generated/alexa-ask-skill.d.ts +106 -0
- package/out/exports/resources.generated/aws-accessanalyzer-analyzer.d.ts +154 -0
- package/out/exports/resources.generated/aws-acmpca-certificate.d.ts +462 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthority.d.ts +523 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthorityactivation.d.ts +43 -0
- package/out/exports/resources.generated/aws-acmpca-permission.d.ts +45 -0
- package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +422 -0
- package/out/exports/resources.generated/aws-amazonmq-configuration.d.ts +94 -0
- package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +52 -0
- package/out/exports/resources.generated/aws-amplify-app.d.ts +356 -0
- package/out/exports/resources.generated/aws-amplify-branch.d.ts +206 -0
- package/out/exports/resources.generated/aws-amplify-domain.d.ts +169 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-component.d.ts +558 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-form.d.ts +526 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-theme.d.ts +99 -0
- package/out/exports/resources.generated/aws-apigateway-account.d.ts +32 -0
- package/out/exports/resources.generated/aws-apigateway-apikey.d.ts +82 -0
- package/out/exports/resources.generated/aws-apigateway-authorizer.d.ts +73 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmapping.d.ts +33 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmappingv2.d.ts +43 -0
- package/out/exports/resources.generated/aws-apigateway-clientcertificate.d.ts +33 -0
- package/out/exports/resources.generated/aws-apigateway-deployment.d.ts +271 -0
- package/out/exports/resources.generated/aws-apigateway-documentationpart.d.ts +71 -0
- package/out/exports/resources.generated/aws-apigateway-documentationversion.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigateway-domainname.d.ts +127 -0
- package/out/exports/resources.generated/aws-apigateway-domainnameaccessassociation.d.ts +51 -0
- package/out/exports/resources.generated/aws-apigateway-domainnamev2.d.ts +74 -0
- package/out/exports/resources.generated/aws-apigateway-gatewayresponse.d.ts +48 -0
- package/out/exports/resources.generated/aws-apigateway-method.d.ts +217 -0
- package/out/exports/resources.generated/aws-apigateway-model.d.ts +40 -0
- package/out/exports/resources.generated/aws-apigateway-requestvalidator.d.ts +43 -0
- package/out/exports/resources.generated/aws-apigateway-resource.d.ts +38 -0
- package/out/exports/resources.generated/aws-apigateway-restapi.d.ts +168 -0
- package/out/exports/resources.generated/aws-apigateway-stage.d.ts +189 -0
- package/out/exports/resources.generated/aws-apigateway-usageplan.d.ts +121 -0
- package/out/exports/resources.generated/aws-apigateway-usageplankey.d.ts +38 -0
- package/out/exports/resources.generated/aws-apigateway-vpclink.d.ts +43 -0
- package/out/exports/resources.generated/aws-apigatewayv2-api.d.ts +182 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apigatewaymanagedoverrides.d.ts +183 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apimapping.d.ts +43 -0
- package/out/exports/resources.generated/aws-apigatewayv2-authorizer.d.ts +98 -0
- package/out/exports/resources.generated/aws-apigatewayv2-deployment.d.ts +38 -0
- package/out/exports/resources.generated/aws-apigatewayv2-domainname.d.ts +111 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integration.d.ts +181 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integrationresponse.d.ts +64 -0
- package/out/exports/resources.generated/aws-apigatewayv2-model.d.ts +48 -0
- package/out/exports/resources.generated/aws-apigatewayv2-route.d.ts +83 -0
- package/out/exports/resources.generated/aws-apigatewayv2-routeresponse.d.ts +64 -0
- package/out/exports/resources.generated/aws-apigatewayv2-stage.d.ts +130 -0
- package/out/exports/resources.generated/aws-apigatewayv2-vpclink.d.ts +43 -0
- package/out/exports/resources.generated/aws-appconfig-application.d.ts +58 -0
- package/out/exports/resources.generated/aws-appconfig-configurationprofile.d.ts +158 -0
- package/out/exports/resources.generated/aws-appconfig-deployment.d.ts +114 -0
- package/out/exports/resources.generated/aws-appconfig-deploymentstrategy.d.ts +95 -0
- package/out/exports/resources.generated/aws-appconfig-environment.d.ts +106 -0
- package/out/exports/resources.generated/aws-appconfig-extension.d.ts +136 -0
- package/out/exports/resources.generated/aws-appconfig-extensionassociation.d.ts +63 -0
- package/out/exports/resources.generated/aws-appconfig-hostedconfigurationversion.d.ts +83 -0
- package/out/exports/resources.generated/aws-appflow-connector.d.ts +76 -0
- package/out/exports/resources.generated/aws-appflow-connectorprofile.d.ts +1113 -0
- package/out/exports/resources.generated/aws-appflow-flow.d.ts +1383 -0
- package/out/exports/resources.generated/aws-appintegrations-application.d.ts +93 -0
- package/out/exports/resources.generated/aws-appintegrations-dataintegration.d.ts +133 -0
- package/out/exports/resources.generated/aws-appintegrations-eventintegration.d.ts +75 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalabletarget.d.ts +213 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalingpolicy.d.ts +745 -0
- package/out/exports/resources.generated/aws-applicationinsights-application.d.ts +592 -0
- package/out/exports/resources.generated/aws-applicationsignals-discovery.d.ts +42 -0
- package/out/exports/resources.generated/aws-applicationsignals-servicelevelobjective.d.ts +621 -0
- package/out/exports/resources.generated/aws-appmesh-gatewayroute.d.ts +528 -0
- package/out/exports/resources.generated/aws-appmesh-mesh.d.ts +110 -0
- package/out/exports/resources.generated/aws-appmesh-route.d.ts +620 -0
- package/out/exports/resources.generated/aws-appmesh-virtualgateway.d.ts +594 -0
- package/out/exports/resources.generated/aws-appmesh-virtualnode.d.ts +869 -0
- package/out/exports/resources.generated/aws-appmesh-virtualrouter.d.ts +123 -0
- package/out/exports/resources.generated/aws-appmesh-virtualservice.d.ts +134 -0
- package/out/exports/resources.generated/aws-apprunner-autoscalingconfiguration.d.ts +86 -0
- package/out/exports/resources.generated/aws-apprunner-observabilityconfiguration.d.ts +87 -0
- package/out/exports/resources.generated/aws-apprunner-service.d.ts +525 -0
- package/out/exports/resources.generated/aws-apprunner-vpcconnector.d.ts +70 -0
- package/out/exports/resources.generated/aws-apprunner-vpcingressconnection.d.ts +89 -0
- package/out/exports/resources.generated/aws-appstream-appblock.d.ts +125 -0
- package/out/exports/resources.generated/aws-appstream-appblockbuilder.d.ts +119 -0
- package/out/exports/resources.generated/aws-appstream-application.d.ts +121 -0
- package/out/exports/resources.generated/aws-appstream-applicationentitlementassociation.d.ts +28 -0
- package/out/exports/resources.generated/aws-appstream-applicationfleetassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-appstream-directoryconfig.d.ts +65 -0
- package/out/exports/resources.generated/aws-appstream-entitlement.d.ts +79 -0
- package/out/exports/resources.generated/aws-appstream-fleet.d.ts +255 -0
- package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +176 -0
- package/out/exports/resources.generated/aws-appstream-stack.d.ts +185 -0
- package/out/exports/resources.generated/aws-appstream-stackfleetassociation.d.ts +36 -0
- package/out/exports/resources.generated/aws-appstream-stackuserassociation.d.ts +44 -0
- package/out/exports/resources.generated/aws-appstream-user.d.ts +51 -0
- package/out/exports/resources.generated/aws-appsync-api.d.ts +228 -0
- package/out/exports/resources.generated/aws-appsync-apicache.d.ts +89 -0
- package/out/exports/resources.generated/aws-appsync-apikey.d.ts +48 -0
- package/out/exports/resources.generated/aws-appsync-channelnamespace.d.ts +151 -0
- package/out/exports/resources.generated/aws-appsync-datasource.d.ts +326 -0
- package/out/exports/resources.generated/aws-appsync-domainname.d.ts +69 -0
- package/out/exports/resources.generated/aws-appsync-domainnameapiassociation.d.ts +35 -0
- package/out/exports/resources.generated/aws-appsync-functionconfiguration.d.ts +177 -0
- package/out/exports/resources.generated/aws-appsync-graphqlapi.d.ts +383 -0
- package/out/exports/resources.generated/aws-appsync-graphqlschema.d.ts +48 -0
- package/out/exports/resources.generated/aws-appsync-resolver.d.ts +221 -0
- package/out/exports/resources.generated/aws-appsync-sourceapiassociation.d.ts +107 -0
- package/out/exports/resources.generated/aws-apptest-testcase.d.ts +493 -0
- package/out/exports/resources.generated/aws-aps-rulegroupsnamespace.d.ts +49 -0
- package/out/exports/resources.generated/aws-aps-scraper.d.ts +156 -0
- package/out/exports/resources.generated/aws-aps-workspace.d.ts +218 -0
- package/out/exports/resources.generated/aws-arczonalshift-autoshiftobservernotificationstatus.d.ts +36 -0
- package/out/exports/resources.generated/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +125 -0
- package/out/exports/resources.generated/aws-athena-capacityreservation.d.ts +96 -0
- package/out/exports/resources.generated/aws-athena-datacatalog.d.ts +92 -0
- package/out/exports/resources.generated/aws-athena-namedquery.d.ts +58 -0
- package/out/exports/resources.generated/aws-athena-preparedstatement.d.ts +41 -0
- package/out/exports/resources.generated/aws-athena-workgroup.d.ts +321 -0
- package/out/exports/resources.generated/aws-auditmanager-assessment.d.ts +268 -0
- package/out/exports/resources.generated/aws-autoscaling-autoscalinggroup.d.ts +1188 -0
- package/out/exports/resources.generated/aws-autoscaling-launchconfiguration.d.ts +283 -0
- package/out/exports/resources.generated/aws-autoscaling-lifecyclehook.d.ts +72 -0
- package/out/exports/resources.generated/aws-autoscaling-scalingpolicy.d.ts +708 -0
- package/out/exports/resources.generated/aws-autoscaling-scheduledaction.d.ts +81 -0
- package/out/exports/resources.generated/aws-autoscaling-warmpool.d.ts +69 -0
- package/out/exports/resources.generated/aws-autoscalingplans-scalingplan.d.ts +408 -0
- package/out/exports/resources.generated/aws-b2bi-capability.d.ts +170 -0
- package/out/exports/resources.generated/aws-b2bi-partnership.d.ts +263 -0
- package/out/exports/resources.generated/aws-b2bi-profile.d.ts +93 -0
- package/out/exports/resources.generated/aws-b2bi-transformer.d.ts +254 -0
- package/out/exports/resources.generated/aws-backup-backupplan.d.ts +217 -0
- package/out/exports/resources.generated/aws-backup-backupselection.d.ts +141 -0
- package/out/exports/resources.generated/aws-backup-backupvault.d.ts +119 -0
- package/out/exports/resources.generated/aws-backup-framework.d.ts +119 -0
- package/out/exports/resources.generated/aws-backup-logicallyairgappedbackupvault.d.ts +93 -0
- package/out/exports/resources.generated/aws-backup-reportplan.d.ts +100 -0
- package/out/exports/resources.generated/aws-backup-restoretestingplan.d.ts +110 -0
- package/out/exports/resources.generated/aws-backup-restoretestingselection.d.ts +111 -0
- package/out/exports/resources.generated/aws-backupgateway-hypervisor.d.ts +83 -0
- package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +498 -0
- package/out/exports/resources.generated/aws-batch-consumableresource.d.ts +71 -0
- package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +1586 -0
- package/out/exports/resources.generated/aws-batch-jobqueue.d.ts +110 -0
- package/out/exports/resources.generated/aws-batch-schedulingpolicy.d.ts +98 -0
- package/out/exports/resources.generated/aws-bcmdataexports-export.d.ts +214 -0
- package/out/exports/resources.generated/aws-bedrock-agent.d.ts +706 -0
- package/out/exports/resources.generated/aws-bedrock-agentalias.d.ts +118 -0
- package/out/exports/resources.generated/aws-bedrock-applicationinferenceprofile.d.ts +121 -0
- package/out/exports/resources.generated/aws-bedrock-blueprint.d.ts +77 -0
- package/out/exports/resources.generated/aws-bedrock-dataautomationproject.d.ts +654 -0
- package/out/exports/resources.generated/aws-bedrock-datasource.d.ts +912 -0
- package/out/exports/resources.generated/aws-bedrock-flow.d.ts +733 -0
- package/out/exports/resources.generated/aws-bedrock-flowalias.d.ts +122 -0
- package/out/exports/resources.generated/aws-bedrock-flowversion.d.ts +80 -0
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +663 -0
- package/out/exports/resources.generated/aws-bedrock-guardrailversion.d.ts +52 -0
- package/out/exports/resources.generated/aws-bedrock-intelligentpromptrouter.d.ts +121 -0
- package/out/exports/resources.generated/aws-bedrock-knowledgebase.d.ts +1153 -0
- package/out/exports/resources.generated/aws-bedrock-prompt.d.ts +477 -0
- package/out/exports/resources.generated/aws-bedrock-promptversion.d.ts +92 -0
- package/out/exports/resources.generated/aws-billingconductor-billinggroup.d.ts +116 -0
- package/out/exports/resources.generated/aws-billingconductor-customlineitem.d.ts +194 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingplan.d.ts +63 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingrule.d.ts +124 -0
- package/out/exports/resources.generated/aws-budgets-budget.d.ts +473 -0
- package/out/exports/resources.generated/aws-budgets-budgetsaction.d.ts +191 -0
- package/out/exports/resources.generated/aws-cassandra-keyspace.d.ts +73 -0
- package/out/exports/resources.generated/aws-cassandra-table.d.ts +370 -0
- package/out/exports/resources.generated/aws-cassandra-type.d.ts +82 -0
- package/out/exports/resources.generated/aws-ce-anomalymonitor.d.ts +81 -0
- package/out/exports/resources.generated/aws-ce-anomalysubscription.d.ts +108 -0
- package/out/exports/resources.generated/aws-ce-costcategory.d.ts +65 -0
- package/out/exports/resources.generated/aws-certificatemanager-account.d.ts +41 -0
- package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +125 -0
- package/out/exports/resources.generated/aws-chatbot-customaction.d.ts +145 -0
- package/out/exports/resources.generated/aws-chatbot-microsoftteamschannelconfiguration.d.ts +125 -0
- package/out/exports/resources.generated/aws-chatbot-slackchannelconfiguration.d.ts +107 -0
- package/out/exports/resources.generated/aws-cleanrooms-analysistemplate.d.ts +250 -0
- package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +300 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtable.d.ts +466 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtableassociation.d.ts +175 -0
- package/out/exports/resources.generated/aws-cleanrooms-idmappingtable.d.ts +102 -0
- package/out/exports/resources.generated/aws-cleanrooms-idnamespaceassociation.d.ts +113 -0
- package/out/exports/resources.generated/aws-cleanrooms-membership.d.ts +321 -0
- package/out/exports/resources.generated/aws-cleanrooms-privacybudgettemplate.d.ts +93 -0
- package/out/exports/resources.generated/aws-cleanroomsml-trainingdataset.d.ts +180 -0
- package/out/exports/resources.generated/aws-cloud9-environmentec2.d.ts +116 -0
- package/out/exports/resources.generated/aws-cloudformation-customresource.d.ts +44 -0
- package/out/exports/resources.generated/aws-cloudformation-guardhook.d.ts +214 -0
- package/out/exports/resources.generated/aws-cloudformation-hookdefaultversion.d.ts +81 -0
- package/out/exports/resources.generated/aws-cloudformation-hooktypeconfig.d.ts +95 -0
- package/out/exports/resources.generated/aws-cloudformation-hookversion.d.ts +118 -0
- package/out/exports/resources.generated/aws-cloudformation-lambdahook.d.ts +185 -0
- package/out/exports/resources.generated/aws-cloudformation-macro.d.ts +53 -0
- package/out/exports/resources.generated/aws-cloudformation-moduledefaultversion.d.ts +70 -0
- package/out/exports/resources.generated/aws-cloudformation-moduleversion.d.ts +95 -0
- package/out/exports/resources.generated/aws-cloudformation-publictypeversion.d.ts +172 -0
- package/out/exports/resources.generated/aws-cloudformation-publisher.d.ts +62 -0
- package/out/exports/resources.generated/aws-cloudformation-resourcedefaultversion.d.ts +77 -0
- package/out/exports/resources.generated/aws-cloudformation-resourceversion.d.ts +141 -0
- package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +221 -0
- package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +456 -0
- package/out/exports/resources.generated/aws-cloudformation-typeactivation.d.ts +206 -0
- package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +49 -0
- package/out/exports/resources.generated/aws-cloudformation-waitconditionhandle.d.ts +34 -0
- package/out/exports/resources.generated/aws-cloudfront-anycastiplist.d.ts +57 -0
- package/out/exports/resources.generated/aws-cloudfront-cachepolicy.d.ts +218 -0
- package/out/exports/resources.generated/aws-cloudfront-cloudfrontoriginaccessidentity.d.ts +44 -0
- package/out/exports/resources.generated/aws-cloudfront-connectiongroup.d.ts +85 -0
- package/out/exports/resources.generated/aws-cloudfront-continuousdeploymentpolicy.d.ts +174 -0
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +1341 -0
- package/out/exports/resources.generated/aws-cloudfront-distributiontenant.d.ts +203 -0
- package/out/exports/resources.generated/aws-cloudfront-function.d.ts +106 -0
- package/out/exports/resources.generated/aws-cloudfront-keygroup.d.ts +60 -0
- package/out/exports/resources.generated/aws-cloudfront-keyvaluestore.d.ts +64 -0
- package/out/exports/resources.generated/aws-cloudfront-monitoringsubscription.d.ts +45 -0
- package/out/exports/resources.generated/aws-cloudfront-originaccesscontrol.d.ts +80 -0
- package/out/exports/resources.generated/aws-cloudfront-originrequestpolicy.d.ts +155 -0
- package/out/exports/resources.generated/aws-cloudfront-publickey.d.ts +59 -0
- package/out/exports/resources.generated/aws-cloudfront-realtimelogconfig.d.ts +81 -0
- package/out/exports/resources.generated/aws-cloudfront-responseheaderspolicy.d.ts +476 -0
- package/out/exports/resources.generated/aws-cloudfront-streamingdistribution.d.ts +139 -0
- package/out/exports/resources.generated/aws-cloudfront-vpcorigin.d.ts +95 -0
- package/out/exports/resources.generated/aws-cloudtrail-channel.d.ts +67 -0
- package/out/exports/resources.generated/aws-cloudtrail-dashboard.d.ts +149 -0
- package/out/exports/resources.generated/aws-cloudtrail-eventdatastore.d.ts +307 -0
- package/out/exports/resources.generated/aws-cloudtrail-resourcepolicy.d.ts +31 -0
- package/out/exports/resources.generated/aws-cloudtrail-trail.d.ts +413 -0
- package/out/exports/resources.generated/aws-cloudwatch-alarm.d.ts +294 -0
- package/out/exports/resources.generated/aws-cloudwatch-anomalydetector.d.ts +289 -0
- package/out/exports/resources.generated/aws-cloudwatch-compositealarm.d.ts +126 -0
- package/out/exports/resources.generated/aws-cloudwatch-dashboard.d.ts +29 -0
- package/out/exports/resources.generated/aws-cloudwatch-insightrule.d.ts +56 -0
- package/out/exports/resources.generated/aws-cloudwatch-metricstream.d.ts +269 -0
- package/out/exports/resources.generated/aws-codeartifact-domain.d.ts +64 -0
- package/out/exports/resources.generated/aws-codeartifact-packagegroup.d.ts +111 -0
- package/out/exports/resources.generated/aws-codeartifact-repository.d.ts +91 -0
- package/out/exports/resources.generated/aws-codebuild-fleet.d.ts +263 -0
- package/out/exports/resources.generated/aws-codebuild-project.d.ts +865 -0
- package/out/exports/resources.generated/aws-codebuild-reportgroup.d.ts +118 -0
- package/out/exports/resources.generated/aws-codebuild-sourcecredential.d.ts +46 -0
- package/out/exports/resources.generated/aws-codecommit-repository.d.ts +158 -0
- package/out/exports/resources.generated/aws-codeconnections-connection.d.ts +70 -0
- package/out/exports/resources.generated/aws-codedeploy-application.d.ts +30 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentconfig.d.ts +180 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentgroup.d.ts +656 -0
- package/out/exports/resources.generated/aws-codeguruprofiler-profilinggroup.d.ts +77 -0
- package/out/exports/resources.generated/aws-codegurureviewer-repositoryassociation.d.ts +94 -0
- package/out/exports/resources.generated/aws-codepipeline-customactiontype.d.ts +153 -0
- package/out/exports/resources.generated/aws-codepipeline-pipeline.d.ts +703 -0
- package/out/exports/resources.generated/aws-codepipeline-webhook.d.ts +121 -0
- package/out/exports/resources.generated/aws-codestar-githubrepository.d.ts +98 -0
- package/out/exports/resources.generated/aws-codestarconnections-connection.d.ts +68 -0
- package/out/exports/resources.generated/aws-codestarconnections-repositorylink.d.ts +64 -0
- package/out/exports/resources.generated/aws-codestarconnections-syncconfiguration.d.ts +77 -0
- package/out/exports/resources.generated/aws-codestarnotifications-notificationrule.d.ts +104 -0
- package/out/exports/resources.generated/aws-cognito-identitypool.d.ts +163 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolprincipaltag.d.ts +33 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolroleattachment.d.ts +111 -0
- package/out/exports/resources.generated/aws-cognito-logdeliveryconfiguration.d.ts +99 -0
- package/out/exports/resources.generated/aws-cognito-managedloginbranding.d.ts +110 -0
- package/out/exports/resources.generated/aws-cognito-userpool.d.ts +788 -0
- package/out/exports/resources.generated/aws-cognito-userpoolclient.d.ts +315 -0
- package/out/exports/resources.generated/aws-cognito-userpooldomain.d.ts +56 -0
- package/out/exports/resources.generated/aws-cognito-userpoolgroup.d.ts +44 -0
- package/out/exports/resources.generated/aws-cognito-userpoolidentityprovider.d.ts +71 -0
- package/out/exports/resources.generated/aws-cognito-userpoolresourceserver.d.ts +55 -0
- package/out/exports/resources.generated/aws-cognito-userpoolriskconfigurationattachment.d.ts +200 -0
- package/out/exports/resources.generated/aws-cognito-userpooluicustomizationattachment.d.ts +28 -0
- package/out/exports/resources.generated/aws-cognito-userpooluser.d.ts +102 -0
- package/out/exports/resources.generated/aws-cognito-userpoolusertogroupattachment.d.ts +38 -0
- package/out/exports/resources.generated/aws-comprehend-documentclassifier.d.ts +299 -0
- package/out/exports/resources.generated/aws-comprehend-flywheel.d.ts +201 -0
- package/out/exports/resources.generated/aws-config-aggregationauthorization.d.ts +41 -0
- package/out/exports/resources.generated/aws-config-configrule.d.ts +230 -0
- package/out/exports/resources.generated/aws-config-configurationaggregator.d.ts +88 -0
- package/out/exports/resources.generated/aws-config-configurationrecorder.d.ts +355 -0
- package/out/exports/resources.generated/aws-config-conformancepack.d.ts +91 -0
- package/out/exports/resources.generated/aws-config-deliverychannel.d.ts +115 -0
- package/out/exports/resources.generated/aws-config-organizationconfigrule.d.ts +244 -0
- package/out/exports/resources.generated/aws-config-organizationconformancepack.d.ts +80 -0
- package/out/exports/resources.generated/aws-config-remediationconfiguration.d.ts +107 -0
- package/out/exports/resources.generated/aws-config-storedquery.d.ts +62 -0
- package/out/exports/resources.generated/aws-connect-agentstatus.d.ts +82 -0
- package/out/exports/resources.generated/aws-connect-approvedorigin.d.ts +29 -0
- package/out/exports/resources.generated/aws-connect-contactflow.d.ts +73 -0
- package/out/exports/resources.generated/aws-connect-contactflowmodule.d.ts +75 -0
- package/out/exports/resources.generated/aws-connect-contactflowversion.d.ts +53 -0
- package/out/exports/resources.generated/aws-connect-emailaddress.d.ts +61 -0
- package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +444 -0
- package/out/exports/resources.generated/aws-connect-hoursofoperation.d.ts +182 -0
- package/out/exports/resources.generated/aws-connect-instance.d.ts +125 -0
- package/out/exports/resources.generated/aws-connect-instancestorageconfig.d.ts +160 -0
- package/out/exports/resources.generated/aws-connect-integrationassociation.d.ts +53 -0
- package/out/exports/resources.generated/aws-connect-phonenumber.d.ts +73 -0
- package/out/exports/resources.generated/aws-connect-predefinedattribute.d.ts +49 -0
- package/out/exports/resources.generated/aws-connect-prompt.d.ts +57 -0
- package/out/exports/resources.generated/aws-connect-queue.d.ts +134 -0
- package/out/exports/resources.generated/aws-connect-quickconnect.d.ts +133 -0
- package/out/exports/resources.generated/aws-connect-routingprofile.d.ts +155 -0
- package/out/exports/resources.generated/aws-connect-rule.d.ts +317 -0
- package/out/exports/resources.generated/aws-connect-securitykey.d.ts +47 -0
- package/out/exports/resources.generated/aws-connect-securityprofile.d.ts +118 -0
- package/out/exports/resources.generated/aws-connect-tasktemplate.d.ts +192 -0
- package/out/exports/resources.generated/aws-connect-trafficdistributiongroup.d.ts +63 -0
- package/out/exports/resources.generated/aws-connect-user.d.ts +181 -0
- package/out/exports/resources.generated/aws-connect-userhierarchygroup.d.ts +46 -0
- package/out/exports/resources.generated/aws-connect-userhierarchystructure.d.ts +146 -0
- package/out/exports/resources.generated/aws-connect-view.d.ts +83 -0
- package/out/exports/resources.generated/aws-connect-viewversion.d.ts +59 -0
- package/out/exports/resources.generated/aws-connectcampaigns-campaign.d.ts +209 -0
- package/out/exports/resources.generated/aws-connectcampaignsv2-campaign.d.ts +622 -0
- package/out/exports/resources.generated/aws-controltower-enabledbaseline.d.ts +75 -0
- package/out/exports/resources.generated/aws-controltower-enabledcontrol.d.ts +55 -0
- package/out/exports/resources.generated/aws-controltower-landingzone.d.ts +75 -0
- package/out/exports/resources.generated/aws-cur-reportdefinition.d.ts +88 -0
- package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +163 -0
- package/out/exports/resources.generated/aws-customerprofiles-domain.d.ts +294 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventstream.d.ts +61 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventtrigger.d.ts +177 -0
- package/out/exports/resources.generated/aws-customerprofiles-integration.d.ts +471 -0
- package/out/exports/resources.generated/aws-customerprofiles-objecttype.d.ts +179 -0
- package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +423 -0
- package/out/exports/resources.generated/aws-databrew-dataset.d.ts +405 -0
- package/out/exports/resources.generated/aws-databrew-job.d.ts +538 -0
- package/out/exports/resources.generated/aws-databrew-project.d.ts +66 -0
- package/out/exports/resources.generated/aws-databrew-recipe.d.ts +682 -0
- package/out/exports/resources.generated/aws-databrew-ruleset.d.ts +155 -0
- package/out/exports/resources.generated/aws-databrew-schedule.d.ts +37 -0
- package/out/exports/resources.generated/aws-datapipeline-pipeline.d.ts +186 -0
- package/out/exports/resources.generated/aws-datasync-agent.d.ts +84 -0
- package/out/exports/resources.generated/aws-datasync-locationazureblob.d.ts +155 -0
- package/out/exports/resources.generated/aws-datasync-locationefs.d.ts +108 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxlustre.d.ts +62 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxontap.d.ts +193 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxopenzfs.d.ts +104 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxwindows.d.ts +85 -0
- package/out/exports/resources.generated/aws-datasync-locationhdfs.d.ts +159 -0
- package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +99 -0
- package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +160 -0
- package/out/exports/resources.generated/aws-datasync-locations3.d.ts +92 -0
- package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +162 -0
- package/out/exports/resources.generated/aws-datasync-storagesystem.d.ts +111 -0
- package/out/exports/resources.generated/aws-datasync-task.d.ts +525 -0
- package/out/exports/resources.generated/aws-datazone-connection.d.ts +731 -0
- package/out/exports/resources.generated/aws-datazone-datasource.d.ts +393 -0
- package/out/exports/resources.generated/aws-datazone-domain.d.ts +146 -0
- package/out/exports/resources.generated/aws-datazone-domainunit.d.ts +89 -0
- package/out/exports/resources.generated/aws-datazone-environment.d.ts +167 -0
- package/out/exports/resources.generated/aws-datazone-environmentactions.d.ts +92 -0
- package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +124 -0
- package/out/exports/resources.generated/aws-datazone-environmentprofile.d.ts +124 -0
- package/out/exports/resources.generated/aws-datazone-groupprofile.d.ts +60 -0
- package/out/exports/resources.generated/aws-datazone-owner.d.ts +67 -0
- package/out/exports/resources.generated/aws-datazone-project.d.ts +137 -0
- package/out/exports/resources.generated/aws-datazone-projectmembership.d.ts +50 -0
- package/out/exports/resources.generated/aws-datazone-subscriptiontarget.d.ts +132 -0
- package/out/exports/resources.generated/aws-datazone-userprofile.d.ts +71 -0
- package/out/exports/resources.generated/aws-dax-cluster.d.ts +143 -0
- package/out/exports/resources.generated/aws-dax-parametergroup.d.ts +39 -0
- package/out/exports/resources.generated/aws-dax-subnetgroup.d.ts +37 -0
- package/out/exports/resources.generated/aws-deadline-farm.d.ts +60 -0
- package/out/exports/resources.generated/aws-deadline-fleet.d.ts +521 -0
- package/out/exports/resources.generated/aws-deadline-licenseendpoint.d.ts +73 -0
- package/out/exports/resources.generated/aws-deadline-limit.d.ts +75 -0
- package/out/exports/resources.generated/aws-deadline-meteredproduct.d.ts +57 -0
- package/out/exports/resources.generated/aws-deadline-monitor.d.ts +67 -0
- package/out/exports/resources.generated/aws-deadline-queue.d.ts +186 -0
- package/out/exports/resources.generated/aws-deadline-queueenvironment.d.ts +64 -0
- package/out/exports/resources.generated/aws-deadline-queuefleetassociation.d.ts +31 -0
- package/out/exports/resources.generated/aws-deadline-queuelimitassociation.d.ts +31 -0
- package/out/exports/resources.generated/aws-deadline-storageprofile.d.ts +83 -0
- package/out/exports/resources.generated/aws-detective-graph.d.ts +36 -0
- package/out/exports/resources.generated/aws-detective-memberinvitation.d.ts +44 -0
- package/out/exports/resources.generated/aws-detective-organizationadmin.d.ts +29 -0
- package/out/exports/resources.generated/aws-devopsguru-loganomalydetectionintegration.d.ts +22 -0
- package/out/exports/resources.generated/aws-devopsguru-notificationchannel.d.ts +103 -0
- package/out/exports/resources.generated/aws-devopsguru-resourcecollection.d.ts +99 -0
- package/out/exports/resources.generated/aws-directoryservice-microsoftad.d.ts +88 -0
- package/out/exports/resources.generated/aws-directoryservice-simplead.d.ts +93 -0
- package/out/exports/resources.generated/aws-dlm-lifecyclepolicy.d.ts +793 -0
- package/out/exports/resources.generated/aws-dms-certificate.d.ts +37 -0
- package/out/exports/resources.generated/aws-dms-datamigration.d.ts +132 -0
- package/out/exports/resources.generated/aws-dms-dataprovider.d.ts +1144 -0
- package/out/exports/resources.generated/aws-dms-endpoint.d.ts +1758 -0
- package/out/exports/resources.generated/aws-dms-eventsubscription.d.ts +63 -0
- package/out/exports/resources.generated/aws-dms-instanceprofile.d.ts +99 -0
- package/out/exports/resources.generated/aws-dms-migrationproject.d.ts +132 -0
- package/out/exports/resources.generated/aws-dms-replicationconfig.d.ts +138 -0
- package/out/exports/resources.generated/aws-dms-replicationinstance.d.ts +145 -0
- package/out/exports/resources.generated/aws-dms-replicationsubnetgroup.d.ts +46 -0
- package/out/exports/resources.generated/aws-dms-replicationtask.d.ts +109 -0
- package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +301 -0
- package/out/exports/resources.generated/aws-docdb-dbclusterparametergroup.d.ts +65 -0
- package/out/exports/resources.generated/aws-docdb-dbinstance.d.ts +110 -0
- package/out/exports/resources.generated/aws-docdb-dbsubnetgroup.d.ts +46 -0
- package/out/exports/resources.generated/aws-docdb-eventsubscription.d.ts +72 -0
- package/out/exports/resources.generated/aws-docdbelastic-cluster.d.ts +132 -0
- package/out/exports/resources.generated/aws-dsql-cluster.d.ts +107 -0
- package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +767 -0
- package/out/exports/resources.generated/aws-dynamodb-table.d.ts +607 -0
- package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +226 -0
- package/out/exports/resources.generated/aws-ec2-capacityreservationfleet.d.ts +146 -0
- package/out/exports/resources.generated/aws-ec2-carriergateway.d.ts +43 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnauthorizationrule.d.ts +47 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnendpoint.d.ts +291 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnroute.d.ts +53 -0
- package/out/exports/resources.generated/aws-ec2-clientvpntargetnetworkassociation.d.ts +32 -0
- package/out/exports/resources.generated/aws-ec2-customergateway.d.ts +68 -0
- package/out/exports/resources.generated/aws-ec2-dhcpoptions.d.ts +62 -0
- package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +1000 -0
- package/out/exports/resources.generated/aws-ec2-egressonlyinternetgateway.d.ts +32 -0
- package/out/exports/resources.generated/aws-ec2-eip.d.ts +86 -0
- package/out/exports/resources.generated/aws-ec2-eipassociation.d.ts +53 -0
- package/out/exports/resources.generated/aws-ec2-enclavecertificateiamroleassociation.d.ts +57 -0
- package/out/exports/resources.generated/aws-ec2-flowlog.d.ts +113 -0
- package/out/exports/resources.generated/aws-ec2-gatewayroutetableassociation.d.ts +33 -0
- package/out/exports/resources.generated/aws-ec2-host.d.ts +72 -0
- package/out/exports/resources.generated/aws-ec2-instance.d.ts +824 -0
- package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +61 -0
- package/out/exports/resources.generated/aws-ec2-internetgateway.d.ts +28 -0
- package/out/exports/resources.generated/aws-ec2-ipam.d.ts +120 -0
- package/out/exports/resources.generated/aws-ec2-ipamallocation.d.ts +53 -0
- package/out/exports/resources.generated/aws-ec2-ipampool.d.ts +186 -0
- package/out/exports/resources.generated/aws-ec2-ipampoolcidr.d.ts +43 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscovery.d.ts +106 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscoveryassociation.d.ts +86 -0
- package/out/exports/resources.generated/aws-ec2-ipamscope.d.ts +67 -0
- package/out/exports/resources.generated/aws-ec2-keypair.d.ts +89 -0
- package/out/exports/resources.generated/aws-ec2-launchtemplate.d.ts +1546 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroute.d.ts +75 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetable.d.ts +58 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.d.ts +58 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevpcassociation.d.ts +48 -0
- package/out/exports/resources.generated/aws-ec2-natgateway.d.ts +85 -0
- package/out/exports/resources.generated/aws-ec2-networkacl.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-networkaclentry.d.ts +110 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscope.d.ts +166 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscopeanalysis.d.ts +68 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsanalysis.d.ts +78 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightspath.d.ts +138 -0
- package/out/exports/resources.generated/aws-ec2-networkinterface.d.ts +214 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfaceattachment.d.ts +69 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfacepermission.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-networkperformancemetricsubscription.d.ts +33 -0
- package/out/exports/resources.generated/aws-ec2-placementgroup.d.ts +54 -0
- package/out/exports/resources.generated/aws-ec2-prefixlist.d.ts +94 -0
- package/out/exports/resources.generated/aws-ec2-route.d.ts +108 -0
- package/out/exports/resources.generated/aws-ec2-routeserver.d.ts +69 -0
- package/out/exports/resources.generated/aws-ec2-routeserverassociation.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-routeserverendpoint.d.ts +66 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpeer.d.ts +103 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpropagation.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-routetable.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-securitygroup.d.ts +241 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupegress.d.ts +99 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupingress.d.ts +119 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupvpcassociation.d.ts +47 -0
- package/out/exports/resources.generated/aws-ec2-snapshotblockpublicaccess.d.ts +33 -0
- package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +1256 -0
- package/out/exports/resources.generated/aws-ec2-subnet.d.ts +175 -0
- package/out/exports/resources.generated/aws-ec2-subnetcidrblock.d.ts +56 -0
- package/out/exports/resources.generated/aws-ec2-subnetnetworkaclassociation.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-subnetroutetableassociation.d.ts +35 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilter.d.ts +47 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +103 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorsession.d.ts +80 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrortarget.d.ts +59 -0
- package/out/exports/resources.generated/aws-ec2-transitgateway.d.ts +111 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayattachment.d.ts +77 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayconnect.d.ts +70 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomain.d.ts +75 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomainassociation.d.ts +52 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupmember.d.ts +68 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupsource.d.ts +72 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaypeeringattachment.d.ts +63 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroute.d.ts +33 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetable.d.ts +33 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetableassociation.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetablepropagation.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayvpcattachment.d.ts +75 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessendpoint.d.ts +301 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessgroup.d.ts +91 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessinstance.d.ts +172 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccesstrustprovider.d.ts +195 -0
- package/out/exports/resources.generated/aws-ec2-volume.d.ts +178 -0
- package/out/exports/resources.generated/aws-ec2-volumeattachment.d.ts +40 -0
- package/out/exports/resources.generated/aws-ec2-vpc.d.ts +102 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessexclusion.d.ts +70 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessoptions.d.ts +31 -0
- package/out/exports/resources.generated/aws-ec2-vpccidrblock.d.ts +97 -0
- package/out/exports/resources.generated/aws-ec2-vpcdhcpoptionsassociation.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpoint.d.ts +154 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointconnectionnotification.d.ts +47 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservice.d.ts +81 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservicepermissions.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-vpcgatewayattachment.d.ts +42 -0
- package/out/exports/resources.generated/aws-ec2-vpcpeeringconnection.d.ts +71 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +423 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnectionroute.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-vpngateway.d.ts +43 -0
- package/out/exports/resources.generated/aws-ec2-vpngatewayroutepropagation.d.ts +37 -0
- package/out/exports/resources.generated/aws-ecr-publicrepository.d.ts +54 -0
- package/out/exports/resources.generated/aws-ecr-pullthroughcacherule.d.ts +43 -0
- package/out/exports/resources.generated/aws-ecr-registrypolicy.d.ts +32 -0
- package/out/exports/resources.generated/aws-ecr-registryscanningconfiguration.d.ts +80 -0
- package/out/exports/resources.generated/aws-ecr-replicationconfiguration.d.ts +96 -0
- package/out/exports/resources.generated/aws-ecr-repository.d.ts +135 -0
- package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +120 -0
- package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +113 -0
- package/out/exports/resources.generated/aws-ecs-cluster.d.ts +252 -0
- package/out/exports/resources.generated/aws-ecs-clustercapacityproviderassociations.d.ts +62 -0
- package/out/exports/resources.generated/aws-ecs-primarytaskset.d.ts +28 -0
- package/out/exports/resources.generated/aws-ecs-service.d.ts +1000 -0
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +1524 -0
- package/out/exports/resources.generated/aws-ecs-taskset.d.ts +266 -0
- package/out/exports/resources.generated/aws-efs-accesspoint.d.ts +126 -0
- package/out/exports/resources.generated/aws-efs-filesystem.d.ts +220 -0
- package/out/exports/resources.generated/aws-efs-mounttarget.d.ts +52 -0
- package/out/exports/resources.generated/aws-eks-accessentry.d.ts +112 -0
- package/out/exports/resources.generated/aws-eks-addon.d.ts +105 -0
- package/out/exports/resources.generated/aws-eks-cluster.d.ts +556 -0
- package/out/exports/resources.generated/aws-eks-fargateprofile.d.ts +113 -0
- package/out/exports/resources.generated/aws-eks-identityproviderconfig.d.ts +113 -0
- package/out/exports/resources.generated/aws-eks-nodegroup.d.ts +298 -0
- package/out/exports/resources.generated/aws-eks-podidentityassociation.d.ts +65 -0
- package/out/exports/resources.generated/aws-elasticache-cachecluster.d.ts +357 -0
- package/out/exports/resources.generated/aws-elasticache-globalreplicationgroup.d.ts +142 -0
- package/out/exports/resources.generated/aws-elasticache-parametergroup.d.ts +52 -0
- package/out/exports/resources.generated/aws-elasticache-replicationgroup.d.ts +527 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroup.d.ts +36 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroupingress.d.ts +41 -0
- package/out/exports/resources.generated/aws-elasticache-serverlesscache.d.ts +202 -0
- package/out/exports/resources.generated/aws-elasticache-subnetgroup.d.ts +37 -0
- package/out/exports/resources.generated/aws-elasticache-user.d.ts +83 -0
- package/out/exports/resources.generated/aws-elasticache-usergroup.d.ts +49 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-application.d.ts +128 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-applicationversion.d.ts +65 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-configurationtemplate.d.ts +130 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-environment.d.ts +178 -0
- package/out/exports/resources.generated/aws-elasticloadbalancing-loadbalancer.d.ts +360 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +509 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenercertificate.d.ts +43 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +591 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +242 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-targetgroup.d.ts +263 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststore.d.ts +58 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststorerevocation.d.ts +60 -0
- package/out/exports/resources.generated/aws-elasticsearch-domain.d.ts +440 -0
- package/out/exports/resources.generated/aws-emr-cluster.d.ts +1066 -0
- package/out/exports/resources.generated/aws-emr-instancefleetconfig.d.ts +355 -0
- package/out/exports/resources.generated/aws-emr-instancegroupconfig.d.ts +341 -0
- package/out/exports/resources.generated/aws-emr-securityconfiguration.d.ts +23 -0
- package/out/exports/resources.generated/aws-emr-step.d.ts +85 -0
- package/out/exports/resources.generated/aws-emr-studio.d.ts +144 -0
- package/out/exports/resources.generated/aws-emr-studiosessionmapping.d.ts +36 -0
- package/out/exports/resources.generated/aws-emr-walworkspace.d.ts +26 -0
- package/out/exports/resources.generated/aws-emrcontainers-virtualcluster.d.ts +119 -0
- package/out/exports/resources.generated/aws-emrserverless-application.d.ts +446 -0
- package/out/exports/resources.generated/aws-entityresolution-idmappingworkflow.d.ts +219 -0
- package/out/exports/resources.generated/aws-entityresolution-idnamespace.d.ts +193 -0
- package/out/exports/resources.generated/aws-entityresolution-matchingworkflow.d.ts +255 -0
- package/out/exports/resources.generated/aws-entityresolution-policystatement.d.ts +51 -0
- package/out/exports/resources.generated/aws-entityresolution-schemamapping.d.ts +122 -0
- package/out/exports/resources.generated/aws-events-apidestination.d.ts +93 -0
- package/out/exports/resources.generated/aws-events-archive.d.ts +75 -0
- package/out/exports/resources.generated/aws-events-connection.d.ts +353 -0
- package/out/exports/resources.generated/aws-events-endpoint.d.ts +170 -0
- package/out/exports/resources.generated/aws-events-eventbus.d.ts +88 -0
- package/out/exports/resources.generated/aws-events-eventbuspolicy.d.ts +99 -0
- package/out/exports/resources.generated/aws-events-rule.d.ts +714 -0
- package/out/exports/resources.generated/aws-eventschemas-discoverer.d.ts +70 -0
- package/out/exports/resources.generated/aws-eventschemas-registry.d.ts +59 -0
- package/out/exports/resources.generated/aws-eventschemas-registrypolicy.d.ts +38 -0
- package/out/exports/resources.generated/aws-eventschemas-schema.d.ts +91 -0
- package/out/exports/resources.generated/aws-evidently-experiment.d.ts +284 -0
- package/out/exports/resources.generated/aws-evidently-feature.d.ts +239 -0
- package/out/exports/resources.generated/aws-evidently-launch.d.ts +255 -0
- package/out/exports/resources.generated/aws-evidently-project.d.ts +143 -0
- package/out/exports/resources.generated/aws-evidently-segment.d.ts +73 -0
- package/out/exports/resources.generated/aws-finspace-environment.d.ts +189 -0
- package/out/exports/resources.generated/aws-fis-experimenttemplate.d.ts +302 -0
- package/out/exports/resources.generated/aws-fis-targetaccountconfiguration.d.ts +33 -0
- package/out/exports/resources.generated/aws-fms-notificationchannel.d.ts +27 -0
- package/out/exports/resources.generated/aws-fms-policy.d.ts +648 -0
- package/out/exports/resources.generated/aws-fms-resourceset.d.ts +51 -0
- package/out/exports/resources.generated/aws-forecast-dataset.d.ts +127 -0
- package/out/exports/resources.generated/aws-forecast-datasetgroup.d.ts +68 -0
- package/out/exports/resources.generated/aws-frauddetector-detector.d.ts +356 -0
- package/out/exports/resources.generated/aws-frauddetector-entitytype.d.ts +55 -0
- package/out/exports/resources.generated/aws-frauddetector-eventtype.d.ts +194 -0
- package/out/exports/resources.generated/aws-frauddetector-label.d.ts +57 -0
- package/out/exports/resources.generated/aws-frauddetector-list.d.ts +72 -0
- package/out/exports/resources.generated/aws-frauddetector-outcome.d.ts +55 -0
- package/out/exports/resources.generated/aws-frauddetector-variable.d.ts +83 -0
- package/out/exports/resources.generated/aws-fsx-datarepositoryassociation.d.ts +139 -0
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +795 -0
- package/out/exports/resources.generated/aws-fsx-snapshot.d.ts +44 -0
- package/out/exports/resources.generated/aws-fsx-storagevirtualmachine.d.ts +127 -0
- package/out/exports/resources.generated/aws-fsx-volume.d.ts +482 -0
- package/out/exports/resources.generated/aws-gamelift-alias.d.ts +105 -0
- package/out/exports/resources.generated/aws-gamelift-build.d.ts +91 -0
- package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +439 -0
- package/out/exports/resources.generated/aws-gamelift-containergroupdefinition.d.ts +436 -0
- package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +510 -0
- package/out/exports/resources.generated/aws-gamelift-gameservergroup.d.ts +215 -0
- package/out/exports/resources.generated/aws-gamelift-gamesessionqueue.d.ts +158 -0
- package/out/exports/resources.generated/aws-gamelift-location.d.ts +37 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingconfiguration.d.ts +160 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingruleset.d.ts +75 -0
- package/out/exports/resources.generated/aws-gamelift-script.d.ts +97 -0
- package/out/exports/resources.generated/aws-globalaccelerator-accelerator.d.ts +85 -0
- package/out/exports/resources.generated/aws-globalaccelerator-crossaccountattachment.d.ts +89 -0
- package/out/exports/resources.generated/aws-globalaccelerator-endpointgroup.d.ts +143 -0
- package/out/exports/resources.generated/aws-globalaccelerator-listener.d.ts +67 -0
- package/out/exports/resources.generated/aws-glue-classifier.d.ts +162 -0
- package/out/exports/resources.generated/aws-glue-connection.d.ts +334 -0
- package/out/exports/resources.generated/aws-glue-crawler.d.ts +405 -0
- package/out/exports/resources.generated/aws-glue-customentitytype.d.ts +48 -0
- package/out/exports/resources.generated/aws-glue-database.d.ts +135 -0
- package/out/exports/resources.generated/aws-glue-datacatalogencryptionsettings.d.ts +91 -0
- package/out/exports/resources.generated/aws-glue-dataqualityruleset.d.ts +68 -0
- package/out/exports/resources.generated/aws-glue-devendpoint.d.ts +125 -0
- package/out/exports/resources.generated/aws-glue-job.d.ts +231 -0
- package/out/exports/resources.generated/aws-glue-mltransform.d.ts +250 -0
- package/out/exports/resources.generated/aws-glue-partition.d.ts +264 -0
- package/out/exports/resources.generated/aws-glue-registry.d.ts +43 -0
- package/out/exports/resources.generated/aws-glue-schema.d.ts +113 -0
- package/out/exports/resources.generated/aws-glue-schemaversion.d.ts +62 -0
- package/out/exports/resources.generated/aws-glue-schemaversionmetadata.d.ts +33 -0
- package/out/exports/resources.generated/aws-glue-securityconfiguration.d.ts +85 -0
- package/out/exports/resources.generated/aws-glue-table.d.ts +360 -0
- package/out/exports/resources.generated/aws-glue-tableoptimizer.d.ts +115 -0
- package/out/exports/resources.generated/aws-glue-trigger.d.ts +179 -0
- package/out/exports/resources.generated/aws-glue-usageprofile.d.ts +145 -0
- package/out/exports/resources.generated/aws-glue-workflow.d.ts +47 -0
- package/out/exports/resources.generated/aws-grafana-workspace.d.ts +412 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinition.d.ts +116 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinitionversion.d.ts +67 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinition.d.ts +117 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinitionversion.d.ts +68 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinition.d.ts +117 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinitionversion.d.ts +68 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinition.d.ts +275 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinitionversion.d.ts +226 -0
- package/out/exports/resources.generated/aws-greengrass-group.d.ts +152 -0
- package/out/exports/resources.generated/aws-greengrass-groupversion.d.ts +66 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinition.d.ts +122 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinitionversion.d.ts +73 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinition.d.ts +290 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinitionversion.d.ts +241 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinition.d.ts +117 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinitionversion.d.ts +68 -0
- package/out/exports/resources.generated/aws-greengrassv2-componentversion.d.ts +365 -0
- package/out/exports/resources.generated/aws-greengrassv2-deployment.d.ts +385 -0
- package/out/exports/resources.generated/aws-groundstation-config.d.ts +346 -0
- package/out/exports/resources.generated/aws-groundstation-dataflowendpointgroup.d.ts +264 -0
- package/out/exports/resources.generated/aws-groundstation-missionprofile.d.ts +159 -0
- package/out/exports/resources.generated/aws-guardduty-detector.d.ts +194 -0
- package/out/exports/resources.generated/aws-guardduty-filter.d.ts +271 -0
- package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +85 -0
- package/out/exports/resources.generated/aws-guardduty-malwareprotectionplan.d.ts +124 -0
- package/out/exports/resources.generated/aws-guardduty-master.d.ts +31 -0
- package/out/exports/resources.generated/aws-guardduty-member.d.ts +43 -0
- package/out/exports/resources.generated/aws-guardduty-publishingdestination.d.ts +95 -0
- package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +84 -0
- package/out/exports/resources.generated/aws-healthimaging-datastore.d.ts +65 -0
- package/out/exports/resources.generated/aws-healthlake-fhirdatastore.d.ts +172 -0
- package/out/exports/resources.generated/aws-iam-accesskey.d.ts +53 -0
- package/out/exports/resources.generated/aws-iam-group.d.ts +85 -0
- package/out/exports/resources.generated/aws-iam-grouppolicy.d.ts +48 -0
- package/out/exports/resources.generated/aws-iam-instanceprofile.d.ts +52 -0
- package/out/exports/resources.generated/aws-iam-managedpolicy.d.ts +154 -0
- package/out/exports/resources.generated/aws-iam-oidcprovider.d.ts +89 -0
- package/out/exports/resources.generated/aws-iam-policy.d.ts +100 -0
- package/out/exports/resources.generated/aws-iam-role.d.ts +130 -0
- package/out/exports/resources.generated/aws-iam-rolepolicy.d.ts +52 -0
- package/out/exports/resources.generated/aws-iam-samlprovider.d.ts +123 -0
- package/out/exports/resources.generated/aws-iam-servercertificate.d.ts +98 -0
- package/out/exports/resources.generated/aws-iam-servicelinkedrole.d.ts +46 -0
- package/out/exports/resources.generated/aws-iam-user.d.ts +131 -0
- package/out/exports/resources.generated/aws-iam-userpolicy.d.ts +48 -0
- package/out/exports/resources.generated/aws-iam-usertogroupaddition.d.ts +35 -0
- package/out/exports/resources.generated/aws-iam-virtualmfadevice.d.ts +68 -0
- package/out/exports/resources.generated/aws-identitystore-group.d.ts +52 -0
- package/out/exports/resources.generated/aws-identitystore-groupmembership.d.ts +61 -0
- package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +153 -0
- package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +333 -0
- package/out/exports/resources.generated/aws-imagebuilder-distributionconfiguration.d.ts +298 -0
- package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +284 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagepipeline.d.ts +281 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +225 -0
- package/out/exports/resources.generated/aws-imagebuilder-infrastructureconfiguration.d.ts +176 -0
- package/out/exports/resources.generated/aws-imagebuilder-lifecyclepolicy.d.ts +249 -0
- package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +134 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttarget.d.ts +33 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttemplate.d.ts +48 -0
- package/out/exports/resources.generated/aws-inspector-resourcegroup.d.ts +30 -0
- package/out/exports/resources.generated/aws-inspectorv2-cisscanconfiguration.d.ts +159 -0
- package/out/exports/resources.generated/aws-inspectorv2-filter.d.ts +343 -0
- package/out/exports/resources.generated/aws-internetmonitor-monitor.d.ts +254 -0
- package/out/exports/resources.generated/aws-invoicing-invoiceunit.d.ts +69 -0
- package/out/exports/resources.generated/aws-iot-accountauditconfiguration.d.ts +236 -0
- package/out/exports/resources.generated/aws-iot-authorizer.d.ts +74 -0
- package/out/exports/resources.generated/aws-iot-billinggroup.d.ts +56 -0
- package/out/exports/resources.generated/aws-iot-cacertificate.d.ts +118 -0
- package/out/exports/resources.generated/aws-iot-certificate.d.ts +71 -0
- package/out/exports/resources.generated/aws-iot-certificateprovider.d.ts +58 -0
- package/out/exports/resources.generated/aws-iot-command.d.ts +163 -0
- package/out/exports/resources.generated/aws-iot-custommetric.d.ts +51 -0
- package/out/exports/resources.generated/aws-iot-dimension.d.ts +46 -0
- package/out/exports/resources.generated/aws-iot-domainconfiguration.d.ts +183 -0
- package/out/exports/resources.generated/aws-iot-fleetmetric.d.ts +104 -0
- package/out/exports/resources.generated/aws-iot-jobtemplate.d.ts +239 -0
- package/out/exports/resources.generated/aws-iot-logging.d.ts +43 -0
- package/out/exports/resources.generated/aws-iot-mitigationaction.d.ts +167 -0
- package/out/exports/resources.generated/aws-iot-policy.d.ts +44 -0
- package/out/exports/resources.generated/aws-iot-policyprincipalattachment.d.ts +36 -0
- package/out/exports/resources.generated/aws-iot-provisioningtemplate.d.ts +83 -0
- package/out/exports/resources.generated/aws-iot-resourcespecificlogging.d.ts +44 -0
- package/out/exports/resources.generated/aws-iot-rolealias.d.ts +61 -0
- package/out/exports/resources.generated/aws-iot-scheduledaudit.d.ts +76 -0
- package/out/exports/resources.generated/aws-iot-securityprofile.d.ts +299 -0
- package/out/exports/resources.generated/aws-iot-softwarepackage.d.ts +48 -0
- package/out/exports/resources.generated/aws-iot-softwarepackageversion.d.ts +156 -0
- package/out/exports/resources.generated/aws-iot-thing.d.ts +60 -0
- package/out/exports/resources.generated/aws-iot-thinggroup.d.ts +93 -0
- package/out/exports/resources.generated/aws-iot-thingprincipalattachment.d.ts +36 -0
- package/out/exports/resources.generated/aws-iot-thingtype.d.ts +88 -0
- package/out/exports/resources.generated/aws-iot-topicrule.d.ts +1120 -0
- package/out/exports/resources.generated/aws-iot-topicruledestination.d.ts +87 -0
- package/out/exports/resources.generated/aws-iotanalytics-channel.d.ts +110 -0
- package/out/exports/resources.generated/aws-iotanalytics-dataset.d.ts +483 -0
- package/out/exports/resources.generated/aws-iotanalytics-datastore.d.ts +279 -0
- package/out/exports/resources.generated/aws-iotanalytics-pipeline.d.ts +408 -0
- package/out/exports/resources.generated/aws-iotcoredeviceadvisor-suitedefinition.d.ts +105 -0
- package/out/exports/resources.generated/aws-iotevents-alarmmodel.d.ts +669 -0
- package/out/exports/resources.generated/aws-iotevents-detectormodel.d.ts +768 -0
- package/out/exports/resources.generated/aws-iotevents-input.d.ts +67 -0
- package/out/exports/resources.generated/aws-iotfleethub-application.d.ts +97 -0
- package/out/exports/resources.generated/aws-iotfleetwise-campaign.d.ts +591 -0
- package/out/exports/resources.generated/aws-iotfleetwise-decodermanifest.d.ts +474 -0
- package/out/exports/resources.generated/aws-iotfleetwise-fleet.d.ts +69 -0
- package/out/exports/resources.generated/aws-iotfleetwise-modelmanifest.d.ts +80 -0
- package/out/exports/resources.generated/aws-iotfleetwise-signalcatalog.d.ts +277 -0
- package/out/exports/resources.generated/aws-iotfleetwise-statetemplate.d.ts +92 -0
- package/out/exports/resources.generated/aws-iotfleetwise-vehicle.d.ts +146 -0
- package/out/exports/resources.generated/aws-iotsitewise-accesspolicy.d.ts +139 -0
- package/out/exports/resources.generated/aws-iotsitewise-asset.d.ts +137 -0
- package/out/exports/resources.generated/aws-iotsitewise-assetmodel.d.ts +477 -0
- package/out/exports/resources.generated/aws-iotsitewise-dashboard.d.ts +60 -0
- package/out/exports/resources.generated/aws-iotsitewise-dataset.d.ts +96 -0
- package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +118 -0
- package/out/exports/resources.generated/aws-iotsitewise-portal.d.ts +123 -0
- package/out/exports/resources.generated/aws-iotsitewise-project.d.ts +59 -0
- package/out/exports/resources.generated/aws-iotthingsgraph-flowtemplate.d.ts +43 -0
- package/out/exports/resources.generated/aws-iottwinmaker-componenttype.d.ts +358 -0
- package/out/exports/resources.generated/aws-iottwinmaker-entity.d.ts +439 -0
- package/out/exports/resources.generated/aws-iottwinmaker-scene.d.ts +84 -0
- package/out/exports/resources.generated/aws-iottwinmaker-syncjob.d.ts +74 -0
- package/out/exports/resources.generated/aws-iottwinmaker-workspace.d.ts +69 -0
- package/out/exports/resources.generated/aws-iotwireless-destination.d.ts +58 -0
- package/out/exports/resources.generated/aws-iotwireless-deviceprofile.d.ts +171 -0
- package/out/exports/resources.generated/aws-iotwireless-fuotatask.d.ts +113 -0
- package/out/exports/resources.generated/aws-iotwireless-multicastgroup.d.ts +98 -0
- package/out/exports/resources.generated/aws-iotwireless-networkanalyzerconfiguration.d.ts +67 -0
- package/out/exports/resources.generated/aws-iotwireless-partneraccount.d.ts +117 -0
- package/out/exports/resources.generated/aws-iotwireless-serviceprofile.d.ts +148 -0
- package/out/exports/resources.generated/aws-iotwireless-taskdefinition.d.ts +158 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdevice.d.ts +423 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdeviceimporttask.d.ts +96 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessgateway.d.ts +84 -0
- package/out/exports/resources.generated/aws-ivs-channel.d.ts +144 -0
- package/out/exports/resources.generated/aws-ivs-encoderconfiguration.d.ts +75 -0
- package/out/exports/resources.generated/aws-ivs-ingestconfiguration.d.ts +85 -0
- package/out/exports/resources.generated/aws-ivs-playbackkeypair.d.ts +51 -0
- package/out/exports/resources.generated/aws-ivs-playbackrestrictionpolicy.d.ts +59 -0
- package/out/exports/resources.generated/aws-ivs-publickey.d.ts +50 -0
- package/out/exports/resources.generated/aws-ivs-recordingconfiguration.d.ts +152 -0
- package/out/exports/resources.generated/aws-ivs-stage.d.ts +74 -0
- package/out/exports/resources.generated/aws-ivs-storageconfiguration.d.ts +60 -0
- package/out/exports/resources.generated/aws-ivs-streamkey.d.ts +44 -0
- package/out/exports/resources.generated/aws-ivschat-loggingconfiguration.d.ts +122 -0
- package/out/exports/resources.generated/aws-ivschat-room.d.ts +97 -0
- package/out/exports/resources.generated/aws-kafkaconnect-connector.d.ts +404 -0
- package/out/exports/resources.generated/aws-kafkaconnect-customplugin.d.ts +90 -0
- package/out/exports/resources.generated/aws-kafkaconnect-workerconfiguration.d.ts +53 -0
- package/out/exports/resources.generated/aws-kendra-datasource.d.ts +2182 -0
- package/out/exports/resources.generated/aws-kendra-faq.d.ts +102 -0
- package/out/exports/resources.generated/aws-kendra-index.d.ts +328 -0
- package/out/exports/resources.generated/aws-kendraranking-executionplan.d.ts +65 -0
- package/out/exports/resources.generated/aws-kinesis-resourcepolicy.d.ts +40 -0
- package/out/exports/resources.generated/aws-kinesis-stream.d.ts +114 -0
- package/out/exports/resources.generated/aws-kinesis-streamconsumer.d.ts +67 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-application.d.ts +279 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationoutput.d.ts +146 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationreferencedatasource.d.ts +195 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-application.d.ts +788 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.d.ts +47 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationoutput.d.ts +125 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationreferencedatasource.d.ts +182 -0
- package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +2012 -0
- package/out/exports/resources.generated/aws-kinesisvideo-signalingchannel.d.ts +54 -0
- package/out/exports/resources.generated/aws-kinesisvideo-stream.d.ts +85 -0
- package/out/exports/resources.generated/aws-kms-alias.d.ts +75 -0
- package/out/exports/resources.generated/aws-kms-key.d.ts +251 -0
- package/out/exports/resources.generated/aws-kms-replicakey.d.ts +147 -0
- package/out/exports/resources.generated/aws-lakeformation-datacellsfilter.d.ts +83 -0
- package/out/exports/resources.generated/aws-lakeformation-datalakesettings.d.ts +96 -0
- package/out/exports/resources.generated/aws-lakeformation-permissions.d.ts +186 -0
- package/out/exports/resources.generated/aws-lakeformation-principalpermissions.d.ts +308 -0
- package/out/exports/resources.generated/aws-lakeformation-resource.d.ts +48 -0
- package/out/exports/resources.generated/aws-lakeformation-tag.d.ts +34 -0
- package/out/exports/resources.generated/aws-lakeformation-tagassociation.d.ts +167 -0
- package/out/exports/resources.generated/aws-lambda-alias.d.ts +101 -0
- package/out/exports/resources.generated/aws-lambda-codesigningconfig.d.ts +79 -0
- package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +120 -0
- package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +451 -0
- package/out/exports/resources.generated/aws-lambda-function.d.ts +460 -0
- package/out/exports/resources.generated/aws-lambda-layerversion.d.ts +78 -0
- package/out/exports/resources.generated/aws-lambda-layerversionpermission.d.ts +47 -0
- package/out/exports/resources.generated/aws-lambda-permission.d.ts +106 -0
- package/out/exports/resources.generated/aws-lambda-url.d.ts +107 -0
- package/out/exports/resources.generated/aws-lambda-version.d.ts +103 -0
- package/out/exports/resources.generated/aws-launchwizard-deployment.d.ts +92 -0
- package/out/exports/resources.generated/aws-lex-bot.d.ts +2202 -0
- package/out/exports/resources.generated/aws-lex-botalias.d.ts +278 -0
- package/out/exports/resources.generated/aws-lex-botversion.d.ts +73 -0
- package/out/exports/resources.generated/aws-lex-resourcepolicy.d.ts +42 -0
- package/out/exports/resources.generated/aws-licensemanager-grant.d.ts +68 -0
- package/out/exports/resources.generated/aws-licensemanager-license.d.ts +223 -0
- package/out/exports/resources.generated/aws-lightsail-alarm.d.ts +103 -0
- package/out/exports/resources.generated/aws-lightsail-bucket.d.ts +110 -0
- package/out/exports/resources.generated/aws-lightsail-certificate.d.ts +56 -0
- package/out/exports/resources.generated/aws-lightsail-container.d.ts +282 -0
- package/out/exports/resources.generated/aws-lightsail-database.d.ts +223 -0
- package/out/exports/resources.generated/aws-lightsail-disk.d.ts +158 -0
- package/out/exports/resources.generated/aws-lightsail-distribution.d.ts +321 -0
- package/out/exports/resources.generated/aws-lightsail-instance.d.ts +376 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancer.d.ts +81 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancertlscertificate.d.ts +63 -0
- package/out/exports/resources.generated/aws-lightsail-staticip.d.ts +43 -0
- package/out/exports/resources.generated/aws-location-apikey.d.ts +175 -0
- package/out/exports/resources.generated/aws-location-geofencecollection.d.ts +103 -0
- package/out/exports/resources.generated/aws-location-map.d.ts +163 -0
- package/out/exports/resources.generated/aws-location-placeindex.d.ts +131 -0
- package/out/exports/resources.generated/aws-location-routecalculator.d.ts +108 -0
- package/out/exports/resources.generated/aws-location-tracker.d.ts +117 -0
- package/out/exports/resources.generated/aws-location-trackerconsumer.d.ts +40 -0
- package/out/exports/resources.generated/aws-logs-accountpolicy.d.ts +219 -0
- package/out/exports/resources.generated/aws-logs-delivery.d.ts +95 -0
- package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +82 -0
- package/out/exports/resources.generated/aws-logs-deliverysource.d.ts +84 -0
- package/out/exports/resources.generated/aws-logs-destination.d.ts +49 -0
- package/out/exports/resources.generated/aws-logs-integration.d.ts +86 -0
- package/out/exports/resources.generated/aws-logs-loganomalydetector.d.ts +93 -0
- package/out/exports/resources.generated/aws-logs-loggroup.d.ts +97 -0
- package/out/exports/resources.generated/aws-logs-logstream.d.ts +39 -0
- package/out/exports/resources.generated/aws-logs-metricfilter.d.ts +134 -0
- package/out/exports/resources.generated/aws-logs-querydefinition.d.ts +52 -0
- package/out/exports/resources.generated/aws-logs-resourcepolicy.d.ts +29 -0
- package/out/exports/resources.generated/aws-logs-subscriptionfilter.d.ts +64 -0
- package/out/exports/resources.generated/aws-logs-transformer.d.ts +454 -0
- package/out/exports/resources.generated/aws-lookoutequipment-inferencescheduler.d.ts +156 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-alert.d.ts +105 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-anomalydetector.d.ts +452 -0
- package/out/exports/resources.generated/aws-lookoutvision-project.d.ts +28 -0
- package/out/exports/resources.generated/aws-m2-application.d.ts +98 -0
- package/out/exports/resources.generated/aws-m2-deployment.d.ts +46 -0
- package/out/exports/resources.generated/aws-m2-environment.d.ts +178 -0
- package/out/exports/resources.generated/aws-macie-allowlist.d.ts +137 -0
- package/out/exports/resources.generated/aws-macie-customdataidentifier.d.ts +89 -0
- package/out/exports/resources.generated/aws-macie-findingsfilter.d.ts +126 -0
- package/out/exports/resources.generated/aws-macie-session.d.ts +53 -0
- package/out/exports/resources.generated/aws-managedblockchain-accessor.d.ts +88 -0
- package/out/exports/resources.generated/aws-managedblockchain-member.d.ts +196 -0
- package/out/exports/resources.generated/aws-managedblockchain-node.d.ts +77 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridge.d.ts +284 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgeoutput.d.ts +61 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgesource.d.ts +108 -0
- package/out/exports/resources.generated/aws-mediaconnect-flow.d.ts +669 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowentitlement.d.ts +111 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowoutput.d.ts +227 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowsource.d.ts +204 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowvpcinterface.d.ts +68 -0
- package/out/exports/resources.generated/aws-mediaconnect-gateway.d.ts +59 -0
- package/out/exports/resources.generated/aws-mediaconvert-jobtemplate.d.ts +158 -0
- package/out/exports/resources.generated/aws-mediaconvert-preset.d.ts +69 -0
- package/out/exports/resources.generated/aws-mediaconvert-queue.d.ts +66 -0
- package/out/exports/resources.generated/aws-medialive-channel.d.ts +5166 -0
- package/out/exports/resources.generated/aws-medialive-channelplacementgroup.d.ts +63 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplate.d.ts +157 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplategroup.d.ts +68 -0
- package/out/exports/resources.generated/aws-medialive-cluster.d.ts +107 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplate.d.ts +112 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplategroup.d.ts +68 -0
- package/out/exports/resources.generated/aws-medialive-input.d.ts +268 -0
- package/out/exports/resources.generated/aws-medialive-inputsecuritygroup.d.ts +55 -0
- package/out/exports/resources.generated/aws-medialive-multiplex.d.ts +119 -0
- package/out/exports/resources.generated/aws-medialive-multiplexprogram.d.ts +235 -0
- package/out/exports/resources.generated/aws-medialive-network.d.ts +87 -0
- package/out/exports/resources.generated/aws-medialive-sdisource.d.ts +73 -0
- package/out/exports/resources.generated/aws-medialive-signalmap.d.ts +130 -0
- package/out/exports/resources.generated/aws-mediapackage-asset.d.ts +62 -0
- package/out/exports/resources.generated/aws-mediapackage-channel.d.ts +69 -0
- package/out/exports/resources.generated/aws-mediapackage-originendpoint.d.ts +664 -0
- package/out/exports/resources.generated/aws-mediapackage-packagingconfiguration.d.ts +435 -0
- package/out/exports/resources.generated/aws-mediapackage-packaginggroup.d.ts +85 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +117 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channelgroup.d.ts +60 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channelpolicy.d.ts +34 -0
- package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +647 -0
- package/out/exports/resources.generated/aws-mediapackagev2-originendpointpolicy.d.ts +42 -0
- package/out/exports/resources.generated/aws-mediastore-container.d.ts +154 -0
- package/out/exports/resources.generated/aws-mediatailor-channel.d.ts +194 -0
- package/out/exports/resources.generated/aws-mediatailor-channelpolicy.d.ts +23 -0
- package/out/exports/resources.generated/aws-mediatailor-livesource.d.ts +68 -0
- package/out/exports/resources.generated/aws-mediatailor-playbackconfiguration.d.ts +247 -0
- package/out/exports/resources.generated/aws-mediatailor-sourcelocation.d.ts +142 -0
- package/out/exports/resources.generated/aws-mediatailor-vodsource.d.ts +68 -0
- package/out/exports/resources.generated/aws-memorydb-acl.d.ts +48 -0
- package/out/exports/resources.generated/aws-memorydb-cluster.d.ts +205 -0
- package/out/exports/resources.generated/aws-memorydb-multiregioncluster.d.ts +84 -0
- package/out/exports/resources.generated/aws-memorydb-parametergroup.d.ts +50 -0
- package/out/exports/resources.generated/aws-memorydb-subnetgroup.d.ts +51 -0
- package/out/exports/resources.generated/aws-memorydb-user.d.ts +66 -0
- package/out/exports/resources.generated/aws-mpa-approvalteam.d.ts +116 -0
- package/out/exports/resources.generated/aws-mpa-identitysource.d.ts +76 -0
- package/out/exports/resources.generated/aws-msk-batchscramsecret.d.ts +23 -0
- package/out/exports/resources.generated/aws-msk-cluster.d.ts +575 -0
- package/out/exports/resources.generated/aws-msk-clusterpolicy.d.ts +35 -0
- package/out/exports/resources.generated/aws-msk-configuration.d.ts +82 -0
- package/out/exports/resources.generated/aws-msk-replicator.d.ts +240 -0
- package/out/exports/resources.generated/aws-msk-serverlesscluster.d.ts +91 -0
- package/out/exports/resources.generated/aws-msk-vpcconnection.d.ts +61 -0
- package/out/exports/resources.generated/aws-mwaa-environment.d.ts +293 -0
- package/out/exports/resources.generated/aws-neptune-dbcluster.d.ts +260 -0
- package/out/exports/resources.generated/aws-neptune-dbclusterparametergroup.d.ts +46 -0
- package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +137 -0
- package/out/exports/resources.generated/aws-neptune-dbparametergroup.d.ts +54 -0
- package/out/exports/resources.generated/aws-neptune-dbsubnetgroup.d.ts +33 -0
- package/out/exports/resources.generated/aws-neptune-eventsubscription.d.ts +53 -0
- package/out/exports/resources.generated/aws-neptunegraph-graph.d.ts +100 -0
- package/out/exports/resources.generated/aws-neptunegraph-privategraphendpoint.d.ts +52 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewall.d.ts +123 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewallpolicy.d.ts +302 -0
- package/out/exports/resources.generated/aws-networkfirewall-loggingconfiguration.d.ts +101 -0
- package/out/exports/resources.generated/aws-networkfirewall-rulegroup.d.ts +600 -0
- package/out/exports/resources.generated/aws-networkfirewall-tlsinspectionconfiguration.d.ts +217 -0
- package/out/exports/resources.generated/aws-networkmanager-connectattachment.d.ts +165 -0
- package/out/exports/resources.generated/aws-networkmanager-connectpeer.d.ts +89 -0
- package/out/exports/resources.generated/aws-networkmanager-corenetwork.d.ts +65 -0
- package/out/exports/resources.generated/aws-networkmanager-customergatewayassociation.d.ts +37 -0
- package/out/exports/resources.generated/aws-networkmanager-device.d.ts +133 -0
- package/out/exports/resources.generated/aws-networkmanager-directconnectgatewayattachment.d.ts +145 -0
- package/out/exports/resources.generated/aws-networkmanager-globalnetwork.d.ts +50 -0
- package/out/exports/resources.generated/aws-networkmanager-link.d.ts +95 -0
- package/out/exports/resources.generated/aws-networkmanager-linkassociation.d.ts +28 -0
- package/out/exports/resources.generated/aws-networkmanager-site.d.ts +85 -0
- package/out/exports/resources.generated/aws-networkmanager-sitetositevpnattachment.d.ts +145 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewaypeering.d.ts +78 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayregistration.d.ts +23 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayroutetableattachment.d.ts +150 -0
- package/out/exports/resources.generated/aws-networkmanager-vpcattachment.d.ts +173 -0
- package/out/exports/resources.generated/aws-notifications-channelassociation.d.ts +25 -0
- package/out/exports/resources.generated/aws-notifications-eventrule.d.ts +73 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationaccountcontactassociation.d.ts +28 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationadditionalchannelassociation.d.ts +25 -0
- package/out/exports/resources.generated/aws-notifications-notificationconfiguration.d.ts +81 -0
- package/out/exports/resources.generated/aws-notifications-notificationhub.d.ts +29 -0
- package/out/exports/resources.generated/aws-notificationscontacts-emailcontact.d.ts +88 -0
- package/out/exports/resources.generated/aws-oam-link.d.ts +142 -0
- package/out/exports/resources.generated/aws-oam-sink.d.ts +55 -0
- package/out/exports/resources.generated/aws-omics-annotationstore.d.ts +188 -0
- package/out/exports/resources.generated/aws-omics-referencestore.d.ts +93 -0
- package/out/exports/resources.generated/aws-omics-rungroup.d.ts +81 -0
- package/out/exports/resources.generated/aws-omics-sequencestore.d.ts +162 -0
- package/out/exports/resources.generated/aws-omics-variantstore.d.ts +138 -0
- package/out/exports/resources.generated/aws-omics-workflow.d.ts +181 -0
- package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +186 -0
- package/out/exports/resources.generated/aws-opensearchserverless-accesspolicy.d.ts +46 -0
- package/out/exports/resources.generated/aws-opensearchserverless-collection.d.ts +92 -0
- package/out/exports/resources.generated/aws-opensearchserverless-index.d.ts +138 -0
- package/out/exports/resources.generated/aws-opensearchserverless-lifecyclepolicy.d.ts +46 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securityconfig.d.ts +139 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securitypolicy.d.ts +54 -0
- package/out/exports/resources.generated/aws-opensearchserverless-vpcendpoint.d.ts +52 -0
- package/out/exports/resources.generated/aws-opensearchservice-application.d.ts +115 -0
- package/out/exports/resources.generated/aws-opensearchservice-domain.d.ts +721 -0
- package/out/exports/resources.generated/aws-opsworks-app.d.ts +193 -0
- package/out/exports/resources.generated/aws-opsworks-elasticloadbalancerattachment.d.ts +32 -0
- package/out/exports/resources.generated/aws-opsworks-instance.d.ts +274 -0
- package/out/exports/resources.generated/aws-opsworks-layer.d.ts +281 -0
- package/out/exports/resources.generated/aws-opsworks-stack.d.ts +324 -0
- package/out/exports/resources.generated/aws-opsworks-userprofile.d.ts +47 -0
- package/out/exports/resources.generated/aws-opsworks-volume.d.ts +42 -0
- package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +243 -0
- package/out/exports/resources.generated/aws-organizations-account.d.ts +169 -0
- package/out/exports/resources.generated/aws-organizations-organization.d.ts +86 -0
- package/out/exports/resources.generated/aws-organizations-organizationalunit.d.ts +74 -0
- package/out/exports/resources.generated/aws-organizations-policy.d.ts +114 -0
- package/out/exports/resources.generated/aws-organizations-resourcepolicy.d.ts +56 -0
- package/out/exports/resources.generated/aws-osis-pipeline.d.ts +173 -0
- package/out/exports/resources.generated/aws-panorama-applicationinstance.d.ts +128 -0
- package/out/exports/resources.generated/aws-panorama-package.d.ts +68 -0
- package/out/exports/resources.generated/aws-panorama-packageversion.d.ts +82 -0
- package/out/exports/resources.generated/aws-paymentcryptography-alias.d.ts +57 -0
- package/out/exports/resources.generated/aws-paymentcryptography-key.d.ts +219 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-connector.d.ts +66 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-directoryregistration.d.ts +37 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-serviceprincipalname.d.ts +29 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-template.d.ts +919 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-templategroupaccesscontrolentry.d.ts +62 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-challenge.d.ts +42 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-connector.d.ts +92 -0
- package/out/exports/resources.generated/aws-pcs-cluster.d.ts +156 -0
- package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +164 -0
- package/out/exports/resources.generated/aws-pcs-queue.d.ts +65 -0
- package/out/exports/resources.generated/aws-personalize-dataset.d.ts +161 -0
- package/out/exports/resources.generated/aws-personalize-datasetgroup.d.ts +57 -0
- package/out/exports/resources.generated/aws-personalize-schema.d.ts +60 -0
- package/out/exports/resources.generated/aws-personalize-solution.d.ts +235 -0
- package/out/exports/resources.generated/aws-pinpoint-admchannel.d.ts +47 -0
- package/out/exports/resources.generated/aws-pinpoint-apnschannel.d.ts +72 -0
- package/out/exports/resources.generated/aws-pinpoint-apnssandboxchannel.d.ts +72 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipchannel.d.ts +72 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipsandboxchannel.d.ts +72 -0
- package/out/exports/resources.generated/aws-pinpoint-app.d.ts +44 -0
- package/out/exports/resources.generated/aws-pinpoint-applicationsettings.d.ts +122 -0
- package/out/exports/resources.generated/aws-pinpoint-baiduchannel.d.ts +47 -0
- package/out/exports/resources.generated/aws-pinpoint-campaign.d.ts +785 -0
- package/out/exports/resources.generated/aws-pinpoint-emailchannel.d.ts +62 -0
- package/out/exports/resources.generated/aws-pinpoint-emailtemplate.d.ts +64 -0
- package/out/exports/resources.generated/aws-pinpoint-eventstream.d.ts +41 -0
- package/out/exports/resources.generated/aws-pinpoint-gcmchannel.d.ts +52 -0
- package/out/exports/resources.generated/aws-pinpoint-inapptemplate.d.ts +234 -0
- package/out/exports/resources.generated/aws-pinpoint-pushtemplate.d.ts +201 -0
- package/out/exports/resources.generated/aws-pinpoint-segment.d.ts +284 -0
- package/out/exports/resources.generated/aws-pinpoint-smschannel.d.ts +51 -0
- package/out/exports/resources.generated/aws-pinpoint-smstemplate.d.ts +54 -0
- package/out/exports/resources.generated/aws-pinpoint-voicechannel.d.ts +37 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationset.d.ts +98 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationseteventdestination.d.ts +157 -0
- package/out/exports/resources.generated/aws-pinpointemail-dedicatedippool.d.ts +32 -0
- package/out/exports/resources.generated/aws-pinpointemail-identity.d.ts +115 -0
- package/out/exports/resources.generated/aws-pipes-pipe.d.ts +1939 -0
- package/out/exports/resources.generated/aws-proton-environmentaccountconnection.d.ts +93 -0
- package/out/exports/resources.generated/aws-proton-environmenttemplate.d.ts +79 -0
- package/out/exports/resources.generated/aws-proton-servicetemplate.d.ts +70 -0
- package/out/exports/resources.generated/aws-qbusiness-application.d.ts +262 -0
- package/out/exports/resources.generated/aws-qbusiness-dataaccessor.d.ts +210 -0
- package/out/exports/resources.generated/aws-qbusiness-datasource.d.ts +424 -0
- package/out/exports/resources.generated/aws-qbusiness-index.d.ts +159 -0
- package/out/exports/resources.generated/aws-qbusiness-permission.d.ts +42 -0
- package/out/exports/resources.generated/aws-qbusiness-plugin.d.ts +240 -0
- package/out/exports/resources.generated/aws-qbusiness-retriever.d.ts +135 -0
- package/out/exports/resources.generated/aws-qbusiness-webexperience.d.ts +242 -0
- package/out/exports/resources.generated/aws-qldb-ledger.d.ts +85 -0
- package/out/exports/resources.generated/aws-qldb-stream.d.ts +99 -0
- package/out/exports/resources.generated/aws-quicksight-analysis.d.ts +14405 -0
- package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +144 -0
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +14534 -0
- package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +1290 -0
- package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +1001 -0
- package/out/exports/resources.generated/aws-quicksight-folder.d.ts +127 -0
- package/out/exports/resources.generated/aws-quicksight-refreshschedule.d.ts +102 -0
- package/out/exports/resources.generated/aws-quicksight-template.d.ts +13542 -0
- package/out/exports/resources.generated/aws-quicksight-theme.d.ts +374 -0
- package/out/exports/resources.generated/aws-quicksight-topic.d.ts +1001 -0
- package/out/exports/resources.generated/aws-quicksight-vpcconnection.d.ts +106 -0
- package/out/exports/resources.generated/aws-ram-permission.d.ts +69 -0
- package/out/exports/resources.generated/aws-ram-resourceshare.d.ts +70 -0
- package/out/exports/resources.generated/aws-rbin-rule.d.ts +156 -0
- package/out/exports/resources.generated/aws-rds-customdbengineversion.d.ts +121 -0
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +960 -0
- package/out/exports/resources.generated/aws-rds-dbclusterparametergroup.d.ts +90 -0
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +1300 -0
- package/out/exports/resources.generated/aws-rds-dbparametergroup.d.ts +107 -0
- package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +160 -0
- package/out/exports/resources.generated/aws-rds-dbproxyendpoint.d.ts +100 -0
- package/out/exports/resources.generated/aws-rds-dbproxytargetgroup.d.ts +145 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroup.d.ts +78 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroupingress.d.ts +59 -0
- package/out/exports/resources.generated/aws-rds-dbshardgroup.d.ts +98 -0
- package/out/exports/resources.generated/aws-rds-dbsubnetgroup.d.ts +45 -0
- package/out/exports/resources.generated/aws-rds-eventsubscription.d.ts +67 -0
- package/out/exports/resources.generated/aws-rds-globalcluster.d.ts +182 -0
- package/out/exports/resources.generated/aws-rds-integration.d.ts +77 -0
- package/out/exports/resources.generated/aws-rds-optiongroup.d.ts +121 -0
- package/out/exports/resources.generated/aws-redshift-cluster.d.ts +473 -0
- package/out/exports/resources.generated/aws-redshift-clusterparametergroup.d.ts +59 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroup.d.ts +36 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroupingress.d.ts +59 -0
- package/out/exports/resources.generated/aws-redshift-clustersubnetgroup.d.ts +43 -0
- package/out/exports/resources.generated/aws-redshift-endpointaccess.d.ts +74 -0
- package/out/exports/resources.generated/aws-redshift-endpointauthorization.d.ts +79 -0
- package/out/exports/resources.generated/aws-redshift-eventsubscription.d.ts +113 -0
- package/out/exports/resources.generated/aws-redshift-integration.d.ts +60 -0
- package/out/exports/resources.generated/aws-redshift-scheduledaction.d.ts +138 -0
- package/out/exports/resources.generated/aws-redshiftserverless-namespace.d.ts +197 -0
- package/out/exports/resources.generated/aws-redshiftserverless-workgroup.d.ts +260 -0
- package/out/exports/resources.generated/aws-refactorspaces-application.d.ts +154 -0
- package/out/exports/resources.generated/aws-refactorspaces-environment.d.ts +76 -0
- package/out/exports/resources.generated/aws-refactorspaces-route.d.ts +198 -0
- package/out/exports/resources.generated/aws-refactorspaces-service.d.ts +138 -0
- package/out/exports/resources.generated/aws-rekognition-collection.d.ts +33 -0
- package/out/exports/resources.generated/aws-rekognition-project.d.ts +28 -0
- package/out/exports/resources.generated/aws-rekognition-streamprocessor.d.ts +355 -0
- package/out/exports/resources.generated/aws-resiliencehub-app.d.ts +401 -0
- package/out/exports/resources.generated/aws-resiliencehub-resiliencypolicy.d.ts +97 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-defaultviewassociation.d.ts +31 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-index.d.ts +62 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-view.d.ts +85 -0
- package/out/exports/resources.generated/aws-resourcegroups-group.d.ts +181 -0
- package/out/exports/resources.generated/aws-resourcegroups-tagsynctask.d.ts +100 -0
- package/out/exports/resources.generated/aws-robomaker-fleet.d.ts +44 -0
- package/out/exports/resources.generated/aws-robomaker-robot.d.ts +62 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplication.d.ts +103 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplicationversion.d.ts +41 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplication.d.ts +144 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplicationversion.d.ts +41 -0
- package/out/exports/resources.generated/aws-rolesanywhere-crl.d.ts +50 -0
- package/out/exports/resources.generated/aws-rolesanywhere-profile.d.ts +112 -0
- package/out/exports/resources.generated/aws-rolesanywhere-trustanchor.d.ts +122 -0
- package/out/exports/resources.generated/aws-route53-cidrcollection.d.ts +59 -0
- package/out/exports/resources.generated/aws-route53-dnssec.d.ts +19 -0
- package/out/exports/resources.generated/aws-route53-healthcheck.d.ts +143 -0
- package/out/exports/resources.generated/aws-route53-hostedzone.d.ts +202 -0
- package/out/exports/resources.generated/aws-route53-keysigningkey.d.ts +45 -0
- package/out/exports/resources.generated/aws-route53-recordset.d.ts +516 -0
- package/out/exports/resources.generated/aws-route53-recordsetgroup.d.ts +528 -0
- package/out/exports/resources.generated/aws-route53profiles-profile.d.ts +47 -0
- package/out/exports/resources.generated/aws-route53profiles-profileassociation.d.ts +50 -0
- package/out/exports/resources.generated/aws-route53profiles-profileresourceassociation.d.ts +48 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-cluster.d.ts +48 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-controlpanel.d.ts +57 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-routingcontrol.d.ts +52 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-safetyrule.d.ts +174 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-cell.d.ts +58 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-readinesscheck.d.ts +53 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-recoverygroup.d.ts +50 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-resourceset.d.ts +172 -0
- package/out/exports/resources.generated/aws-route53resolver-firewalldomainlist.d.ts +107 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroup.d.ts +207 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroupassociation.d.ts +111 -0
- package/out/exports/resources.generated/aws-route53resolver-outpostresolver.d.ts +98 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverconfig.d.ts +49 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverdnssecconfig.d.ts +44 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverendpoint.d.ts +147 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfig.d.ts +96 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfigassociation.d.ts +71 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverrule.d.ts +126 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverruleassociation.d.ts +53 -0
- package/out/exports/resources.generated/aws-rum-appmonitor.d.ts +397 -0
- package/out/exports/resources.generated/aws-s3-accessgrant.d.ts +122 -0
- package/out/exports/resources.generated/aws-s3-accessgrantsinstance.d.ts +46 -0
- package/out/exports/resources.generated/aws-s3-accessgrantslocation.d.ts +64 -0
- package/out/exports/resources.generated/aws-s3-accesspoint.d.ts +135 -0
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +1511 -0
- package/out/exports/resources.generated/aws-s3-bucketpolicy.d.ts +57 -0
- package/out/exports/resources.generated/aws-s3-multiregionaccesspoint.d.ts +106 -0
- package/out/exports/resources.generated/aws-s3-multiregionaccesspointpolicy.d.ts +39 -0
- package/out/exports/resources.generated/aws-s3-storagelens.d.ts +383 -0
- package/out/exports/resources.generated/aws-s3-storagelensgroup.d.ts +179 -0
- package/out/exports/resources.generated/aws-s3express-bucketpolicy.d.ts +93 -0
- package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +278 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspoint.d.ts +120 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspointpolicy.d.ts +26 -0
- package/out/exports/resources.generated/aws-s3outposts-accesspoint.d.ts +69 -0
- package/out/exports/resources.generated/aws-s3outposts-bucket.d.ts +331 -0
- package/out/exports/resources.generated/aws-s3outposts-bucketpolicy.d.ts +42 -0
- package/out/exports/resources.generated/aws-s3outposts-endpoint.d.ts +116 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucket.d.ts +83 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucketpolicy.d.ts +27 -0
- package/out/exports/resources.generated/aws-sagemaker-app.d.ts +118 -0
- package/out/exports/resources.generated/aws-sagemaker-appimageconfig.d.ts +185 -0
- package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +217 -0
- package/out/exports/resources.generated/aws-sagemaker-coderepository.d.ts +69 -0
- package/out/exports/resources.generated/aws-sagemaker-dataqualityjobdefinition.d.ts +464 -0
- package/out/exports/resources.generated/aws-sagemaker-device.d.ts +60 -0
- package/out/exports/resources.generated/aws-sagemaker-devicefleet.d.ts +68 -0
- package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +897 -0
- package/out/exports/resources.generated/aws-sagemaker-endpoint.d.ts +218 -0
- package/out/exports/resources.generated/aws-sagemaker-endpointconfig.d.ts +541 -0
- package/out/exports/resources.generated/aws-sagemaker-featuregroup.d.ts +288 -0
- package/out/exports/resources.generated/aws-sagemaker-image.d.ts +68 -0
- package/out/exports/resources.generated/aws-sagemaker-imageversion.d.ts +130 -0
- package/out/exports/resources.generated/aws-sagemaker-inferencecomponent.d.ts +302 -0
- package/out/exports/resources.generated/aws-sagemaker-inferenceexperiment.d.ts +304 -0
- package/out/exports/resources.generated/aws-sagemaker-mlflowtrackingserver.d.ts +79 -0
- package/out/exports/resources.generated/aws-sagemaker-model.d.ts +320 -0
- package/out/exports/resources.generated/aws-sagemaker-modelbiasjobdefinition.d.ts +507 -0
- package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +808 -0
- package/out/exports/resources.generated/aws-sagemaker-modelexplainabilityjobdefinition.d.ts +457 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackage.d.ts +1093 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackagegroup.d.ts +55 -0
- package/out/exports/resources.generated/aws-sagemaker-modelqualityjobdefinition.d.ts +520 -0
- package/out/exports/resources.generated/aws-sagemaker-monitoringschedule.d.ts +637 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstance.d.ts +134 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstancelifecycleconfig.d.ts +53 -0
- package/out/exports/resources.generated/aws-sagemaker-partnerapp.d.ts +129 -0
- package/out/exports/resources.generated/aws-sagemaker-pipeline.d.ts +98 -0
- package/out/exports/resources.generated/aws-sagemaker-project.d.ts +97 -0
- package/out/exports/resources.generated/aws-sagemaker-space.d.ts +404 -0
- package/out/exports/resources.generated/aws-sagemaker-studiolifecycleconfig.d.ts +52 -0
- package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +626 -0
- package/out/exports/resources.generated/aws-sagemaker-workteam.d.ts +121 -0
- package/out/exports/resources.generated/aws-scheduler-schedule.d.ts +540 -0
- package/out/exports/resources.generated/aws-scheduler-schedulegroup.d.ts +73 -0
- package/out/exports/resources.generated/aws-sdb-domain.d.ts +31 -0
- package/out/exports/resources.generated/aws-secretsmanager-resourcepolicy.d.ts +46 -0
- package/out/exports/resources.generated/aws-secretsmanager-rotationschedule.d.ts +249 -0
- package/out/exports/resources.generated/aws-secretsmanager-secret.d.ts +183 -0
- package/out/exports/resources.generated/aws-secretsmanager-secrettargetattachment.d.ts +61 -0
- package/out/exports/resources.generated/aws-securityhub-automationrule.d.ts +723 -0
- package/out/exports/resources.generated/aws-securityhub-configurationpolicy.d.ts +221 -0
- package/out/exports/resources.generated/aws-securityhub-delegatedadmin.d.ts +47 -0
- package/out/exports/resources.generated/aws-securityhub-findingaggregator.d.ts +57 -0
- package/out/exports/resources.generated/aws-securityhub-hub.d.ts +74 -0
- package/out/exports/resources.generated/aws-securityhub-insight.d.ts +825 -0
- package/out/exports/resources.generated/aws-securityhub-organizationconfiguration.d.ts +68 -0
- package/out/exports/resources.generated/aws-securityhub-policyassociation.d.ts +59 -0
- package/out/exports/resources.generated/aws-securityhub-productsubscription.d.ts +38 -0
- package/out/exports/resources.generated/aws-securityhub-securitycontrol.d.ts +0 -0
- package/out/exports/resources.generated/aws-securityhub-standard.d.ts +62 -0
- package/out/exports/resources.generated/aws-securitylake-awslogsource.d.ts +40 -0
- package/out/exports/resources.generated/aws-securitylake-datalake.d.ts +142 -0
- package/out/exports/resources.generated/aws-securitylake-subscriber.d.ts +164 -0
- package/out/exports/resources.generated/aws-securitylake-subscribernotification.d.ts +94 -0
- package/out/exports/resources.generated/aws-servicecatalog-acceptedportfolioshare.d.ts +35 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationproduct.d.ts +204 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationprovisionedproduct.d.ts +255 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchnotificationconstraint.d.ts +50 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchroleconstraint.d.ts +61 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchtemplateconstraint.d.ts +50 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolio.d.ts +56 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioprincipalassociation.d.ts +45 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioproductassociation.d.ts +49 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioshare.d.ts +45 -0
- package/out/exports/resources.generated/aws-servicecatalog-resourceupdateconstraint.d.ts +52 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceaction.d.ts +76 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceactionassociation.d.ts +37 -0
- package/out/exports/resources.generated/aws-servicecatalog-stacksetconstraint.d.ts +76 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoption.d.ts +38 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoptionassociation.d.ts +32 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-application.d.ts +71 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroup.d.ts +54 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroupassociation.d.ts +46 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-resourceassociation.d.ts +49 -0
- package/out/exports/resources.generated/aws-servicediscovery-httpnamespace.d.ts +47 -0
- package/out/exports/resources.generated/aws-servicediscovery-instance.d.ts +73 -0
- package/out/exports/resources.generated/aws-servicediscovery-privatednsnamespace.d.ts +91 -0
- package/out/exports/resources.generated/aws-servicediscovery-publicdnsnamespace.d.ts +92 -0
- package/out/exports/resources.generated/aws-servicediscovery-service.d.ts +297 -0
- package/out/exports/resources.generated/aws-ses-configurationset.d.ts +209 -0
- package/out/exports/resources.generated/aws-ses-configurationseteventdestination.d.ts +186 -0
- package/out/exports/resources.generated/aws-ses-contactlist.d.ts +66 -0
- package/out/exports/resources.generated/aws-ses-dedicatedippool.d.ts +38 -0
- package/out/exports/resources.generated/aws-ses-emailidentity.d.ts +193 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddoninstance.d.ts +49 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddonsubscription.d.ts +43 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddresslist.d.ts +40 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerarchive.d.ts +77 -0
- package/out/exports/resources.generated/aws-ses-mailmanageringresspoint.d.ts +155 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerrelay.d.ts +78 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerruleset.d.ts +607 -0
- package/out/exports/resources.generated/aws-ses-mailmanagertrafficpolicy.d.ts +285 -0
- package/out/exports/resources.generated/aws-ses-receiptfilter.d.ts +65 -0
- package/out/exports/resources.generated/aws-ses-receiptrule.d.ts +348 -0
- package/out/exports/resources.generated/aws-ses-receiptruleset.d.ts +35 -0
- package/out/exports/resources.generated/aws-ses-template.d.ts +56 -0
- package/out/exports/resources.generated/aws-ses-vdmattributes.d.ts +63 -0
- package/out/exports/resources.generated/aws-shield-drtaccess.d.ts +72 -0
- package/out/exports/resources.generated/aws-shield-proactiveengagement.d.ts +106 -0
- package/out/exports/resources.generated/aws-shield-protection.d.ts +132 -0
- package/out/exports/resources.generated/aws-shield-protectiongroup.d.ts +64 -0
- package/out/exports/resources.generated/aws-signer-profilepermission.d.ts +40 -0
- package/out/exports/resources.generated/aws-signer-signingprofile.d.ts +73 -0
- package/out/exports/resources.generated/aws-simspaceweaver-simulation.d.ts +125 -0
- package/out/exports/resources.generated/aws-sns-subscription.d.ts +97 -0
- package/out/exports/resources.generated/aws-sns-topic.d.ts +167 -0
- package/out/exports/resources.generated/aws-sns-topicinlinepolicy.d.ts +23 -0
- package/out/exports/resources.generated/aws-sns-topicpolicy.d.ts +33 -0
- package/out/exports/resources.generated/aws-sqs-queue.d.ts +176 -0
- package/out/exports/resources.generated/aws-sqs-queueinlinepolicy.d.ts +23 -0
- package/out/exports/resources.generated/aws-sqs-queuepolicy.d.ts +33 -0
- package/out/exports/resources.generated/aws-ssm-association.d.ts +226 -0
- package/out/exports/resources.generated/aws-ssm-document.d.ts +141 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindow.d.ts +81 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtarget.d.ts +74 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +374 -0
- package/out/exports/resources.generated/aws-ssm-parameter.d.ts +97 -0
- package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +259 -0
- package/out/exports/resources.generated/aws-ssm-resourcedatasync.d.ts +183 -0
- package/out/exports/resources.generated/aws-ssm-resourcepolicy.d.ts +38 -0
- package/out/exports/resources.generated/aws-ssmcontacts-contact.d.ts +153 -0
- package/out/exports/resources.generated/aws-ssmcontacts-contactchannel.d.ts +62 -0
- package/out/exports/resources.generated/aws-ssmcontacts-plan.d.ts +135 -0
- package/out/exports/resources.generated/aws-ssmcontacts-rotation.d.ts +243 -0
- package/out/exports/resources.generated/aws-ssmguiconnect-preferences.d.ts +59 -0
- package/out/exports/resources.generated/aws-ssmincidents-replicationset.d.ts +68 -0
- package/out/exports/resources.generated/aws-ssmincidents-responseplan.d.ts +315 -0
- package/out/exports/resources.generated/aws-ssmquicksetup-configurationmanager.d.ts +397 -0
- package/out/exports/resources.generated/aws-sso-application.d.ts +114 -0
- package/out/exports/resources.generated/aws-sso-applicationassignment.d.ts +34 -0
- package/out/exports/resources.generated/aws-sso-assignment.d.ts +57 -0
- package/out/exports/resources.generated/aws-sso-instance.d.ts +71 -0
- package/out/exports/resources.generated/aws-sso-instanceaccesscontrolattributeconfiguration.d.ts +67 -0
- package/out/exports/resources.generated/aws-sso-permissionset.d.ts +137 -0
- package/out/exports/resources.generated/aws-stepfunctions-activity.d.ts +124 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachine.d.ts +258 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachinealias.d.ts +185 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachineversion.d.ts +58 -0
- package/out/exports/resources.generated/aws-supportapp-accountalias.d.ts +40 -0
- package/out/exports/resources.generated/aws-supportapp-slackchannelconfiguration.d.ts +87 -0
- package/out/exports/resources.generated/aws-supportapp-slackworkspaceconfiguration.d.ts +45 -0
- package/out/exports/resources.generated/aws-synthetics-canary.d.ts +379 -0
- package/out/exports/resources.generated/aws-synthetics-group.d.ts +49 -0
- package/out/exports/resources.generated/aws-systemsmanagersap-application.d.ts +125 -0
- package/out/exports/resources.generated/aws-timestream-database.d.ts +43 -0
- package/out/exports/resources.generated/aws-timestream-influxdbinstance.d.ts +191 -0
- package/out/exports/resources.generated/aws-timestream-scheduledquery.d.ts +355 -0
- package/out/exports/resources.generated/aws-timestream-table.d.ts +187 -0
- package/out/exports/resources.generated/aws-transfer-agreement.d.ts +162 -0
- package/out/exports/resources.generated/aws-transfer-certificate.d.ts +126 -0
- package/out/exports/resources.generated/aws-transfer-connector.d.ts +160 -0
- package/out/exports/resources.generated/aws-transfer-profile.d.ts +57 -0
- package/out/exports/resources.generated/aws-transfer-server.d.ts +475 -0
- package/out/exports/resources.generated/aws-transfer-user.d.ts +200 -0
- package/out/exports/resources.generated/aws-transfer-webapp.d.ts +143 -0
- package/out/exports/resources.generated/aws-transfer-workflow.d.ts +294 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-identitysource.d.ts +230 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policy.d.ts +172 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policystore.d.ts +111 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policytemplate.d.ts +48 -0
- package/out/exports/resources.generated/aws-voiceid-domain.d.ts +65 -0
- package/out/exports/resources.generated/aws-vpclattice-accesslogsubscription.d.ts +76 -0
- package/out/exports/resources.generated/aws-vpclattice-authpolicy.d.ts +40 -0
- package/out/exports/resources.generated/aws-vpclattice-listener.d.ts +153 -0
- package/out/exports/resources.generated/aws-vpclattice-resourceconfiguration.d.ts +117 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcegateway.d.ts +69 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcepolicy.d.ts +26 -0
- package/out/exports/resources.generated/aws-vpclattice-rule.d.ts +267 -0
- package/out/exports/resources.generated/aws-vpclattice-service.d.ts +101 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetwork.d.ts +88 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkresourceassociation.d.ts +55 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkserviceassociation.d.ts +135 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkvpcassociation.d.ts +114 -0
- package/out/exports/resources.generated/aws-vpclattice-targetgroup.d.ts +235 -0
- package/out/exports/resources.generated/aws-waf-bytematchset.d.ts +204 -0
- package/out/exports/resources.generated/aws-waf-ipset.d.ts +80 -0
- package/out/exports/resources.generated/aws-waf-rule.d.ts +78 -0
- package/out/exports/resources.generated/aws-waf-sizeconstraintset.d.ts +170 -0
- package/out/exports/resources.generated/aws-waf-sqlinjectionmatchset.d.ts +142 -0
- package/out/exports/resources.generated/aws-waf-webacl.d.ts +102 -0
- package/out/exports/resources.generated/aws-waf-xssmatchset.d.ts +142 -0
- package/out/exports/resources.generated/aws-wafregional-bytematchset.d.ts +204 -0
- package/out/exports/resources.generated/aws-wafregional-geomatchset.d.ts +66 -0
- package/out/exports/resources.generated/aws-wafregional-ipset.d.ts +80 -0
- package/out/exports/resources.generated/aws-wafregional-ratebasedrule.d.ts +96 -0
- package/out/exports/resources.generated/aws-wafregional-regexpatternset.d.ts +36 -0
- package/out/exports/resources.generated/aws-wafregional-rule.d.ts +78 -0
- package/out/exports/resources.generated/aws-wafregional-sizeconstraintset.d.ts +170 -0
- package/out/exports/resources.generated/aws-wafregional-sqlinjectionmatchset.d.ts +142 -0
- package/out/exports/resources.generated/aws-wafregional-webacl.d.ts +99 -0
- package/out/exports/resources.generated/aws-wafregional-webaclassociation.d.ts +40 -0
- package/out/exports/resources.generated/aws-wafregional-xssmatchset.d.ts +142 -0
- package/out/exports/resources.generated/aws-wafv2-ipset.d.ts +96 -0
- package/out/exports/resources.generated/aws-wafv2-loggingconfiguration.d.ts +184 -0
- package/out/exports/resources.generated/aws-wafv2-regexpatternset.d.ts +68 -0
- package/out/exports/resources.generated/aws-wafv2-rulegroup.d.ts +1745 -0
- package/out/exports/resources.generated/aws-wafv2-webacl.d.ts +2591 -0
- package/out/exports/resources.generated/aws-wafv2-webaclassociation.d.ts +71 -0
- package/out/exports/resources.generated/aws-wisdom-aiagent.d.ts +290 -0
- package/out/exports/resources.generated/aws-wisdom-aiagentversion.d.ts +54 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrail.d.ts +341 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrailversion.d.ts +58 -0
- package/out/exports/resources.generated/aws-wisdom-aiprompt.d.ts +144 -0
- package/out/exports/resources.generated/aws-wisdom-aipromptversion.d.ts +56 -0
- package/out/exports/resources.generated/aws-wisdom-assistant.d.ts +76 -0
- package/out/exports/resources.generated/aws-wisdom-assistantassociation.d.ts +73 -0
- package/out/exports/resources.generated/aws-wisdom-knowledgebase.d.ts +338 -0
- package/out/exports/resources.generated/aws-wisdom-messagetemplate.d.ts +733 -0
- package/out/exports/resources.generated/aws-wisdom-messagetemplateversion.d.ts +42 -0
- package/out/exports/resources.generated/aws-workspaces-connectionalias.d.ts +44 -0
- package/out/exports/resources.generated/aws-workspaces-workspace.d.ts +98 -0
- package/out/exports/resources.generated/aws-workspaces-workspacespool.d.ts +152 -0
- package/out/exports/resources.generated/aws-workspacesthinclient-environment.d.ts +185 -0
- package/out/exports/resources.generated/aws-workspacesweb-browsersettings.d.ts +59 -0
- package/out/exports/resources.generated/aws-workspacesweb-dataprotectionsettings.d.ts +206 -0
- package/out/exports/resources.generated/aws-workspacesweb-identityprovider.d.ts +97 -0
- package/out/exports/resources.generated/aws-workspacesweb-ipaccesssettings.d.ts +98 -0
- package/out/exports/resources.generated/aws-workspacesweb-networksettings.d.ts +68 -0
- package/out/exports/resources.generated/aws-workspacesweb-portal.d.ts +208 -0
- package/out/exports/resources.generated/aws-workspacesweb-truststore.d.ts +41 -0
- package/out/exports/resources.generated/aws-workspacesweb-useraccessloggingsettings.d.ts +56 -0
- package/out/exports/resources.generated/aws-workspacesweb-usersettings.d.ts +196 -0
- package/out/exports/resources.generated/aws-xray-group.d.ts +66 -0
- package/out/exports/resources.generated/aws-xray-resourcepolicy.d.ts +33 -0
- package/out/exports/resources.generated/aws-xray-samplingrule.d.ts +240 -0
- package/out/exports/resources.generated/aws-xray-transactionsearchconfig.d.ts +28 -0
- package/out/lib/assert.d.ts +21 -0
- package/out/lib/assert.d.ts.map +1 -0
- package/out/lib/assert.js +39 -0
- package/out/lib/assert.js.map +1 -0
- package/out/lib/builder.d.ts +153 -0
- package/out/lib/builder.d.ts.map +1 -0
- package/out/lib/builder.js +169 -0
- package/out/lib/builder.js.map +1 -0
- package/out/lib/intrinsics.d.ts +940 -0
- package/out/lib/intrinsics.d.ts.map +1 -0
- package/out/lib/intrinsics.js +431 -0
- package/out/lib/intrinsics.js.map +1 -0
- package/out/lib/json.d.ts.map +1 -0
- package/out/{exports/main → lib}/json.js.map +1 -1
- package/out/lib/parameters.d.ts.map +1 -0
- package/out/{exports/main → lib}/parameters.js.map +1 -1
- package/out/lib/policy.d.ts.map +1 -0
- package/out/{exports/main → lib}/policy.js.map +1 -1
- package/out/{exports/main → lib}/template.d.ts +29 -8
- package/out/lib/template.d.ts.map +1 -0
- package/out/lib/template.js +14 -0
- package/out/lib/template.js.map +1 -0
- package/package.json +12 -4
- package/exports/main/intrinsics.ts +0 -632
- package/out/exports/main/intrinsics.d.ts +0 -522
- package/out/exports/main/intrinsics.d.ts.map +0 -1
- package/out/exports/main/intrinsics.js +0 -20
- package/out/exports/main/intrinsics.js.map +0 -1
- package/out/exports/main/json.d.ts.map +0 -1
- package/out/exports/main/parameters.d.ts.map +0 -1
- package/out/exports/main/policy.d.ts.map +0 -1
- package/out/exports/main/template.d.ts.map +0 -1
- package/out/exports/main/template.js +0 -13
- package/out/exports/main/template.js.map +0 -1
- /package/{exports/main → lib}/json.ts +0 -0
- /package/{exports/main → lib}/parameters.ts +0 -0
- /package/{exports/main → lib}/policy.ts +0 -0
- /package/out/{exports/main → lib}/json.d.ts +0 -0
- /package/out/{exports/main → lib}/json.js +0 -0
- /package/out/{exports/main → lib}/parameters.d.ts +0 -0
- /package/out/{exports/main → lib}/parameters.js +0 -0
- /package/out/{exports/main → lib}/policy.d.ts +0 -0
- /package/out/{exports/main → lib}/policy.js +0 -0
|
@@ -0,0 +1,1300 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* The `AWS::RDS::DBInstance` resource creates an Amazon DB instance. The new DB instance can be an RDS DB instance, or it can be a DB instance in an Aurora DB cluster.
|
|
4
|
+
*
|
|
5
|
+
* For more information about creating an RDS DB instance, see [Creating an Amazon RDS DB instance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateDBInstance.html) in the *Amazon RDS User Guide* .
|
|
6
|
+
*
|
|
7
|
+
* For more information about creating a DB instance in an Aurora DB cluster, see [Creating an Amazon Aurora DB cluster](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.CreateInstance.html) in the *Amazon Aurora User Guide* .
|
|
8
|
+
*
|
|
9
|
+
* If you import an existing DB instance, and the template configuration doesn't match the actual configuration of the DB instance, AWS CloudFormation applies the changes in the template during the import operation.
|
|
10
|
+
*
|
|
11
|
+
* > If a DB instance is deleted or replaced during an update, AWS CloudFormation deletes all automated snapshots. However, it retains manual DB snapshots. During an update that requires replacement, you can apply a stack policy to prevent DB instances from being replaced. For more information, see [Prevent Updates to Stack Resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html) .
|
|
12
|
+
*
|
|
13
|
+
* *Updating DB instances*
|
|
14
|
+
*
|
|
15
|
+
* When properties labeled " *Update requires:* [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) " are updated, AWS CloudFormation first creates a replacement DB instance, then changes references from other dependent resources to point to the replacement DB instance, and finally deletes the old DB instance.
|
|
16
|
+
*
|
|
17
|
+
* > We highly recommend that you take a snapshot of the database before updating the stack. If you don't, you lose the data when AWS CloudFormation replaces your DB instance. To preserve your data, perform the following procedure:
|
|
18
|
+
* >
|
|
19
|
+
* > - Deactivate any applications that are using the DB instance so that there's no activity on the DB instance.
|
|
20
|
+
* > - Create a snapshot of the DB instance. For more information, see [Creating a DB Snapshot](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateSnapshot.html) .
|
|
21
|
+
* > - If you want to restore your instance using a DB snapshot, modify the updated template with your DB instance changes and add the `DBSnapshotIdentifier` property with the ID of the DB snapshot that you want to use.
|
|
22
|
+
* >
|
|
23
|
+
* > After you restore a DB instance with a `DBSnapshotIdentifier` property, you can delete the `DBSnapshotIdentifier` property. When you specify this property for an update, the DB instance is not restored from the DB snapshot again, and the data in the database is not changed. However, if you don't specify the `DBSnapshotIdentifier` property, an empty DB instance is created, and the original DB instance is deleted. If you specify a property that is different from the previous snapshot restore property, a new DB instance is restored from the specified `DBSnapshotIdentifier` property, and the original DB instance is deleted.
|
|
24
|
+
* > - Update the stack.
|
|
25
|
+
*
|
|
26
|
+
* For more information about updating other properties of this resource, see `[ModifyDBInstance](https://docs.aws.amazon.com//AmazonRDS/latest/APIReference/API_ModifyDBInstance.html)` . For more information about updating stacks, see [AWS CloudFormation Stacks Updates](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks.html) .
|
|
27
|
+
*
|
|
28
|
+
* *Deleting DB instances*
|
|
29
|
+
*
|
|
30
|
+
* For DB instances that are part of an Aurora DB cluster, you can set a deletion policy for your DB instance to control how AWS CloudFormation handles the DB instance when the stack is deleted. For Amazon RDS DB instances, you can choose to *retain* the DB instance, to *delete* the DB instance, or to *create a snapshot* of the DB instance. The default AWS CloudFormation behavior depends on the `DBClusterIdentifier` property:
|
|
31
|
+
*
|
|
32
|
+
* - For `AWS::RDS::DBInstance` resources that don't specify the `DBClusterIdentifier` property, AWS CloudFormation saves a snapshot of the DB instance.
|
|
33
|
+
* - For `AWS::RDS::DBInstance` resources that do specify the `DBClusterIdentifier` property, AWS CloudFormation deletes the DB instance.
|
|
34
|
+
*
|
|
35
|
+
* For more information, see [DeletionPolicy Attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html) .
|
|
36
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html}
|
|
37
|
+
*/
|
|
38
|
+
export type RDSDBInstance = ResourceDefinitionWithAttributes<"AWS::RDS::DBInstance", RDSDBInstanceProps, RDSDBInstanceAttribs>;
|
|
39
|
+
/**
|
|
40
|
+
* The `AWS::RDS::DBInstance` resource creates an Amazon DB instance. The new DB instance can be an RDS DB instance, or it can be a DB instance in an Aurora DB cluster.
|
|
41
|
+
*
|
|
42
|
+
* For more information about creating an RDS DB instance, see [Creating an Amazon RDS DB instance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateDBInstance.html) in the *Amazon RDS User Guide* .
|
|
43
|
+
*
|
|
44
|
+
* For more information about creating a DB instance in an Aurora DB cluster, see [Creating an Amazon Aurora DB cluster](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.CreateInstance.html) in the *Amazon Aurora User Guide* .
|
|
45
|
+
*
|
|
46
|
+
* If you import an existing DB instance, and the template configuration doesn't match the actual configuration of the DB instance, AWS CloudFormation applies the changes in the template during the import operation.
|
|
47
|
+
*
|
|
48
|
+
* > If a DB instance is deleted or replaced during an update, AWS CloudFormation deletes all automated snapshots. However, it retains manual DB snapshots. During an update that requires replacement, you can apply a stack policy to prevent DB instances from being replaced. For more information, see [Prevent Updates to Stack Resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html) .
|
|
49
|
+
*
|
|
50
|
+
* *Updating DB instances*
|
|
51
|
+
*
|
|
52
|
+
* When properties labeled " *Update requires:* [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) " are updated, AWS CloudFormation first creates a replacement DB instance, then changes references from other dependent resources to point to the replacement DB instance, and finally deletes the old DB instance.
|
|
53
|
+
*
|
|
54
|
+
* > We highly recommend that you take a snapshot of the database before updating the stack. If you don't, you lose the data when AWS CloudFormation replaces your DB instance. To preserve your data, perform the following procedure:
|
|
55
|
+
* >
|
|
56
|
+
* > - Deactivate any applications that are using the DB instance so that there's no activity on the DB instance.
|
|
57
|
+
* > - Create a snapshot of the DB instance. For more information, see [Creating a DB Snapshot](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CreateSnapshot.html) .
|
|
58
|
+
* > - If you want to restore your instance using a DB snapshot, modify the updated template with your DB instance changes and add the `DBSnapshotIdentifier` property with the ID of the DB snapshot that you want to use.
|
|
59
|
+
* >
|
|
60
|
+
* > After you restore a DB instance with a `DBSnapshotIdentifier` property, you can delete the `DBSnapshotIdentifier` property. When you specify this property for an update, the DB instance is not restored from the DB snapshot again, and the data in the database is not changed. However, if you don't specify the `DBSnapshotIdentifier` property, an empty DB instance is created, and the original DB instance is deleted. If you specify a property that is different from the previous snapshot restore property, a new DB instance is restored from the specified `DBSnapshotIdentifier` property, and the original DB instance is deleted.
|
|
61
|
+
* > - Update the stack.
|
|
62
|
+
*
|
|
63
|
+
* For more information about updating other properties of this resource, see `[ModifyDBInstance](https://docs.aws.amazon.com//AmazonRDS/latest/APIReference/API_ModifyDBInstance.html)` . For more information about updating stacks, see [AWS CloudFormation Stacks Updates](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks.html) .
|
|
64
|
+
*
|
|
65
|
+
* *Deleting DB instances*
|
|
66
|
+
*
|
|
67
|
+
* For DB instances that are part of an Aurora DB cluster, you can set a deletion policy for your DB instance to control how AWS CloudFormation handles the DB instance when the stack is deleted. For Amazon RDS DB instances, you can choose to *retain* the DB instance, to *delete* the DB instance, or to *create a snapshot* of the DB instance. The default AWS CloudFormation behavior depends on the `DBClusterIdentifier` property:
|
|
68
|
+
*
|
|
69
|
+
* - For `AWS::RDS::DBInstance` resources that don't specify the `DBClusterIdentifier` property, AWS CloudFormation saves a snapshot of the DB instance.
|
|
70
|
+
* - For `AWS::RDS::DBInstance` resources that do specify the `DBClusterIdentifier` property, AWS CloudFormation deletes the DB instance.
|
|
71
|
+
*
|
|
72
|
+
* For more information, see [DeletionPolicy Attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html) .
|
|
73
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html}
|
|
74
|
+
*/
|
|
75
|
+
export type RDSDBInstanceProps = {
|
|
76
|
+
/**
|
|
77
|
+
* The amount of storage in gibibytes (GiB) to be initially allocated for the database instance.
|
|
78
|
+
*
|
|
79
|
+
* > If any value is set in the `Iops` parameter, `AllocatedStorage` must be at least 100 GiB, which corresponds to the minimum Iops value of 1,000. If you increase the `Iops` value (in 1,000 IOPS increments), then you must also increase the `AllocatedStorage` value (in 100-GiB increments).
|
|
80
|
+
*
|
|
81
|
+
* *Amazon Aurora*
|
|
82
|
+
*
|
|
83
|
+
* Not applicable. Aurora cluster volumes automatically grow as the amount of data in your database increases, though you are only charged for the space that you use in an Aurora cluster volume.
|
|
84
|
+
*
|
|
85
|
+
* *Db2*
|
|
86
|
+
*
|
|
87
|
+
* Constraints to the amount of storage for each storage type are the following:
|
|
88
|
+
*
|
|
89
|
+
* - General Purpose (SSD) storage (gp3): Must be an integer from 20 to 64000.
|
|
90
|
+
* - Provisioned IOPS storage (io1): Must be an integer from 100 to 64000.
|
|
91
|
+
*
|
|
92
|
+
* *MySQL*
|
|
93
|
+
*
|
|
94
|
+
* Constraints to the amount of storage for each storage type are the following:
|
|
95
|
+
*
|
|
96
|
+
* - General Purpose (SSD) storage (gp2): Must be an integer from 20 to 65536.
|
|
97
|
+
* - Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.
|
|
98
|
+
* - Magnetic storage (standard): Must be an integer from 5 to 3072.
|
|
99
|
+
*
|
|
100
|
+
* *MariaDB*
|
|
101
|
+
*
|
|
102
|
+
* Constraints to the amount of storage for each storage type are the following:
|
|
103
|
+
*
|
|
104
|
+
* - General Purpose (SSD) storage (gp2): Must be an integer from 20 to 65536.
|
|
105
|
+
* - Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.
|
|
106
|
+
* - Magnetic storage (standard): Must be an integer from 5 to 3072.
|
|
107
|
+
*
|
|
108
|
+
* *PostgreSQL*
|
|
109
|
+
*
|
|
110
|
+
* Constraints to the amount of storage for each storage type are the following:
|
|
111
|
+
*
|
|
112
|
+
* - General Purpose (SSD) storage (gp2): Must be an integer from 20 to 65536.
|
|
113
|
+
* - Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.
|
|
114
|
+
* - Magnetic storage (standard): Must be an integer from 5 to 3072.
|
|
115
|
+
*
|
|
116
|
+
* *Oracle*
|
|
117
|
+
*
|
|
118
|
+
* Constraints to the amount of storage for each storage type are the following:
|
|
119
|
+
*
|
|
120
|
+
* - General Purpose (SSD) storage (gp2): Must be an integer from 20 to 65536.
|
|
121
|
+
* - Provisioned IOPS storage (io1): Must be an integer from 100 to 65536.
|
|
122
|
+
* - Magnetic storage (standard): Must be an integer from 10 to 3072.
|
|
123
|
+
*
|
|
124
|
+
* *SQL Server*
|
|
125
|
+
*
|
|
126
|
+
* Constraints to the amount of storage for each storage type are the following:
|
|
127
|
+
*
|
|
128
|
+
* - General Purpose (SSD) storage (gp2):
|
|
129
|
+
*
|
|
130
|
+
* - Enterprise and Standard editions: Must be an integer from 20 to 16384.
|
|
131
|
+
* - Web and Express editions: Must be an integer from 20 to 16384.
|
|
132
|
+
* - Provisioned IOPS storage (io1):
|
|
133
|
+
*
|
|
134
|
+
* - Enterprise and Standard editions: Must be an integer from 20 to 16384.
|
|
135
|
+
* - Web and Express editions: Must be an integer from 20 to 16384.
|
|
136
|
+
* - Magnetic storage (standard):
|
|
137
|
+
*
|
|
138
|
+
* - Enterprise and Standard editions: Must be an integer from 20 to 1024.
|
|
139
|
+
* - Web and Express editions: Must be an integer from 20 to 1024.
|
|
140
|
+
* @pattern ^[0-9]*$
|
|
141
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-allocatedstorage}
|
|
142
|
+
*/
|
|
143
|
+
AllocatedStorage?: string | undefined;
|
|
144
|
+
/**
|
|
145
|
+
* A value that indicates whether major version upgrades are allowed. Changing this parameter doesn't result in an outage and the change is asynchronously applied as soon as possible.
|
|
146
|
+
*
|
|
147
|
+
* Constraints: Major version upgrades must be allowed when specifying a value for the `EngineVersion` parameter that is a different major version than the DB instance's current version.
|
|
148
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-allowmajorversionupgrade}
|
|
149
|
+
*/
|
|
150
|
+
AllowMajorVersionUpgrade?: boolean | undefined;
|
|
151
|
+
/**
|
|
152
|
+
* Specifies whether changes to the DB instance and any pending modifications are applied immediately, regardless of the `PreferredMaintenanceWindow` setting. If set to `false` , changes are applied during the next maintenance window. Until RDS applies the changes, the DB instance remains in a drift state. As a result, the configuration doesn't fully reflect the requested modifications and temporarily diverges from the intended state.
|
|
153
|
+
*
|
|
154
|
+
* In addition to the settings described in [Modifying a DB instance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.DBInstance.Modifying.html) , this property also determines whether the DB instance reboots when a static parameter is modified in the associated DB parameter group.
|
|
155
|
+
*
|
|
156
|
+
* Default: `true`
|
|
157
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-applyimmediately}
|
|
158
|
+
*/
|
|
159
|
+
ApplyImmediately?: boolean | undefined;
|
|
160
|
+
/**
|
|
161
|
+
* The AWS Identity and Access Management (IAM) roles associated with the DB instance.
|
|
162
|
+
*
|
|
163
|
+
* *Amazon Aurora*
|
|
164
|
+
*
|
|
165
|
+
* Not applicable. The associated roles are managed by the DB cluster.
|
|
166
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-associatedroles}
|
|
167
|
+
*/
|
|
168
|
+
AssociatedRoles?: DBInstanceRole[] | undefined;
|
|
169
|
+
/**
|
|
170
|
+
* A value that indicates whether minor engine upgrades are applied automatically to the DB instance during the maintenance window. By default, minor engine upgrades are applied automatically.
|
|
171
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-autominorversionupgrade}
|
|
172
|
+
*/
|
|
173
|
+
AutoMinorVersionUpgrade?: boolean | undefined;
|
|
174
|
+
/**
|
|
175
|
+
* The AWS KMS key identifier for encryption of the replicated automated backups. The KMS key ID is the Amazon Resource Name (ARN) for the KMS encryption key in the destination AWS Region , for example, `arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE` .
|
|
176
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-automaticbackupreplicationkmskeyid}
|
|
177
|
+
*/
|
|
178
|
+
AutomaticBackupReplicationKmsKeyId?: string | undefined;
|
|
179
|
+
/**
|
|
180
|
+
* The AWS Region associated with the automated backup.
|
|
181
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-automaticbackupreplicationregion}
|
|
182
|
+
*/
|
|
183
|
+
AutomaticBackupReplicationRegion?: string | undefined;
|
|
184
|
+
/**
|
|
185
|
+
* The retention period for automated backups in a different AWS Region. Use this parameter to set a unique retention period that only applies to cross-Region automated backups. To enable automated backups in a different Region, specify a positive value for the `AutomaticBackupReplicationRegion` parameter.
|
|
186
|
+
*
|
|
187
|
+
* If not specified, this parameter defaults to the value of the `BackupRetentionPeriod` parameter. The maximum allowed value is 35.
|
|
188
|
+
* @min 1
|
|
189
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-automaticbackupreplicationretentionperiod}
|
|
190
|
+
*/
|
|
191
|
+
AutomaticBackupReplicationRetentionPeriod?: number | undefined;
|
|
192
|
+
/**
|
|
193
|
+
* The Availability Zone (AZ) where the database will be created. For information on AWS Regions and Availability Zones, see [Regions and Availability Zones](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html) .
|
|
194
|
+
*
|
|
195
|
+
* For Amazon Aurora, each Aurora DB cluster hosts copies of its storage in three separate Availability Zones. Specify one of these Availability Zones. Aurora automatically chooses an appropriate Availability Zone if you don't specify one.
|
|
196
|
+
*
|
|
197
|
+
* Default: A random, system-chosen Availability Zone in the endpoint's AWS Region .
|
|
198
|
+
*
|
|
199
|
+
* Constraints:
|
|
200
|
+
*
|
|
201
|
+
* - The `AvailabilityZone` parameter can't be specified if the DB instance is a Multi-AZ deployment.
|
|
202
|
+
* - The specified Availability Zone must be in the same AWS Region as the current endpoint.
|
|
203
|
+
*
|
|
204
|
+
* Example: `us-east-1d`
|
|
205
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-availabilityzone}
|
|
206
|
+
*/
|
|
207
|
+
AvailabilityZone?: string | undefined;
|
|
208
|
+
/**
|
|
209
|
+
* The number of days for which automated backups are retained. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.
|
|
210
|
+
*
|
|
211
|
+
* *Amazon Aurora*
|
|
212
|
+
*
|
|
213
|
+
* Not applicable. The retention period for automated backups is managed by the DB cluster.
|
|
214
|
+
*
|
|
215
|
+
* Default: 1
|
|
216
|
+
*
|
|
217
|
+
* Constraints:
|
|
218
|
+
*
|
|
219
|
+
* - Must be a value from 0 to 35
|
|
220
|
+
* - Can't be set to 0 if the DB instance is a source to read replicas
|
|
221
|
+
* @min 0
|
|
222
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-backupretentionperiod}
|
|
223
|
+
*/
|
|
224
|
+
BackupRetentionPeriod?: number | undefined;
|
|
225
|
+
/**
|
|
226
|
+
* The identifier of the CA certificate for this DB instance.
|
|
227
|
+
*
|
|
228
|
+
* For more information, see [Using SSL/TLS to encrypt a connection to a DB instance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html) in the *Amazon RDS User Guide* and [Using SSL/TLS to encrypt a connection to a DB cluster](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html) in the *Amazon Aurora User Guide* .
|
|
229
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-cacertificateidentifier}
|
|
230
|
+
*/
|
|
231
|
+
CACertificateIdentifier?: string | undefined;
|
|
232
|
+
/**
|
|
233
|
+
* Specifies whether the DB instance is restarted when you rotate your SSL/TLS certificate.
|
|
234
|
+
*
|
|
235
|
+
* By default, the DB instance is restarted when you rotate your SSL/TLS certificate. The certificate is not updated until the DB instance is restarted.
|
|
236
|
+
*
|
|
237
|
+
* > Set this parameter only if you are *not* using SSL/TLS to connect to the DB instance.
|
|
238
|
+
*
|
|
239
|
+
* If you are using SSL/TLS to connect to the DB instance, follow the appropriate instructions for your DB engine to rotate your SSL/TLS certificate:
|
|
240
|
+
*
|
|
241
|
+
* - For more information about rotating your SSL/TLS certificate for RDS DB engines, see [Rotating Your SSL/TLS Certificate.](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html) in the *Amazon RDS User Guide.*
|
|
242
|
+
* - For more information about rotating your SSL/TLS certificate for Aurora DB engines, see [Rotating Your SSL/TLS Certificate](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL-certificate-rotation.html) in the *Amazon Aurora User Guide* .
|
|
243
|
+
*
|
|
244
|
+
* This setting doesn't apply to RDS Custom DB instances.
|
|
245
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-certificaterotationrestart}
|
|
246
|
+
*/
|
|
247
|
+
CertificateRotationRestart?: boolean | undefined;
|
|
248
|
+
/**
|
|
249
|
+
* For supported engines, indicates that the DB instance should be associated with the specified character set.
|
|
250
|
+
*
|
|
251
|
+
* *Amazon Aurora*
|
|
252
|
+
*
|
|
253
|
+
* Not applicable. The character set is managed by the DB cluster. For more information, see [AWS::RDS::DBCluster](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html) .
|
|
254
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-charactersetname}
|
|
255
|
+
*/
|
|
256
|
+
CharacterSetName?: string | undefined;
|
|
257
|
+
/**
|
|
258
|
+
* Specifies whether to copy tags from the DB instance to snapshots of the DB instance. By default, tags are not copied.
|
|
259
|
+
*
|
|
260
|
+
* This setting doesn't apply to Amazon Aurora DB instances. Copying tags to snapshots is managed by the DB cluster. Setting this value for an Aurora DB instance has no effect on the DB cluster setting.
|
|
261
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-copytagstosnapshot}
|
|
262
|
+
*/
|
|
263
|
+
CopyTagsToSnapshot?: boolean | undefined;
|
|
264
|
+
/**
|
|
265
|
+
* The instance profile associated with the underlying Amazon EC2 instance of an RDS Custom DB instance.
|
|
266
|
+
*
|
|
267
|
+
* This setting is required for RDS Custom.
|
|
268
|
+
*
|
|
269
|
+
* Constraints:
|
|
270
|
+
*
|
|
271
|
+
* - The profile must exist in your account.
|
|
272
|
+
* - The profile must have an IAM role that Amazon EC2 has permissions to assume.
|
|
273
|
+
* - The instance profile name and the associated IAM role name must start with the prefix `AWSRDSCustom` .
|
|
274
|
+
*
|
|
275
|
+
* For the list of permissions required for the IAM role, see [Configure IAM and your VPC](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-setup-orcl.html#custom-setup-orcl.iam-vpc) in the *Amazon RDS User Guide* .
|
|
276
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-customiaminstanceprofile}
|
|
277
|
+
*/
|
|
278
|
+
CustomIAMInstanceProfile?: string | undefined;
|
|
279
|
+
/**
|
|
280
|
+
* The identifier of the DB cluster that this DB instance will belong to.
|
|
281
|
+
*
|
|
282
|
+
* This setting doesn't apply to RDS Custom DB instances.
|
|
283
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-dbclusteridentifier}
|
|
284
|
+
*/
|
|
285
|
+
DBClusterIdentifier?: string | undefined;
|
|
286
|
+
/**
|
|
287
|
+
* The identifier for the Multi-AZ DB cluster snapshot to restore from.
|
|
288
|
+
*
|
|
289
|
+
* For more information on Multi-AZ DB clusters, see [Multi-AZ DB cluster deployments](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html) in the *Amazon RDS User Guide* .
|
|
290
|
+
*
|
|
291
|
+
* Constraints:
|
|
292
|
+
*
|
|
293
|
+
* - Must match the identifier of an existing Multi-AZ DB cluster snapshot.
|
|
294
|
+
* - Can't be specified when `DBSnapshotIdentifier` is specified.
|
|
295
|
+
* - Must be specified when `DBSnapshotIdentifier` isn't specified.
|
|
296
|
+
* - If you are restoring from a shared manual Multi-AZ DB cluster snapshot, the `DBClusterSnapshotIdentifier` must be the ARN of the shared snapshot.
|
|
297
|
+
* - Can't be the identifier of an Aurora DB cluster snapshot.
|
|
298
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-dbclustersnapshotidentifier}
|
|
299
|
+
*/
|
|
300
|
+
DBClusterSnapshotIdentifier?: string | undefined;
|
|
301
|
+
/**
|
|
302
|
+
* The compute and memory capacity of the DB instance, for example `db.m5.large` . Not all DB instance classes are available in all AWS Regions , or for all database engines. For the full list of DB instance classes, and availability for your engine, see [DB instance classes](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html) in the *Amazon RDS User Guide* or [Aurora DB instance classes](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html) in the *Amazon Aurora User Guide* .
|
|
303
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-dbinstanceclass}
|
|
304
|
+
*/
|
|
305
|
+
DBInstanceClass?: string | undefined;
|
|
306
|
+
/**
|
|
307
|
+
* A name for the DB instance. If you specify a name, AWS CloudFormation converts it to lowercase. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the DB instance. For more information, see [Name Type](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html) .
|
|
308
|
+
*
|
|
309
|
+
* For information about constraints that apply to DB instance identifiers, see [Naming constraints in Amazon RDS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints) in the *Amazon RDS User Guide* .
|
|
310
|
+
*
|
|
311
|
+
* > 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 must replace the resource, specify a new name.
|
|
312
|
+
* @minLength 1
|
|
313
|
+
* @maxLength 63
|
|
314
|
+
* @pattern ^$|^[a-zA-Z]{1}(?:-?[a-zA-Z0-9]){0,62}$
|
|
315
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-dbinstanceidentifier}
|
|
316
|
+
*/
|
|
317
|
+
DBInstanceIdentifier?: string | undefined;
|
|
318
|
+
/**
|
|
319
|
+
* The meaning of this parameter differs according to the database engine you use.
|
|
320
|
+
*
|
|
321
|
+
* > If you specify the `[DBSnapshotIdentifier](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsnapshotidentifier)` property, this property only applies to RDS for Oracle.
|
|
322
|
+
*
|
|
323
|
+
* *Amazon Aurora*
|
|
324
|
+
*
|
|
325
|
+
* Not applicable. The database name is managed by the DB cluster.
|
|
326
|
+
*
|
|
327
|
+
* *Db2*
|
|
328
|
+
*
|
|
329
|
+
* The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance.
|
|
330
|
+
*
|
|
331
|
+
* Constraints:
|
|
332
|
+
*
|
|
333
|
+
* - Must contain 1 to 64 letters or numbers.
|
|
334
|
+
* - Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).
|
|
335
|
+
* - Can't be a word reserved by the specified database engine.
|
|
336
|
+
*
|
|
337
|
+
* *MySQL*
|
|
338
|
+
*
|
|
339
|
+
* The name of the database to create when the DB instance is created. If this parameter is not specified, no database is created in the DB instance.
|
|
340
|
+
*
|
|
341
|
+
* Constraints:
|
|
342
|
+
*
|
|
343
|
+
* - Must contain 1 to 64 letters or numbers.
|
|
344
|
+
* - Can't be a word reserved by the specified database engine
|
|
345
|
+
*
|
|
346
|
+
* *MariaDB*
|
|
347
|
+
*
|
|
348
|
+
* The name of the database to create when the DB instance is created. If this parameter is not specified, no database is created in the DB instance.
|
|
349
|
+
*
|
|
350
|
+
* Constraints:
|
|
351
|
+
*
|
|
352
|
+
* - Must contain 1 to 64 letters or numbers.
|
|
353
|
+
* - Can't be a word reserved by the specified database engine
|
|
354
|
+
*
|
|
355
|
+
* *PostgreSQL*
|
|
356
|
+
*
|
|
357
|
+
* The name of the database to create when the DB instance is created. If this parameter is not specified, the default `postgres` database is created in the DB instance.
|
|
358
|
+
*
|
|
359
|
+
* Constraints:
|
|
360
|
+
*
|
|
361
|
+
* - Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).
|
|
362
|
+
* - Must contain 1 to 63 characters.
|
|
363
|
+
* - Can't be a word reserved by the specified database engine
|
|
364
|
+
*
|
|
365
|
+
* *Oracle*
|
|
366
|
+
*
|
|
367
|
+
* The Oracle System ID (SID) of the created DB instance. If you specify `null` , the default value `ORCL` is used. You can't specify the string NULL, or any other reserved word, for `DBName` .
|
|
368
|
+
*
|
|
369
|
+
* Default: `ORCL`
|
|
370
|
+
*
|
|
371
|
+
* Constraints:
|
|
372
|
+
*
|
|
373
|
+
* - Can't be longer than 8 characters
|
|
374
|
+
*
|
|
375
|
+
* *SQL Server*
|
|
376
|
+
*
|
|
377
|
+
* Not applicable. Must be null.
|
|
378
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-dbname}
|
|
379
|
+
*/
|
|
380
|
+
DBName?: string | undefined;
|
|
381
|
+
/**
|
|
382
|
+
* The name of an existing DB parameter group or a reference to an [AWS::RDS::DBParameterGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbparametergroup.html) resource created in the template.
|
|
383
|
+
*
|
|
384
|
+
* To list all of the available DB parameter group names, use the following command:
|
|
385
|
+
*
|
|
386
|
+
* `aws rds describe-db-parameter-groups --query "DBParameterGroups[].DBParameterGroupName" --output text`
|
|
387
|
+
*
|
|
388
|
+
* > If any of the data members of the referenced parameter group are changed during an update, the DB instance might need to be restarted, which causes some interruption. If the parameter group contains static parameters, whether they were changed or not, an update triggers a reboot.
|
|
389
|
+
*
|
|
390
|
+
* If you don't specify a value for `DBParameterGroupName` property, the default DB parameter group for the specified engine and engine version is used.
|
|
391
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-dbparametergroupname}
|
|
392
|
+
*/
|
|
393
|
+
DBParameterGroupName?: string | undefined;
|
|
394
|
+
/**
|
|
395
|
+
* A list of the DB security groups to assign to the DB instance. The list can include both the name of existing DB security groups or references to AWS::RDS::DBSecurityGroup resources created in the template.
|
|
396
|
+
*
|
|
397
|
+
* If you set DBSecurityGroups, you must not set VPCSecurityGroups, and vice versa. Also, note that the DBSecurityGroups property exists only for backwards compatibility with older regions and is no longer recommended for providing security information to an RDS DB instance. Instead, use VPCSecurityGroups.
|
|
398
|
+
*
|
|
399
|
+
* > If you specify this property, AWS CloudFormation sends only the following properties (if specified) to Amazon RDS during create operations:
|
|
400
|
+
* >
|
|
401
|
+
* > - `AllocatedStorage`
|
|
402
|
+
* > - `AutoMinorVersionUpgrade`
|
|
403
|
+
* > - `AvailabilityZone`
|
|
404
|
+
* > - `BackupRetentionPeriod`
|
|
405
|
+
* > - `CharacterSetName`
|
|
406
|
+
* > - `DBInstanceClass`
|
|
407
|
+
* > - `DBName`
|
|
408
|
+
* > - `DBParameterGroupName`
|
|
409
|
+
* > - `DBSecurityGroups`
|
|
410
|
+
* > - `DBSubnetGroupName`
|
|
411
|
+
* > - `Engine`
|
|
412
|
+
* > - `EngineVersion`
|
|
413
|
+
* > - `Iops`
|
|
414
|
+
* > - `LicenseModel`
|
|
415
|
+
* > - `MasterUsername`
|
|
416
|
+
* > - `MasterUserPassword`
|
|
417
|
+
* > - `MultiAZ`
|
|
418
|
+
* > - `OptionGroupName`
|
|
419
|
+
* > - `PreferredBackupWindow`
|
|
420
|
+
* > - `PreferredMaintenanceWindow`
|
|
421
|
+
* >
|
|
422
|
+
* > All other properties are ignored. Specify a virtual private cloud (VPC) security group if you want to submit other properties, such as `StorageType` , `StorageEncrypted` , or `KmsKeyId` . If you're already using the `DBSecurityGroups` property, you can't use these other properties by updating your DB instance to use a VPC security group. You must recreate the DB instance.
|
|
423
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-dbsecuritygroups}
|
|
424
|
+
*/
|
|
425
|
+
DBSecurityGroups?: string[] | undefined;
|
|
426
|
+
/**
|
|
427
|
+
* The name or Amazon Resource Name (ARN) of the DB snapshot that's used to restore the DB instance. If you're restoring from a shared manual DB snapshot, you must specify the ARN of the snapshot.
|
|
428
|
+
*
|
|
429
|
+
* By specifying this property, you can create a DB instance from the specified DB snapshot. If the `DBSnapshotIdentifier` property is an empty string or the `AWS::RDS::DBInstance` declaration has no `DBSnapshotIdentifier` property, AWS CloudFormation creates a new database. If the property contains a value (other than an empty string), AWS CloudFormation creates a database from the specified snapshot. If a snapshot with the specified name doesn't exist, AWS CloudFormation can't create the database and it rolls back the stack.
|
|
430
|
+
*
|
|
431
|
+
* Some DB instance properties aren't valid when you restore from a snapshot, such as the `MasterUsername` and `MasterUserPassword` properties, and the point-in-time recovery properties `RestoreTime` and `UseLatestRestorableTime` . For information about the properties that you can specify, see the [`RestoreDBInstanceFromDBSnapshot`](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_RestoreDBInstanceFromDBSnapshot.html) action in the *Amazon RDS API Reference* .
|
|
432
|
+
*
|
|
433
|
+
* After you restore a DB instance with a `DBSnapshotIdentifier` property, you must specify the same `DBSnapshotIdentifier` property for any future updates to the DB instance. When you specify this property for an update, the DB instance is not restored from the DB snapshot again, and the data in the database is not changed. However, if you don't specify the `DBSnapshotIdentifier` property, an empty DB instance is created, and the original DB instance is deleted. If you specify a property that is different from the previous snapshot restore property, a new DB instance is restored from the specified `DBSnapshotIdentifier` property, and the original DB instance is deleted.
|
|
434
|
+
*
|
|
435
|
+
* If you specify the `DBSnapshotIdentifier` property to restore a DB instance (as opposed to specifying it for DB instance updates), then don't specify the following properties:
|
|
436
|
+
*
|
|
437
|
+
* - `CharacterSetName`
|
|
438
|
+
* - `DBClusterIdentifier`
|
|
439
|
+
* - `DBName`
|
|
440
|
+
* - `KmsKeyId`
|
|
441
|
+
* - `MasterUsername`
|
|
442
|
+
* - `MasterUserPassword`
|
|
443
|
+
* - `PromotionTier`
|
|
444
|
+
* - `SourceDBInstanceIdentifier`
|
|
445
|
+
* - `SourceRegion`
|
|
446
|
+
* - `StorageEncrypted` (for an unencrypted snapshot)
|
|
447
|
+
* - `Timezone`
|
|
448
|
+
*
|
|
449
|
+
* *Amazon Aurora*
|
|
450
|
+
*
|
|
451
|
+
* Not applicable. Snapshot restore is managed by the DB cluster.
|
|
452
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-dbsnapshotidentifier}
|
|
453
|
+
*/
|
|
454
|
+
DBSnapshotIdentifier?: string | undefined;
|
|
455
|
+
/**
|
|
456
|
+
* A DB subnet group to associate with the DB instance. If you update this value, the new subnet group must be a subnet group in a new VPC.
|
|
457
|
+
*
|
|
458
|
+
* If you don't specify a DB subnet group, RDS uses the default DB subnet group if one exists. If a default DB subnet group does not exist, and you don't specify a `DBSubnetGroupName` , the DB instance fails to launch.
|
|
459
|
+
*
|
|
460
|
+
* For more information about using Amazon RDS in a VPC, see [Amazon VPC and Amazon RDS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.html) in the *Amazon RDS User Guide* .
|
|
461
|
+
*
|
|
462
|
+
* This setting doesn't apply to Amazon Aurora DB instances. The DB subnet group is managed by the DB cluster. If specified, the setting must match the DB cluster setting.
|
|
463
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-dbsubnetgroupname}
|
|
464
|
+
*/
|
|
465
|
+
DBSubnetGroupName?: string | undefined;
|
|
466
|
+
/**
|
|
467
|
+
* The Oracle system identifier (SID), which is the name of the Oracle database instance that manages your database files. In this context, the term "Oracle database instance" refers exclusively to the system global area (SGA) and Oracle background processes. If you don't specify a SID, the value defaults to `RDSCDB` . The Oracle SID is also the name of your CDB.
|
|
468
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-dbsystemid}
|
|
469
|
+
*/
|
|
470
|
+
DBSystemId?: string | undefined;
|
|
471
|
+
/**
|
|
472
|
+
* The mode of Database Insights to enable for the DB instance.
|
|
473
|
+
*
|
|
474
|
+
* > Aurora DB instances inherit this value from the DB cluster, so you can't change this value.
|
|
475
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-databaseinsightsmode}
|
|
476
|
+
*/
|
|
477
|
+
DatabaseInsightsMode?: string | undefined;
|
|
478
|
+
/**
|
|
479
|
+
* Indicates whether the DB instance has a dedicated log volume (DLV) enabled.
|
|
480
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-dedicatedlogvolume}
|
|
481
|
+
*/
|
|
482
|
+
DedicatedLogVolume?: boolean | undefined;
|
|
483
|
+
/**
|
|
484
|
+
* A value that indicates whether to remove automated backups immediately after the DB instance is deleted. This parameter isn't case-sensitive. The default is to remove automated backups immediately after the DB instance is deleted.
|
|
485
|
+
*
|
|
486
|
+
* *Amazon Aurora*
|
|
487
|
+
*
|
|
488
|
+
* Not applicable. When you delete a DB cluster, all automated backups for that DB cluster are deleted and can't be recovered. Manual DB cluster snapshots of the DB cluster are not deleted.
|
|
489
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-deleteautomatedbackups}
|
|
490
|
+
*/
|
|
491
|
+
DeleteAutomatedBackups?: boolean | undefined;
|
|
492
|
+
/**
|
|
493
|
+
* Specifies whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection isn't enabled. For more information, see [Deleting a DB Instance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html) .
|
|
494
|
+
*
|
|
495
|
+
* This setting doesn't apply to Amazon Aurora DB instances. You can enable or disable deletion protection for the DB cluster. For more information, see `CreateDBCluster` . DB instances in a DB cluster can be deleted even when deletion protection is enabled for the DB cluster.
|
|
496
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-deletionprotection}
|
|
497
|
+
*/
|
|
498
|
+
DeletionProtection?: boolean | undefined;
|
|
499
|
+
/**
|
|
500
|
+
* The Active Directory directory ID to create the DB instance in. Currently, only Db2, MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.
|
|
501
|
+
*
|
|
502
|
+
* For more information, see [Kerberos Authentication](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html) in the *Amazon RDS User Guide* .
|
|
503
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-domain}
|
|
504
|
+
*/
|
|
505
|
+
Domain?: string | undefined;
|
|
506
|
+
/**
|
|
507
|
+
* The ARN for the Secrets Manager secret with the credentials for the user joining the domain.
|
|
508
|
+
*
|
|
509
|
+
* Example: `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456`
|
|
510
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-domainauthsecretarn}
|
|
511
|
+
*/
|
|
512
|
+
DomainAuthSecretArn?: string | undefined;
|
|
513
|
+
/**
|
|
514
|
+
* The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
|
|
515
|
+
*
|
|
516
|
+
* Constraints:
|
|
517
|
+
*
|
|
518
|
+
* - Two IP addresses must be provided. If there isn't a secondary domain controller, use the IP address of the primary domain controller for both entries in the list.
|
|
519
|
+
*
|
|
520
|
+
* Example: `123.124.125.126,234.235.236.237`
|
|
521
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-domaindnsips}
|
|
522
|
+
*/
|
|
523
|
+
DomainDnsIps?: string[] | undefined;
|
|
524
|
+
/**
|
|
525
|
+
* The fully qualified domain name (FQDN) of an Active Directory domain.
|
|
526
|
+
*
|
|
527
|
+
* Constraints:
|
|
528
|
+
*
|
|
529
|
+
* - Can't be longer than 64 characters.
|
|
530
|
+
*
|
|
531
|
+
* Example: `mymanagedADtest.mymanagedAD.mydomain`
|
|
532
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-domainfqdn}
|
|
533
|
+
*/
|
|
534
|
+
DomainFqdn?: string | undefined;
|
|
535
|
+
/**
|
|
536
|
+
* The name of the IAM role to use when making API calls to the Directory Service.
|
|
537
|
+
*
|
|
538
|
+
* This setting doesn't apply to the following DB instances:
|
|
539
|
+
*
|
|
540
|
+
* - Amazon Aurora (The domain is managed by the DB cluster.)
|
|
541
|
+
* - RDS Custom
|
|
542
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-domainiamrolename}
|
|
543
|
+
*/
|
|
544
|
+
DomainIAMRoleName?: string | undefined;
|
|
545
|
+
/**
|
|
546
|
+
* The Active Directory organizational unit for your DB instance to join.
|
|
547
|
+
*
|
|
548
|
+
* Constraints:
|
|
549
|
+
*
|
|
550
|
+
* - Must be in the distinguished name format.
|
|
551
|
+
* - Can't be longer than 64 characters.
|
|
552
|
+
*
|
|
553
|
+
* Example: `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain`
|
|
554
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-domainou}
|
|
555
|
+
*/
|
|
556
|
+
DomainOu?: string | undefined;
|
|
557
|
+
/**
|
|
558
|
+
* The list of log types that need to be enabled for exporting to CloudWatch Logs. The values in the list depend on the DB engine being used. For more information, see [Publishing Database Logs to Amazon CloudWatch Logs](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch) in the *Amazon Relational Database Service User Guide* .
|
|
559
|
+
*
|
|
560
|
+
* *Amazon Aurora*
|
|
561
|
+
*
|
|
562
|
+
* Not applicable. CloudWatch Logs exports are managed by the DB cluster.
|
|
563
|
+
*
|
|
564
|
+
* *Db2*
|
|
565
|
+
*
|
|
566
|
+
* Valid values: `diag.log` , `notify.log`
|
|
567
|
+
*
|
|
568
|
+
* *MariaDB*
|
|
569
|
+
*
|
|
570
|
+
* Valid values: `audit` , `error` , `general` , `slowquery`
|
|
571
|
+
*
|
|
572
|
+
* *Microsoft SQL Server*
|
|
573
|
+
*
|
|
574
|
+
* Valid values: `agent` , `error`
|
|
575
|
+
*
|
|
576
|
+
* *MySQL*
|
|
577
|
+
*
|
|
578
|
+
* Valid values: `audit` , `error` , `general` , `slowquery`
|
|
579
|
+
*
|
|
580
|
+
* *Oracle*
|
|
581
|
+
*
|
|
582
|
+
* Valid values: `alert` , `audit` , `listener` , `trace` , `oemagent`
|
|
583
|
+
*
|
|
584
|
+
* *PostgreSQL*
|
|
585
|
+
*
|
|
586
|
+
* Valid values: `postgresql` , `upgrade`
|
|
587
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-enablecloudwatchlogsexports}
|
|
588
|
+
*/
|
|
589
|
+
EnableCloudwatchLogsExports?: string[] | undefined;
|
|
590
|
+
/**
|
|
591
|
+
* A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled.
|
|
592
|
+
*
|
|
593
|
+
* This property is supported for RDS for MariaDB, RDS for MySQL, and RDS for PostgreSQL. For more information, see [IAM Database Authentication for MariaDB, MySQL, and PostgreSQL](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html) in the *Amazon RDS User Guide.*
|
|
594
|
+
*
|
|
595
|
+
* *Amazon Aurora*
|
|
596
|
+
*
|
|
597
|
+
* Not applicable. Mapping AWS IAM accounts to database accounts is managed by the DB cluster.
|
|
598
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-enableiamdatabaseauthentication}
|
|
599
|
+
*/
|
|
600
|
+
EnableIAMDatabaseAuthentication?: boolean | undefined;
|
|
601
|
+
/**
|
|
602
|
+
* Specifies whether to enable Performance Insights for the DB instance. For more information, see [Using Amazon Performance Insights](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html) in the *Amazon RDS User Guide* .
|
|
603
|
+
*
|
|
604
|
+
* This setting doesn't apply to RDS Custom DB instances.
|
|
605
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-enableperformanceinsights}
|
|
606
|
+
*/
|
|
607
|
+
EnablePerformanceInsights?: boolean | undefined;
|
|
608
|
+
/**
|
|
609
|
+
* The name of the database engine to use for this DB instance. Not every database engine is available in every AWS Region.
|
|
610
|
+
*
|
|
611
|
+
* This property is required when creating a DB instance.
|
|
612
|
+
*
|
|
613
|
+
* > You can convert an Oracle database from the non-CDB architecture to the container database (CDB) architecture by updating the `Engine` value in your templates from `oracle-ee` to `oracle-ee-cdb` or from `oracle-se2` to `oracle-se2-cdb` . Converting to the CDB architecture requires an interruption.
|
|
614
|
+
*
|
|
615
|
+
* Valid Values:
|
|
616
|
+
*
|
|
617
|
+
* - `aurora-mysql` (for Aurora MySQL DB instances)
|
|
618
|
+
* - `aurora-postgresql` (for Aurora PostgreSQL DB instances)
|
|
619
|
+
* - `custom-oracle-ee` (for RDS Custom for Oracle DB instances)
|
|
620
|
+
* - `custom-oracle-ee-cdb` (for RDS Custom for Oracle DB instances)
|
|
621
|
+
* - `custom-sqlserver-ee` (for RDS Custom for SQL Server DB instances)
|
|
622
|
+
* - `custom-sqlserver-se` (for RDS Custom for SQL Server DB instances)
|
|
623
|
+
* - `custom-sqlserver-web` (for RDS Custom for SQL Server DB instances)
|
|
624
|
+
* - `db2-ae`
|
|
625
|
+
* - `db2-se`
|
|
626
|
+
* - `mariadb`
|
|
627
|
+
* - `mysql`
|
|
628
|
+
* - `oracle-ee`
|
|
629
|
+
* - `oracle-ee-cdb`
|
|
630
|
+
* - `oracle-se2`
|
|
631
|
+
* - `oracle-se2-cdb`
|
|
632
|
+
* - `postgres`
|
|
633
|
+
* - `sqlserver-ee`
|
|
634
|
+
* - `sqlserver-se`
|
|
635
|
+
* - `sqlserver-ex`
|
|
636
|
+
* - `sqlserver-web`
|
|
637
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-engine}
|
|
638
|
+
*/
|
|
639
|
+
Engine?: string | undefined;
|
|
640
|
+
/**
|
|
641
|
+
* The life cycle type for this DB instance.
|
|
642
|
+
*
|
|
643
|
+
* > By default, this value is set to `open-source-rds-extended-support` , which enrolls your DB instance into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by setting the value to `open-source-rds-extended-support-disabled` . In this case, creating the DB instance will fail if the DB major version is past its end of standard support date.
|
|
644
|
+
*
|
|
645
|
+
* This setting applies only to RDS for MySQL and RDS for PostgreSQL. For Amazon Aurora DB instances, the life cycle type is managed by the DB cluster.
|
|
646
|
+
*
|
|
647
|
+
* You can use this setting to enroll your DB instance into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your DB instance past the end of standard support for that engine version. For more information, see [Using Amazon RDS Extended Support](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html) in the *Amazon RDS User Guide* .
|
|
648
|
+
*
|
|
649
|
+
* Valid Values: `open-source-rds-extended-support | open-source-rds-extended-support-disabled`
|
|
650
|
+
*
|
|
651
|
+
* Default: `open-source-rds-extended-support`
|
|
652
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-enginelifecyclesupport}
|
|
653
|
+
*/
|
|
654
|
+
EngineLifecycleSupport?: string | undefined;
|
|
655
|
+
/**
|
|
656
|
+
* The version number of the database engine to use.
|
|
657
|
+
*
|
|
658
|
+
* For a list of valid engine versions, use the `DescribeDBEngineVersions` action.
|
|
659
|
+
*
|
|
660
|
+
* The following are the database engines and links to information about the major and minor versions that are available with Amazon RDS. Not every database engine is available for every AWS Region.
|
|
661
|
+
*
|
|
662
|
+
* *Amazon Aurora*
|
|
663
|
+
*
|
|
664
|
+
* Not applicable. The version number of the database engine to be used by the DB instance is managed by the DB cluster.
|
|
665
|
+
*
|
|
666
|
+
* *Db2*
|
|
667
|
+
*
|
|
668
|
+
* See [Amazon RDS for Db2](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Db2.html#Db2.Concepts.VersionMgmt) in the *Amazon RDS User Guide.*
|
|
669
|
+
*
|
|
670
|
+
* *MariaDB*
|
|
671
|
+
*
|
|
672
|
+
* See [MariaDB on Amazon RDS Versions](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt) in the *Amazon RDS User Guide.*
|
|
673
|
+
*
|
|
674
|
+
* *Microsoft SQL Server*
|
|
675
|
+
*
|
|
676
|
+
* See [Microsoft SQL Server Versions on Amazon RDS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport) in the *Amazon RDS User Guide.*
|
|
677
|
+
*
|
|
678
|
+
* *MySQL*
|
|
679
|
+
*
|
|
680
|
+
* See [MySQL on Amazon RDS Versions](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt) in the *Amazon RDS User Guide.*
|
|
681
|
+
*
|
|
682
|
+
* *Oracle*
|
|
683
|
+
*
|
|
684
|
+
* See [Oracle Database Engine Release Notes](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html) in the *Amazon RDS User Guide.*
|
|
685
|
+
*
|
|
686
|
+
* *PostgreSQL*
|
|
687
|
+
*
|
|
688
|
+
* See [Supported PostgreSQL Database Versions](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.DBVersions) in the *Amazon RDS User Guide.*
|
|
689
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-engineversion}
|
|
690
|
+
*/
|
|
691
|
+
EngineVersion?: string | undefined;
|
|
692
|
+
/**
|
|
693
|
+
* The number of I/O operations per second (IOPS) that the database provisions. The value must be equal to or greater than 1000.
|
|
694
|
+
*
|
|
695
|
+
* If you specify this property, you must follow the range of allowed ratios of your requested IOPS rate to the amount of storage that you allocate (IOPS to allocated storage). For example, you can provision an Oracle database instance with 1000 IOPS and 200 GiB of storage (a ratio of 5:1), or specify 2000 IOPS with 200 GiB of storage (a ratio of 10:1). For more information, see [Amazon RDS Provisioned IOPS Storage to Improve Performance](https://docs.aws.amazon.com/AmazonRDS/latest/DeveloperGuide/CHAP_Storage.html#USER_PIOPS) in the *Amazon RDS User Guide* .
|
|
696
|
+
*
|
|
697
|
+
* > If you specify `io1` for the `StorageType` property, then you must also specify the `Iops` property.
|
|
698
|
+
*
|
|
699
|
+
* Constraints:
|
|
700
|
+
*
|
|
701
|
+
* - For RDS for Db2, MariaDB, MySQL, Oracle, and PostgreSQL - Must be a multiple between .5 and 50 of the storage amount for the DB instance.
|
|
702
|
+
* - For RDS for SQL Server - Must be a multiple between 1 and 50 of the storage amount for the DB instance.
|
|
703
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-iops}
|
|
704
|
+
*/
|
|
705
|
+
Iops?: number | undefined;
|
|
706
|
+
/**
|
|
707
|
+
* The ARN of the AWS KMS key that's used to encrypt the DB instance, such as `arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef` . If you enable the StorageEncrypted property but don't specify this property, AWS CloudFormation uses the default KMS key. If you specify this property, you must set the StorageEncrypted property to true.
|
|
708
|
+
*
|
|
709
|
+
* If you specify the `SourceDBInstanceIdentifier` or `SourceDbiResourceId` property, don't specify this property. The value is inherited from the source DB instance, and if the DB instance is encrypted, the specified `KmsKeyId` property is used. However, if the source DB instance is in a different AWS Region, you must specify a KMS key ID.
|
|
710
|
+
*
|
|
711
|
+
* If you specify the `SourceDBInstanceAutomatedBackupsArn` property, don't specify this property. The value is inherited from the source DB instance automated backup, and if the automated backup is encrypted, the specified `KmsKeyId` property is used.
|
|
712
|
+
*
|
|
713
|
+
* If you create an encrypted read replica in a different AWS Region, then you must specify a KMS key for the destination AWS Region. KMS encryption keys are specific to the region that they're created in, and you can't use encryption keys from one region in another region.
|
|
714
|
+
*
|
|
715
|
+
* If you specify the `DBSnapshotIdentifier` property, don't specify this property. The `StorageEncrypted` property value is inherited from the snapshot. If the DB instance is encrypted, the specified `KmsKeyId` property is also inherited from the snapshot.
|
|
716
|
+
*
|
|
717
|
+
* If you specify `DBSecurityGroups` , AWS CloudFormation ignores this property. To specify both a security group and this property, you must use a VPC security group. For more information about Amazon RDS and VPC, see [Using Amazon RDS with Amazon VPC](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.html) in the *Amazon RDS User Guide* .
|
|
718
|
+
*
|
|
719
|
+
* *Amazon Aurora*
|
|
720
|
+
*
|
|
721
|
+
* Not applicable. The KMS key identifier is managed by the DB cluster.
|
|
722
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-kmskeyid}
|
|
723
|
+
*/
|
|
724
|
+
KmsKeyId?: string | undefined;
|
|
725
|
+
/**
|
|
726
|
+
* License model information for this DB instance.
|
|
727
|
+
*
|
|
728
|
+
* Valid Values:
|
|
729
|
+
*
|
|
730
|
+
* - Aurora MySQL - `general-public-license`
|
|
731
|
+
* - Aurora PostgreSQL - `postgresql-license`
|
|
732
|
+
* - RDS for Db2 - `bring-your-own-license` . For more information about RDS for Db2 licensing, see [](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html) in the *Amazon RDS User Guide.*
|
|
733
|
+
* - RDS for MariaDB - `general-public-license`
|
|
734
|
+
* - RDS for Microsoft SQL Server - `license-included`
|
|
735
|
+
* - RDS for MySQL - `general-public-license`
|
|
736
|
+
* - RDS for Oracle - `bring-your-own-license` or `license-included`
|
|
737
|
+
* - RDS for PostgreSQL - `postgresql-license`
|
|
738
|
+
*
|
|
739
|
+
* > If you've specified `DBSecurityGroups` and then you update the license model, AWS CloudFormation replaces the underlying DB instance. This will incur some interruptions to database availability.
|
|
740
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-licensemodel}
|
|
741
|
+
*/
|
|
742
|
+
LicenseModel?: string | undefined;
|
|
743
|
+
/**
|
|
744
|
+
* Specifies whether to manage the master user password with AWS Secrets Manager.
|
|
745
|
+
*
|
|
746
|
+
* For more information, see [Password management with AWS Secrets Manager](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html) in the *Amazon RDS User Guide.*
|
|
747
|
+
*
|
|
748
|
+
* Constraints:
|
|
749
|
+
*
|
|
750
|
+
* - Can't manage the master user password with AWS Secrets Manager if `MasterUserPassword` is specified.
|
|
751
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-managemasteruserpassword}
|
|
752
|
+
*/
|
|
753
|
+
ManageMasterUserPassword?: boolean | undefined;
|
|
754
|
+
/**
|
|
755
|
+
* The password for the master user. The password can include any printable ASCII character except "/", """, or "@".
|
|
756
|
+
*
|
|
757
|
+
* *Amazon Aurora*
|
|
758
|
+
*
|
|
759
|
+
* Not applicable. The password for the master user is managed by the DB cluster.
|
|
760
|
+
*
|
|
761
|
+
* *RDS for Db2*
|
|
762
|
+
*
|
|
763
|
+
* Must contain from 8 to 255 characters.
|
|
764
|
+
*
|
|
765
|
+
* *RDS for MariaDB*
|
|
766
|
+
*
|
|
767
|
+
* Constraints: Must contain from 8 to 41 characters.
|
|
768
|
+
*
|
|
769
|
+
* *RDS for Microsoft SQL Server*
|
|
770
|
+
*
|
|
771
|
+
* Constraints: Must contain from 8 to 128 characters.
|
|
772
|
+
*
|
|
773
|
+
* *RDS for MySQL*
|
|
774
|
+
*
|
|
775
|
+
* Constraints: Must contain from 8 to 41 characters.
|
|
776
|
+
*
|
|
777
|
+
* *RDS for Oracle*
|
|
778
|
+
*
|
|
779
|
+
* Constraints: Must contain from 8 to 30 characters.
|
|
780
|
+
*
|
|
781
|
+
* *RDS for PostgreSQL*
|
|
782
|
+
*
|
|
783
|
+
* Constraints: Must contain from 8 to 128 characters.
|
|
784
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-masteruserpassword}
|
|
785
|
+
*/
|
|
786
|
+
MasterUserPassword?: string | undefined;
|
|
787
|
+
/**
|
|
788
|
+
* The secret managed by RDS in AWS Secrets Manager for the master user password.
|
|
789
|
+
*
|
|
790
|
+
* For more information, see [Password management with AWS Secrets Manager](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html) in the *Amazon RDS User Guide.*
|
|
791
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-masterusersecret}
|
|
792
|
+
*/
|
|
793
|
+
MasterUserSecret?: MasterUserSecret | undefined;
|
|
794
|
+
/**
|
|
795
|
+
* The master user name for the DB instance.
|
|
796
|
+
*
|
|
797
|
+
* > If you specify the `SourceDBInstanceIdentifier` or `DBSnapshotIdentifier` property, don't specify this property. The value is inherited from the source DB instance or snapshot.
|
|
798
|
+
* >
|
|
799
|
+
* > When migrating a self-managed Db2 database, we recommend that you use the same master username as your self-managed Db2 instance name.
|
|
800
|
+
*
|
|
801
|
+
* *Amazon Aurora*
|
|
802
|
+
*
|
|
803
|
+
* Not applicable. The name for the master user is managed by the DB cluster.
|
|
804
|
+
*
|
|
805
|
+
* *RDS for Db2*
|
|
806
|
+
*
|
|
807
|
+
* Constraints:
|
|
808
|
+
*
|
|
809
|
+
* - Must be 1 to 16 letters or numbers.
|
|
810
|
+
* - First character must be a letter.
|
|
811
|
+
* - Can't be a reserved word for the chosen database engine.
|
|
812
|
+
*
|
|
813
|
+
* *RDS for MariaDB*
|
|
814
|
+
*
|
|
815
|
+
* Constraints:
|
|
816
|
+
*
|
|
817
|
+
* - Must be 1 to 16 letters or numbers.
|
|
818
|
+
* - Can't be a reserved word for the chosen database engine.
|
|
819
|
+
*
|
|
820
|
+
* *RDS for Microsoft SQL Server*
|
|
821
|
+
*
|
|
822
|
+
* Constraints:
|
|
823
|
+
*
|
|
824
|
+
* - Must be 1 to 128 letters or numbers.
|
|
825
|
+
* - First character must be a letter.
|
|
826
|
+
* - Can't be a reserved word for the chosen database engine.
|
|
827
|
+
*
|
|
828
|
+
* *RDS for MySQL*
|
|
829
|
+
*
|
|
830
|
+
* Constraints:
|
|
831
|
+
*
|
|
832
|
+
* - Must be 1 to 16 letters or numbers.
|
|
833
|
+
* - First character must be a letter.
|
|
834
|
+
* - Can't be a reserved word for the chosen database engine.
|
|
835
|
+
*
|
|
836
|
+
* *RDS for Oracle*
|
|
837
|
+
*
|
|
838
|
+
* Constraints:
|
|
839
|
+
*
|
|
840
|
+
* - Must be 1 to 30 letters or numbers.
|
|
841
|
+
* - First character must be a letter.
|
|
842
|
+
* - Can't be a reserved word for the chosen database engine.
|
|
843
|
+
*
|
|
844
|
+
* *RDS for PostgreSQL*
|
|
845
|
+
*
|
|
846
|
+
* Constraints:
|
|
847
|
+
*
|
|
848
|
+
* - Must be 1 to 63 letters or numbers.
|
|
849
|
+
* - First character must be a letter.
|
|
850
|
+
* - Can't be a reserved word for the chosen database engine.
|
|
851
|
+
* @minLength 1
|
|
852
|
+
* @maxLength 128
|
|
853
|
+
* @pattern ^[a-zA-Z][a-zA-Z0-9_]{0,127}$
|
|
854
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-masterusername}
|
|
855
|
+
*/
|
|
856
|
+
MasterUsername?: string | undefined;
|
|
857
|
+
/**
|
|
858
|
+
* The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.
|
|
859
|
+
*
|
|
860
|
+
* For more information about this setting, including limitations that apply to it, see [Managing capacity automatically with Amazon RDS storage autoscaling](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling) in the *Amazon RDS User Guide* .
|
|
861
|
+
*
|
|
862
|
+
* This setting doesn't apply to the following DB instances:
|
|
863
|
+
*
|
|
864
|
+
* - Amazon Aurora (Storage is managed by the DB cluster.)
|
|
865
|
+
* - RDS Custom
|
|
866
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-maxallocatedstorage}
|
|
867
|
+
*/
|
|
868
|
+
MaxAllocatedStorage?: number | undefined;
|
|
869
|
+
/**
|
|
870
|
+
* The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collection of Enhanced Monitoring metrics, specify `0` .
|
|
871
|
+
*
|
|
872
|
+
* If `MonitoringRoleArn` is specified, then you must set `MonitoringInterval` to a value other than `0` .
|
|
873
|
+
*
|
|
874
|
+
* This setting doesn't apply to RDS Custom DB instances.
|
|
875
|
+
*
|
|
876
|
+
* Valid Values: `0 | 1 | 5 | 10 | 15 | 30 | 60`
|
|
877
|
+
*
|
|
878
|
+
* Default: `0`
|
|
879
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-monitoringinterval}
|
|
880
|
+
*/
|
|
881
|
+
MonitoringInterval?: number | undefined;
|
|
882
|
+
/**
|
|
883
|
+
* The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs. For example, `arn:aws:iam:123456789012:role/emaccess` . For information on creating a monitoring role, see [Setting Up and Enabling Enhanced Monitoring](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling) in the *Amazon RDS User Guide* .
|
|
884
|
+
*
|
|
885
|
+
* If `MonitoringInterval` is set to a value other than `0` , then you must supply a `MonitoringRoleArn` value.
|
|
886
|
+
*
|
|
887
|
+
* This setting doesn't apply to RDS Custom DB instances.
|
|
888
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-monitoringrolearn}
|
|
889
|
+
*/
|
|
890
|
+
MonitoringRoleArn?: string | undefined;
|
|
891
|
+
/**
|
|
892
|
+
* Specifies whether the DB instance is a Multi-AZ deployment. You can't set the `AvailabilityZone` parameter if the DB instance is a Multi-AZ deployment.
|
|
893
|
+
*
|
|
894
|
+
* This setting doesn't apply to the following DB instances:
|
|
895
|
+
*
|
|
896
|
+
* - Amazon Aurora (DB instance Availability Zones (AZs) are managed by the DB cluster.)
|
|
897
|
+
* - RDS Custom
|
|
898
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-multiaz}
|
|
899
|
+
*/
|
|
900
|
+
MultiAZ?: boolean | undefined;
|
|
901
|
+
/**
|
|
902
|
+
* The name of the NCHAR character set for the Oracle DB instance.
|
|
903
|
+
*
|
|
904
|
+
* This setting doesn't apply to RDS Custom DB instances.
|
|
905
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-ncharcharactersetname}
|
|
906
|
+
*/
|
|
907
|
+
NcharCharacterSetName?: string | undefined;
|
|
908
|
+
/**
|
|
909
|
+
* The network type of the DB instance.
|
|
910
|
+
*
|
|
911
|
+
* Valid values:
|
|
912
|
+
*
|
|
913
|
+
* - `IPV4`
|
|
914
|
+
* - `DUAL`
|
|
915
|
+
*
|
|
916
|
+
* The network type is determined by the `DBSubnetGroup` specified for the DB instance. A `DBSubnetGroup` can support only the IPv4 protocol or the IPv4 and IPv6 protocols ( `DUAL` ).
|
|
917
|
+
*
|
|
918
|
+
* For more information, see [Working with a DB instance in a VPC](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html) in the *Amazon RDS User Guide.*
|
|
919
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-networktype}
|
|
920
|
+
*/
|
|
921
|
+
NetworkType?: string | undefined;
|
|
922
|
+
/**
|
|
923
|
+
* Indicates that the DB instance should be associated with the specified option group.
|
|
924
|
+
*
|
|
925
|
+
* Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option group. Also, that option group can't be removed from a DB instance once it is associated with a DB instance.
|
|
926
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-optiongroupname}
|
|
927
|
+
*/
|
|
928
|
+
OptionGroupName?: string | undefined;
|
|
929
|
+
/**
|
|
930
|
+
* The AWS KMS key identifier for encryption of Performance Insights data.
|
|
931
|
+
*
|
|
932
|
+
* The KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
|
|
933
|
+
*
|
|
934
|
+
* If you do not specify a value for `PerformanceInsightsKMSKeyId` , then Amazon RDS uses your default KMS key. There is a default KMS key for your AWS account. Your AWS account has a different default KMS key for each AWS Region.
|
|
935
|
+
*
|
|
936
|
+
* For information about enabling Performance Insights, see [EnablePerformanceInsights](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-enableperformanceinsights) .
|
|
937
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-performanceinsightskmskeyid}
|
|
938
|
+
*/
|
|
939
|
+
PerformanceInsightsKMSKeyId?: string | undefined;
|
|
940
|
+
/**
|
|
941
|
+
* The number of days to retain Performance Insights data. When creating a DB instance without enabling Performance Insights, you can't specify the parameter `PerformanceInsightsRetentionPeriod` .
|
|
942
|
+
*
|
|
943
|
+
* This setting doesn't apply to RDS Custom DB instances.
|
|
944
|
+
*
|
|
945
|
+
* Valid Values:
|
|
946
|
+
*
|
|
947
|
+
* - `7`
|
|
948
|
+
* - *month* * 31, where *month* is a number of months from 1-23. Examples: `93` (3 months * 31), `341` (11 months * 31), `589` (19 months * 31)
|
|
949
|
+
* - `731`
|
|
950
|
+
*
|
|
951
|
+
* Default: `7` days
|
|
952
|
+
*
|
|
953
|
+
* If you specify a retention period that isn't valid, such as `94` , Amazon RDS returns an error.
|
|
954
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-performanceinsightsretentionperiod}
|
|
955
|
+
*/
|
|
956
|
+
PerformanceInsightsRetentionPeriod?: number | undefined;
|
|
957
|
+
/**
|
|
958
|
+
* The port number on which the database accepts connections.
|
|
959
|
+
*
|
|
960
|
+
* This setting doesn't apply to Aurora DB instances. The port number is managed by the cluster.
|
|
961
|
+
*
|
|
962
|
+
* Valid Values: `1150-65535`
|
|
963
|
+
*
|
|
964
|
+
* Default:
|
|
965
|
+
*
|
|
966
|
+
* - RDS for Db2 - `50000`
|
|
967
|
+
* - RDS for MariaDB - `3306`
|
|
968
|
+
* - RDS for Microsoft SQL Server - `1433`
|
|
969
|
+
* - RDS for MySQL - `3306`
|
|
970
|
+
* - RDS for Oracle - `1521`
|
|
971
|
+
* - RDS for PostgreSQL - `5432`
|
|
972
|
+
*
|
|
973
|
+
* Constraints:
|
|
974
|
+
*
|
|
975
|
+
* - For RDS for Microsoft SQL Server, the value can't be `1234` , `1434` , `3260` , `3343` , `3389` , `47001` , or `49152-49156` .
|
|
976
|
+
* @pattern ^\d*$
|
|
977
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-port}
|
|
978
|
+
*/
|
|
979
|
+
Port?: string | undefined;
|
|
980
|
+
/**
|
|
981
|
+
* The daily time range during which automated backups are created if automated backups are enabled, using the `BackupRetentionPeriod` parameter. For more information, see [Backup Window](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html#USER_WorkingWithAutomatedBackups.BackupWindow) in the *Amazon RDS User Guide.*
|
|
982
|
+
*
|
|
983
|
+
* Constraints:
|
|
984
|
+
*
|
|
985
|
+
* - Must be in the format `hh24:mi-hh24:mi` .
|
|
986
|
+
* - Must be in Universal Coordinated Time (UTC).
|
|
987
|
+
* - Must not conflict with the preferred maintenance window.
|
|
988
|
+
* - Must be at least 30 minutes.
|
|
989
|
+
*
|
|
990
|
+
* *Amazon Aurora*
|
|
991
|
+
*
|
|
992
|
+
* Not applicable. The daily time range for creating automated backups is managed by the DB cluster.
|
|
993
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-preferredbackupwindow}
|
|
994
|
+
*/
|
|
995
|
+
PreferredBackupWindow?: string | undefined;
|
|
996
|
+
/**
|
|
997
|
+
* The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
|
998
|
+
*
|
|
999
|
+
* Format: `ddd:hh24:mi-ddd:hh24:mi`
|
|
1000
|
+
*
|
|
1001
|
+
* The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week. To see the time blocks available, see [Maintaining a DB instance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Maintenance.html#AdjustingTheMaintenanceWindow) in the *Amazon RDS User Guide.*
|
|
1002
|
+
*
|
|
1003
|
+
* > This property applies when AWS CloudFormation initially creates the DB instance. If you use AWS CloudFormation to update the DB instance, those updates are applied immediately.
|
|
1004
|
+
*
|
|
1005
|
+
* Constraints: Minimum 30-minute window.
|
|
1006
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-preferredmaintenancewindow}
|
|
1007
|
+
*/
|
|
1008
|
+
PreferredMaintenanceWindow?: string | undefined;
|
|
1009
|
+
/**
|
|
1010
|
+
* The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
|
1011
|
+
*
|
|
1012
|
+
* This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.
|
|
1013
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-processorfeatures}
|
|
1014
|
+
*/
|
|
1015
|
+
ProcessorFeatures?: ProcessorFeature[] | undefined;
|
|
1016
|
+
/**
|
|
1017
|
+
* The order of priority in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see [Fault Tolerance for an Aurora DB Cluster](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.AuroraHighAvailability.html#Aurora.Managing.FaultTolerance) in the *Amazon Aurora User Guide* .
|
|
1018
|
+
*
|
|
1019
|
+
* This setting doesn't apply to RDS Custom DB instances.
|
|
1020
|
+
*
|
|
1021
|
+
* Default: `1`
|
|
1022
|
+
*
|
|
1023
|
+
* Valid Values: `0 - 15`
|
|
1024
|
+
* @min 0
|
|
1025
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-promotiontier}
|
|
1026
|
+
*/
|
|
1027
|
+
PromotionTier?: number | undefined;
|
|
1028
|
+
/**
|
|
1029
|
+
* Indicates whether the DB instance is an internet-facing instance. If you specify true, AWS CloudFormation creates an instance with a publicly resolvable DNS name, which resolves to a public IP address. If you specify false, AWS CloudFormation creates an internal instance with a DNS name that resolves to a private IP address.
|
|
1030
|
+
*
|
|
1031
|
+
* The default behavior value depends on your VPC setup and the database subnet group. For more information, see the `PubliclyAccessible` parameter in the [CreateDBInstance](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBInstance.html) in the *Amazon RDS API Reference* .
|
|
1032
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-publiclyaccessible}
|
|
1033
|
+
*/
|
|
1034
|
+
PubliclyAccessible?: boolean | undefined;
|
|
1035
|
+
/**
|
|
1036
|
+
* The open mode of an Oracle read replica. For more information, see [Working with Oracle Read Replicas for Amazon RDS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html) in the *Amazon RDS User Guide* .
|
|
1037
|
+
*
|
|
1038
|
+
* This setting is only supported in RDS for Oracle.
|
|
1039
|
+
*
|
|
1040
|
+
* Default: `open-read-only`
|
|
1041
|
+
*
|
|
1042
|
+
* Valid Values: `open-read-only` or `mounted`
|
|
1043
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-replicamode}
|
|
1044
|
+
*/
|
|
1045
|
+
ReplicaMode?: string | undefined;
|
|
1046
|
+
/**
|
|
1047
|
+
* The date and time to restore from. This parameter applies to point-in-time recovery. For more information, see [Restoring a DB instance to a specified time](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIT.html) in the in the *Amazon RDS User Guide* .
|
|
1048
|
+
*
|
|
1049
|
+
* Constraints:
|
|
1050
|
+
*
|
|
1051
|
+
* - Must be a time in Universal Coordinated Time (UTC) format.
|
|
1052
|
+
* - Must be before the latest restorable time for the DB instance.
|
|
1053
|
+
* - Can't be specified if the `UseLatestRestorableTime` parameter is enabled.
|
|
1054
|
+
*
|
|
1055
|
+
* Example: `2009-09-07T23:45:00Z`
|
|
1056
|
+
* @format date-time
|
|
1057
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-restoretime}
|
|
1058
|
+
*/
|
|
1059
|
+
RestoreTime?: string | undefined;
|
|
1060
|
+
/**
|
|
1061
|
+
* The identifier of the Multi-AZ DB cluster that will act as the source for the read replica. Each DB cluster can have up to 15 read replicas.
|
|
1062
|
+
*
|
|
1063
|
+
* Constraints:
|
|
1064
|
+
*
|
|
1065
|
+
* - Must be the identifier of an existing Multi-AZ DB cluster.
|
|
1066
|
+
* - Can't be specified if the `SourceDBInstanceIdentifier` parameter is also specified.
|
|
1067
|
+
* - The specified DB cluster must have automatic backups enabled, that is, its backup retention period must be greater than 0.
|
|
1068
|
+
* - The source DB cluster must be in the same AWS Region as the read replica. Cross-Region replication isn't supported.
|
|
1069
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-sourcedbclusteridentifier}
|
|
1070
|
+
*/
|
|
1071
|
+
SourceDBClusterIdentifier?: string | undefined;
|
|
1072
|
+
/**
|
|
1073
|
+
* The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example, `arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE` .
|
|
1074
|
+
*
|
|
1075
|
+
* This setting doesn't apply to RDS Custom.
|
|
1076
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-sourcedbinstanceautomatedbackupsarn}
|
|
1077
|
+
*/
|
|
1078
|
+
SourceDBInstanceAutomatedBackupsArn?: string | undefined;
|
|
1079
|
+
/**
|
|
1080
|
+
* If you want to create a read replica DB instance, specify the ID of the source DB instance. Each DB instance can have a limited number of read replicas. For more information, see [Working with Read Replicas](https://docs.aws.amazon.com/AmazonRDS/latest/DeveloperGuide/USER_ReadRepl.html) in the *Amazon RDS User Guide* .
|
|
1081
|
+
*
|
|
1082
|
+
* For information about constraints that apply to DB instance identifiers, see [Naming constraints in Amazon RDS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html#RDS_Limits.Constraints) in the *Amazon RDS User Guide* .
|
|
1083
|
+
*
|
|
1084
|
+
* The `SourceDBInstanceIdentifier` property determines whether a DB instance is a read replica. If you remove the `SourceDBInstanceIdentifier` property from your template and then update your stack, AWS CloudFormation promotes the read replica to a standalone DB instance.
|
|
1085
|
+
*
|
|
1086
|
+
* If you specify the `UseLatestRestorableTime` or `RestoreTime` properties in conjunction with the `SourceDBInstanceIdentifier` property, RDS restores the DB instance to the requested point in time, thereby creating a new DB instance.
|
|
1087
|
+
*
|
|
1088
|
+
* > - If you specify a source DB instance that uses VPC security groups, we recommend that you specify the `VPCSecurityGroups` property. If you don't specify the property, the read replica inherits the value of the `VPCSecurityGroups` property from the source DB when you create the replica. However, if you update the stack, AWS CloudFormation reverts the replica's `VPCSecurityGroups` property to the default value because it's not defined in the stack's template. This change might cause unexpected issues.
|
|
1089
|
+
* > - Read replicas don't support deletion policies. AWS CloudFormation ignores any deletion policy that's associated with a read replica.
|
|
1090
|
+
* > - If you specify `SourceDBInstanceIdentifier` , don't specify the `DBSnapshotIdentifier` property. You can't create a read replica from a snapshot.
|
|
1091
|
+
* > - Don't set the `BackupRetentionPeriod` , `DBName` , `MasterUsername` , `MasterUserPassword` , and `PreferredBackupWindow` properties. The database attributes are inherited from the source DB instance, and backups are disabled for read replicas.
|
|
1092
|
+
* > - If the source DB instance is in a different region than the read replica, specify the source region in `SourceRegion` , and specify an ARN for a valid DB instance in `SourceDBInstanceIdentifier` . For more information, see [Constructing a Amazon RDS Amazon Resource Name (ARN)](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html#USER_Tagging.ARN) in the *Amazon RDS User Guide* .
|
|
1093
|
+
* > - For DB instances in Amazon Aurora clusters, don't specify this property. Amazon RDS automatically assigns writer and reader DB instances.
|
|
1094
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-sourcedbinstanceidentifier}
|
|
1095
|
+
*/
|
|
1096
|
+
SourceDBInstanceIdentifier?: string | undefined;
|
|
1097
|
+
/**
|
|
1098
|
+
* The resource ID of the source DB instance from which to restore.
|
|
1099
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-sourcedbiresourceid}
|
|
1100
|
+
*/
|
|
1101
|
+
SourceDbiResourceId?: string | undefined;
|
|
1102
|
+
/**
|
|
1103
|
+
* The ID of the region that contains the source DB instance for the read replica.
|
|
1104
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-sourceregion}
|
|
1105
|
+
*/
|
|
1106
|
+
SourceRegion?: string | undefined;
|
|
1107
|
+
/**
|
|
1108
|
+
* A value that indicates whether the DB instance is encrypted. By default, it isn't encrypted.
|
|
1109
|
+
*
|
|
1110
|
+
* If you specify the `KmsKeyId` property, then you must enable encryption.
|
|
1111
|
+
*
|
|
1112
|
+
* If you specify the `SourceDBInstanceIdentifier` or `SourceDbiResourceId` property, don't specify this property. The value is inherited from the source DB instance, and if the DB instance is encrypted, the specified `KmsKeyId` property is used.
|
|
1113
|
+
*
|
|
1114
|
+
* If you specify the `SourceDBInstanceAutomatedBackupsArn` property, don't specify this property. The value is inherited from the source DB instance automated backup.
|
|
1115
|
+
*
|
|
1116
|
+
* If you specify `DBSnapshotIdentifier` property, don't specify this property. The value is inherited from the snapshot.
|
|
1117
|
+
*
|
|
1118
|
+
* *Amazon Aurora*
|
|
1119
|
+
*
|
|
1120
|
+
* Not applicable. The encryption for DB instances is managed by the DB cluster.
|
|
1121
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-storageencrypted}
|
|
1122
|
+
*/
|
|
1123
|
+
StorageEncrypted?: boolean | undefined;
|
|
1124
|
+
/**
|
|
1125
|
+
* Specifies the storage throughput value, in mebibyte per second (MiBps), for the DB instance. This setting applies only to the `gp3` storage type.
|
|
1126
|
+
*
|
|
1127
|
+
* This setting doesn't apply to RDS Custom or Amazon Aurora.
|
|
1128
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-storagethroughput}
|
|
1129
|
+
*/
|
|
1130
|
+
StorageThroughput?: number | undefined;
|
|
1131
|
+
/**
|
|
1132
|
+
* The storage type to associate with the DB instance.
|
|
1133
|
+
*
|
|
1134
|
+
* If you specify `io1` , `io2` , or `gp3` , you must also include a value for the `Iops` parameter.
|
|
1135
|
+
*
|
|
1136
|
+
* This setting doesn't apply to Amazon Aurora DB instances. Storage is managed by the DB cluster.
|
|
1137
|
+
*
|
|
1138
|
+
* Valid Values: `gp2 | gp3 | io1 | io2 | standard`
|
|
1139
|
+
*
|
|
1140
|
+
* Default: `io1` , if the `Iops` parameter is specified. Otherwise, `gp3` .
|
|
1141
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-storagetype}
|
|
1142
|
+
*/
|
|
1143
|
+
StorageType?: string | undefined;
|
|
1144
|
+
/**
|
|
1145
|
+
* Tags to assign to the DB instance.
|
|
1146
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-tags}
|
|
1147
|
+
*/
|
|
1148
|
+
Tags?: Tag[] | undefined;
|
|
1149
|
+
/**
|
|
1150
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-tdecredentialarn}
|
|
1151
|
+
*/
|
|
1152
|
+
TdeCredentialArn?: string | undefined;
|
|
1153
|
+
/**
|
|
1154
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-tdecredentialpassword}
|
|
1155
|
+
*/
|
|
1156
|
+
TdeCredentialPassword?: string | undefined;
|
|
1157
|
+
/**
|
|
1158
|
+
* The time zone of the DB instance. The time zone parameter is currently supported only by [RDS for Db2](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-time-zone) and [RDS for SQL Server](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.TimeZone) .
|
|
1159
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-timezone}
|
|
1160
|
+
*/
|
|
1161
|
+
Timezone?: string | undefined;
|
|
1162
|
+
/**
|
|
1163
|
+
* Specifies whether the DB instance class of the DB instance uses its default processor features.
|
|
1164
|
+
*
|
|
1165
|
+
* This setting doesn't apply to RDS Custom DB instances.
|
|
1166
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-usedefaultprocessorfeatures}
|
|
1167
|
+
*/
|
|
1168
|
+
UseDefaultProcessorFeatures?: boolean | undefined;
|
|
1169
|
+
/**
|
|
1170
|
+
* Specifies whether the DB instance is restored from the latest backup time. By default, the DB instance isn't restored from the latest backup time. This parameter applies to point-in-time recovery. For more information, see [Restoring a DB instance to a specified time](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIT.html) in the in the *Amazon RDS User Guide* .
|
|
1171
|
+
*
|
|
1172
|
+
* Constraints:
|
|
1173
|
+
*
|
|
1174
|
+
* - Can't be specified if the `RestoreTime` parameter is provided.
|
|
1175
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-uselatestrestorabletime}
|
|
1176
|
+
*/
|
|
1177
|
+
UseLatestRestorableTime?: boolean | undefined;
|
|
1178
|
+
/**
|
|
1179
|
+
* A list of the VPC security group IDs to assign to the DB instance. The list can include both the physical IDs of existing VPC security groups and references to [AWS::EC2::SecurityGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-security-group.html) resources created in the template.
|
|
1180
|
+
*
|
|
1181
|
+
* If you plan to update the resource, don't specify VPC security groups in a shared VPC.
|
|
1182
|
+
*
|
|
1183
|
+
* If you set `VPCSecurityGroups` , you must not set [`DBSecurityGroups`](https://docs.aws.amazon.com//AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsecuritygroups) , and vice versa.
|
|
1184
|
+
*
|
|
1185
|
+
* > You can migrate a DB instance in your stack from an RDS DB security group to a VPC security group, but keep the following in mind:
|
|
1186
|
+
* >
|
|
1187
|
+
* > - You can't revert to using an RDS security group after you establish a VPC security group membership.
|
|
1188
|
+
* > - When you migrate your DB instance to VPC security groups, if your stack update rolls back because the DB instance update fails or because an update fails in another AWS CloudFormation resource, the rollback fails because it can't revert to an RDS security group.
|
|
1189
|
+
* > - To use the properties that are available when you use a VPC security group, you must recreate the DB instance. If you don't, AWS CloudFormation submits only the property values that are listed in the [`DBSecurityGroups`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html#cfn-rds-dbinstance-dbsecuritygroups) property.
|
|
1190
|
+
*
|
|
1191
|
+
* To avoid this situation, migrate your DB instance to using VPC security groups only when that is the only change in your stack template.
|
|
1192
|
+
*
|
|
1193
|
+
* *Amazon Aurora*
|
|
1194
|
+
*
|
|
1195
|
+
* Not applicable. The associated list of EC2 VPC security groups is managed by the DB cluster. If specified, the setting must match the DB cluster setting.
|
|
1196
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-vpcsecuritygroups}
|
|
1197
|
+
*/
|
|
1198
|
+
VPCSecurityGroups?: string[] | undefined;
|
|
1199
|
+
};
|
|
1200
|
+
/**
|
|
1201
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#aws-resource-rds-dbinstance-return-values}
|
|
1202
|
+
*/
|
|
1203
|
+
export type RDSDBInstanceAttribs = {
|
|
1204
|
+
/**
|
|
1205
|
+
* The CA identifier of the CA certificate used for the DB instance's server certificate.
|
|
1206
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-certificatedetails.html#cfn-rds-dbinstance-certificatedetails-caidentifier}
|
|
1207
|
+
*/
|
|
1208
|
+
"CertificateDetails.CAIdentifier": string;
|
|
1209
|
+
/**
|
|
1210
|
+
* The expiration date of the DB instance’s server certificate.
|
|
1211
|
+
* @format date-time
|
|
1212
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-certificatedetails.html#cfn-rds-dbinstance-certificatedetails-validtill}
|
|
1213
|
+
*/
|
|
1214
|
+
"CertificateDetails.ValidTill": string;
|
|
1215
|
+
/**
|
|
1216
|
+
* The Amazon Resource Name (ARN) for the DB instance.
|
|
1217
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-dbinstancearn}
|
|
1218
|
+
*/
|
|
1219
|
+
DBInstanceArn: string;
|
|
1220
|
+
/**
|
|
1221
|
+
* The Oracle system ID (Oracle SID) for a container database (CDB). The Oracle SID is also the name of the CDB.
|
|
1222
|
+
*
|
|
1223
|
+
* This setting is valid for RDS Custom only.
|
|
1224
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-dbsystemid}
|
|
1225
|
+
*/
|
|
1226
|
+
DBSystemId: string;
|
|
1227
|
+
/**
|
|
1228
|
+
* The AWS Region-unique, immutable identifier for the DB instance. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB instance is accessed.
|
|
1229
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-dbiresourceid}
|
|
1230
|
+
*/
|
|
1231
|
+
DbiResourceId: string;
|
|
1232
|
+
/**
|
|
1233
|
+
* The connection endpoint for the database. For example: `mystack-mydb-1apw1j4phylrk.cg034hpkmmjt.us-east-2.rds.amazonaws.com`
|
|
1234
|
+
*
|
|
1235
|
+
* For Aurora Serverless DB clusters, the connection endpoint only applies to the DB cluster.
|
|
1236
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-endpoint.html#cfn-rds-dbinstance-endpoint-address}
|
|
1237
|
+
*/
|
|
1238
|
+
"Endpoint.Address": string;
|
|
1239
|
+
/**
|
|
1240
|
+
* The ID that Amazon Route 53 assigns when you create a hosted zone.
|
|
1241
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-endpoint.html#cfn-rds-dbinstance-endpoint-hostedzoneid}
|
|
1242
|
+
*/
|
|
1243
|
+
"Endpoint.HostedZoneId": string;
|
|
1244
|
+
/**
|
|
1245
|
+
* The port number on which the database accepts connections. For example: `3306`
|
|
1246
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-endpoint.html#cfn-rds-dbinstance-endpoint-port}
|
|
1247
|
+
*/
|
|
1248
|
+
"Endpoint.Port": string;
|
|
1249
|
+
/**
|
|
1250
|
+
* The Amazon Resource Name (ARN) of the secret. This parameter is a return value that you can retrieve using the `Fn::GetAtt` intrinsic function. For more information, see [Return values](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#aws-resource-rds-dbinstance-return-values) .
|
|
1251
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-masterusersecret.html#cfn-rds-dbinstance-masterusersecret-secretarn}
|
|
1252
|
+
*/
|
|
1253
|
+
"MasterUserSecret.SecretArn": string;
|
|
1254
|
+
};
|
|
1255
|
+
/**
|
|
1256
|
+
* Information about an AWS Identity and Access Management (IAM) role that is associated with a DB instance.
|
|
1257
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-dbinstancerole.html}
|
|
1258
|
+
*/
|
|
1259
|
+
export type DBInstanceRole = {
|
|
1260
|
+
/**
|
|
1261
|
+
* The name of the feature associated with the AWS Identity and Access Management (IAM) role. IAM roles that are associated with a DB instance grant permission for the DB instance to access other AWS services on your behalf. For the list of supported feature names, see the `SupportedFeatureNames` description in [DBEngineVersion](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DBEngineVersion.html) in the *Amazon RDS API Reference* .
|
|
1262
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-dbinstancerole.html#cfn-rds-dbinstance-dbinstancerole-featurename}
|
|
1263
|
+
*/
|
|
1264
|
+
FeatureName: string;
|
|
1265
|
+
/**
|
|
1266
|
+
* The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.
|
|
1267
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-dbinstancerole.html#cfn-rds-dbinstance-dbinstancerole-rolearn}
|
|
1268
|
+
*/
|
|
1269
|
+
RoleArn: string;
|
|
1270
|
+
};
|
|
1271
|
+
/**
|
|
1272
|
+
* The `MasterUserSecret` return value specifies the secret managed by RDS in AWS Secrets Manager for the master user password.
|
|
1273
|
+
*
|
|
1274
|
+
* For more information, see [Password management with AWS Secrets Manager](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html) in the *Amazon RDS User Guide* and [Password management with AWS Secrets Manager](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html) in the *Amazon Aurora User Guide.*
|
|
1275
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-masterusersecret.html}
|
|
1276
|
+
*/
|
|
1277
|
+
export type MasterUserSecret = {
|
|
1278
|
+
/**
|
|
1279
|
+
* The AWS KMS key identifier that is used to encrypt the secret.
|
|
1280
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-masterusersecret.html#cfn-rds-dbinstance-masterusersecret-kmskeyid}
|
|
1281
|
+
*/
|
|
1282
|
+
KmsKeyId?: string | undefined;
|
|
1283
|
+
};
|
|
1284
|
+
/**
|
|
1285
|
+
* The `ProcessorFeature` property type specifies the processor features of a DB instance class.
|
|
1286
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-processorfeature.html}
|
|
1287
|
+
*/
|
|
1288
|
+
export type ProcessorFeature = {
|
|
1289
|
+
/**
|
|
1290
|
+
* The name of the processor feature. Valid names are `coreCount` and `threadsPerCore` .
|
|
1291
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-processorfeature.html#cfn-rds-dbinstance-processorfeature-name}
|
|
1292
|
+
*/
|
|
1293
|
+
Name?: "coreCount" | "threadsPerCore" | undefined;
|
|
1294
|
+
/**
|
|
1295
|
+
* The value of a processor feature.
|
|
1296
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-processorfeature.html#cfn-rds-dbinstance-processorfeature-value}
|
|
1297
|
+
*/
|
|
1298
|
+
Value?: string | undefined;
|
|
1299
|
+
};
|
|
1300
|
+
//# sourceMappingURL=aws-rds-dbinstance.d.ts.map
|