@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,113 @@
|
|
|
1
|
+
import type { ResourceDefinition, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Creates a new capacity provider. Capacity providers are associated with an Amazon ECS cluster and are used in capacity provider strategies to facilitate cluster auto scaling.
|
|
4
|
+
*
|
|
5
|
+
* Only capacity providers that use an Auto Scaling group can be created. Amazon ECS tasks on AWS Fargate use the `FARGATE` and `FARGATE_SPOT` capacity providers. These providers are available to all accounts in the AWS Regions that AWS Fargate supports.
|
|
6
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html}
|
|
7
|
+
*/
|
|
8
|
+
export type ECSCapacityProvider = ResourceDefinition<"AWS::ECS::CapacityProvider", ECSCapacityProviderProps>;
|
|
9
|
+
/**
|
|
10
|
+
* Creates a new capacity provider. Capacity providers are associated with an Amazon ECS cluster and are used in capacity provider strategies to facilitate cluster auto scaling.
|
|
11
|
+
*
|
|
12
|
+
* Only capacity providers that use an Auto Scaling group can be created. Amazon ECS tasks on AWS Fargate use the `FARGATE` and `FARGATE_SPOT` capacity providers. These providers are available to all accounts in the AWS Regions that AWS Fargate supports.
|
|
13
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html}
|
|
14
|
+
*/
|
|
15
|
+
export type ECSCapacityProviderProps = {
|
|
16
|
+
/**
|
|
17
|
+
* The Auto Scaling group settings for the capacity provider.
|
|
18
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider}
|
|
19
|
+
*/
|
|
20
|
+
AutoScalingGroupProvider?: AutoScalingGroupProvider | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* The name of the capacity provider. If a name is specified, it cannot start with `aws` , `ecs` , or `fargate` . If no name is specified, a default name in the `CFNStackName-CFNResourceName-RandomString` format is used.
|
|
23
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-name}
|
|
24
|
+
*/
|
|
25
|
+
Name?: string | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* The metadata that you apply to the capacity provider to help you categorize and organize it. Each tag consists of a key and an optional value. You define both.
|
|
28
|
+
*
|
|
29
|
+
* The following basic restrictions apply to tags:
|
|
30
|
+
*
|
|
31
|
+
* - Maximum number of tags per resource - 50
|
|
32
|
+
* - For each resource, each tag key must be unique, and each tag key can have only one value.
|
|
33
|
+
* - Maximum key length - 128 Unicode characters in UTF-8
|
|
34
|
+
* - Maximum value length - 256 Unicode characters in UTF-8
|
|
35
|
+
* - If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
|
|
36
|
+
* - Tag keys and values are case-sensitive.
|
|
37
|
+
* - Do not use `aws:` , `AWS:` , or any upper or lowercase combination of such as a prefix for either keys or values as it is reserved for AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with this prefix do not count against your tags per resource limit.
|
|
38
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-capacityprovider.html#cfn-ecs-capacityprovider-tags}
|
|
39
|
+
*/
|
|
40
|
+
Tags?: Tag[] | undefined;
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* The details of the Auto Scaling group for the capacity provider.
|
|
44
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html}
|
|
45
|
+
*/
|
|
46
|
+
export type AutoScalingGroupProvider = {
|
|
47
|
+
/**
|
|
48
|
+
* The Amazon Resource Name (ARN) that identifies the Auto Scaling group, or the Auto Scaling group name.
|
|
49
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-autoscalinggrouparn}
|
|
50
|
+
*/
|
|
51
|
+
AutoScalingGroupArn: string;
|
|
52
|
+
/**
|
|
53
|
+
* The managed draining option for the Auto Scaling group capacity provider. When you enable this, Amazon ECS manages and gracefully drains the EC2 container instances that are in the Auto Scaling group capacity provider.
|
|
54
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-manageddraining}
|
|
55
|
+
*/
|
|
56
|
+
ManagedDraining?: "DISABLED" | "ENABLED" | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* The managed scaling settings for the Auto Scaling group capacity provider.
|
|
59
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-managedscaling}
|
|
60
|
+
*/
|
|
61
|
+
ManagedScaling?: ManagedScaling | undefined;
|
|
62
|
+
/**
|
|
63
|
+
* The managed termination protection setting to use for the Auto Scaling group capacity provider. This determines whether the Auto Scaling group has managed termination protection. The default is off.
|
|
64
|
+
*
|
|
65
|
+
* > When using managed termination protection, managed scaling must also be used otherwise managed termination protection doesn't work.
|
|
66
|
+
*
|
|
67
|
+
* When managed termination protection is on, Amazon ECS prevents the Amazon EC2 instances in an Auto Scaling group that contain tasks from being terminated during a scale-in action. The Auto Scaling group and each instance in the Auto Scaling group must have instance protection from scale-in actions on as well. For more information, see [Instance Protection](https://docs.aws.amazon.com/autoscaling/ec2/userguide/as-instance-termination.html#instance-protection) in the *AWS Auto Scaling User Guide* .
|
|
68
|
+
*
|
|
69
|
+
* When managed termination protection is off, your Amazon EC2 instances aren't protected from termination when the Auto Scaling group scales in.
|
|
70
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-autoscalinggroupprovider.html#cfn-ecs-capacityprovider-autoscalinggroupprovider-managedterminationprotection}
|
|
71
|
+
*/
|
|
72
|
+
ManagedTerminationProtection?: "DISABLED" | "ENABLED" | undefined;
|
|
73
|
+
};
|
|
74
|
+
/**
|
|
75
|
+
* The managed scaling settings for the Auto Scaling group capacity provider.
|
|
76
|
+
*
|
|
77
|
+
* When managed scaling is turned on, Amazon ECS manages the scale-in and scale-out actions of the Auto Scaling group. Amazon ECS manages a target tracking scaling policy using an Amazon ECS managed CloudWatch metric with the specified `targetCapacity` value as the target value for the metric. For more information, see [Using managed scaling](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/asg-capacity-providers.html#asg-capacity-providers-managed-scaling) in the *Amazon Elastic Container Service Developer Guide* .
|
|
78
|
+
*
|
|
79
|
+
* If managed scaling is off, the user must manage the scaling of the Auto Scaling group.
|
|
80
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html}
|
|
81
|
+
*/
|
|
82
|
+
export type ManagedScaling = {
|
|
83
|
+
/**
|
|
84
|
+
* The period of time, in seconds, after a newly launched Amazon EC2 instance can contribute to CloudWatch metrics for Auto Scaling group. If this parameter is omitted, the default value of `300` seconds is used.
|
|
85
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-instancewarmupperiod}
|
|
86
|
+
*/
|
|
87
|
+
InstanceWarmupPeriod?: number | undefined;
|
|
88
|
+
/**
|
|
89
|
+
* The maximum number of Amazon EC2 instances that Amazon ECS will scale out at one time. If this parameter is omitted, the default value of `10000` is used.
|
|
90
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-maximumscalingstepsize}
|
|
91
|
+
*/
|
|
92
|
+
MaximumScalingStepSize?: number | undefined;
|
|
93
|
+
/**
|
|
94
|
+
* The minimum number of Amazon EC2 instances that Amazon ECS will scale out at one time. The scale in process is not affected by this parameter If this parameter is omitted, the default value of `1` is used.
|
|
95
|
+
*
|
|
96
|
+
* When additional capacity is required, Amazon ECS will scale up the minimum scaling step size even if the actual demand is less than the minimum scaling step size.
|
|
97
|
+
*
|
|
98
|
+
* If you use a capacity provider with an Auto Scaling group configured with more than one Amazon EC2 instance type or Availability Zone, Amazon ECS will scale up by the exact minimum scaling step size value and will ignore both the maximum scaling step size as well as the capacity demand.
|
|
99
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-minimumscalingstepsize}
|
|
100
|
+
*/
|
|
101
|
+
MinimumScalingStepSize?: number | undefined;
|
|
102
|
+
/**
|
|
103
|
+
* Determines whether to use managed scaling for the capacity provider.
|
|
104
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-status}
|
|
105
|
+
*/
|
|
106
|
+
Status?: "DISABLED" | "ENABLED" | undefined;
|
|
107
|
+
/**
|
|
108
|
+
* The target capacity utilization as a percentage for the capacity provider. The specified value must be greater than `0` and less than or equal to `100` . For example, if you want the capacity provider to maintain 10% spare capacity, then that means the utilization is 90%, so use a `targetCapacity` of `90` . The default value of `100` percent results in the Amazon EC2 instances in your Auto Scaling group being completely used.
|
|
109
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedscaling.html#cfn-ecs-capacityprovider-managedscaling-targetcapacity}
|
|
110
|
+
*/
|
|
111
|
+
TargetCapacity?: number | undefined;
|
|
112
|
+
};
|
|
113
|
+
//# sourceMappingURL=aws-ecs-capacityprovider.d.ts.map
|
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* The `AWS::ECS::Cluster` resource creates an Amazon Elastic Container Service (Amazon ECS) cluster.
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html}
|
|
5
|
+
*/
|
|
6
|
+
export type ECSCluster = ResourceDefinitionWithAttributes<"AWS::ECS::Cluster", ECSClusterProps, ECSClusterAttribs>;
|
|
7
|
+
/**
|
|
8
|
+
* The `AWS::ECS::Cluster` resource creates an Amazon Elastic Container Service (Amazon ECS) cluster.
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html}
|
|
10
|
+
*/
|
|
11
|
+
export type ECSClusterProps = {
|
|
12
|
+
/**
|
|
13
|
+
* The short name of one or more capacity providers to associate with the cluster. A capacity provider must be associated with a cluster before it can be included as part of the default capacity provider strategy of the cluster or used in a capacity provider strategy when calling the [CreateService](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateService.html) or [RunTask](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_RunTask.html) actions.
|
|
14
|
+
*
|
|
15
|
+
* If specifying a capacity provider that uses an Auto Scaling group, the capacity provider must be created but not associated with another cluster. New Auto Scaling group capacity providers can be created with the [CreateCapacityProvider](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateCapacityProvider.html) API operation.
|
|
16
|
+
*
|
|
17
|
+
* To use a AWS Fargate capacity provider, specify either the `FARGATE` or `FARGATE_SPOT` capacity providers. The AWS Fargate capacity providers are available to all accounts and only need to be associated with a cluster to be used.
|
|
18
|
+
*
|
|
19
|
+
* The [PutCapacityProvider](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutCapacityProvider.html) API operation is used to update the list of available capacity providers for a cluster after the cluster is created.
|
|
20
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-capacityproviders}
|
|
21
|
+
*/
|
|
22
|
+
CapacityProviders?: string[] | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* A user-generated string that you use to identify your cluster. If you don't specify a name, AWS CloudFormation generates a unique physical ID for the name.
|
|
25
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustername}
|
|
26
|
+
*/
|
|
27
|
+
ClusterName?: string | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* The settings to use when creating a cluster. This parameter is used to turn on CloudWatch Container Insights with enhanced observability or CloudWatch Container Insights for a cluster.
|
|
30
|
+
*
|
|
31
|
+
* Container Insights with enhanced observability provides all the Container Insights metrics, plus additional task and container metrics. This version supports enhanced observability for Amazon ECS clusters using the Amazon EC2 and Fargate launch types. After you configure Container Insights with enhanced observability on Amazon ECS, Container Insights auto-collects detailed infrastructure telemetry from the cluster level down to the container level in your environment and displays these critical performance data in curated dashboards removing the heavy lifting in observability set-up.
|
|
32
|
+
*
|
|
33
|
+
* For more information, see [Monitor Amazon ECS containers using Container Insights with enhanced observability](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
34
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-clustersettings}
|
|
35
|
+
*/
|
|
36
|
+
ClusterSettings?: ClusterSettings[] | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* The execute command and managed storage configuration for the cluster.
|
|
39
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-configuration}
|
|
40
|
+
*/
|
|
41
|
+
Configuration?: ClusterConfiguration | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* The default capacity provider strategy for the cluster. When services or tasks are run in the cluster with no launch type or capacity provider strategy specified, the default capacity provider strategy is used.
|
|
44
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-defaultcapacityproviderstrategy}
|
|
45
|
+
*/
|
|
46
|
+
DefaultCapacityProviderStrategy?: CapacityProviderStrategyItem[] | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* Use this parameter to set a default Service Connect namespace. After you set a default Service Connect namespace, any new services with Service Connect turned on that are created in the cluster are added as client services in the namespace. This setting only applies to new services that set the `enabled` parameter to `true` in the `ServiceConnectConfiguration` . You can set the namespace of each service individually in the `ServiceConnectConfiguration` to override this default parameter.
|
|
49
|
+
*
|
|
50
|
+
* Tasks that run in a namespace can use short names to connect to services in the namespace. Tasks can connect to services across all of the clusters in the namespace. Tasks connect through a managed proxy container that collects logs and metrics for increased visibility. Only the tasks that Amazon ECS services create are supported with Service Connect. For more information, see [Service Connect](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-connect.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
51
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-serviceconnectdefaults}
|
|
52
|
+
*/
|
|
53
|
+
ServiceConnectDefaults?: ServiceConnectDefaults | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* The metadata that you apply to the cluster to help you categorize and organize them. Each tag consists of a key and an optional value. You define both.
|
|
56
|
+
*
|
|
57
|
+
* The following basic restrictions apply to tags:
|
|
58
|
+
*
|
|
59
|
+
* - Maximum number of tags per resource - 50
|
|
60
|
+
* - For each resource, each tag key must be unique, and each tag key can have only one value.
|
|
61
|
+
* - Maximum key length - 128 Unicode characters in UTF-8
|
|
62
|
+
* - Maximum value length - 256 Unicode characters in UTF-8
|
|
63
|
+
* - If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
|
|
64
|
+
* - Tag keys and values are case-sensitive.
|
|
65
|
+
* - Do not use `aws:` , `AWS:` , or any upper or lowercase combination of such as a prefix for either keys or values as it is reserved for AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with this prefix do not count against your tags per resource limit.
|
|
66
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-tags}
|
|
67
|
+
*/
|
|
68
|
+
Tags?: Tag[] | undefined;
|
|
69
|
+
};
|
|
70
|
+
/**
|
|
71
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#aws-resource-ecs-cluster-return-values}
|
|
72
|
+
*/
|
|
73
|
+
export type ECSClusterAttribs = {
|
|
74
|
+
/**
|
|
75
|
+
* The Amazon Resource Name (ARN) of the Amazon ECS cluster, such as `arn:aws:ecs:us-east-2:123456789012:cluster/MyECSCluster` .
|
|
76
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html#cfn-ecs-cluster-arn}
|
|
77
|
+
*/
|
|
78
|
+
Arn: string;
|
|
79
|
+
};
|
|
80
|
+
/**
|
|
81
|
+
* The `CapacityProviderStrategyItem` property specifies the details of the default capacity provider strategy for the cluster. When services or tasks are run in the cluster with no launch type or capacity provider strategy specified, the default capacity provider strategy is used.
|
|
82
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-capacityproviderstrategyitem.html}
|
|
83
|
+
*/
|
|
84
|
+
export type CapacityProviderStrategyItem = {
|
|
85
|
+
/**
|
|
86
|
+
* The *base* value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a *base* defined. If no value is specified, the default value of `0` is used.
|
|
87
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-capacityproviderstrategyitem.html#cfn-ecs-cluster-capacityproviderstrategyitem-base}
|
|
88
|
+
*/
|
|
89
|
+
Base?: number | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* The short name of the capacity provider.
|
|
92
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-capacityproviderstrategyitem.html#cfn-ecs-cluster-capacityproviderstrategyitem-capacityprovider}
|
|
93
|
+
*/
|
|
94
|
+
CapacityProvider?: string | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* The *weight* value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The `weight` value is taken into consideration after the `base` value, if defined, is satisfied.
|
|
97
|
+
*
|
|
98
|
+
* If no `weight` value is specified, the default value of `0` is used. When multiple capacity providers are specified within a capacity provider strategy, at least one of the capacity providers must have a weight value greater than zero and any capacity providers with a weight of `0` can't be used to place tasks. If you specify multiple capacity providers in a strategy that all have a weight of `0` , any `RunTask` or `CreateService` actions using the capacity provider strategy will fail.
|
|
99
|
+
*
|
|
100
|
+
* An example scenario for using weights is defining a strategy that contains two capacity providers and both have a weight of `1` , then when the `base` is satisfied, the tasks will be split evenly across the two capacity providers. Using that same logic, if you specify a weight of `1` for *capacityProviderA* and a weight of `4` for *capacityProviderB* , then for every one task that's run using *capacityProviderA* , four tasks would use *capacityProviderB* .
|
|
101
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-capacityproviderstrategyitem.html#cfn-ecs-cluster-capacityproviderstrategyitem-weight}
|
|
102
|
+
*/
|
|
103
|
+
Weight?: number | undefined;
|
|
104
|
+
};
|
|
105
|
+
/**
|
|
106
|
+
* The execute command and managed storage configuration for the cluster.
|
|
107
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-clusterconfiguration.html}
|
|
108
|
+
*/
|
|
109
|
+
export type ClusterConfiguration = {
|
|
110
|
+
/**
|
|
111
|
+
* The details of the execute command configuration.
|
|
112
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-clusterconfiguration.html#cfn-ecs-cluster-clusterconfiguration-executecommandconfiguration}
|
|
113
|
+
*/
|
|
114
|
+
ExecuteCommandConfiguration?: ExecuteCommandConfiguration | undefined;
|
|
115
|
+
/**
|
|
116
|
+
* The details of the managed storage configuration.
|
|
117
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-clusterconfiguration.html#cfn-ecs-cluster-clusterconfiguration-managedstorageconfiguration}
|
|
118
|
+
*/
|
|
119
|
+
ManagedStorageConfiguration?: ManagedStorageConfiguration | undefined;
|
|
120
|
+
};
|
|
121
|
+
/**
|
|
122
|
+
* The settings to use when creating a cluster. This parameter is used to turn on CloudWatch Container Insights with enhanced observability or CloudWatch Container Insights for a cluster.
|
|
123
|
+
*
|
|
124
|
+
* Container Insights with enhanced observability provides all the Container Insights metrics, plus additional task and container metrics. This version supports enhanced observability for Amazon ECS clusters using the Amazon EC2 and Fargate launch types. After you configure Container Insights with enhanced observability on Amazon ECS, Container Insights auto-collects detailed infrastructure telemetry from the cluster level down to the container level in your environment and displays these critical performance data in curated dashboards removing the heavy lifting in observability set-up.
|
|
125
|
+
*
|
|
126
|
+
* For more information, see [Monitor Amazon ECS containers using Container Insights with enhanced observability](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-container-insights.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
127
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-clustersettings.html}
|
|
128
|
+
*/
|
|
129
|
+
export type ClusterSettings = {
|
|
130
|
+
/**
|
|
131
|
+
* The name of the cluster setting. The value is `containerInsights` .
|
|
132
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-clustersettings.html#cfn-ecs-cluster-clustersettings-name}
|
|
133
|
+
*/
|
|
134
|
+
Name?: string | undefined;
|
|
135
|
+
/**
|
|
136
|
+
* The value to set for the cluster setting. The supported values are `enhanced` , `enabled` , and `disabled` .
|
|
137
|
+
*
|
|
138
|
+
* To use Container Insights with enhanced observability, set the `containerInsights` account setting to `enhanced` .
|
|
139
|
+
*
|
|
140
|
+
* To use Container Insights, set the `containerInsights` account setting to `enabled` .
|
|
141
|
+
*
|
|
142
|
+
* If a cluster value is specified, it will override the `containerInsights` value set with [PutAccountSetting](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutAccountSetting.html) or [PutAccountSettingDefault](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutAccountSettingDefault.html) .
|
|
143
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-clustersettings.html#cfn-ecs-cluster-clustersettings-value}
|
|
144
|
+
*/
|
|
145
|
+
Value?: string | undefined;
|
|
146
|
+
};
|
|
147
|
+
/**
|
|
148
|
+
* The details of the execute command configuration.
|
|
149
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-executecommandconfiguration.html}
|
|
150
|
+
*/
|
|
151
|
+
export type ExecuteCommandConfiguration = {
|
|
152
|
+
/**
|
|
153
|
+
* Specify an AWS Key Management Service key ID to encrypt the data between the local client and the container.
|
|
154
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-executecommandconfiguration.html#cfn-ecs-cluster-executecommandconfiguration-kmskeyid}
|
|
155
|
+
*/
|
|
156
|
+
KmsKeyId?: string | undefined;
|
|
157
|
+
/**
|
|
158
|
+
* The log configuration for the results of the execute command actions. The logs can be sent to CloudWatch Logs or an Amazon S3 bucket. When `logging=OVERRIDE` is specified, a `logConfiguration` must be provided.
|
|
159
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-executecommandconfiguration.html#cfn-ecs-cluster-executecommandconfiguration-logconfiguration}
|
|
160
|
+
*/
|
|
161
|
+
LogConfiguration?: ExecuteCommandLogConfiguration | undefined;
|
|
162
|
+
/**
|
|
163
|
+
* The log setting to use for redirecting logs for your execute command results. The following log settings are available.
|
|
164
|
+
*
|
|
165
|
+
* - `NONE` : The execute command session is not logged.
|
|
166
|
+
* - `DEFAULT` : The `awslogs` configuration in the task definition is used. If no logging parameter is specified, it defaults to this value. If no `awslogs` log driver is configured in the task definition, the output won't be logged.
|
|
167
|
+
* - `OVERRIDE` : Specify the logging details as a part of `logConfiguration` . If the `OVERRIDE` logging option is specified, the `logConfiguration` is required.
|
|
168
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-executecommandconfiguration.html#cfn-ecs-cluster-executecommandconfiguration-logging}
|
|
169
|
+
*/
|
|
170
|
+
Logging?: string | undefined;
|
|
171
|
+
};
|
|
172
|
+
/**
|
|
173
|
+
* The log configuration for the results of the execute command actions. The logs can be sent to CloudWatch Logs or an Amazon S3 bucket.
|
|
174
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-executecommandlogconfiguration.html}
|
|
175
|
+
*/
|
|
176
|
+
export type ExecuteCommandLogConfiguration = {
|
|
177
|
+
/**
|
|
178
|
+
* Determines whether to use encryption on the CloudWatch logs. If not specified, encryption will be off.
|
|
179
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-executecommandlogconfiguration.html#cfn-ecs-cluster-executecommandlogconfiguration-cloudwatchencryptionenabled}
|
|
180
|
+
*/
|
|
181
|
+
CloudWatchEncryptionEnabled?: boolean | undefined;
|
|
182
|
+
/**
|
|
183
|
+
* The name of the CloudWatch log group to send logs to.
|
|
184
|
+
*
|
|
185
|
+
* > The CloudWatch log group must already be created.
|
|
186
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-executecommandlogconfiguration.html#cfn-ecs-cluster-executecommandlogconfiguration-cloudwatchloggroupname}
|
|
187
|
+
*/
|
|
188
|
+
CloudWatchLogGroupName?: string | undefined;
|
|
189
|
+
/**
|
|
190
|
+
* The name of the S3 bucket to send logs to.
|
|
191
|
+
*
|
|
192
|
+
* > The S3 bucket must already be created.
|
|
193
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-executecommandlogconfiguration.html#cfn-ecs-cluster-executecommandlogconfiguration-s3bucketname}
|
|
194
|
+
*/
|
|
195
|
+
S3BucketName?: string | undefined;
|
|
196
|
+
/**
|
|
197
|
+
* Determines whether to use encryption on the S3 logs. If not specified, encryption is not used.
|
|
198
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-executecommandlogconfiguration.html#cfn-ecs-cluster-executecommandlogconfiguration-s3encryptionenabled}
|
|
199
|
+
*/
|
|
200
|
+
S3EncryptionEnabled?: boolean | undefined;
|
|
201
|
+
/**
|
|
202
|
+
* An optional folder in the S3 bucket to place logs in.
|
|
203
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-executecommandlogconfiguration.html#cfn-ecs-cluster-executecommandlogconfiguration-s3keyprefix}
|
|
204
|
+
*/
|
|
205
|
+
S3KeyPrefix?: string | undefined;
|
|
206
|
+
};
|
|
207
|
+
/**
|
|
208
|
+
* The managed storage configuration for the cluster.
|
|
209
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-managedstorageconfiguration.html}
|
|
210
|
+
*/
|
|
211
|
+
export type ManagedStorageConfiguration = {
|
|
212
|
+
/**
|
|
213
|
+
* Specify the AWS Key Management Service key ID for Fargate ephemeral storage.
|
|
214
|
+
*
|
|
215
|
+
* When you specify a `fargateEphemeralStorageKmsKeyId` , AWS Fargate uses the key to encrypt data at rest in ephemeral storage. For more information about Fargate ephemeral storage encryption, see [Customer managed keys for AWS Fargate ephemeral storage for Amazon ECS](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-storage-encryption.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
216
|
+
*
|
|
217
|
+
* The key must be a single Region key.
|
|
218
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-managedstorageconfiguration.html#cfn-ecs-cluster-managedstorageconfiguration-fargateephemeralstoragekmskeyid}
|
|
219
|
+
*/
|
|
220
|
+
FargateEphemeralStorageKmsKeyId?: string | undefined;
|
|
221
|
+
/**
|
|
222
|
+
* Specify a AWS Key Management Service key ID to encrypt Amazon ECS managed storage.
|
|
223
|
+
*
|
|
224
|
+
* When you specify a `kmsKeyId` , Amazon ECS uses the key to encrypt data volumes managed by Amazon ECS that are attached to tasks in the cluster. The following data volumes are managed by Amazon ECS: Amazon EBS. For more information about encryption of Amazon EBS volumes attached to Amazon ECS tasks, see [Encrypt data stored in Amazon EBS volumes for Amazon ECS](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-kms-encryption.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
225
|
+
*
|
|
226
|
+
* The key must be a single Region key.
|
|
227
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-managedstorageconfiguration.html#cfn-ecs-cluster-managedstorageconfiguration-kmskeyid}
|
|
228
|
+
*/
|
|
229
|
+
KmsKeyId?: string | undefined;
|
|
230
|
+
};
|
|
231
|
+
/**
|
|
232
|
+
* Use this parameter to set a default Service Connect namespace. After you set a default Service Connect namespace, any new services with Service Connect turned on that are created in the cluster are added as client services in the namespace. This setting only applies to new services that set the `enabled` parameter to `true` in the `ServiceConnectConfiguration` . You can set the namespace of each service individually in the `ServiceConnectConfiguration` to override this default parameter.
|
|
233
|
+
*
|
|
234
|
+
* Tasks that run in a namespace can use short names to connect to services in the namespace. Tasks can connect to services across all of the clusters in the namespace. Tasks connect through a managed proxy container that collects logs and metrics for increased visibility. Only the tasks that Amazon ECS services create are supported with Service Connect. For more information, see [Service Connect](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-connect.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
235
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-serviceconnectdefaults.html}
|
|
236
|
+
*/
|
|
237
|
+
export type ServiceConnectDefaults = {
|
|
238
|
+
/**
|
|
239
|
+
* The namespace name or full Amazon Resource Name (ARN) of the AWS Cloud Map namespace that's used when you create a service and don't specify a Service Connect configuration. The namespace name can include up to 1024 characters. The name is case-sensitive. The name can't include greater than (>), less than (<), double quotation marks ("), or slash (/).
|
|
240
|
+
*
|
|
241
|
+
* If you enter an existing namespace name or ARN, then that namespace will be used. Any namespace type is supported. The namespace must be in this account and this AWS Region.
|
|
242
|
+
*
|
|
243
|
+
* If you enter a new name, a AWS Cloud Map namespace will be created. Amazon ECS creates a AWS Cloud Map namespace with the "API calls" method of instance discovery only. This instance discovery method is the "HTTP" namespace type in the AWS Command Line Interface . Other types of instance discovery aren't used by Service Connect.
|
|
244
|
+
*
|
|
245
|
+
* If you update the cluster with an empty string `""` for the namespace name, the cluster configuration for Service Connect is removed. Note that the namespace will remain in AWS Cloud Map and must be deleted separately.
|
|
246
|
+
*
|
|
247
|
+
* For more information about AWS Cloud Map , see [Working with Services](https://docs.aws.amazon.com/cloud-map/latest/dg/working-with-services.html) in the *AWS Cloud Map Developer Guide* .
|
|
248
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-serviceconnectdefaults.html#cfn-ecs-cluster-serviceconnectdefaults-namespace}
|
|
249
|
+
*/
|
|
250
|
+
Namespace?: string | undefined;
|
|
251
|
+
};
|
|
252
|
+
//# sourceMappingURL=aws-ecs-cluster.d.ts.map
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import type { ResourceDefinition } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* The `AWS::ECS::ClusterCapacityProviderAssociations` resource associates one or more capacity providers and a default capacity provider strategy with a cluster.
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-clustercapacityproviderassociations.html}
|
|
5
|
+
*/
|
|
6
|
+
export type ECSClusterCapacityProviderAssociations = ResourceDefinition<"AWS::ECS::ClusterCapacityProviderAssociations", ECSClusterCapacityProviderAssociationsProps>;
|
|
7
|
+
/**
|
|
8
|
+
* The `AWS::ECS::ClusterCapacityProviderAssociations` resource associates one or more capacity providers and a default capacity provider strategy with a cluster.
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-clustercapacityproviderassociations.html}
|
|
10
|
+
*/
|
|
11
|
+
export type ECSClusterCapacityProviderAssociationsProps = {
|
|
12
|
+
/**
|
|
13
|
+
* The capacity providers to associate with the cluster.
|
|
14
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-clustercapacityproviderassociations.html#cfn-ecs-clustercapacityproviderassociations-capacityproviders}
|
|
15
|
+
*/
|
|
16
|
+
CapacityProviders: CapacityProvider[];
|
|
17
|
+
/**
|
|
18
|
+
* The cluster the capacity provider association is the target of.
|
|
19
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-clustercapacityproviderassociations.html#cfn-ecs-clustercapacityproviderassociations-cluster}
|
|
20
|
+
*/
|
|
21
|
+
Cluster: string;
|
|
22
|
+
/**
|
|
23
|
+
* The default capacity provider strategy to associate with the cluster.
|
|
24
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-clustercapacityproviderassociations.html#cfn-ecs-clustercapacityproviderassociations-defaultcapacityproviderstrategy}
|
|
25
|
+
*/
|
|
26
|
+
DefaultCapacityProviderStrategy: CapacityProviderStrategy[];
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* If using ec2 auto-scaling, the name of the associated capacity provider. Otherwise FARGATE, FARGATE_SPOT.
|
|
30
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-clustercapacityproviderassociations-capacityprovider.html}
|
|
31
|
+
*/
|
|
32
|
+
export type CapacityProvider = ("FARGATE" | "FARGATE_SPOT") | string;
|
|
33
|
+
/**
|
|
34
|
+
* The `CapacityProviderStrategy` property specifies the details of the default capacity provider strategy for the cluster. When services or tasks are run in the cluster with no launch type or capacity provider strategy specified, the default capacity provider strategy is used.
|
|
35
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-clustercapacityproviderassociations-capacityproviderstrategy.html}
|
|
36
|
+
*/
|
|
37
|
+
export type CapacityProviderStrategy = {
|
|
38
|
+
/**
|
|
39
|
+
* The *base* value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a *base* defined. If no value is specified, the default value of `0` is used.
|
|
40
|
+
* @min 0
|
|
41
|
+
* @max 100000
|
|
42
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-clustercapacityproviderassociations-capacityproviderstrategy.html#cfn-ecs-clustercapacityproviderassociations-capacityproviderstrategy-base}
|
|
43
|
+
*/
|
|
44
|
+
Base?: number | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* The short name of the capacity provider.
|
|
47
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-clustercapacityproviderassociations-capacityproviderstrategy.html#cfn-ecs-clustercapacityproviderassociations-capacityproviderstrategy-capacityprovider}
|
|
48
|
+
*/
|
|
49
|
+
CapacityProvider: CapacityProvider;
|
|
50
|
+
/**
|
|
51
|
+
* The *weight* value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider. The `weight` value is taken into consideration after the `base` value, if defined, is satisfied.
|
|
52
|
+
*
|
|
53
|
+
* If no `weight` value is specified, the default value of `0` is used. When multiple capacity providers are specified within a capacity provider strategy, at least one of the capacity providers must have a weight value greater than zero and any capacity providers with a weight of `0` can't be used to place tasks. If you specify multiple capacity providers in a strategy that all have a weight of `0` , any `RunTask` or `CreateService` actions using the capacity provider strategy will fail.
|
|
54
|
+
*
|
|
55
|
+
* An example scenario for using weights is defining a strategy that contains two capacity providers and both have a weight of `1` , then when the `base` is satisfied, the tasks will be split evenly across the two capacity providers. Using that same logic, if you specify a weight of `1` for *capacityProviderA* and a weight of `4` for *capacityProviderB* , then for every one task that's run using *capacityProviderA* , four tasks would use *capacityProviderB* .
|
|
56
|
+
* @min 0
|
|
57
|
+
* @max 1000
|
|
58
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-clustercapacityproviderassociations-capacityproviderstrategy.html#cfn-ecs-clustercapacityproviderassociations-capacityproviderstrategy-weight}
|
|
59
|
+
*/
|
|
60
|
+
Weight?: number | undefined;
|
|
61
|
+
};
|
|
62
|
+
//# sourceMappingURL=aws-ecs-clustercapacityproviderassociations.d.ts.map
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { ResourceDefinition } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Modifies which task set in a service is the primary task set. Any parameters that are updated on the primary task set in a service will transition to the service. This is used when a service uses the `EXTERNAL` deployment controller type. For more information, see [Amazon ECS Deployment Types](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html}
|
|
5
|
+
*/
|
|
6
|
+
export type ECSPrimaryTaskSet = ResourceDefinition<"AWS::ECS::PrimaryTaskSet", ECSPrimaryTaskSetProps>;
|
|
7
|
+
/**
|
|
8
|
+
* Modifies which task set in a service is the primary task set. Any parameters that are updated on the primary task set in a service will transition to the service. This is used when a service uses the `EXTERNAL` deployment controller type. For more information, see [Amazon ECS Deployment Types](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html}
|
|
10
|
+
*/
|
|
11
|
+
export type ECSPrimaryTaskSetProps = {
|
|
12
|
+
/**
|
|
13
|
+
* The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in.
|
|
14
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster}
|
|
15
|
+
*/
|
|
16
|
+
Cluster: string;
|
|
17
|
+
/**
|
|
18
|
+
* The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.
|
|
19
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service}
|
|
20
|
+
*/
|
|
21
|
+
Service: string;
|
|
22
|
+
/**
|
|
23
|
+
* The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the deployment.
|
|
24
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid}
|
|
25
|
+
*/
|
|
26
|
+
TaskSetId: string;
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=aws-ecs-primarytaskset.d.ts.map
|