@propulsionworks/cloudformation 0.0.1 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/exports/main.ts +6 -5
- package/lib/assert.ts +62 -0
- package/lib/builder.ts +366 -0
- package/lib/intrinsics.ts +1223 -0
- package/{exports/main → lib}/template.ts +41 -13
- package/out/exports/main.d.ts +6 -5
- package/out/exports/main.d.ts.map +1 -1
- package/out/exports/main.js +6 -5
- package/out/exports/main.js.map +1 -1
- package/out/exports/resources.generated/alexa-ask-skill.d.ts +80 -0
- package/out/exports/resources.generated/aws-accessanalyzer-analyzer.d.ts +125 -0
- package/out/exports/resources.generated/aws-acmpca-certificate.d.ts +374 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthority.d.ts +432 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthorityactivation.d.ts +30 -0
- package/out/exports/resources.generated/aws-acmpca-permission.d.ts +30 -0
- package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +330 -0
- package/out/exports/resources.generated/aws-amazonmq-configuration.d.ts +71 -0
- package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-amplify-app.d.ts +301 -0
- package/out/exports/resources.generated/aws-amplify-branch.d.ts +171 -0
- package/out/exports/resources.generated/aws-amplify-domain.d.ts +139 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-component.d.ts +444 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-form.d.ts +409 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-theme.d.ts +76 -0
- package/out/exports/resources.generated/aws-apigateway-account.d.ts +20 -0
- package/out/exports/resources.generated/aws-apigateway-apikey.d.ts +62 -0
- package/out/exports/resources.generated/aws-apigateway-authorizer.d.ts +54 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmapping.d.ts +24 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmappingv2.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigateway-clientcertificate.d.ts +22 -0
- package/out/exports/resources.generated/aws-apigateway-deployment.d.ts +215 -0
- package/out/exports/resources.generated/aws-apigateway-documentationpart.d.ts +53 -0
- package/out/exports/resources.generated/aws-apigateway-documentationversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-apigateway-domainname.d.ts +96 -0
- package/out/exports/resources.generated/aws-apigateway-domainnameaccessassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-apigateway-domainnamev2.d.ts +56 -0
- package/out/exports/resources.generated/aws-apigateway-gatewayresponse.d.ts +34 -0
- package/out/exports/resources.generated/aws-apigateway-method.d.ts +174 -0
- package/out/exports/resources.generated/aws-apigateway-model.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigateway-requestvalidator.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigateway-resource.d.ts +26 -0
- package/out/exports/resources.generated/aws-apigateway-restapi.d.ts +133 -0
- package/out/exports/resources.generated/aws-apigateway-stage.d.ts +151 -0
- package/out/exports/resources.generated/aws-apigateway-usageplan.d.ts +93 -0
- package/out/exports/resources.generated/aws-apigateway-usageplankey.d.ts +26 -0
- package/out/exports/resources.generated/aws-apigateway-vpclink.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigatewayv2-api.d.ts +142 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apigatewaymanagedoverrides.d.ts +143 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apimapping.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigatewayv2-authorizer.d.ts +75 -0
- package/out/exports/resources.generated/aws-apigatewayv2-deployment.d.ts +26 -0
- package/out/exports/resources.generated/aws-apigatewayv2-domainname.d.ts +84 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integration.d.ts +147 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integrationresponse.d.ts +48 -0
- package/out/exports/resources.generated/aws-apigatewayv2-model.d.ts +34 -0
- package/out/exports/resources.generated/aws-apigatewayv2-route.d.ts +62 -0
- package/out/exports/resources.generated/aws-apigatewayv2-routeresponse.d.ts +47 -0
- package/out/exports/resources.generated/aws-apigatewayv2-stage.d.ts +100 -0
- package/out/exports/resources.generated/aws-apigatewayv2-vpclink.d.ts +30 -0
- package/out/exports/resources.generated/aws-appconfig-application.d.ts +36 -0
- package/out/exports/resources.generated/aws-appconfig-configurationprofile.d.ts +121 -0
- package/out/exports/resources.generated/aws-appconfig-deployment.d.ts +80 -0
- package/out/exports/resources.generated/aws-appconfig-deploymentstrategy.d.ts +68 -0
- package/out/exports/resources.generated/aws-appconfig-environment.d.ts +78 -0
- package/out/exports/resources.generated/aws-appconfig-extension.d.ts +102 -0
- package/out/exports/resources.generated/aws-appconfig-extensionassociation.d.ts +46 -0
- package/out/exports/resources.generated/aws-appconfig-hostedconfigurationversion.d.ts +61 -0
- package/out/exports/resources.generated/aws-appflow-connector.d.ts +59 -0
- package/out/exports/resources.generated/aws-appflow-connectorprofile.d.ts +895 -0
- package/out/exports/resources.generated/aws-appflow-flow.d.ts +1067 -0
- package/out/exports/resources.generated/aws-appintegrations-application.d.ts +74 -0
- package/out/exports/resources.generated/aws-appintegrations-dataintegration.d.ts +108 -0
- package/out/exports/resources.generated/aws-appintegrations-eventintegration.d.ts +59 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalabletarget.d.ts +176 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalingpolicy.d.ts +594 -0
- package/out/exports/resources.generated/aws-applicationinsights-application.d.ts +487 -0
- package/out/exports/resources.generated/aws-applicationsignals-discovery.d.ts +23 -0
- package/out/exports/resources.generated/aws-applicationsignals-servicelevelobjective.d.ts +491 -0
- package/out/exports/resources.generated/aws-appmesh-gatewayroute.d.ts +418 -0
- package/out/exports/resources.generated/aws-appmesh-mesh.d.ts +80 -0
- package/out/exports/resources.generated/aws-appmesh-route.d.ts +494 -0
- package/out/exports/resources.generated/aws-appmesh-virtualgateway.d.ts +474 -0
- package/out/exports/resources.generated/aws-appmesh-virtualnode.d.ts +695 -0
- package/out/exports/resources.generated/aws-appmesh-virtualrouter.d.ts +90 -0
- package/out/exports/resources.generated/aws-appmesh-virtualservice.d.ts +99 -0
- package/out/exports/resources.generated/aws-apprunner-autoscalingconfiguration.d.ts +60 -0
- package/out/exports/resources.generated/aws-apprunner-observabilityconfiguration.d.ts +63 -0
- package/out/exports/resources.generated/aws-apprunner-service.d.ts +439 -0
- package/out/exports/resources.generated/aws-apprunner-vpcconnector.d.ts +52 -0
- package/out/exports/resources.generated/aws-apprunner-vpcingressconnection.d.ts +67 -0
- package/out/exports/resources.generated/aws-appstream-appblock.d.ts +98 -0
- package/out/exports/resources.generated/aws-appstream-appblockbuilder.d.ts +92 -0
- package/out/exports/resources.generated/aws-appstream-application.d.ts +95 -0
- package/out/exports/resources.generated/aws-appstream-applicationentitlementassociation.d.ts +20 -0
- package/out/exports/resources.generated/aws-appstream-applicationfleetassociation.d.ts +16 -0
- package/out/exports/resources.generated/aws-appstream-directoryconfig.d.ts +50 -0
- package/out/exports/resources.generated/aws-appstream-entitlement.d.ts +61 -0
- package/out/exports/resources.generated/aws-appstream-fleet.d.ts +210 -0
- package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +143 -0
- package/out/exports/resources.generated/aws-appstream-stack.d.ts +144 -0
- package/out/exports/resources.generated/aws-appstream-stackfleetassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-appstream-stackuserassociation.d.ts +29 -0
- package/out/exports/resources.generated/aws-appstream-user.d.ts +35 -0
- package/out/exports/resources.generated/aws-appsync-api.d.ts +181 -0
- package/out/exports/resources.generated/aws-appsync-apicache.d.ts +71 -0
- package/out/exports/resources.generated/aws-appsync-apikey.d.ts +34 -0
- package/out/exports/resources.generated/aws-appsync-channelnamespace.d.ts +91 -0
- package/out/exports/resources.generated/aws-appsync-datasource.d.ts +263 -0
- package/out/exports/resources.generated/aws-appsync-domainname.d.ts +53 -0
- package/out/exports/resources.generated/aws-appsync-domainnameapiassociation.d.ts +22 -0
- package/out/exports/resources.generated/aws-appsync-functionconfiguration.d.ts +138 -0
- package/out/exports/resources.generated/aws-appsync-graphqlapi.d.ts +319 -0
- package/out/exports/resources.generated/aws-appsync-graphqlschema.d.ts +32 -0
- package/out/exports/resources.generated/aws-appsync-resolver.d.ts +175 -0
- package/out/exports/resources.generated/aws-appsync-sourceapiassociation.d.ts +84 -0
- package/out/exports/resources.generated/aws-apptest-testcase.d.ts +380 -0
- package/out/exports/resources.generated/aws-aps-rulegroupsnamespace.d.ts +36 -0
- package/out/exports/resources.generated/aws-aps-scraper.d.ts +124 -0
- package/out/exports/resources.generated/aws-aps-workspace.d.ts +131 -0
- package/out/exports/resources.generated/aws-arczonalshift-autoshiftobservernotificationstatus.d.ts +20 -0
- package/out/exports/resources.generated/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +101 -0
- package/out/exports/resources.generated/aws-athena-capacityreservation.d.ts +72 -0
- package/out/exports/resources.generated/aws-athena-datacatalog.d.ts +79 -0
- package/out/exports/resources.generated/aws-athena-namedquery.d.ts +44 -0
- package/out/exports/resources.generated/aws-athena-preparedstatement.d.ts +32 -0
- package/out/exports/resources.generated/aws-athena-workgroup.d.ts +254 -0
- package/out/exports/resources.generated/aws-auditmanager-assessment.d.ts +216 -0
- package/out/exports/resources.generated/aws-autoscaling-autoscalinggroup.d.ts +1017 -0
- package/out/exports/resources.generated/aws-autoscaling-launchconfiguration.d.ts +236 -0
- package/out/exports/resources.generated/aws-autoscaling-lifecyclehook.d.ts +55 -0
- package/out/exports/resources.generated/aws-autoscaling-scalingpolicy.d.ts +607 -0
- package/out/exports/resources.generated/aws-autoscaling-scheduledaction.d.ts +60 -0
- package/out/exports/resources.generated/aws-autoscaling-warmpool.d.ts +51 -0
- package/out/exports/resources.generated/aws-autoscalingplans-scalingplan.d.ts +331 -0
- package/out/exports/resources.generated/aws-b2bi-capability.d.ts +123 -0
- package/out/exports/resources.generated/aws-b2bi-partnership.d.ts +211 -0
- package/out/exports/resources.generated/aws-b2bi-profile.d.ts +71 -0
- package/out/exports/resources.generated/aws-b2bi-transformer.d.ts +151 -0
- package/out/exports/resources.generated/aws-backup-backupplan.d.ts +174 -0
- package/out/exports/resources.generated/aws-backup-backupselection.d.ts +112 -0
- package/out/exports/resources.generated/aws-backup-backupvault.d.ts +93 -0
- package/out/exports/resources.generated/aws-backup-framework.d.ts +94 -0
- package/out/exports/resources.generated/aws-backup-logicallyairgappedbackupvault.d.ts +67 -0
- package/out/exports/resources.generated/aws-backup-reportplan.d.ts +82 -0
- package/out/exports/resources.generated/aws-backup-restoretestingplan.d.ts +81 -0
- package/out/exports/resources.generated/aws-backup-restoretestingselection.d.ts +81 -0
- package/out/exports/resources.generated/aws-backupgateway-hypervisor.d.ts +65 -0
- package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +412 -0
- package/out/exports/resources.generated/aws-batch-consumableresource.d.ts +54 -0
- package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +1252 -0
- package/out/exports/resources.generated/aws-batch-jobqueue.d.ts +86 -0
- package/out/exports/resources.generated/aws-batch-schedulingpolicy.d.ts +79 -0
- package/out/exports/resources.generated/aws-bcmdataexports-export.d.ts +156 -0
- package/out/exports/resources.generated/aws-bedrock-agent.d.ts +582 -0
- package/out/exports/resources.generated/aws-bedrock-agentalias.d.ts +91 -0
- package/out/exports/resources.generated/aws-bedrock-applicationinferenceprofile.d.ts +97 -0
- package/out/exports/resources.generated/aws-bedrock-blueprint.d.ts +59 -0
- package/out/exports/resources.generated/aws-bedrock-dataautomationproject.d.ts +504 -0
- package/out/exports/resources.generated/aws-bedrock-datasource.d.ts +743 -0
- package/out/exports/resources.generated/aws-bedrock-flow.d.ts +587 -0
- package/out/exports/resources.generated/aws-bedrock-flowalias.d.ts +78 -0
- package/out/exports/resources.generated/aws-bedrock-flowversion.d.ts +62 -0
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +496 -0
- package/out/exports/resources.generated/aws-bedrock-guardrailversion.d.ts +39 -0
- package/out/exports/resources.generated/aws-bedrock-intelligentpromptrouter.d.ts +96 -0
- package/out/exports/resources.generated/aws-bedrock-knowledgebase.d.ts +936 -0
- package/out/exports/resources.generated/aws-bedrock-prompt.d.ts +398 -0
- package/out/exports/resources.generated/aws-bedrock-promptversion.d.ts +73 -0
- package/out/exports/resources.generated/aws-billingconductor-billinggroup.d.ts +88 -0
- package/out/exports/resources.generated/aws-billingconductor-customlineitem.d.ts +150 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingplan.d.ts +47 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingrule.d.ts +99 -0
- package/out/exports/resources.generated/aws-budgets-budget.d.ts +390 -0
- package/out/exports/resources.generated/aws-budgets-budgetsaction.d.ts +151 -0
- package/out/exports/resources.generated/aws-cassandra-keyspace.d.ts +61 -0
- package/out/exports/resources.generated/aws-cassandra-table.d.ts +316 -0
- package/out/exports/resources.generated/aws-cassandra-type.d.ts +59 -0
- package/out/exports/resources.generated/aws-ce-anomalymonitor.d.ts +63 -0
- package/out/exports/resources.generated/aws-ce-anomalysubscription.d.ts +82 -0
- package/out/exports/resources.generated/aws-ce-costcategory.d.ts +49 -0
- package/out/exports/resources.generated/aws-certificatemanager-account.d.ts +29 -0
- package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +98 -0
- package/out/exports/resources.generated/aws-chatbot-customaction.d.ts +115 -0
- package/out/exports/resources.generated/aws-chatbot-microsoftteamschannelconfiguration.d.ts +98 -0
- package/out/exports/resources.generated/aws-chatbot-slackchannelconfiguration.d.ts +82 -0
- package/out/exports/resources.generated/aws-cleanrooms-analysistemplate.d.ts +206 -0
- package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +235 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtable.d.ts +364 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtableassociation.d.ts +140 -0
- package/out/exports/resources.generated/aws-cleanrooms-idmappingtable.d.ts +80 -0
- package/out/exports/resources.generated/aws-cleanrooms-idnamespaceassociation.d.ts +89 -0
- package/out/exports/resources.generated/aws-cleanrooms-membership.d.ts +260 -0
- package/out/exports/resources.generated/aws-cleanrooms-privacybudgettemplate.d.ts +75 -0
- package/out/exports/resources.generated/aws-cleanroomsml-trainingdataset.d.ts +141 -0
- package/out/exports/resources.generated/aws-cloud9-environmentec2.d.ts +90 -0
- package/out/exports/resources.generated/aws-cloudformation-customresource.d.ts +27 -0
- package/out/exports/resources.generated/aws-cloudformation-guardhook.d.ts +183 -0
- package/out/exports/resources.generated/aws-cloudformation-hookdefaultversion.d.ts +62 -0
- package/out/exports/resources.generated/aws-cloudformation-hooktypeconfig.d.ts +76 -0
- package/out/exports/resources.generated/aws-cloudformation-hookversion.d.ts +94 -0
- package/out/exports/resources.generated/aws-cloudformation-lambdahook.d.ts +159 -0
- package/out/exports/resources.generated/aws-cloudformation-macro.d.ts +35 -0
- package/out/exports/resources.generated/aws-cloudformation-moduledefaultversion.d.ts +55 -0
- package/out/exports/resources.generated/aws-cloudformation-moduleversion.d.ts +73 -0
- package/out/exports/resources.generated/aws-cloudformation-publictypeversion.d.ts +138 -0
- package/out/exports/resources.generated/aws-cloudformation-publisher.d.ts +46 -0
- package/out/exports/resources.generated/aws-cloudformation-resourcedefaultversion.d.ts +60 -0
- package/out/exports/resources.generated/aws-cloudformation-resourceversion.d.ts +112 -0
- package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +129 -0
- package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +387 -0
- package/out/exports/resources.generated/aws-cloudformation-typeactivation.d.ts +172 -0
- package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +33 -0
- package/out/exports/resources.generated/aws-cloudformation-waitconditionhandle.d.ts +19 -0
- package/out/exports/resources.generated/aws-cloudfront-anycastiplist.d.ts +42 -0
- package/out/exports/resources.generated/aws-cloudfront-cachepolicy.d.ts +178 -0
- package/out/exports/resources.generated/aws-cloudfront-cloudfrontoriginaccessidentity.d.ts +31 -0
- package/out/exports/resources.generated/aws-cloudfront-connectiongroup.d.ts +64 -0
- package/out/exports/resources.generated/aws-cloudfront-continuousdeploymentpolicy.d.ts +139 -0
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +1157 -0
- package/out/exports/resources.generated/aws-cloudfront-distributiontenant.d.ts +161 -0
- package/out/exports/resources.generated/aws-cloudfront-function.d.ts +75 -0
- package/out/exports/resources.generated/aws-cloudfront-keygroup.d.ts +43 -0
- package/out/exports/resources.generated/aws-cloudfront-keyvaluestore.d.ts +47 -0
- package/out/exports/resources.generated/aws-cloudfront-monitoringsubscription.d.ts +34 -0
- package/out/exports/resources.generated/aws-cloudfront-originaccesscontrol.d.ts +60 -0
- package/out/exports/resources.generated/aws-cloudfront-originrequestpolicy.d.ts +121 -0
- package/out/exports/resources.generated/aws-cloudfront-publickey.d.ts +43 -0
- package/out/exports/resources.generated/aws-cloudfront-realtimelogconfig.d.ts +62 -0
- package/out/exports/resources.generated/aws-cloudfront-responseheaderspolicy.d.ts +394 -0
- package/out/exports/resources.generated/aws-cloudfront-streamingdistribution.d.ts +107 -0
- package/out/exports/resources.generated/aws-cloudfront-vpcorigin.d.ts +73 -0
- package/out/exports/resources.generated/aws-cloudtrail-channel.d.ts +51 -0
- package/out/exports/resources.generated/aws-cloudtrail-dashboard.d.ts +114 -0
- package/out/exports/resources.generated/aws-cloudtrail-eventdatastore.d.ts +268 -0
- package/out/exports/resources.generated/aws-cloudtrail-resourcepolicy.d.ts +25 -0
- package/out/exports/resources.generated/aws-cloudtrail-trail.d.ts +366 -0
- package/out/exports/resources.generated/aws-cloudwatch-alarm.d.ts +239 -0
- package/out/exports/resources.generated/aws-cloudwatch-anomalydetector.d.ts +232 -0
- package/out/exports/resources.generated/aws-cloudwatch-compositealarm.d.ts +98 -0
- package/out/exports/resources.generated/aws-cloudwatch-dashboard.d.ts +20 -0
- package/out/exports/resources.generated/aws-cloudwatch-insightrule.d.ts +39 -0
- package/out/exports/resources.generated/aws-cloudwatch-metricstream.d.ts +218 -0
- package/out/exports/resources.generated/aws-codeartifact-domain.d.ts +50 -0
- package/out/exports/resources.generated/aws-codeartifact-packagegroup.d.ts +76 -0
- package/out/exports/resources.generated/aws-codeartifact-repository.d.ts +73 -0
- package/out/exports/resources.generated/aws-codebuild-fleet.d.ts +218 -0
- package/out/exports/resources.generated/aws-codebuild-project.d.ts +727 -0
- package/out/exports/resources.generated/aws-codebuild-reportgroup.d.ts +91 -0
- package/out/exports/resources.generated/aws-codebuild-sourcecredential.d.ts +29 -0
- package/out/exports/resources.generated/aws-codecommit-repository.d.ts +122 -0
- package/out/exports/resources.generated/aws-codeconnections-connection.d.ts +53 -0
- package/out/exports/resources.generated/aws-codedeploy-application.d.ts +22 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentconfig.d.ts +150 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentgroup.d.ts +545 -0
- package/out/exports/resources.generated/aws-codeguruprofiler-profilinggroup.d.ts +60 -0
- package/out/exports/resources.generated/aws-codegurureviewer-repositoryassociation.d.ts +72 -0
- package/out/exports/resources.generated/aws-codepipeline-customactiontype.d.ts +118 -0
- package/out/exports/resources.generated/aws-codepipeline-pipeline.d.ts +577 -0
- package/out/exports/resources.generated/aws-codepipeline-webhook.d.ts +91 -0
- package/out/exports/resources.generated/aws-codestar-githubrepository.d.ts +73 -0
- package/out/exports/resources.generated/aws-codestarconnections-connection.d.ts +51 -0
- package/out/exports/resources.generated/aws-codestarconnections-repositorylink.d.ts +48 -0
- package/out/exports/resources.generated/aws-codestarconnections-syncconfiguration.d.ts +58 -0
- package/out/exports/resources.generated/aws-codestarnotifications-notificationrule.d.ts +82 -0
- package/out/exports/resources.generated/aws-cognito-identitypool.d.ts +126 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolprincipaltag.d.ts +24 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolroleattachment.d.ts +87 -0
- package/out/exports/resources.generated/aws-cognito-logdeliveryconfiguration.d.ts +76 -0
- package/out/exports/resources.generated/aws-cognito-managedloginbranding.d.ts +74 -0
- package/out/exports/resources.generated/aws-cognito-userpool.d.ts +652 -0
- package/out/exports/resources.generated/aws-cognito-userpoolclient.d.ts +262 -0
- package/out/exports/resources.generated/aws-cognito-userpooldomain.d.ts +41 -0
- package/out/exports/resources.generated/aws-cognito-userpoolgroup.d.ts +34 -0
- package/out/exports/resources.generated/aws-cognito-userpoolidentityprovider.d.ts +60 -0
- package/out/exports/resources.generated/aws-cognito-userpoolresourceserver.d.ts +41 -0
- package/out/exports/resources.generated/aws-cognito-userpoolriskconfigurationattachment.d.ts +159 -0
- package/out/exports/resources.generated/aws-cognito-userpooluicustomizationattachment.d.ts +20 -0
- package/out/exports/resources.generated/aws-cognito-userpooluser.d.ts +86 -0
- package/out/exports/resources.generated/aws-cognito-userpoolusertogroupattachment.d.ts +25 -0
- package/out/exports/resources.generated/aws-comprehend-documentclassifier.d.ts +250 -0
- package/out/exports/resources.generated/aws-comprehend-flywheel.d.ts +157 -0
- package/out/exports/resources.generated/aws-config-aggregationauthorization.d.ts +29 -0
- package/out/exports/resources.generated/aws-config-configrule.d.ts +177 -0
- package/out/exports/resources.generated/aws-config-configurationaggregator.d.ts +67 -0
- package/out/exports/resources.generated/aws-config-configurationrecorder.d.ts +311 -0
- package/out/exports/resources.generated/aws-config-conformancepack.d.ts +76 -0
- package/out/exports/resources.generated/aws-config-deliverychannel.d.ts +82 -0
- package/out/exports/resources.generated/aws-config-organizationconfigrule.d.ts +183 -0
- package/out/exports/resources.generated/aws-config-organizationconformancepack.d.ts +65 -0
- package/out/exports/resources.generated/aws-config-remediationconfiguration.d.ts +81 -0
- package/out/exports/resources.generated/aws-config-storedquery.d.ts +48 -0
- package/out/exports/resources.generated/aws-connect-agentstatus.d.ts +63 -0
- package/out/exports/resources.generated/aws-connect-approvedorigin.d.ts +22 -0
- package/out/exports/resources.generated/aws-connect-contactflow.d.ts +57 -0
- package/out/exports/resources.generated/aws-connect-contactflowmodule.d.ts +59 -0
- package/out/exports/resources.generated/aws-connect-contactflowversion.d.ts +40 -0
- package/out/exports/resources.generated/aws-connect-emailaddress.d.ts +47 -0
- package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +371 -0
- package/out/exports/resources.generated/aws-connect-hoursofoperation.d.ts +145 -0
- package/out/exports/resources.generated/aws-connect-instance.d.ts +95 -0
- package/out/exports/resources.generated/aws-connect-instancestorageconfig.d.ts +126 -0
- package/out/exports/resources.generated/aws-connect-integrationassociation.d.ts +40 -0
- package/out/exports/resources.generated/aws-connect-phonenumber.d.ts +56 -0
- package/out/exports/resources.generated/aws-connect-predefinedattribute.d.ts +36 -0
- package/out/exports/resources.generated/aws-connect-prompt.d.ts +43 -0
- package/out/exports/resources.generated/aws-connect-queue.d.ts +101 -0
- package/out/exports/resources.generated/aws-connect-quickconnect.d.ts +104 -0
- package/out/exports/resources.generated/aws-connect-routingprofile.d.ts +123 -0
- package/out/exports/resources.generated/aws-connect-rule.d.ts +239 -0
- package/out/exports/resources.generated/aws-connect-securitykey.d.ts +34 -0
- package/out/exports/resources.generated/aws-connect-securityprofile.d.ts +92 -0
- package/out/exports/resources.generated/aws-connect-tasktemplate.d.ts +154 -0
- package/out/exports/resources.generated/aws-connect-trafficdistributiongroup.d.ts +48 -0
- package/out/exports/resources.generated/aws-connect-user.d.ts +143 -0
- package/out/exports/resources.generated/aws-connect-userhierarchygroup.d.ts +33 -0
- package/out/exports/resources.generated/aws-connect-userhierarchystructure.d.ts +115 -0
- package/out/exports/resources.generated/aws-connect-view.d.ts +66 -0
- package/out/exports/resources.generated/aws-connect-viewversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-connectcampaigns-campaign.d.ts +169 -0
- package/out/exports/resources.generated/aws-connectcampaignsv2-campaign.d.ts +499 -0
- package/out/exports/resources.generated/aws-controltower-enabledbaseline.d.ts +49 -0
- package/out/exports/resources.generated/aws-controltower-enabledcontrol.d.ts +43 -0
- package/out/exports/resources.generated/aws-controltower-landingzone.d.ts +53 -0
- package/out/exports/resources.generated/aws-cur-reportdefinition.d.ts +71 -0
- package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +127 -0
- package/out/exports/resources.generated/aws-customerprofiles-domain.d.ts +238 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventstream.d.ts +46 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventtrigger.d.ts +140 -0
- package/out/exports/resources.generated/aws-customerprofiles-integration.d.ts +363 -0
- package/out/exports/resources.generated/aws-customerprofiles-objecttype.d.ts +145 -0
- package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +339 -0
- package/out/exports/resources.generated/aws-databrew-dataset.d.ts +329 -0
- package/out/exports/resources.generated/aws-databrew-job.d.ts +442 -0
- package/out/exports/resources.generated/aws-databrew-project.d.ts +52 -0
- package/out/exports/resources.generated/aws-databrew-recipe.d.ts +548 -0
- package/out/exports/resources.generated/aws-databrew-ruleset.d.ts +126 -0
- package/out/exports/resources.generated/aws-databrew-schedule.d.ts +28 -0
- package/out/exports/resources.generated/aws-datapipeline-pipeline.d.ts +138 -0
- package/out/exports/resources.generated/aws-datasync-agent.d.ts +62 -0
- package/out/exports/resources.generated/aws-datasync-locationazureblob.d.ts +83 -0
- package/out/exports/resources.generated/aws-datasync-locationefs.d.ts +88 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxlustre.d.ts +48 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxontap.d.ts +163 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxopenzfs.d.ts +83 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxwindows.d.ts +68 -0
- package/out/exports/resources.generated/aws-datasync-locationhdfs.d.ts +130 -0
- package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +80 -0
- package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +90 -0
- package/out/exports/resources.generated/aws-datasync-locations3.d.ts +73 -0
- package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +137 -0
- package/out/exports/resources.generated/aws-datasync-storagesystem.d.ts +85 -0
- package/out/exports/resources.generated/aws-datasync-task.d.ts +460 -0
- package/out/exports/resources.generated/aws-datazone-connection.d.ts +612 -0
- package/out/exports/resources.generated/aws-datazone-datasource.d.ts +321 -0
- package/out/exports/resources.generated/aws-datazone-domain.d.ts +115 -0
- package/out/exports/resources.generated/aws-datazone-domainunit.d.ts +71 -0
- package/out/exports/resources.generated/aws-datazone-environment.d.ts +133 -0
- package/out/exports/resources.generated/aws-datazone-environmentactions.d.ts +73 -0
- package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +89 -0
- package/out/exports/resources.generated/aws-datazone-environmentprofile.d.ts +98 -0
- package/out/exports/resources.generated/aws-datazone-groupprofile.d.ts +45 -0
- package/out/exports/resources.generated/aws-datazone-owner.d.ts +53 -0
- package/out/exports/resources.generated/aws-datazone-project.d.ts +95 -0
- package/out/exports/resources.generated/aws-datazone-projectmembership.d.ts +37 -0
- package/out/exports/resources.generated/aws-datazone-subscriptiontarget.d.ts +104 -0
- package/out/exports/resources.generated/aws-datazone-userprofile.d.ts +53 -0
- package/out/exports/resources.generated/aws-dax-cluster.d.ts +113 -0
- package/out/exports/resources.generated/aws-dax-parametergroup.d.ts +25 -0
- package/out/exports/resources.generated/aws-dax-subnetgroup.d.ts +23 -0
- package/out/exports/resources.generated/aws-deadline-farm.d.ts +46 -0
- package/out/exports/resources.generated/aws-deadline-fleet.d.ts +390 -0
- package/out/exports/resources.generated/aws-deadline-licenseendpoint.d.ts +53 -0
- package/out/exports/resources.generated/aws-deadline-limit.d.ts +58 -0
- package/out/exports/resources.generated/aws-deadline-meteredproduct.d.ts +43 -0
- package/out/exports/resources.generated/aws-deadline-monitor.d.ts +51 -0
- package/out/exports/resources.generated/aws-deadline-queue.d.ts +149 -0
- package/out/exports/resources.generated/aws-deadline-queueenvironment.d.ts +46 -0
- package/out/exports/resources.generated/aws-deadline-queuefleetassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-deadline-queuelimitassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-deadline-storageprofile.d.ts +60 -0
- package/out/exports/resources.generated/aws-detective-graph.d.ts +25 -0
- package/out/exports/resources.generated/aws-detective-memberinvitation.d.ts +34 -0
- package/out/exports/resources.generated/aws-detective-organizationadmin.d.ts +19 -0
- package/out/exports/resources.generated/aws-devopsguru-loganomalydetectionintegration.d.ts +13 -0
- package/out/exports/resources.generated/aws-devopsguru-notificationchannel.d.ts +79 -0
- package/out/exports/resources.generated/aws-devopsguru-resourcecollection.d.ts +81 -0
- package/out/exports/resources.generated/aws-directoryservice-microsoftad.d.ts +67 -0
- package/out/exports/resources.generated/aws-directoryservice-simplead.d.ts +71 -0
- package/out/exports/resources.generated/aws-dlm-lifecyclepolicy.d.ts +660 -0
- package/out/exports/resources.generated/aws-dms-certificate.d.ts +23 -0
- package/out/exports/resources.generated/aws-dms-datamigration.d.ts +103 -0
- package/out/exports/resources.generated/aws-dms-dataprovider.d.ts +1112 -0
- package/out/exports/resources.generated/aws-dms-endpoint.d.ts +1463 -0
- package/out/exports/resources.generated/aws-dms-eventsubscription.d.ts +45 -0
- package/out/exports/resources.generated/aws-dms-instanceprofile.d.ts +79 -0
- package/out/exports/resources.generated/aws-dms-migrationproject.d.ts +103 -0
- package/out/exports/resources.generated/aws-dms-replicationconfig.d.ts +109 -0
- package/out/exports/resources.generated/aws-dms-replicationinstance.d.ts +115 -0
- package/out/exports/resources.generated/aws-dms-replicationsubnetgroup.d.ts +29 -0
- package/out/exports/resources.generated/aws-dms-replicationtask.d.ts +85 -0
- package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +247 -0
- package/out/exports/resources.generated/aws-docdb-dbclusterparametergroup.d.ts +43 -0
- package/out/exports/resources.generated/aws-docdb-dbinstance.d.ts +87 -0
- package/out/exports/resources.generated/aws-docdb-dbsubnetgroup.d.ts +31 -0
- package/out/exports/resources.generated/aws-docdb-eventsubscription.d.ts +51 -0
- package/out/exports/resources.generated/aws-docdbelastic-cluster.d.ts +106 -0
- package/out/exports/resources.generated/aws-dsql-cluster.d.ts +65 -0
- package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +608 -0
- package/out/exports/resources.generated/aws-dynamodb-table.d.ts +506 -0
- package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +186 -0
- package/out/exports/resources.generated/aws-ec2-capacityreservationfleet.d.ts +117 -0
- package/out/exports/resources.generated/aws-ec2-carriergateway.d.ts +30 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnauthorizationrule.d.ts +31 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnendpoint.d.ts +235 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnroute.d.ts +36 -0
- package/out/exports/resources.generated/aws-ec2-clientvpntargetnetworkassociation.d.ts +19 -0
- package/out/exports/resources.generated/aws-ec2-customergateway.d.ts +52 -0
- package/out/exports/resources.generated/aws-ec2-dhcpoptions.d.ts +44 -0
- package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +863 -0
- package/out/exports/resources.generated/aws-ec2-egressonlyinternetgateway.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-eip.d.ts +64 -0
- package/out/exports/resources.generated/aws-ec2-eipassociation.d.ts +35 -0
- package/out/exports/resources.generated/aws-ec2-enclavecertificateiamroleassociation.d.ts +40 -0
- package/out/exports/resources.generated/aws-ec2-flowlog.d.ts +92 -0
- package/out/exports/resources.generated/aws-ec2-gatewayroutetableassociation.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-host.d.ts +54 -0
- package/out/exports/resources.generated/aws-ec2-instance.d.ts +664 -0
- package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +43 -0
- package/out/exports/resources.generated/aws-ec2-internetgateway.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-ipam.d.ts +92 -0
- package/out/exports/resources.generated/aws-ec2-ipamallocation.d.ts +40 -0
- package/out/exports/resources.generated/aws-ec2-ipampool.d.ts +147 -0
- package/out/exports/resources.generated/aws-ec2-ipampoolcidr.d.ts +30 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscovery.d.ts +84 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscoveryassociation.d.ts +67 -0
- package/out/exports/resources.generated/aws-ec2-ipamscope.d.ts +48 -0
- package/out/exports/resources.generated/aws-ec2-keypair.d.ts +65 -0
- package/out/exports/resources.generated/aws-ec2-launchtemplate.d.ts +1307 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroute.d.ts +54 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetable.d.ts +42 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.d.ts +42 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevpcassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-ec2-natgateway.d.ts +61 -0
- package/out/exports/resources.generated/aws-ec2-networkacl.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-networkaclentry.d.ts +82 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscope.d.ts +126 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscopeanalysis.d.ts +50 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsanalysis.d.ts +58 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightspath.d.ts +103 -0
- package/out/exports/resources.generated/aws-ec2-networkinterface.d.ts +171 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfaceattachment.d.ts +52 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfacepermission.d.ts +23 -0
- package/out/exports/resources.generated/aws-ec2-networkperformancemetricsubscription.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-placementgroup.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-prefixlist.d.ts +74 -0
- package/out/exports/resources.generated/aws-ec2-route.d.ts +80 -0
- package/out/exports/resources.generated/aws-ec2-routeserver.d.ts +50 -0
- package/out/exports/resources.generated/aws-ec2-routeserverassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-routeserverendpoint.d.ts +46 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpeer.d.ts +79 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpropagation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-routetable.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-securitygroup.d.ts +194 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupegress.d.ts +71 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupingress.d.ts +90 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupvpcassociation.d.ts +31 -0
- package/out/exports/resources.generated/aws-ec2-snapshotblockpublicaccess.d.ts +23 -0
- package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +1059 -0
- package/out/exports/resources.generated/aws-ec2-subnet.d.ts +138 -0
- package/out/exports/resources.generated/aws-ec2-subnetcidrblock.d.ts +41 -0
- package/out/exports/resources.generated/aws-ec2-subnetnetworkaclassociation.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-subnetroutetableassociation.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilter.d.ts +29 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +74 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorsession.d.ts +55 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrortarget.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-transitgateway.d.ts +78 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayattachment.d.ts +57 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayconnect.d.ts +51 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomain.d.ts +58 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomainassociation.d.ts +36 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupmember.d.ts +50 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupsource.d.ts +52 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaypeeringattachment.d.ts +45 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroute.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetable.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetableassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetablepropagation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayvpcattachment.d.ts +59 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessendpoint.d.ts +240 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessgroup.d.ts +69 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessinstance.d.ts +141 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccesstrustprovider.d.ts +154 -0
- package/out/exports/resources.generated/aws-ec2-volume.d.ts +139 -0
- package/out/exports/resources.generated/aws-ec2-volumeattachment.d.ts +26 -0
- package/out/exports/resources.generated/aws-ec2-vpc.d.ts +77 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessexclusion.d.ts +53 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessoptions.d.ts +21 -0
- package/out/exports/resources.generated/aws-ec2-vpccidrblock.d.ts +72 -0
- package/out/exports/resources.generated/aws-ec2-vpcdhcpoptionsassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpoint.d.ts +120 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointconnectionnotification.d.ts +32 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservice.d.ts +54 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservicepermissions.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-vpcgatewayattachment.d.ts +30 -0
- package/out/exports/resources.generated/aws-ec2-vpcpeeringconnection.d.ts +50 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +352 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnectionroute.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-vpngateway.d.ts +29 -0
- package/out/exports/resources.generated/aws-ec2-vpngatewayroutepropagation.d.ts +24 -0
- package/out/exports/resources.generated/aws-ecr-publicrepository.d.ts +42 -0
- package/out/exports/resources.generated/aws-ecr-pullthroughcacherule.d.ts +32 -0
- package/out/exports/resources.generated/aws-ecr-registrypolicy.d.ts +21 -0
- package/out/exports/resources.generated/aws-ecr-registryscanningconfiguration.d.ts +60 -0
- package/out/exports/resources.generated/aws-ecr-replicationconfiguration.d.ts +72 -0
- package/out/exports/resources.generated/aws-ecr-repository.d.ts +109 -0
- package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +96 -0
- package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +92 -0
- package/out/exports/resources.generated/aws-ecs-cluster.d.ts +211 -0
- package/out/exports/resources.generated/aws-ecs-clustercapacityproviderassociations.d.ts +49 -0
- package/out/exports/resources.generated/aws-ecs-primarytaskset.d.ts +20 -0
- package/out/exports/resources.generated/aws-ecs-service.d.ts +864 -0
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +1322 -0
- package/out/exports/resources.generated/aws-ecs-taskset.d.ts +219 -0
- package/out/exports/resources.generated/aws-efs-accesspoint.d.ts +98 -0
- package/out/exports/resources.generated/aws-efs-filesystem.d.ts +182 -0
- package/out/exports/resources.generated/aws-efs-mounttarget.d.ts +38 -0
- package/out/exports/resources.generated/aws-eks-accessentry.d.ts +86 -0
- package/out/exports/resources.generated/aws-eks-addon.d.ts +82 -0
- package/out/exports/resources.generated/aws-eks-cluster.d.ts +458 -0
- package/out/exports/resources.generated/aws-eks-fargateprofile.d.ts +82 -0
- package/out/exports/resources.generated/aws-eks-identityproviderconfig.d.ts +86 -0
- package/out/exports/resources.generated/aws-eks-nodegroup.d.ts +236 -0
- package/out/exports/resources.generated/aws-eks-podidentityassociation.d.ts +50 -0
- package/out/exports/resources.generated/aws-elasticache-cachecluster.d.ts +307 -0
- package/out/exports/resources.generated/aws-elasticache-globalreplicationgroup.d.ts +109 -0
- package/out/exports/resources.generated/aws-elasticache-parametergroup.d.ts +39 -0
- package/out/exports/resources.generated/aws-elasticache-replicationgroup.d.ts +446 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroupingress.d.ts +25 -0
- package/out/exports/resources.generated/aws-elasticache-serverlesscache.d.ts +158 -0
- package/out/exports/resources.generated/aws-elasticache-subnetgroup.d.ts +28 -0
- package/out/exports/resources.generated/aws-elasticache-user.d.ts +65 -0
- package/out/exports/resources.generated/aws-elasticache-usergroup.d.ts +35 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-application.d.ts +104 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-applicationversion.d.ts +44 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-configurationtemplate.d.ts +102 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-environment.d.ts +146 -0
- package/out/exports/resources.generated/aws-elasticloadbalancing-loadbalancer.d.ts +291 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +418 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenercertificate.d.ts +28 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +487 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +204 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-targetgroup.d.ts +220 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststore.d.ts +42 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststorerevocation.d.ts +44 -0
- package/out/exports/resources.generated/aws-elasticsearch-domain.d.ts +351 -0
- package/out/exports/resources.generated/aws-emr-cluster.d.ts +860 -0
- package/out/exports/resources.generated/aws-emr-instancefleetconfig.d.ts +283 -0
- package/out/exports/resources.generated/aws-emr-instancegroupconfig.d.ts +269 -0
- package/out/exports/resources.generated/aws-emr-securityconfiguration.d.ts +16 -0
- package/out/exports/resources.generated/aws-emr-step.d.ts +64 -0
- package/out/exports/resources.generated/aws-emr-studio.d.ts +116 -0
- package/out/exports/resources.generated/aws-emr-studiosessionmapping.d.ts +27 -0
- package/out/exports/resources.generated/aws-emr-walworkspace.d.ts +19 -0
- package/out/exports/resources.generated/aws-emrcontainers-virtualcluster.d.ts +97 -0
- package/out/exports/resources.generated/aws-emrserverless-application.d.ts +352 -0
- package/out/exports/resources.generated/aws-entityresolution-idmappingworkflow.d.ts +176 -0
- package/out/exports/resources.generated/aws-entityresolution-idnamespace.d.ts +151 -0
- package/out/exports/resources.generated/aws-entityresolution-matchingworkflow.d.ts +202 -0
- package/out/exports/resources.generated/aws-entityresolution-policystatement.d.ts +37 -0
- package/out/exports/resources.generated/aws-entityresolution-schemamapping.d.ts +96 -0
- package/out/exports/resources.generated/aws-events-apidestination.d.ts +66 -0
- package/out/exports/resources.generated/aws-events-archive.d.ts +56 -0
- package/out/exports/resources.generated/aws-events-connection.d.ts +290 -0
- package/out/exports/resources.generated/aws-events-endpoint.d.ts +135 -0
- package/out/exports/resources.generated/aws-events-eventbus.d.ts +70 -0
- package/out/exports/resources.generated/aws-events-eventbuspolicy.d.ts +70 -0
- package/out/exports/resources.generated/aws-events-rule.d.ts +585 -0
- package/out/exports/resources.generated/aws-eventschemas-discoverer.d.ts +52 -0
- package/out/exports/resources.generated/aws-eventschemas-registry.d.ts +43 -0
- package/out/exports/resources.generated/aws-eventschemas-registrypolicy.d.ts +27 -0
- package/out/exports/resources.generated/aws-eventschemas-schema.d.ts +69 -0
- package/out/exports/resources.generated/aws-evidently-experiment.d.ts +234 -0
- package/out/exports/resources.generated/aws-evidently-feature.d.ts +198 -0
- package/out/exports/resources.generated/aws-evidently-launch.d.ts +209 -0
- package/out/exports/resources.generated/aws-evidently-project.d.ts +118 -0
- package/out/exports/resources.generated/aws-evidently-segment.d.ts +54 -0
- package/out/exports/resources.generated/aws-finspace-environment.d.ts +155 -0
- package/out/exports/resources.generated/aws-fis-experimenttemplate.d.ts +243 -0
- package/out/exports/resources.generated/aws-fis-targetaccountconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-fms-notificationchannel.d.ts +18 -0
- package/out/exports/resources.generated/aws-fms-policy.d.ts +562 -0
- package/out/exports/resources.generated/aws-fms-resourceset.d.ts +33 -0
- package/out/exports/resources.generated/aws-forecast-dataset.d.ts +95 -0
- package/out/exports/resources.generated/aws-forecast-datasetgroup.d.ts +47 -0
- package/out/exports/resources.generated/aws-frauddetector-detector.d.ts +294 -0
- package/out/exports/resources.generated/aws-frauddetector-entitytype.d.ts +41 -0
- package/out/exports/resources.generated/aws-frauddetector-eventtype.d.ts +158 -0
- package/out/exports/resources.generated/aws-frauddetector-label.d.ts +43 -0
- package/out/exports/resources.generated/aws-frauddetector-list.d.ts +54 -0
- package/out/exports/resources.generated/aws-frauddetector-outcome.d.ts +41 -0
- package/out/exports/resources.generated/aws-frauddetector-variable.d.ts +65 -0
- package/out/exports/resources.generated/aws-fsx-datarepositoryassociation.d.ts +110 -0
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +660 -0
- package/out/exports/resources.generated/aws-fsx-snapshot.d.ts +29 -0
- package/out/exports/resources.generated/aws-fsx-storagevirtualmachine.d.ts +100 -0
- package/out/exports/resources.generated/aws-fsx-volume.d.ts +404 -0
- package/out/exports/resources.generated/aws-gamelift-alias.d.ts +84 -0
- package/out/exports/resources.generated/aws-gamelift-build.d.ts +70 -0
- package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +366 -0
- package/out/exports/resources.generated/aws-gamelift-containergroupdefinition.d.ts +366 -0
- package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +430 -0
- package/out/exports/resources.generated/aws-gamelift-gameservergroup.d.ts +163 -0
- package/out/exports/resources.generated/aws-gamelift-gamesessionqueue.d.ts +129 -0
- package/out/exports/resources.generated/aws-gamelift-location.d.ts +26 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingconfiguration.d.ts +130 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingruleset.d.ts +51 -0
- package/out/exports/resources.generated/aws-gamelift-script.d.ts +76 -0
- package/out/exports/resources.generated/aws-globalaccelerator-accelerator.d.ts +67 -0
- package/out/exports/resources.generated/aws-globalaccelerator-crossaccountattachment.d.ts +64 -0
- package/out/exports/resources.generated/aws-globalaccelerator-endpointgroup.d.ts +116 -0
- package/out/exports/resources.generated/aws-globalaccelerator-listener.d.ts +51 -0
- package/out/exports/resources.generated/aws-glue-classifier.d.ts +125 -0
- package/out/exports/resources.generated/aws-glue-connection.d.ts +276 -0
- package/out/exports/resources.generated/aws-glue-crawler.d.ts +329 -0
- package/out/exports/resources.generated/aws-glue-customentitytype.d.ts +31 -0
- package/out/exports/resources.generated/aws-glue-database.d.ts +107 -0
- package/out/exports/resources.generated/aws-glue-datacatalogencryptionsettings.d.ts +68 -0
- package/out/exports/resources.generated/aws-glue-dataqualityruleset.d.ts +48 -0
- package/out/exports/resources.generated/aws-glue-devendpoint.d.ts +99 -0
- package/out/exports/resources.generated/aws-glue-job.d.ts +192 -0
- package/out/exports/resources.generated/aws-glue-mltransform.d.ts +205 -0
- package/out/exports/resources.generated/aws-glue-partition.d.ts +208 -0
- package/out/exports/resources.generated/aws-glue-registry.d.ts +31 -0
- package/out/exports/resources.generated/aws-glue-schema.d.ts +89 -0
- package/out/exports/resources.generated/aws-glue-schemaversion.d.ts +47 -0
- package/out/exports/resources.generated/aws-glue-schemaversionmetadata.d.ts +25 -0
- package/out/exports/resources.generated/aws-glue-securityconfiguration.d.ts +62 -0
- package/out/exports/resources.generated/aws-glue-table.d.ts +286 -0
- package/out/exports/resources.generated/aws-glue-tableoptimizer.d.ts +60 -0
- package/out/exports/resources.generated/aws-glue-trigger.d.ts +143 -0
- package/out/exports/resources.generated/aws-glue-usageprofile.d.ts +114 -0
- package/out/exports/resources.generated/aws-glue-workflow.d.ts +31 -0
- package/out/exports/resources.generated/aws-grafana-workspace.d.ts +347 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinition.d.ts +89 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinitionversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinition.d.ts +89 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinitionversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinition.d.ts +89 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinitionversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinition.d.ts +223 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinitionversion.d.ts +180 -0
- package/out/exports/resources.generated/aws-greengrass-group.d.ts +110 -0
- package/out/exports/resources.generated/aws-greengrass-groupversion.d.ts +45 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinition.d.ts +93 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinitionversion.d.ts +50 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinition.d.ts +233 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinitionversion.d.ts +190 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinition.d.ts +89 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinitionversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-greengrassv2-componentversion.d.ts +288 -0
- package/out/exports/resources.generated/aws-greengrassv2-deployment.d.ts +313 -0
- package/out/exports/resources.generated/aws-groundstation-config.d.ts +268 -0
- package/out/exports/resources.generated/aws-groundstation-dataflowendpointgroup.d.ts +208 -0
- package/out/exports/resources.generated/aws-groundstation-missionprofile.d.ts +126 -0
- package/out/exports/resources.generated/aws-guardduty-detector.d.ts +154 -0
- package/out/exports/resources.generated/aws-guardduty-filter.d.ts +241 -0
- package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +65 -0
- package/out/exports/resources.generated/aws-guardduty-malwareprotectionplan.d.ts +97 -0
- package/out/exports/resources.generated/aws-guardduty-master.d.ts +23 -0
- package/out/exports/resources.generated/aws-guardduty-member.d.ts +32 -0
- package/out/exports/resources.generated/aws-guardduty-publishingdestination.d.ts +72 -0
- package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +66 -0
- package/out/exports/resources.generated/aws-healthimaging-datastore.d.ts +48 -0
- package/out/exports/resources.generated/aws-healthlake-fhirdatastore.d.ts +138 -0
- package/out/exports/resources.generated/aws-iam-accesskey.d.ts +36 -0
- package/out/exports/resources.generated/aws-iam-group.d.ts +68 -0
- package/out/exports/resources.generated/aws-iam-grouppolicy.d.ts +37 -0
- package/out/exports/resources.generated/aws-iam-instanceprofile.d.ts +38 -0
- package/out/exports/resources.generated/aws-iam-managedpolicy.d.ts +126 -0
- package/out/exports/resources.generated/aws-iam-oidcprovider.d.ts +56 -0
- package/out/exports/resources.generated/aws-iam-policy.d.ts +73 -0
- package/out/exports/resources.generated/aws-iam-role.d.ts +108 -0
- package/out/exports/resources.generated/aws-iam-rolepolicy.d.ts +39 -0
- package/out/exports/resources.generated/aws-iam-samlprovider.d.ts +95 -0
- package/out/exports/resources.generated/aws-iam-servercertificate.d.ts +75 -0
- package/out/exports/resources.generated/aws-iam-servicelinkedrole.d.ts +32 -0
- package/out/exports/resources.generated/aws-iam-user.d.ts +107 -0
- package/out/exports/resources.generated/aws-iam-userpolicy.d.ts +37 -0
- package/out/exports/resources.generated/aws-iam-usertogroupaddition.d.ts +24 -0
- package/out/exports/resources.generated/aws-iam-virtualmfadevice.d.ts +51 -0
- package/out/exports/resources.generated/aws-identitystore-group.d.ts +40 -0
- package/out/exports/resources.generated/aws-identitystore-groupmembership.d.ts +47 -0
- package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +118 -0
- package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +267 -0
- package/out/exports/resources.generated/aws-imagebuilder-distributionconfiguration.d.ts +237 -0
- package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +225 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagepipeline.d.ts +223 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +181 -0
- package/out/exports/resources.generated/aws-imagebuilder-infrastructureconfiguration.d.ts +139 -0
- package/out/exports/resources.generated/aws-imagebuilder-lifecyclepolicy.d.ts +197 -0
- package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +107 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttarget.d.ts +22 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttemplate.d.ts +34 -0
- package/out/exports/resources.generated/aws-inspector-resourcegroup.d.ts +20 -0
- package/out/exports/resources.generated/aws-inspectorv2-cisscanconfiguration.d.ts +120 -0
- package/out/exports/resources.generated/aws-inspectorv2-filter.d.ts +266 -0
- package/out/exports/resources.generated/aws-internetmonitor-monitor.d.ts +204 -0
- package/out/exports/resources.generated/aws-invoicing-invoiceunit.d.ts +51 -0
- package/out/exports/resources.generated/aws-iot-accountauditconfiguration.d.ts +191 -0
- package/out/exports/resources.generated/aws-iot-authorizer.d.ts +57 -0
- package/out/exports/resources.generated/aws-iot-billinggroup.d.ts +41 -0
- package/out/exports/resources.generated/aws-iot-cacertificate.d.ts +96 -0
- package/out/exports/resources.generated/aws-iot-certificate.d.ts +56 -0
- package/out/exports/resources.generated/aws-iot-certificateprovider.d.ts +42 -0
- package/out/exports/resources.generated/aws-iot-command.d.ts +102 -0
- package/out/exports/resources.generated/aws-iot-custommetric.d.ts +38 -0
- package/out/exports/resources.generated/aws-iot-dimension.d.ts +33 -0
- package/out/exports/resources.generated/aws-iot-domainconfiguration.d.ts +149 -0
- package/out/exports/resources.generated/aws-iot-fleetmetric.d.ts +79 -0
- package/out/exports/resources.generated/aws-iot-jobtemplate.d.ts +190 -0
- package/out/exports/resources.generated/aws-iot-logging.d.ts +30 -0
- package/out/exports/resources.generated/aws-iot-mitigationaction.d.ts +132 -0
- package/out/exports/resources.generated/aws-iot-policy.d.ts +30 -0
- package/out/exports/resources.generated/aws-iot-policyprincipalattachment.d.ts +21 -0
- package/out/exports/resources.generated/aws-iot-provisioningtemplate.d.ts +63 -0
- package/out/exports/resources.generated/aws-iot-resourcespecificlogging.d.ts +32 -0
- package/out/exports/resources.generated/aws-iot-rolealias.d.ts +46 -0
- package/out/exports/resources.generated/aws-iot-scheduledaudit.d.ts +61 -0
- package/out/exports/resources.generated/aws-iot-securityprofile.d.ts +246 -0
- package/out/exports/resources.generated/aws-iot-softwarepackage.d.ts +34 -0
- package/out/exports/resources.generated/aws-iot-softwarepackageversion.d.ts +118 -0
- package/out/exports/resources.generated/aws-iot-thing.d.ts +44 -0
- package/out/exports/resources.generated/aws-iot-thinggroup.d.ts +72 -0
- package/out/exports/resources.generated/aws-iot-thingprincipalattachment.d.ts +21 -0
- package/out/exports/resources.generated/aws-iot-thingtype.d.ts +70 -0
- package/out/exports/resources.generated/aws-iot-topicrule.d.ts +913 -0
- package/out/exports/resources.generated/aws-iot-topicruledestination.d.ts +64 -0
- package/out/exports/resources.generated/aws-iotanalytics-channel.d.ts +85 -0
- package/out/exports/resources.generated/aws-iotanalytics-dataset.d.ts +397 -0
- package/out/exports/resources.generated/aws-iotanalytics-datastore.d.ts +226 -0
- package/out/exports/resources.generated/aws-iotanalytics-pipeline.d.ts +338 -0
- package/out/exports/resources.generated/aws-iotcoredeviceadvisor-suitedefinition.d.ts +87 -0
- package/out/exports/resources.generated/aws-iotevents-alarmmodel.d.ts +575 -0
- package/out/exports/resources.generated/aws-iotevents-detectormodel.d.ts +644 -0
- package/out/exports/resources.generated/aws-iotevents-input.d.ts +54 -0
- package/out/exports/resources.generated/aws-iotfleethub-application.d.ts +77 -0
- package/out/exports/resources.generated/aws-iotfleetwise-campaign.d.ts +479 -0
- package/out/exports/resources.generated/aws-iotfleetwise-decodermanifest.d.ts +358 -0
- package/out/exports/resources.generated/aws-iotfleetwise-fleet.d.ts +50 -0
- package/out/exports/resources.generated/aws-iotfleetwise-modelmanifest.d.ts +60 -0
- package/out/exports/resources.generated/aws-iotfleetwise-signalcatalog.d.ts +221 -0
- package/out/exports/resources.generated/aws-iotfleetwise-statetemplate.d.ts +69 -0
- package/out/exports/resources.generated/aws-iotfleetwise-vehicle.d.ts +105 -0
- package/out/exports/resources.generated/aws-iotsitewise-accesspolicy.d.ts +109 -0
- package/out/exports/resources.generated/aws-iotsitewise-asset.d.ts +110 -0
- package/out/exports/resources.generated/aws-iotsitewise-assetmodel.d.ts +392 -0
- package/out/exports/resources.generated/aws-iotsitewise-dashboard.d.ts +45 -0
- package/out/exports/resources.generated/aws-iotsitewise-dataset.d.ts +67 -0
- package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +91 -0
- package/out/exports/resources.generated/aws-iotsitewise-portal.d.ts +97 -0
- package/out/exports/resources.generated/aws-iotsitewise-project.d.ts +42 -0
- package/out/exports/resources.generated/aws-iotthingsgraph-flowtemplate.d.ts +17 -0
- package/out/exports/resources.generated/aws-iottwinmaker-componenttype.d.ts +294 -0
- package/out/exports/resources.generated/aws-iottwinmaker-entity.d.ts +364 -0
- package/out/exports/resources.generated/aws-iottwinmaker-scene.d.ts +66 -0
- package/out/exports/resources.generated/aws-iottwinmaker-syncjob.d.ts +58 -0
- package/out/exports/resources.generated/aws-iottwinmaker-workspace.d.ts +53 -0
- package/out/exports/resources.generated/aws-iotwireless-destination.d.ts +43 -0
- package/out/exports/resources.generated/aws-iotwireless-deviceprofile.d.ts +138 -0
- package/out/exports/resources.generated/aws-iotwireless-fuotatask.d.ts +89 -0
- package/out/exports/resources.generated/aws-iotwireless-multicastgroup.d.ts +76 -0
- package/out/exports/resources.generated/aws-iotwireless-networkanalyzerconfiguration.d.ts +46 -0
- package/out/exports/resources.generated/aws-iotwireless-partneraccount.d.ts +92 -0
- package/out/exports/resources.generated/aws-iotwireless-serviceprofile.d.ts +115 -0
- package/out/exports/resources.generated/aws-iotwireless-taskdefinition.d.ts +126 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdevice.d.ts +343 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdeviceimporttask.d.ts +76 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessgateway.d.ts +64 -0
- package/out/exports/resources.generated/aws-ivs-channel.d.ts +117 -0
- package/out/exports/resources.generated/aws-ivs-encoderconfiguration.d.ts +63 -0
- package/out/exports/resources.generated/aws-ivs-ingestconfiguration.d.ts +67 -0
- package/out/exports/resources.generated/aws-ivs-playbackkeypair.d.ts +38 -0
- package/out/exports/resources.generated/aws-ivs-playbackrestrictionpolicy.d.ts +45 -0
- package/out/exports/resources.generated/aws-ivs-publickey.d.ts +37 -0
- package/out/exports/resources.generated/aws-ivs-recordingconfiguration.d.ts +124 -0
- package/out/exports/resources.generated/aws-ivs-stage.d.ts +58 -0
- package/out/exports/resources.generated/aws-ivs-storageconfiguration.d.ts +46 -0
- package/out/exports/resources.generated/aws-ivs-streamkey.d.ts +32 -0
- package/out/exports/resources.generated/aws-ivschat-loggingconfiguration.d.ts +98 -0
- package/out/exports/resources.generated/aws-ivschat-room.d.ts +78 -0
- package/out/exports/resources.generated/aws-kafkaconnect-connector.d.ts +326 -0
- package/out/exports/resources.generated/aws-kafkaconnect-customplugin.d.ts +69 -0
- package/out/exports/resources.generated/aws-kafkaconnect-workerconfiguration.d.ts +39 -0
- package/out/exports/resources.generated/aws-kendra-datasource.d.ts +1780 -0
- package/out/exports/resources.generated/aws-kendra-faq.d.ts +80 -0
- package/out/exports/resources.generated/aws-kendra-index.d.ts +255 -0
- package/out/exports/resources.generated/aws-kendraranking-executionplan.d.ts +47 -0
- package/out/exports/resources.generated/aws-kinesis-resourcepolicy.d.ts +27 -0
- package/out/exports/resources.generated/aws-kinesis-stream.d.ts +92 -0
- package/out/exports/resources.generated/aws-kinesis-streamconsumer.d.ts +45 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-application.d.ts +225 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationoutput.d.ts +106 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationreferencedatasource.d.ts +149 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-application.d.ts +652 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.d.ts +30 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationoutput.d.ts +90 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationreferencedatasource.d.ts +141 -0
- package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +1629 -0
- package/out/exports/resources.generated/aws-kinesisvideo-signalingchannel.d.ts +39 -0
- package/out/exports/resources.generated/aws-kinesisvideo-stream.d.ts +62 -0
- package/out/exports/resources.generated/aws-kms-alias.d.ts +53 -0
- package/out/exports/resources.generated/aws-kms-key.d.ts +214 -0
- package/out/exports/resources.generated/aws-kms-replicakey.d.ts +118 -0
- package/out/exports/resources.generated/aws-lakeformation-datacellsfilter.d.ts +66 -0
- package/out/exports/resources.generated/aws-lakeformation-datalakesettings.d.ts +75 -0
- package/out/exports/resources.generated/aws-lakeformation-permissions.d.ts +145 -0
- package/out/exports/resources.generated/aws-lakeformation-principalpermissions.d.ts +241 -0
- package/out/exports/resources.generated/aws-lakeformation-resource.d.ts +34 -0
- package/out/exports/resources.generated/aws-lakeformation-tag.d.ts +26 -0
- package/out/exports/resources.generated/aws-lakeformation-tagassociation.d.ts +133 -0
- package/out/exports/resources.generated/aws-lambda-alias.d.ts +77 -0
- package/out/exports/resources.generated/aws-lambda-codesigningconfig.d.ts +61 -0
- package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +101 -0
- package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +374 -0
- package/out/exports/resources.generated/aws-lambda-function.d.ts +374 -0
- package/out/exports/resources.generated/aws-lambda-layerversion.d.ts +59 -0
- package/out/exports/resources.generated/aws-lambda-layerversionpermission.d.ts +32 -0
- package/out/exports/resources.generated/aws-lambda-permission.d.ts +83 -0
- package/out/exports/resources.generated/aws-lambda-url.d.ts +85 -0
- package/out/exports/resources.generated/aws-lambda-version.d.ts +83 -0
- package/out/exports/resources.generated/aws-launchwizard-deployment.d.ts +70 -0
- package/out/exports/resources.generated/aws-lex-bot.d.ts +1730 -0
- package/out/exports/resources.generated/aws-lex-botalias.d.ts +221 -0
- package/out/exports/resources.generated/aws-lex-botversion.d.ts +52 -0
- package/out/exports/resources.generated/aws-lex-resourcepolicy.d.ts +29 -0
- package/out/exports/resources.generated/aws-licensemanager-grant.d.ts +50 -0
- package/out/exports/resources.generated/aws-licensemanager-license.d.ts +175 -0
- package/out/exports/resources.generated/aws-lightsail-alarm.d.ts +82 -0
- package/out/exports/resources.generated/aws-lightsail-bucket.d.ts +89 -0
- package/out/exports/resources.generated/aws-lightsail-certificate.d.ts +40 -0
- package/out/exports/resources.generated/aws-lightsail-container.d.ts +230 -0
- package/out/exports/resources.generated/aws-lightsail-database.d.ts +190 -0
- package/out/exports/resources.generated/aws-lightsail-disk.d.ts +128 -0
- package/out/exports/resources.generated/aws-lightsail-distribution.d.ts +271 -0
- package/out/exports/resources.generated/aws-lightsail-instance.d.ts +313 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancer.d.ts +61 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancertlscertificate.d.ts +47 -0
- package/out/exports/resources.generated/aws-lightsail-staticip.d.ts +30 -0
- package/out/exports/resources.generated/aws-location-apikey.d.ts +151 -0
- package/out/exports/resources.generated/aws-location-geofencecollection.d.ts +80 -0
- package/out/exports/resources.generated/aws-location-map.d.ts +139 -0
- package/out/exports/resources.generated/aws-location-placeindex.d.ts +103 -0
- package/out/exports/resources.generated/aws-location-routecalculator.d.ts +84 -0
- package/out/exports/resources.generated/aws-location-tracker.d.ts +84 -0
- package/out/exports/resources.generated/aws-location-trackerconsumer.d.ts +31 -0
- package/out/exports/resources.generated/aws-logs-accountpolicy.d.ts +150 -0
- package/out/exports/resources.generated/aws-logs-delivery.d.ts +71 -0
- package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +59 -0
- package/out/exports/resources.generated/aws-logs-deliverysource.d.ts +59 -0
- package/out/exports/resources.generated/aws-logs-destination.d.ts +36 -0
- package/out/exports/resources.generated/aws-logs-integration.d.ts +64 -0
- package/out/exports/resources.generated/aws-logs-loganomalydetector.d.ts +66 -0
- package/out/exports/resources.generated/aws-logs-loggroup.d.ts +75 -0
- package/out/exports/resources.generated/aws-logs-logstream.d.ts +24 -0
- package/out/exports/resources.generated/aws-logs-metricfilter.d.ts +112 -0
- package/out/exports/resources.generated/aws-logs-querydefinition.d.ts +39 -0
- package/out/exports/resources.generated/aws-logs-resourcepolicy.d.ts +22 -0
- package/out/exports/resources.generated/aws-logs-subscriptionfilter.d.ts +45 -0
- package/out/exports/resources.generated/aws-logs-transformer.d.ts +376 -0
- package/out/exports/resources.generated/aws-lookoutequipment-inferencescheduler.d.ts +119 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-alert.d.ts +82 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-anomalydetector.d.ts +368 -0
- package/out/exports/resources.generated/aws-lookoutvision-project.d.ts +18 -0
- package/out/exports/resources.generated/aws-m2-application.d.ts +75 -0
- package/out/exports/resources.generated/aws-m2-deployment.d.ts +33 -0
- package/out/exports/resources.generated/aws-m2-environment.d.ts +141 -0
- package/out/exports/resources.generated/aws-macie-allowlist.d.ts +104 -0
- package/out/exports/resources.generated/aws-macie-customdataidentifier.d.ts +65 -0
- package/out/exports/resources.generated/aws-macie-findingsfilter.d.ts +96 -0
- package/out/exports/resources.generated/aws-macie-session.d.ts +38 -0
- package/out/exports/resources.generated/aws-managedblockchain-accessor.d.ts +63 -0
- package/out/exports/resources.generated/aws-managedblockchain-member.d.ts +154 -0
- package/out/exports/resources.generated/aws-managedblockchain-node.d.ts +57 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridge.d.ts +217 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgeoutput.d.ts +47 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgesource.d.ts +83 -0
- package/out/exports/resources.generated/aws-mediaconnect-flow.d.ts +540 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowentitlement.d.ts +85 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowoutput.d.ts +179 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowsource.d.ts +160 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowvpcinterface.d.ts +44 -0
- package/out/exports/resources.generated/aws-mediaconnect-gateway.d.ts +43 -0
- package/out/exports/resources.generated/aws-mediaconvert-jobtemplate.d.ts +125 -0
- package/out/exports/resources.generated/aws-mediaconvert-preset.d.ts +47 -0
- package/out/exports/resources.generated/aws-mediaconvert-queue.d.ts +47 -0
- package/out/exports/resources.generated/aws-medialive-channel.d.ts +3868 -0
- package/out/exports/resources.generated/aws-medialive-channelplacementgroup.d.ts +46 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplate.d.ts +124 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplategroup.d.ts +50 -0
- package/out/exports/resources.generated/aws-medialive-cluster.d.ts +82 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplate.d.ts +89 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplategroup.d.ts +50 -0
- package/out/exports/resources.generated/aws-medialive-input.d.ts +158 -0
- package/out/exports/resources.generated/aws-medialive-inputsecuritygroup.d.ts +39 -0
- package/out/exports/resources.generated/aws-medialive-multiplex.d.ts +94 -0
- package/out/exports/resources.generated/aws-medialive-multiplexprogram.d.ts +163 -0
- package/out/exports/resources.generated/aws-medialive-network.d.ts +59 -0
- package/out/exports/resources.generated/aws-medialive-sdisource.d.ts +54 -0
- package/out/exports/resources.generated/aws-medialive-signalmap.d.ts +101 -0
- package/out/exports/resources.generated/aws-mediapackage-asset.d.ts +44 -0
- package/out/exports/resources.generated/aws-mediapackage-channel.d.ts +51 -0
- package/out/exports/resources.generated/aws-mediapackage-originendpoint.d.ts +550 -0
- package/out/exports/resources.generated/aws-mediapackage-packagingconfiguration.d.ts +355 -0
- package/out/exports/resources.generated/aws-mediapackage-packaginggroup.d.ts +64 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +87 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channelgroup.d.ts +45 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channelpolicy.d.ts +27 -0
- package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +494 -0
- package/out/exports/resources.generated/aws-mediapackagev2-originendpointpolicy.d.ts +34 -0
- package/out/exports/resources.generated/aws-mediastore-container.d.ts +119 -0
- package/out/exports/resources.generated/aws-mediatailor-channel.d.ts +144 -0
- package/out/exports/resources.generated/aws-mediatailor-channelpolicy.d.ts +17 -0
- package/out/exports/resources.generated/aws-mediatailor-livesource.d.ts +48 -0
- package/out/exports/resources.generated/aws-mediatailor-playbackconfiguration.d.ts +194 -0
- package/out/exports/resources.generated/aws-mediatailor-sourcelocation.d.ts +110 -0
- package/out/exports/resources.generated/aws-mediatailor-vodsource.d.ts +48 -0
- package/out/exports/resources.generated/aws-memorydb-acl.d.ts +35 -0
- package/out/exports/resources.generated/aws-memorydb-cluster.d.ts +155 -0
- package/out/exports/resources.generated/aws-memorydb-multiregioncluster.d.ts +63 -0
- package/out/exports/resources.generated/aws-memorydb-parametergroup.d.ts +36 -0
- package/out/exports/resources.generated/aws-memorydb-subnetgroup.d.ts +37 -0
- package/out/exports/resources.generated/aws-memorydb-user.d.ts +52 -0
- package/out/exports/resources.generated/aws-mpa-approvalteam.d.ts +35 -0
- package/out/exports/resources.generated/aws-mpa-identitysource.d.ts +29 -0
- package/out/exports/resources.generated/aws-msk-batchscramsecret.d.ts +16 -0
- package/out/exports/resources.generated/aws-msk-cluster.d.ts +463 -0
- package/out/exports/resources.generated/aws-msk-clusterpolicy.d.ts +25 -0
- package/out/exports/resources.generated/aws-msk-configuration.d.ts +57 -0
- package/out/exports/resources.generated/aws-msk-replicator.d.ts +191 -0
- package/out/exports/resources.generated/aws-msk-serverlesscluster.d.ts +63 -0
- package/out/exports/resources.generated/aws-msk-vpcconnection.d.ts +45 -0
- package/out/exports/resources.generated/aws-mwaa-environment.d.ts +233 -0
- package/out/exports/resources.generated/aws-neptune-dbcluster.d.ts +211 -0
- package/out/exports/resources.generated/aws-neptune-dbclusterparametergroup.d.ts +34 -0
- package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +93 -0
- package/out/exports/resources.generated/aws-neptune-dbparametergroup.d.ts +38 -0
- package/out/exports/resources.generated/aws-neptune-dbsubnetgroup.d.ts +24 -0
- package/out/exports/resources.generated/aws-neptune-eventsubscription.d.ts +29 -0
- package/out/exports/resources.generated/aws-neptunegraph-graph.d.ts +78 -0
- package/out/exports/resources.generated/aws-neptunegraph-privategraphendpoint.d.ts +36 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewall.d.ts +96 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewallpolicy.d.ts +243 -0
- package/out/exports/resources.generated/aws-networkfirewall-loggingconfiguration.d.ts +77 -0
- package/out/exports/resources.generated/aws-networkfirewall-rulegroup.d.ts +496 -0
- package/out/exports/resources.generated/aws-networkfirewall-tlsinspectionconfiguration.d.ts +173 -0
- package/out/exports/resources.generated/aws-networkmanager-connectattachment.d.ts +127 -0
- package/out/exports/resources.generated/aws-networkmanager-connectpeer.d.ts +67 -0
- package/out/exports/resources.generated/aws-networkmanager-corenetwork.d.ts +48 -0
- package/out/exports/resources.generated/aws-networkmanager-customergatewayassociation.d.ts +26 -0
- package/out/exports/resources.generated/aws-networkmanager-device.d.ts +104 -0
- package/out/exports/resources.generated/aws-networkmanager-directconnectgatewayattachment.d.ts +112 -0
- package/out/exports/resources.generated/aws-networkmanager-globalnetwork.d.ts +36 -0
- package/out/exports/resources.generated/aws-networkmanager-link.d.ts +73 -0
- package/out/exports/resources.generated/aws-networkmanager-linkassociation.d.ts +20 -0
- package/out/exports/resources.generated/aws-networkmanager-site.d.ts +65 -0
- package/out/exports/resources.generated/aws-networkmanager-sitetositevpnattachment.d.ts +112 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewaypeering.d.ts +58 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayregistration.d.ts +16 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayroutetableattachment.d.ts +116 -0
- package/out/exports/resources.generated/aws-networkmanager-vpcattachment.d.ts +135 -0
- package/out/exports/resources.generated/aws-notifications-channelassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-notifications-eventrule.d.ts +57 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationaccountcontactassociation.d.ts +20 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationadditionalchannelassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-notifications-notificationconfiguration.d.ts +60 -0
- package/out/exports/resources.generated/aws-notifications-notificationhub.d.ts +19 -0
- package/out/exports/resources.generated/aws-notificationscontacts-emailcontact.d.ts +67 -0
- package/out/exports/resources.generated/aws-oam-link.d.ts +111 -0
- package/out/exports/resources.generated/aws-oam-sink.d.ts +40 -0
- package/out/exports/resources.generated/aws-omics-annotationstore.d.ts +141 -0
- package/out/exports/resources.generated/aws-omics-referencestore.d.ts +72 -0
- package/out/exports/resources.generated/aws-omics-rungroup.d.ts +64 -0
- package/out/exports/resources.generated/aws-omics-sequencestore.d.ts +126 -0
- package/out/exports/resources.generated/aws-omics-variantstore.d.ts +107 -0
- package/out/exports/resources.generated/aws-omics-workflow.d.ts +135 -0
- package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +111 -0
- package/out/exports/resources.generated/aws-opensearchserverless-accesspolicy.d.ts +36 -0
- package/out/exports/resources.generated/aws-opensearchserverless-collection.d.ts +71 -0
- package/out/exports/resources.generated/aws-opensearchserverless-index.d.ts +116 -0
- package/out/exports/resources.generated/aws-opensearchserverless-lifecyclepolicy.d.ts +36 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securityconfig.d.ts +111 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securitypolicy.d.ts +40 -0
- package/out/exports/resources.generated/aws-opensearchserverless-vpcendpoint.d.ts +39 -0
- package/out/exports/resources.generated/aws-opensearchservice-application.d.ts +92 -0
- package/out/exports/resources.generated/aws-opensearchservice-domain.d.ts +572 -0
- package/out/exports/resources.generated/aws-opsworks-app.d.ts +143 -0
- package/out/exports/resources.generated/aws-opsworks-elasticloadbalancerattachment.d.ts +19 -0
- package/out/exports/resources.generated/aws-opsworks-instance.d.ts +212 -0
- package/out/exports/resources.generated/aws-opsworks-layer.d.ts +209 -0
- package/out/exports/resources.generated/aws-opsworks-stack.d.ts +258 -0
- package/out/exports/resources.generated/aws-opsworks-userprofile.d.ts +31 -0
- package/out/exports/resources.generated/aws-opsworks-volume.d.ts +27 -0
- package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +209 -0
- package/out/exports/resources.generated/aws-organizations-account.d.ts +117 -0
- package/out/exports/resources.generated/aws-organizations-organization.d.ts +63 -0
- package/out/exports/resources.generated/aws-organizations-organizationalunit.d.ts +55 -0
- package/out/exports/resources.generated/aws-organizations-policy.d.ts +89 -0
- package/out/exports/resources.generated/aws-organizations-resourcepolicy.d.ts +40 -0
- package/out/exports/resources.generated/aws-osis-pipeline.d.ts +141 -0
- package/out/exports/resources.generated/aws-panorama-applicationinstance.d.ts +94 -0
- package/out/exports/resources.generated/aws-panorama-package.d.ts +50 -0
- package/out/exports/resources.generated/aws-panorama-packageversion.d.ts +59 -0
- package/out/exports/resources.generated/aws-paymentcryptography-alias.d.ts +37 -0
- package/out/exports/resources.generated/aws-paymentcryptography-key.d.ts +150 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-connector.d.ts +50 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-directoryregistration.d.ts +26 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-serviceprincipalname.d.ts +22 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-template.d.ts +723 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-templategroupaccesscontrolentry.d.ts +47 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-challenge.d.ts +27 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-connector.d.ts +69 -0
- package/out/exports/resources.generated/aws-pcs-cluster.d.ts +112 -0
- package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +136 -0
- package/out/exports/resources.generated/aws-pcs-queue.d.ts +48 -0
- package/out/exports/resources.generated/aws-personalize-dataset.d.ts +119 -0
- package/out/exports/resources.generated/aws-personalize-datasetgroup.d.ts +42 -0
- package/out/exports/resources.generated/aws-personalize-schema.d.ts +40 -0
- package/out/exports/resources.generated/aws-personalize-solution.d.ts +198 -0
- package/out/exports/resources.generated/aws-pinpoint-admchannel.d.ts +32 -0
- package/out/exports/resources.generated/aws-pinpoint-apnschannel.d.ts +52 -0
- package/out/exports/resources.generated/aws-pinpoint-apnssandboxchannel.d.ts +52 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipchannel.d.ts +52 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipsandboxchannel.d.ts +52 -0
- package/out/exports/resources.generated/aws-pinpoint-app.d.ts +30 -0
- package/out/exports/resources.generated/aws-pinpoint-applicationsettings.d.ts +92 -0
- package/out/exports/resources.generated/aws-pinpoint-baiduchannel.d.ts +32 -0
- package/out/exports/resources.generated/aws-pinpoint-campaign.d.ts +636 -0
- package/out/exports/resources.generated/aws-pinpoint-emailchannel.d.ts +44 -0
- package/out/exports/resources.generated/aws-pinpoint-emailtemplate.d.ts +45 -0
- package/out/exports/resources.generated/aws-pinpoint-eventstream.d.ts +27 -0
- package/out/exports/resources.generated/aws-pinpoint-gcmchannel.d.ts +36 -0
- package/out/exports/resources.generated/aws-pinpoint-inapptemplate.d.ts +183 -0
- package/out/exports/resources.generated/aws-pinpoint-pushtemplate.d.ts +158 -0
- package/out/exports/resources.generated/aws-pinpoint-segment.d.ts +227 -0
- package/out/exports/resources.generated/aws-pinpoint-smschannel.d.ts +36 -0
- package/out/exports/resources.generated/aws-pinpoint-smstemplate.d.ts +37 -0
- package/out/exports/resources.generated/aws-pinpoint-voicechannel.d.ts +24 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationset.d.ts +73 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationseteventdestination.d.ts +121 -0
- package/out/exports/resources.generated/aws-pinpointemail-dedicatedippool.d.ts +19 -0
- package/out/exports/resources.generated/aws-pinpointemail-identity.d.ts +84 -0
- package/out/exports/resources.generated/aws-pipes-pipe.d.ts +1585 -0
- package/out/exports/resources.generated/aws-proton-environmentaccountconnection.d.ts +72 -0
- package/out/exports/resources.generated/aws-proton-environmenttemplate.d.ts +56 -0
- package/out/exports/resources.generated/aws-proton-servicetemplate.d.ts +52 -0
- package/out/exports/resources.generated/aws-qbusiness-application.d.ts +194 -0
- package/out/exports/resources.generated/aws-qbusiness-dataaccessor.d.ts +172 -0
- package/out/exports/resources.generated/aws-qbusiness-datasource.d.ts +341 -0
- package/out/exports/resources.generated/aws-qbusiness-index.d.ts +117 -0
- package/out/exports/resources.generated/aws-qbusiness-permission.d.ts +33 -0
- package/out/exports/resources.generated/aws-qbusiness-plugin.d.ts +190 -0
- package/out/exports/resources.generated/aws-qbusiness-retriever.d.ts +105 -0
- package/out/exports/resources.generated/aws-qbusiness-webexperience.d.ts +195 -0
- package/out/exports/resources.generated/aws-qldb-ledger.d.ts +67 -0
- package/out/exports/resources.generated/aws-qldb-stream.d.ts +77 -0
- package/out/exports/resources.generated/aws-quicksight-analysis.d.ts +11521 -0
- package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +110 -0
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +11631 -0
- package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +1014 -0
- package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +820 -0
- package/out/exports/resources.generated/aws-quicksight-folder.d.ts +99 -0
- package/out/exports/resources.generated/aws-quicksight-refreshschedule.d.ts +85 -0
- package/out/exports/resources.generated/aws-quicksight-template.d.ts +10850 -0
- package/out/exports/resources.generated/aws-quicksight-theme.d.ts +302 -0
- package/out/exports/resources.generated/aws-quicksight-topic.d.ts +773 -0
- package/out/exports/resources.generated/aws-quicksight-vpcconnection.d.ts +78 -0
- package/out/exports/resources.generated/aws-ram-permission.d.ts +53 -0
- package/out/exports/resources.generated/aws-ram-resourceshare.d.ts +52 -0
- package/out/exports/resources.generated/aws-rbin-rule.d.ts +123 -0
- package/out/exports/resources.generated/aws-rds-customdbengineversion.d.ts +100 -0
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +844 -0
- package/out/exports/resources.generated/aws-rds-dbclusterparametergroup.d.ts +74 -0
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +1159 -0
- package/out/exports/resources.generated/aws-rds-dbparametergroup.d.ts +85 -0
- package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +120 -0
- package/out/exports/resources.generated/aws-rds-dbproxyendpoint.d.ts +77 -0
- package/out/exports/resources.generated/aws-rds-dbproxytargetgroup.d.ts +111 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroup.d.ts +56 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroupingress.d.ts +37 -0
- package/out/exports/resources.generated/aws-rds-dbshardgroup.d.ts +79 -0
- package/out/exports/resources.generated/aws-rds-dbsubnetgroup.d.ts +34 -0
- package/out/exports/resources.generated/aws-rds-eventsubscription.d.ts +55 -0
- package/out/exports/resources.generated/aws-rds-globalcluster.d.ts +155 -0
- package/out/exports/resources.generated/aws-rds-integration.d.ts +59 -0
- package/out/exports/resources.generated/aws-rds-optiongroup.d.ts +100 -0
- package/out/exports/resources.generated/aws-redshift-cluster.d.ts +403 -0
- package/out/exports/resources.generated/aws-redshift-clusterparametergroup.d.ts +46 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroupingress.d.ts +40 -0
- package/out/exports/resources.generated/aws-redshift-clustersubnetgroup.d.ts +29 -0
- package/out/exports/resources.generated/aws-redshift-endpointaccess.d.ts +57 -0
- package/out/exports/resources.generated/aws-redshift-endpointauthorization.d.ts +59 -0
- package/out/exports/resources.generated/aws-redshift-eventsubscription.d.ts +91 -0
- package/out/exports/resources.generated/aws-redshift-integration.d.ts +44 -0
- package/out/exports/resources.generated/aws-redshift-scheduledaction.d.ts +109 -0
- package/out/exports/resources.generated/aws-redshiftserverless-namespace.d.ts +153 -0
- package/out/exports/resources.generated/aws-redshiftserverless-workgroup.d.ts +205 -0
- package/out/exports/resources.generated/aws-refactorspaces-application.d.ts +121 -0
- package/out/exports/resources.generated/aws-refactorspaces-environment.d.ts +56 -0
- package/out/exports/resources.generated/aws-refactorspaces-route.d.ts +134 -0
- package/out/exports/resources.generated/aws-refactorspaces-service.d.ts +109 -0
- package/out/exports/resources.generated/aws-rekognition-collection.d.ts +22 -0
- package/out/exports/resources.generated/aws-rekognition-project.d.ts +18 -0
- package/out/exports/resources.generated/aws-rekognition-streamprocessor.d.ts +285 -0
- package/out/exports/resources.generated/aws-resiliencehub-app.d.ts +360 -0
- package/out/exports/resources.generated/aws-resiliencehub-resiliencypolicy.d.ts +62 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-defaultviewassociation.d.ts +21 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-index.d.ts +38 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-view.d.ts +67 -0
- package/out/exports/resources.generated/aws-resourcegroups-group.d.ts +144 -0
- package/out/exports/resources.generated/aws-resourcegroups-tagsynctask.d.ts +76 -0
- package/out/exports/resources.generated/aws-robomaker-fleet.d.ts +29 -0
- package/out/exports/resources.generated/aws-robomaker-robot.d.ts +44 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplication.d.ts +80 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplicationversion.d.ts +29 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplication.d.ts +113 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplicationversion.d.ts +29 -0
- package/out/exports/resources.generated/aws-rolesanywhere-crl.d.ts +36 -0
- package/out/exports/resources.generated/aws-rolesanywhere-profile.d.ts +84 -0
- package/out/exports/resources.generated/aws-rolesanywhere-trustanchor.d.ts +89 -0
- package/out/exports/resources.generated/aws-route53-cidrcollection.d.ts +44 -0
- package/out/exports/resources.generated/aws-route53-dnssec.d.ts +13 -0
- package/out/exports/resources.generated/aws-route53-healthcheck.d.ts +113 -0
- package/out/exports/resources.generated/aws-route53-hostedzone.d.ts +157 -0
- package/out/exports/resources.generated/aws-route53-keysigningkey.d.ts +36 -0
- package/out/exports/resources.generated/aws-route53-recordset.d.ts +467 -0
- package/out/exports/resources.generated/aws-route53-recordsetgroup.d.ts +477 -0
- package/out/exports/resources.generated/aws-route53profiles-profile.d.ts +34 -0
- package/out/exports/resources.generated/aws-route53profiles-profileassociation.d.ts +36 -0
- package/out/exports/resources.generated/aws-route53profiles-profileresourceassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-cluster.d.ts +35 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-controlpanel.d.ts +42 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-routingcontrol.d.ts +37 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-safetyrule.d.ts +132 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-cell.d.ts +39 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-readinesscheck.d.ts +37 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-recoverygroup.d.ts +34 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-resourceset.d.ts +132 -0
- package/out/exports/resources.generated/aws-route53resolver-firewalldomainlist.d.ts +84 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroup.d.ts +174 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroupassociation.d.ts +89 -0
- package/out/exports/resources.generated/aws-route53resolver-outpostresolver.d.ts +78 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverconfig.d.ts +36 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverdnssecconfig.d.ts +32 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverendpoint.d.ts +114 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfig.d.ts +77 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfigassociation.d.ts +56 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverrule.d.ts +101 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverruleassociation.d.ts +38 -0
- package/out/exports/resources.generated/aws-rum-appmonitor.d.ts +332 -0
- package/out/exports/resources.generated/aws-s3-accessgrant.d.ts +92 -0
- package/out/exports/resources.generated/aws-s3-accessgrantsinstance.d.ts +31 -0
- package/out/exports/resources.generated/aws-s3-accessgrantslocation.d.ts +42 -0
- package/out/exports/resources.generated/aws-s3-accesspoint.d.ts +111 -0
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +1253 -0
- package/out/exports/resources.generated/aws-s3-bucketpolicy.d.ts +34 -0
- package/out/exports/resources.generated/aws-s3-multiregionaccesspoint.d.ts +85 -0
- package/out/exports/resources.generated/aws-s3-multiregionaccesspointpolicy.d.ts +28 -0
- package/out/exports/resources.generated/aws-s3-storagelens.d.ts +309 -0
- package/out/exports/resources.generated/aws-s3-storagelensgroup.d.ts +141 -0
- package/out/exports/resources.generated/aws-s3express-bucketpolicy.d.ts +52 -0
- package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +205 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspoint.d.ts +90 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspointpolicy.d.ts +20 -0
- package/out/exports/resources.generated/aws-s3outposts-accesspoint.d.ts +53 -0
- package/out/exports/resources.generated/aws-s3outposts-bucket.d.ts +285 -0
- package/out/exports/resources.generated/aws-s3outposts-bucketpolicy.d.ts +28 -0
- package/out/exports/resources.generated/aws-s3outposts-endpoint.d.ts +90 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucket.d.ts +61 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucketpolicy.d.ts +19 -0
- package/out/exports/resources.generated/aws-sagemaker-app.d.ts +96 -0
- package/out/exports/resources.generated/aws-sagemaker-appimageconfig.d.ts +150 -0
- package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +175 -0
- package/out/exports/resources.generated/aws-sagemaker-coderepository.d.ts +48 -0
- package/out/exports/resources.generated/aws-sagemaker-dataqualityjobdefinition.d.ts +379 -0
- package/out/exports/resources.generated/aws-sagemaker-device.d.ts +48 -0
- package/out/exports/resources.generated/aws-sagemaker-devicefleet.d.ts +55 -0
- package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +723 -0
- package/out/exports/resources.generated/aws-sagemaker-endpoint.d.ts +175 -0
- package/out/exports/resources.generated/aws-sagemaker-endpointconfig.d.ts +404 -0
- package/out/exports/resources.generated/aws-sagemaker-featuregroup.d.ts +239 -0
- package/out/exports/resources.generated/aws-sagemaker-image.d.ts +54 -0
- package/out/exports/resources.generated/aws-sagemaker-imageversion.d.ts +98 -0
- package/out/exports/resources.generated/aws-sagemaker-inferencecomponent.d.ts +232 -0
- package/out/exports/resources.generated/aws-sagemaker-inferenceexperiment.d.ts +247 -0
- package/out/exports/resources.generated/aws-sagemaker-mlflowtrackingserver.d.ts +62 -0
- package/out/exports/resources.generated/aws-sagemaker-model.d.ts +261 -0
- package/out/exports/resources.generated/aws-sagemaker-modelbiasjobdefinition.d.ts +415 -0
- package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +624 -0
- package/out/exports/resources.generated/aws-sagemaker-modelexplainabilityjobdefinition.d.ts +374 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackage.d.ts +916 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackagegroup.d.ts +41 -0
- package/out/exports/resources.generated/aws-sagemaker-modelqualityjobdefinition.d.ts +425 -0
- package/out/exports/resources.generated/aws-sagemaker-monitoringschedule.d.ts +528 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstance.d.ts +104 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstancelifecycleconfig.d.ts +36 -0
- package/out/exports/resources.generated/aws-sagemaker-partnerapp.d.ts +103 -0
- package/out/exports/resources.generated/aws-sagemaker-pipeline.d.ts +81 -0
- package/out/exports/resources.generated/aws-sagemaker-project.d.ts +77 -0
- package/out/exports/resources.generated/aws-sagemaker-space.d.ts +332 -0
- package/out/exports/resources.generated/aws-sagemaker-studiolifecycleconfig.d.ts +39 -0
- package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +507 -0
- package/out/exports/resources.generated/aws-sagemaker-workteam.d.ts +88 -0
- package/out/exports/resources.generated/aws-scheduler-schedule.d.ts +445 -0
- package/out/exports/resources.generated/aws-scheduler-schedulegroup.d.ts +54 -0
- package/out/exports/resources.generated/aws-sdb-domain.d.ts +17 -0
- package/out/exports/resources.generated/aws-secretsmanager-resourcepolicy.d.ts +33 -0
- package/out/exports/resources.generated/aws-secretsmanager-rotationschedule.d.ts +204 -0
- package/out/exports/resources.generated/aws-secretsmanager-secret.d.ts +143 -0
- package/out/exports/resources.generated/aws-secretsmanager-secrettargetattachment.d.ts +39 -0
- package/out/exports/resources.generated/aws-securityhub-automationrule.d.ts +613 -0
- package/out/exports/resources.generated/aws-securityhub-configurationpolicy.d.ts +179 -0
- package/out/exports/resources.generated/aws-securityhub-delegatedadmin.d.ts +30 -0
- package/out/exports/resources.generated/aws-securityhub-findingaggregator.d.ts +41 -0
- package/out/exports/resources.generated/aws-securityhub-hub.d.ts +54 -0
- package/out/exports/resources.generated/aws-securityhub-insight.d.ts +681 -0
- package/out/exports/resources.generated/aws-securityhub-organizationconfiguration.d.ts +53 -0
- package/out/exports/resources.generated/aws-securityhub-policyassociation.d.ts +43 -0
- package/out/exports/resources.generated/aws-securityhub-productsubscription.d.ts +24 -0
- package/out/exports/resources.generated/aws-securityhub-securitycontrol.d.ts +0 -0
- package/out/exports/resources.generated/aws-securityhub-standard.d.ts +44 -0
- package/out/exports/resources.generated/aws-securitylake-awslogsource.d.ts +29 -0
- package/out/exports/resources.generated/aws-securitylake-datalake.d.ts +110 -0
- package/out/exports/resources.generated/aws-securitylake-subscriber.d.ts +133 -0
- package/out/exports/resources.generated/aws-securitylake-subscribernotification.d.ts +72 -0
- package/out/exports/resources.generated/aws-servicecatalog-acceptedportfolioshare.d.ts +22 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationproduct.d.ts +161 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationprovisionedproduct.d.ts +217 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchnotificationconstraint.d.ts +34 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchroleconstraint.d.ts +44 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchtemplateconstraint.d.ts +34 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolio.d.ts +41 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioprincipalassociation.d.ts +30 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioproductassociation.d.ts +32 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioshare.d.ts +30 -0
- package/out/exports/resources.generated/aws-servicecatalog-resourceupdateconstraint.d.ts +36 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceaction.d.ts +59 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceactionassociation.d.ts +29 -0
- package/out/exports/resources.generated/aws-servicecatalog-stacksetconstraint.d.ts +56 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoption.d.ts +26 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoptionassociation.d.ts +19 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-application.d.ts +55 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroup.d.ts +40 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroupassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-resourceassociation.d.ts +36 -0
- package/out/exports/resources.generated/aws-servicediscovery-httpnamespace.d.ts +32 -0
- package/out/exports/resources.generated/aws-servicediscovery-instance.d.ts +62 -0
- package/out/exports/resources.generated/aws-servicediscovery-privatednsnamespace.d.ts +69 -0
- package/out/exports/resources.generated/aws-servicediscovery-publicdnsnamespace.d.ts +69 -0
- package/out/exports/resources.generated/aws-servicediscovery-service.d.ts +255 -0
- package/out/exports/resources.generated/aws-ses-configurationset.d.ts +164 -0
- package/out/exports/resources.generated/aws-ses-configurationseteventdestination.d.ts +150 -0
- package/out/exports/resources.generated/aws-ses-contactlist.d.ts +52 -0
- package/out/exports/resources.generated/aws-ses-dedicatedippool.d.ts +29 -0
- package/out/exports/resources.generated/aws-ses-emailidentity.d.ts +154 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddoninstance.d.ts +36 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddonsubscription.d.ts +31 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerarchive.d.ts +55 -0
- package/out/exports/resources.generated/aws-ses-mailmanageringresspoint.d.ts +117 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerrelay.d.ts +62 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerruleset.d.ts +441 -0
- package/out/exports/resources.generated/aws-ses-mailmanagertrafficpolicy.d.ts +197 -0
- package/out/exports/resources.generated/aws-ses-receiptfilter.d.ts +47 -0
- package/out/exports/resources.generated/aws-ses-receiptrule.d.ts +285 -0
- package/out/exports/resources.generated/aws-ses-receiptruleset.d.ts +19 -0
- package/out/exports/resources.generated/aws-ses-template.d.ts +39 -0
- package/out/exports/resources.generated/aws-ses-vdmattributes.d.ts +48 -0
- package/out/exports/resources.generated/aws-shield-drtaccess.d.ts +49 -0
- package/out/exports/resources.generated/aws-shield-proactiveengagement.d.ts +77 -0
- package/out/exports/resources.generated/aws-shield-protection.d.ts +96 -0
- package/out/exports/resources.generated/aws-shield-protectiongroup.d.ts +47 -0
- package/out/exports/resources.generated/aws-signer-profilepermission.d.ts +30 -0
- package/out/exports/resources.generated/aws-signer-signingprofile.d.ts +52 -0
- package/out/exports/resources.generated/aws-simspaceweaver-simulation.d.ts +101 -0
- package/out/exports/resources.generated/aws-sns-subscription.d.ts +77 -0
- package/out/exports/resources.generated/aws-sns-topic.d.ts +134 -0
- package/out/exports/resources.generated/aws-sns-topicinlinepolicy.d.ts +17 -0
- package/out/exports/resources.generated/aws-sns-topicpolicy.d.ts +23 -0
- package/out/exports/resources.generated/aws-sqs-queue.d.ts +138 -0
- package/out/exports/resources.generated/aws-sqs-queueinlinepolicy.d.ts +17 -0
- package/out/exports/resources.generated/aws-sqs-queuepolicy.d.ts +23 -0
- package/out/exports/resources.generated/aws-ssm-association.d.ts +191 -0
- package/out/exports/resources.generated/aws-ssm-document.d.ts +117 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindow.d.ts +57 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtarget.d.ts +54 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +308 -0
- package/out/exports/resources.generated/aws-ssm-parameter.d.ts +70 -0
- package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +217 -0
- package/out/exports/resources.generated/aws-ssm-resourcedatasync.d.ts +143 -0
- package/out/exports/resources.generated/aws-ssm-resourcepolicy.d.ts +27 -0
- package/out/exports/resources.generated/aws-ssmcontacts-contact.d.ts +119 -0
- package/out/exports/resources.generated/aws-ssmcontacts-contactchannel.d.ts +46 -0
- package/out/exports/resources.generated/aws-ssmcontacts-plan.d.ts +104 -0
- package/out/exports/resources.generated/aws-ssmcontacts-rotation.d.ts +194 -0
- package/out/exports/resources.generated/aws-ssmguiconnect-preferences.d.ts +44 -0
- package/out/exports/resources.generated/aws-ssmincidents-replicationset.d.ts +51 -0
- package/out/exports/resources.generated/aws-ssmincidents-responseplan.d.ts +261 -0
- package/out/exports/resources.generated/aws-ssmquicksetup-configurationmanager.d.ts +372 -0
- package/out/exports/resources.generated/aws-sso-application.d.ts +90 -0
- package/out/exports/resources.generated/aws-sso-applicationassignment.d.ts +26 -0
- package/out/exports/resources.generated/aws-sso-assignment.d.ts +44 -0
- package/out/exports/resources.generated/aws-sso-instance.d.ts +52 -0
- package/out/exports/resources.generated/aws-sso-instanceaccesscontrolattributeconfiguration.d.ts +52 -0
- package/out/exports/resources.generated/aws-sso-permissionset.d.ts +113 -0
- package/out/exports/resources.generated/aws-stepfunctions-activity.d.ts +102 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachine.d.ts +215 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachinealias.d.ts +157 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachineversion.d.ts +42 -0
- package/out/exports/resources.generated/aws-supportapp-accountalias.d.ts +28 -0
- package/out/exports/resources.generated/aws-supportapp-slackchannelconfiguration.d.ts +63 -0
- package/out/exports/resources.generated/aws-supportapp-slackworkspaceconfiguration.d.ts +30 -0
- package/out/exports/resources.generated/aws-synthetics-canary.d.ts +303 -0
- package/out/exports/resources.generated/aws-synthetics-group.d.ts +33 -0
- package/out/exports/resources.generated/aws-systemsmanagersap-application.d.ts +99 -0
- package/out/exports/resources.generated/aws-timestream-database.d.ts +31 -0
- package/out/exports/resources.generated/aws-timestream-influxdbinstance.d.ts +159 -0
- package/out/exports/resources.generated/aws-timestream-scheduledquery.d.ts +279 -0
- package/out/exports/resources.generated/aws-timestream-table.d.ts +165 -0
- package/out/exports/resources.generated/aws-transfer-agreement.d.ts +137 -0
- package/out/exports/resources.generated/aws-transfer-certificate.d.ts +99 -0
- package/out/exports/resources.generated/aws-transfer-connector.d.ts +140 -0
- package/out/exports/resources.generated/aws-transfer-profile.d.ts +43 -0
- package/out/exports/resources.generated/aws-transfer-server.d.ts +394 -0
- package/out/exports/resources.generated/aws-transfer-user.d.ts +165 -0
- package/out/exports/resources.generated/aws-transfer-webapp.d.ts +115 -0
- package/out/exports/resources.generated/aws-transfer-workflow.d.ts +262 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-identitysource.d.ts +184 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policy.d.ts +127 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policystore.d.ts +80 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policytemplate.d.ts +36 -0
- package/out/exports/resources.generated/aws-voiceid-domain.d.ts +50 -0
- package/out/exports/resources.generated/aws-vpclattice-accesslogsubscription.d.ts +60 -0
- package/out/exports/resources.generated/aws-vpclattice-authpolicy.d.ts +28 -0
- package/out/exports/resources.generated/aws-vpclattice-listener.d.ts +125 -0
- package/out/exports/resources.generated/aws-vpclattice-resourceconfiguration.d.ts +94 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcegateway.d.ts +53 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcepolicy.d.ts +20 -0
- package/out/exports/resources.generated/aws-vpclattice-rule.d.ts +220 -0
- package/out/exports/resources.generated/aws-vpclattice-service.d.ts +79 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetwork.d.ts +68 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkresourceassociation.d.ts +42 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkserviceassociation.d.ts +106 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkvpcassociation.d.ts +88 -0
- package/out/exports/resources.generated/aws-vpclattice-targetgroup.d.ts +191 -0
- package/out/exports/resources.generated/aws-waf-bytematchset.d.ts +178 -0
- package/out/exports/resources.generated/aws-waf-ipset.d.ts +56 -0
- package/out/exports/resources.generated/aws-waf-rule.d.ts +51 -0
- package/out/exports/resources.generated/aws-waf-sizeconstraintset.d.ts +143 -0
- package/out/exports/resources.generated/aws-waf-sqlinjectionmatchset.d.ts +117 -0
- package/out/exports/resources.generated/aws-waf-webacl.d.ts +77 -0
- package/out/exports/resources.generated/aws-waf-xssmatchset.d.ts +117 -0
- package/out/exports/resources.generated/aws-wafregional-bytematchset.d.ts +178 -0
- package/out/exports/resources.generated/aws-wafregional-geomatchset.d.ts +44 -0
- package/out/exports/resources.generated/aws-wafregional-ipset.d.ts +56 -0
- package/out/exports/resources.generated/aws-wafregional-ratebasedrule.d.ts +63 -0
- package/out/exports/resources.generated/aws-wafregional-regexpatternset.d.ts +21 -0
- package/out/exports/resources.generated/aws-wafregional-rule.d.ts +51 -0
- package/out/exports/resources.generated/aws-wafregional-sizeconstraintset.d.ts +143 -0
- package/out/exports/resources.generated/aws-wafregional-sqlinjectionmatchset.d.ts +117 -0
- package/out/exports/resources.generated/aws-wafregional-webacl.d.ts +72 -0
- package/out/exports/resources.generated/aws-wafregional-webaclassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-wafregional-xssmatchset.d.ts +117 -0
- package/out/exports/resources.generated/aws-wafv2-ipset.d.ts +74 -0
- package/out/exports/resources.generated/aws-wafv2-loggingconfiguration.d.ts +142 -0
- package/out/exports/resources.generated/aws-wafv2-regexpatternset.d.ts +49 -0
- package/out/exports/resources.generated/aws-wafv2-rulegroup.d.ts +1496 -0
- package/out/exports/resources.generated/aws-wafv2-webacl.d.ts +2227 -0
- package/out/exports/resources.generated/aws-wafv2-webaclassociation.d.ts +45 -0
- package/out/exports/resources.generated/aws-wisdom-aiagent.d.ts +225 -0
- package/out/exports/resources.generated/aws-wisdom-aiagentversion.d.ts +39 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrail.d.ts +276 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrailversion.d.ts +43 -0
- package/out/exports/resources.generated/aws-wisdom-aiprompt.d.ts +109 -0
- package/out/exports/resources.generated/aws-wisdom-aipromptversion.d.ts +41 -0
- package/out/exports/resources.generated/aws-wisdom-assistant.d.ts +56 -0
- package/out/exports/resources.generated/aws-wisdom-assistantassociation.d.ts +53 -0
- package/out/exports/resources.generated/aws-wisdom-knowledgebase.d.ts +282 -0
- package/out/exports/resources.generated/aws-wisdom-messagetemplate.d.ts +615 -0
- package/out/exports/resources.generated/aws-wisdom-messagetemplateversion.d.ts +30 -0
- package/out/exports/resources.generated/aws-workspaces-connectionalias.d.ts +32 -0
- package/out/exports/resources.generated/aws-workspaces-workspace.d.ts +73 -0
- package/out/exports/resources.generated/aws-workspaces-workspacespool.d.ts +112 -0
- package/out/exports/resources.generated/aws-workspacesthinclient-environment.d.ts +146 -0
- package/out/exports/resources.generated/aws-workspacesweb-browsersettings.d.ts +45 -0
- package/out/exports/resources.generated/aws-workspacesweb-dataprotectionsettings.d.ts +166 -0
- package/out/exports/resources.generated/aws-workspacesweb-identityprovider.d.ts +78 -0
- package/out/exports/resources.generated/aws-workspacesweb-ipaccesssettings.d.ts +78 -0
- package/out/exports/resources.generated/aws-workspacesweb-networksettings.d.ts +50 -0
- package/out/exports/resources.generated/aws-workspacesweb-portal.d.ts +161 -0
- package/out/exports/resources.generated/aws-workspacesweb-truststore.d.ts +29 -0
- package/out/exports/resources.generated/aws-workspacesweb-useraccessloggingsettings.d.ts +38 -0
- package/out/exports/resources.generated/aws-workspacesweb-usersettings.d.ts +146 -0
- package/out/exports/resources.generated/aws-xray-group.d.ts +50 -0
- package/out/exports/resources.generated/aws-xray-resourcepolicy.d.ts +25 -0
- package/out/exports/resources.generated/aws-xray-samplingrule.d.ts +181 -0
- package/out/exports/resources.generated/aws-xray-transactionsearchconfig.d.ts +18 -0
- package/out/lib/assert.d.ts +21 -0
- package/out/lib/assert.d.ts.map +1 -0
- package/out/lib/assert.js +39 -0
- package/out/lib/assert.js.map +1 -0
- package/out/lib/builder.d.ts +153 -0
- package/out/lib/builder.d.ts.map +1 -0
- package/out/lib/builder.js +169 -0
- package/out/lib/builder.js.map +1 -0
- package/out/lib/intrinsics.d.ts +940 -0
- package/out/lib/intrinsics.d.ts.map +1 -0
- package/out/lib/intrinsics.js +431 -0
- package/out/lib/intrinsics.js.map +1 -0
- package/out/lib/json.d.ts.map +1 -0
- package/out/{exports/main → lib}/json.js.map +1 -1
- package/out/lib/parameters.d.ts.map +1 -0
- package/out/{exports/main → lib}/parameters.js.map +1 -1
- package/out/lib/policy.d.ts.map +1 -0
- package/out/{exports/main → lib}/policy.js.map +1 -1
- package/out/{exports/main → lib}/template.d.ts +29 -8
- package/out/lib/template.d.ts.map +1 -0
- package/out/lib/template.js +14 -0
- package/out/lib/template.js.map +1 -0
- package/package.json +13 -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,1322 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
export type ECSTaskDefinition = ResourceDefinitionWithAttributes<"AWS::ECS::TaskDefinition", ECSTaskDefinitionProps, ECSTaskDefinitionAttribs>;
|
|
3
|
+
/**
|
|
4
|
+
* Registers a new task definition from the supplied `family` and `containerDefinitions` . Optionally, you can add data volumes to your containers with the `volumes` parameter. For more information about task definition parameters and defaults, see [Amazon ECS Task Definitions](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_defintions.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
5
|
+
*
|
|
6
|
+
* You can specify a role for your task with the `taskRoleArn` parameter. When you specify a role for a task, its containers can then use the latest versions of the AWS CLI or SDKs to make API requests to the AWS services that are specified in the policy that's associated with the role. For more information, see [IAM Roles for Tasks](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
7
|
+
*
|
|
8
|
+
* You can specify a Docker networking mode for the containers in your task definition with the `networkMode` parameter. If you specify the `awsvpc` network mode, the task is allocated an elastic network interface, and you must specify a [NetworkConfiguration](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_NetworkConfiguration.html) when you create a service or run a task with the task definition. For more information, see [Task Networking](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
9
|
+
*/
|
|
10
|
+
export type ECSTaskDefinitionProps = {
|
|
11
|
+
/**
|
|
12
|
+
* A list of container definitions in JSON format that describe the different containers that make up your task. For more information about container definition parameters and defaults, see [Amazon ECS Task Definitions](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_defintions.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
13
|
+
*/
|
|
14
|
+
ContainerDefinitions?: ContainerDefinition[] | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* The number of `cpu` units used by the task. If you use the EC2 launch type, this field is optional. Any value can be used. If you use the Fargate launch type, this field is required. You must use one of the following values. The value that you choose determines your range of valid values for the `memory` parameter.
|
|
17
|
+
*
|
|
18
|
+
* If you're using the EC2 launch type or the external launch type, this field is optional. Supported values are between `128` CPU units ( `0.125` vCPUs) and `196608` CPU units ( `192` vCPUs).
|
|
19
|
+
*
|
|
20
|
+
* This field is required for Fargate. For information about the valid values, see [Task size](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_size) in the *Amazon Elastic Container Service Developer Guide* .
|
|
21
|
+
*/
|
|
22
|
+
Cpu?: string | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* Enables fault injection and allows for fault injection requests to be accepted from the task's containers. The default value is `false` .
|
|
25
|
+
*/
|
|
26
|
+
EnableFaultInjection?: boolean | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* The ephemeral storage settings to use for tasks run with the task definition.
|
|
29
|
+
*/
|
|
30
|
+
EphemeralStorage?: EphemeralStorage | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* The Amazon Resource Name (ARN) of the task execution role that grants the Amazon ECS container agent permission to make AWS API calls on your behalf. For informationabout the required IAM roles for Amazon ECS, see [IAM roles for Amazon ECS](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/security-ecs-iam-role-overview.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
33
|
+
*/
|
|
34
|
+
ExecutionRoleArn?: string | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* The name of a family that this task definition is registered to. Up to 255 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed.
|
|
37
|
+
*
|
|
38
|
+
* A family groups multiple versions of a task definition. Amazon ECS gives the first task definition that you registered to a family a revision number of 1. Amazon ECS gives sequential revision numbers to each task definition that you add.
|
|
39
|
+
*
|
|
40
|
+
* > To use revision numbers when you update a task definition, specify this property. If you don't specify a value, AWS CloudFormation generates a new task definition each time that you update it.
|
|
41
|
+
*/
|
|
42
|
+
Family?: string | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* The Elastic Inference accelerators to use for the containers in the task.
|
|
45
|
+
*/
|
|
46
|
+
InferenceAccelerators?: InferenceAccelerator[] | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* The IPC resource namespace to use for the containers in the task. The valid values are `host` , `task` , or `none` . If `host` is specified, then all containers within the tasks that specified the `host` IPC mode on the same container instance share the same IPC resources with the host Amazon EC2 instance. If `task` is specified, all containers within the specified task share the same IPC resources. If `none` is specified, then IPC resources within the containers of a task are private and not shared with other containers in a task or on the container instance. If no value is specified, then the IPC resource namespace sharing depends on the Docker daemon setting on the container instance.
|
|
49
|
+
*
|
|
50
|
+
* If the `host` IPC mode is used, be aware that there is a heightened risk of undesired IPC namespace expose.
|
|
51
|
+
*
|
|
52
|
+
* If you are setting namespaced kernel parameters using `systemControls` for the containers in the task, the following will apply to your IPC resource namespace. For more information, see [System Controls](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
53
|
+
*
|
|
54
|
+
* - For tasks that use the `host` IPC mode, IPC namespace related `systemControls` are not supported.
|
|
55
|
+
* - For tasks that use the `task` IPC mode, IPC namespace related `systemControls` will apply to all containers within a task.
|
|
56
|
+
*
|
|
57
|
+
* > This parameter is not supported for Windows containers or tasks run on AWS Fargate .
|
|
58
|
+
*/
|
|
59
|
+
IpcMode?: string | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* The amount (in MiB) of memory used by the task.
|
|
62
|
+
*
|
|
63
|
+
* If your tasks runs on Amazon EC2 instances, you must specify either a task-level memory value or a container-level memory value. This field is optional and any value can be used. If a task-level memory value is specified, the container-level memory value is optional. For more information regarding container-level memory and memory reservation, see [ContainerDefinition](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ContainerDefinition.html) .
|
|
64
|
+
*
|
|
65
|
+
* If your tasks runs on AWS Fargate , this field is required. You must use one of the following values. The value you choose determines your range of valid values for the `cpu` parameter.
|
|
66
|
+
*
|
|
67
|
+
* - 512 (0.5 GB), 1024 (1 GB), 2048 (2 GB) - Available `cpu` values: 256 (.25 vCPU)
|
|
68
|
+
* - 1024 (1 GB), 2048 (2 GB), 3072 (3 GB), 4096 (4 GB) - Available `cpu` values: 512 (.5 vCPU)
|
|
69
|
+
* - 2048 (2 GB), 3072 (3 GB), 4096 (4 GB), 5120 (5 GB), 6144 (6 GB), 7168 (7 GB), 8192 (8 GB) - Available `cpu` values: 1024 (1 vCPU)
|
|
70
|
+
* - Between 4096 (4 GB) and 16384 (16 GB) in increments of 1024 (1 GB) - Available `cpu` values: 2048 (2 vCPU)
|
|
71
|
+
* - Between 8192 (8 GB) and 30720 (30 GB) in increments of 1024 (1 GB) - Available `cpu` values: 4096 (4 vCPU)
|
|
72
|
+
* - Between 16 GB and 60 GB in 4 GB increments - Available `cpu` values: 8192 (8 vCPU)
|
|
73
|
+
*
|
|
74
|
+
* This option requires Linux platform `1.4.0` or later.
|
|
75
|
+
* - Between 32GB and 120 GB in 8 GB increments - Available `cpu` values: 16384 (16 vCPU)
|
|
76
|
+
*
|
|
77
|
+
* This option requires Linux platform `1.4.0` or later.
|
|
78
|
+
*/
|
|
79
|
+
Memory?: string | undefined;
|
|
80
|
+
/**
|
|
81
|
+
* The Docker networking mode to use for the containers in the task. The valid values are `none` , `bridge` , `awsvpc` , and `host` . If no network mode is specified, the default is `bridge` .
|
|
82
|
+
*
|
|
83
|
+
* For Amazon ECS tasks on Fargate, the `awsvpc` network mode is required. For Amazon ECS tasks on Amazon EC2 Linux instances, any network mode can be used. For Amazon ECS tasks on Amazon EC2 Windows instances, `<default>` or `awsvpc` can be used. If the network mode is set to `none` , you cannot specify port mappings in your container definitions, and the tasks containers do not have external connectivity. The `host` and `awsvpc` network modes offer the highest networking performance for containers because they use the EC2 network stack instead of the virtualized network stack provided by the `bridge` mode.
|
|
84
|
+
*
|
|
85
|
+
* With the `host` and `awsvpc` network modes, exposed container ports are mapped directly to the corresponding host port (for the `host` network mode) or the attached elastic network interface port (for the `awsvpc` network mode), so you cannot take advantage of dynamic host port mappings.
|
|
86
|
+
*
|
|
87
|
+
* > When using the `host` network mode, you should not run containers using the root user (UID 0). It is considered best practice to use a non-root user.
|
|
88
|
+
*
|
|
89
|
+
* If the network mode is `awsvpc` , the task is allocated an elastic network interface, and you must specify a [NetworkConfiguration](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_NetworkConfiguration.html) value when you create a service or run a task with the task definition. For more information, see [Task Networking](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
90
|
+
*
|
|
91
|
+
* If the network mode is `host` , you cannot run multiple instantiations of the same task on a single container instance when port mappings are used.
|
|
92
|
+
*/
|
|
93
|
+
NetworkMode?: string | undefined;
|
|
94
|
+
/**
|
|
95
|
+
* The process namespace to use for the containers in the task. The valid values are `host` or `task` . On Fargate for Linux containers, the only valid value is `task` . For example, monitoring sidecars might need `pidMode` to access information about other containers running in the same task.
|
|
96
|
+
*
|
|
97
|
+
* If `host` is specified, all containers within the tasks that specified the `host` PID mode on the same container instance share the same process namespace with the host Amazon EC2 instance.
|
|
98
|
+
*
|
|
99
|
+
* If `task` is specified, all containers within the specified task share the same process namespace.
|
|
100
|
+
*
|
|
101
|
+
* If no value is specified, the default is a private namespace for each container.
|
|
102
|
+
*
|
|
103
|
+
* If the `host` PID mode is used, there's a heightened risk of undesired process namespace exposure.
|
|
104
|
+
*
|
|
105
|
+
* > This parameter is not supported for Windows containers. > This parameter is only supported for tasks that are hosted on AWS Fargate if the tasks are using platform version `1.4.0` or later (Linux). This isn't supported for Windows containers on Fargate.
|
|
106
|
+
*/
|
|
107
|
+
PidMode?: string | undefined;
|
|
108
|
+
/**
|
|
109
|
+
* An array of placement constraint objects to use for tasks.
|
|
110
|
+
*
|
|
111
|
+
* > This parameter isn't supported for tasks run on AWS Fargate .
|
|
112
|
+
*/
|
|
113
|
+
PlacementConstraints?: TaskDefinitionPlacementConstraint[] | undefined;
|
|
114
|
+
/**
|
|
115
|
+
* The configuration details for the App Mesh proxy.
|
|
116
|
+
*
|
|
117
|
+
* Your Amazon ECS container instances require at least version 1.26.0 of the container agent and at least version 1.26.0-1 of the `ecs-init` package to use a proxy configuration. If your container instances are launched from the Amazon ECS optimized AMI version `20190301` or later, they contain the required versions of the container agent and `ecs-init` . For more information, see [Amazon ECS-optimized Linux AMI](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
118
|
+
*/
|
|
119
|
+
ProxyConfiguration?: ProxyConfiguration | undefined;
|
|
120
|
+
/**
|
|
121
|
+
* The task launch types the task definition was validated against. The valid values are `EC2` , `FARGATE` , and `EXTERNAL` . For more information, see [Amazon ECS launch types](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
122
|
+
*/
|
|
123
|
+
RequiresCompatibilities?: string[] | undefined;
|
|
124
|
+
/**
|
|
125
|
+
* The operating system that your tasks definitions run on. A platform family is specified only for tasks using the Fargate launch type.
|
|
126
|
+
*/
|
|
127
|
+
RuntimePlatform?: RuntimePlatform | undefined;
|
|
128
|
+
/**
|
|
129
|
+
* The metadata that you apply to the task definition to help you categorize and organize them. Each tag consists of a key and an optional value. You define both of them.
|
|
130
|
+
*
|
|
131
|
+
* The following basic restrictions apply to tags:
|
|
132
|
+
*
|
|
133
|
+
* - Maximum number of tags per resource - 50
|
|
134
|
+
* - For each resource, each tag key must be unique, and each tag key can have only one value.
|
|
135
|
+
* - Maximum key length - 128 Unicode characters in UTF-8
|
|
136
|
+
* - Maximum value length - 256 Unicode characters in UTF-8
|
|
137
|
+
* - 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: + - = . _ : / @.
|
|
138
|
+
* - Tag keys and values are case-sensitive.
|
|
139
|
+
* - 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.
|
|
140
|
+
*/
|
|
141
|
+
Tags?: Tag[] | undefined;
|
|
142
|
+
/**
|
|
143
|
+
* The short name or full Amazon Resource Name (ARN) of the AWS Identity and Access Management role that grants containers in the task permission to call AWS APIs on your behalf. For more information, see [Amazon ECS Task Role](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-iam-roles.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
144
|
+
*
|
|
145
|
+
* IAM roles for tasks on Windows require that the `-EnableTaskIAMRole` option is set when you launch the Amazon ECS-optimized Windows AMI. Your containers must also run some configuration code to use the feature. For more information, see [Windows IAM roles for tasks](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/windows_task_IAM_roles.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
146
|
+
*
|
|
147
|
+
* > String validation is done on the ECS side. If an invalid string value is given for `TaskRoleArn` , it may cause the Cloudformation job to hang.
|
|
148
|
+
*/
|
|
149
|
+
TaskRoleArn?: string | undefined;
|
|
150
|
+
/**
|
|
151
|
+
* The list of data volume definitions for the task. For more information, see [Using data volumes in tasks](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
152
|
+
*
|
|
153
|
+
* > The `host` and `sourcePath` parameters aren't supported for tasks run on AWS Fargate .
|
|
154
|
+
*/
|
|
155
|
+
Volumes?: Volume[] | undefined;
|
|
156
|
+
};
|
|
157
|
+
export type ECSTaskDefinitionAttribs = {
|
|
158
|
+
/**
|
|
159
|
+
* The ARN of the task definition.
|
|
160
|
+
*/
|
|
161
|
+
TaskDefinitionArn: string;
|
|
162
|
+
};
|
|
163
|
+
/**
|
|
164
|
+
* The authorization configuration details for the Amazon EFS file system.
|
|
165
|
+
*/
|
|
166
|
+
export type AuthorizationConfig = {
|
|
167
|
+
/**
|
|
168
|
+
* The Amazon EFS access point ID to use. If an access point is specified, the root directory value specified in the `EFSVolumeConfiguration` must either be omitted or set to `/` which will enforce the path set on the EFS access point. If an access point is used, transit encryption must be on in the `EFSVolumeConfiguration` . For more information, see [Working with Amazon EFS access points](https://docs.aws.amazon.com/efs/latest/ug/efs-access-points.html) in the *Amazon Elastic File System User Guide* .
|
|
169
|
+
*/
|
|
170
|
+
AccessPointId?: string | undefined;
|
|
171
|
+
/**
|
|
172
|
+
* Determines whether to use the Amazon ECS task role defined in a task definition when mounting the Amazon EFS file system. If it is turned on, transit encryption must be turned on in the `EFSVolumeConfiguration` . If this parameter is omitted, the default value of `DISABLED` is used. For more information, see [Using Amazon EFS access points](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/efs-volumes.html#efs-volume-accesspoints) in the *Amazon Elastic Container Service Developer Guide* .
|
|
173
|
+
*/
|
|
174
|
+
IAM?: "ENABLED" | "DISABLED" | undefined;
|
|
175
|
+
};
|
|
176
|
+
/**
|
|
177
|
+
* The `ContainerDefinition` property specifies a container definition. Container definitions are used in task definitions to describe the different containers that are launched as part of a task.
|
|
178
|
+
*/
|
|
179
|
+
export type ContainerDefinition = {
|
|
180
|
+
/**
|
|
181
|
+
* The command that's passed to the container. This parameter maps to `Cmd` in the docker container create command and the `COMMAND` parameter to docker run. If there are multiple arguments, each argument is a separated string in the array.
|
|
182
|
+
*/
|
|
183
|
+
Command?: string[] | undefined;
|
|
184
|
+
/**
|
|
185
|
+
* The number of `cpu` units reserved for the container. This parameter maps to `CpuShares` in the docker container create commandand the `--cpu-shares` option to docker run.
|
|
186
|
+
*
|
|
187
|
+
* This field is optional for tasks using the Fargate launch type, and the only requirement is that the total amount of CPU reserved for all containers within a task be lower than the task-level `cpu` value.
|
|
188
|
+
*
|
|
189
|
+
* > You can determine the number of CPU units that are available per EC2 instance type by multiplying the vCPUs listed for that instance type on the [Amazon EC2 Instances](https://docs.aws.amazon.com/ec2/instance-types/) detail page by 1,024.
|
|
190
|
+
*
|
|
191
|
+
* Linux containers share unallocated CPU units with other containers on the container instance with the same ratio as their allocated amount. For example, if you run a single-container task on a single-core instance type with 512 CPU units specified for that container, and that's the only task running on the container instance, that container could use the full 1,024 CPU unit share at any given time. However, if you launched another copy of the same task on that container instance, each task is guaranteed a minimum of 512 CPU units when needed. Moreover, each container could float to higher CPU usage if the other container was not using it. If both tasks were 100% active all of the time, they would be limited to 512 CPU units.
|
|
192
|
+
*
|
|
193
|
+
* On Linux container instances, the Docker daemon on the container instance uses the CPU value to calculate the relative CPU share ratios for running containers. The minimum valid CPU share value that the Linux kernel allows is 2, and the maximum valid CPU share value that the Linux kernel allows is 262144. However, the CPU parameter isn't required, and you can use CPU values below 2 or above 262144 in your container definitions. For CPU values below 2 (including null) or above 262144, the behavior varies based on your Amazon ECS container agent version:
|
|
194
|
+
*
|
|
195
|
+
* - *Agent versions less than or equal to 1.1.0:* Null and zero CPU values are passed to Docker as 0, which Docker then converts to 1,024 CPU shares. CPU values of 1 are passed to Docker as 1, which the Linux kernel converts to two CPU shares.
|
|
196
|
+
* - *Agent versions greater than or equal to 1.2.0:* Null, zero, and CPU values of 1 are passed to Docker as 2.
|
|
197
|
+
* - *Agent versions greater than or equal to 1.84.0:* CPU values greater than 256 vCPU are passed to Docker as 256, which is equivalent to 262144 CPU shares.
|
|
198
|
+
*
|
|
199
|
+
* On Windows container instances, the CPU limit is enforced as an absolute limit, or a quota. Windows containers only have access to the specified amount of CPU that's described in the task definition. A null or zero CPU value is passed to Docker as `0` , which Windows interprets as 1% of one CPU.
|
|
200
|
+
*/
|
|
201
|
+
Cpu?: number | undefined;
|
|
202
|
+
/**
|
|
203
|
+
* A list of ARNs in SSM or Amazon S3 to a credential spec ( `CredSpec` ) file that configures the container for Active Directory authentication. We recommend that you use this parameter instead of the `dockerSecurityOptions` . The maximum number of ARNs is 1.
|
|
204
|
+
*
|
|
205
|
+
* There are two formats for each ARN.
|
|
206
|
+
*
|
|
207
|
+
* - **credentialspecdomainless:MyARN** - You use `credentialspecdomainless:MyARN` to provide a `CredSpec` with an additional section for a secret in AWS Secrets Manager . You provide the login credentials to the domain in the secret.
|
|
208
|
+
*
|
|
209
|
+
* Each task that runs on any container instance can join different domains.
|
|
210
|
+
*
|
|
211
|
+
* You can use this format without joining the container instance to a domain.
|
|
212
|
+
* - **credentialspec:MyARN** - You use `credentialspec:MyARN` to provide a `CredSpec` for a single domain.
|
|
213
|
+
*
|
|
214
|
+
* You must join the container instance to the domain before you start any tasks that use this task definition.
|
|
215
|
+
*
|
|
216
|
+
* In both formats, replace `MyARN` with the ARN in SSM or Amazon S3.
|
|
217
|
+
*
|
|
218
|
+
* If you provide a `credentialspecdomainless:MyARN` , the `credspec` must provide a ARN in AWS Secrets Manager for a secret containing the username, password, and the domain to connect to. For better security, the instance isn't joined to the domain for domainless authentication. Other applications on the instance can't use the domainless credentials. You can use this parameter to run tasks on the same instance, even it the tasks need to join different domains. For more information, see [Using gMSAs for Windows Containers](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/windows-gmsa.html) and [Using gMSAs for Linux Containers](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/linux-gmsa.html) .
|
|
219
|
+
*/
|
|
220
|
+
CredentialSpecs?: string[] | undefined;
|
|
221
|
+
/**
|
|
222
|
+
* The dependencies defined for container startup and shutdown. A container can contain multiple dependencies. When a dependency is defined for container startup, for container shutdown it is reversed.
|
|
223
|
+
*
|
|
224
|
+
* For tasks using the EC2 launch type, the container instances require at least version 1.26.0 of the container agent to turn on container dependencies. However, we recommend using the latest container agent version. For information about checking your agent version and updating to the latest version, see [Updating the Amazon ECS Container Agent](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-update.html) in the *Amazon Elastic Container Service Developer Guide* . If you're using an Amazon ECS-optimized Linux AMI, your instance needs at least version 1.26.0-1 of the `ecs-init` package. If your container instances are launched from version `20190301` or later, then they contain the required versions of the container agent and `ecs-init` . For more information, see [Amazon ECS-optimized Linux AMI](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
225
|
+
*
|
|
226
|
+
* For tasks using the Fargate launch type, the task or service requires the following platforms:
|
|
227
|
+
*
|
|
228
|
+
* - Linux platform version `1.3.0` or later.
|
|
229
|
+
* - Windows platform version `1.0.0` or later.
|
|
230
|
+
*
|
|
231
|
+
* If the task definition is used in a blue/green deployment that uses [AWS::CodeDeploy::DeploymentGroup BlueGreenDeploymentConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-bluegreendeploymentconfiguration.html) , the `dependsOn` parameter is not supported. For more information see [Issue #680](https://docs.aws.amazon.com/https://github.com/aws-cloudformation/cloudformation-coverage-roadmap/issues/680) on the on the GitHub website.
|
|
232
|
+
*/
|
|
233
|
+
DependsOn?: ContainerDependency[] | undefined;
|
|
234
|
+
/**
|
|
235
|
+
* When this parameter is true, networking is off within the container. This parameter maps to `NetworkDisabled` in the docker container create command.
|
|
236
|
+
*
|
|
237
|
+
* > This parameter is not supported for Windows containers.
|
|
238
|
+
*/
|
|
239
|
+
DisableNetworking?: boolean | undefined;
|
|
240
|
+
/**
|
|
241
|
+
* A list of DNS search domains that are presented to the container. This parameter maps to `DnsSearch` in the docker container create command and the `--dns-search` option to docker run.
|
|
242
|
+
*
|
|
243
|
+
* > This parameter is not supported for Windows containers.
|
|
244
|
+
*/
|
|
245
|
+
DnsSearchDomains?: string[] | undefined;
|
|
246
|
+
/**
|
|
247
|
+
* A list of DNS servers that are presented to the container. This parameter maps to `Dns` in the docker container create command and the `--dns` option to docker run.
|
|
248
|
+
*
|
|
249
|
+
* > This parameter is not supported for Windows containers.
|
|
250
|
+
*/
|
|
251
|
+
DnsServers?: string[] | undefined;
|
|
252
|
+
/**
|
|
253
|
+
* A key/value map of labels to add to the container. This parameter maps to `Labels` in the docker container create command and the `--label` option to docker run. This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log in to your container instance and run the following command: `sudo docker version --format '{{.Server.APIVersion}}'`
|
|
254
|
+
*/
|
|
255
|
+
DockerLabels?: Record<string, string> | undefined;
|
|
256
|
+
/**
|
|
257
|
+
* A list of strings to provide custom configuration for multiple security systems. This field isn't valid for containers in tasks using the Fargate launch type.
|
|
258
|
+
*
|
|
259
|
+
* For Linux tasks on EC2, this parameter can be used to reference custom labels for SELinux and AppArmor multi-level security systems.
|
|
260
|
+
*
|
|
261
|
+
* For any tasks on EC2, this parameter can be used to reference a credential spec file that configures a container for Active Directory authentication. For more information, see [Using gMSAs for Windows Containers](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/windows-gmsa.html) and [Using gMSAs for Linux Containers](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/linux-gmsa.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
262
|
+
*
|
|
263
|
+
* This parameter maps to `SecurityOpt` in the docker container create command and the `--security-opt` option to docker run.
|
|
264
|
+
*
|
|
265
|
+
* > The Amazon ECS container agent running on a container instance must register with the `ECS_SELINUX_CAPABLE=true` or `ECS_APPARMOR_CAPABLE=true` environment variables before containers placed on that instance can use these security options. For more information, see [Amazon ECS Container Agent Configuration](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-config.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
266
|
+
*
|
|
267
|
+
* Valid values: "no-new-privileges" | "apparmor:PROFILE" | "label:value" | "credentialspec:CredentialSpecFilePath"
|
|
268
|
+
*/
|
|
269
|
+
DockerSecurityOptions?: string[] | undefined;
|
|
270
|
+
/**
|
|
271
|
+
* > Early versions of the Amazon ECS container agent don't properly handle `entryPoint` parameters. If you have problems using `entryPoint` , update your container agent or enter your commands and arguments as `command` array items instead.
|
|
272
|
+
*
|
|
273
|
+
* The entry point that's passed to the container. This parameter maps to `Entrypoint` in the docker container create command and the `--entrypoint` option to docker run.
|
|
274
|
+
*/
|
|
275
|
+
EntryPoint?: string[] | undefined;
|
|
276
|
+
/**
|
|
277
|
+
* The environment variables to pass to a container. This parameter maps to `Env` in the docker container create command and the `--env` option to docker run.
|
|
278
|
+
*
|
|
279
|
+
* > We don't recommend that you use plaintext environment variables for sensitive information, such as credential data.
|
|
280
|
+
*/
|
|
281
|
+
Environment?: KeyValuePair[] | undefined;
|
|
282
|
+
/**
|
|
283
|
+
* A list of files containing the environment variables to pass to a container. This parameter maps to the `--env-file` option to docker run.
|
|
284
|
+
*
|
|
285
|
+
* You can specify up to ten environment files. The file must have a `.env` file extension. Each line in an environment file contains an environment variable in `VARIABLE=VALUE` format. Lines beginning with `#` are treated as comments and are ignored.
|
|
286
|
+
*
|
|
287
|
+
* If there are environment variables specified using the `environment` parameter in a container definition, they take precedence over the variables contained within an environment file. If multiple environment files are specified that contain the same variable, they're processed from the top down. We recommend that you use unique variable names. For more information, see [Specifying Environment Variables](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/taskdef-envfiles.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
288
|
+
*/
|
|
289
|
+
EnvironmentFiles?: EnvironmentFile[] | undefined;
|
|
290
|
+
/**
|
|
291
|
+
* If the `essential` parameter of a container is marked as `true` , and that container fails or stops for any reason, all other containers that are part of the task are stopped. If the `essential` parameter of a container is marked as `false` , its failure doesn't affect the rest of the containers in a task. If this parameter is omitted, a container is assumed to be essential.
|
|
292
|
+
*
|
|
293
|
+
* All tasks must have at least one essential container. If you have an application that's composed of multiple containers, group containers that are used for a common purpose into components, and separate the different components into multiple task definitions. For more information, see [Application Architecture](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/application_architecture.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
294
|
+
*/
|
|
295
|
+
Essential?: boolean | undefined;
|
|
296
|
+
/**
|
|
297
|
+
* A list of hostnames and IP address mappings to append to the `/etc/hosts` file on the container. This parameter maps to `ExtraHosts` in the docker container create command and the `--add-host` option to docker run.
|
|
298
|
+
*
|
|
299
|
+
* > This parameter isn't supported for Windows containers or tasks that use the `awsvpc` network mode.
|
|
300
|
+
*/
|
|
301
|
+
ExtraHosts?: HostEntry[] | undefined;
|
|
302
|
+
/**
|
|
303
|
+
* The FireLens configuration for the container. This is used to specify and configure a log router for container logs. For more information, see [Custom Log Routing](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_firelens.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
304
|
+
*/
|
|
305
|
+
FirelensConfiguration?: FirelensConfiguration | undefined;
|
|
306
|
+
/**
|
|
307
|
+
* The container health check command and associated configuration parameters for the container. This parameter maps to `HealthCheck` in the docker container create command and the `HEALTHCHECK` parameter of docker run.
|
|
308
|
+
*/
|
|
309
|
+
HealthCheck?: HealthCheck | undefined;
|
|
310
|
+
/**
|
|
311
|
+
* The hostname to use for your container. This parameter maps to `Hostname` in the docker container create command and the `--hostname` option to docker run.
|
|
312
|
+
*
|
|
313
|
+
* > The `hostname` parameter is not supported if you're using the `awsvpc` network mode.
|
|
314
|
+
*/
|
|
315
|
+
Hostname?: string | undefined;
|
|
316
|
+
/**
|
|
317
|
+
* The image used to start a container. This string is passed directly to the Docker daemon. By default, images in the Docker Hub registry are available. Other repositories are specified with either `*repository-url* / *image* : *tag*` or `*repository-url* / *image* @ *digest*` . Up to 255 letters (uppercase and lowercase), numbers, hyphens, underscores, colons, periods, forward slashes, and number signs are allowed. This parameter maps to `Image` in the docker container create command and the `IMAGE` parameter of docker run.
|
|
318
|
+
*
|
|
319
|
+
* - When a new task starts, the Amazon ECS container agent pulls the latest version of the specified image and tag for the container to use. However, subsequent updates to a repository image aren't propagated to already running tasks.
|
|
320
|
+
* - Images in Amazon ECR repositories can be specified by either using the full `registry/repository:tag` or `registry/repository@digest` . For example, `012345678910.dkr.ecr.<region-name>.amazonaws.com/<repository-name>:latest` or `012345678910.dkr.ecr.<region-name>.amazonaws.com/<repository-name>@sha256:94afd1f2e64d908bc90dbca0035a5b567EXAMPLE` .
|
|
321
|
+
* - Images in official repositories on Docker Hub use a single name (for example, `ubuntu` or `mongo` ).
|
|
322
|
+
* - Images in other repositories on Docker Hub are qualified with an organization name (for example, `amazon/amazon-ecs-agent` ).
|
|
323
|
+
* - Images in other online repositories are qualified further by a domain name (for example, `quay.io/assemblyline/ubuntu` ).
|
|
324
|
+
*/
|
|
325
|
+
Image: string;
|
|
326
|
+
/**
|
|
327
|
+
* When this parameter is `true` , you can deploy containerized applications that require `stdin` or a `tty` to be allocated. This parameter maps to `OpenStdin` in the docker container create command and the `--interactive` option to docker run.
|
|
328
|
+
*/
|
|
329
|
+
Interactive?: boolean | undefined;
|
|
330
|
+
/**
|
|
331
|
+
* The `links` parameter allows containers to communicate with each other without the need for port mappings. This parameter is only supported if the network mode of a task definition is `bridge` . The `name:internalName` construct is analogous to `name:alias` in Docker links. Up to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed.. This parameter maps to `Links` in the docker container create command and the `--link` option to docker run.
|
|
332
|
+
*
|
|
333
|
+
* > This parameter is not supported for Windows containers. > Containers that are collocated on a single container instance may be able to communicate with each other without requiring links or host port mappings. Network isolation is achieved on the container instance using security groups and VPC settings.
|
|
334
|
+
*/
|
|
335
|
+
Links?: string[] | undefined;
|
|
336
|
+
/**
|
|
337
|
+
* Linux-specific modifications that are applied to the container, such as Linux kernel capabilities. For more information see [KernelCapabilities](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_KernelCapabilities.html) .
|
|
338
|
+
*
|
|
339
|
+
* > This parameter is not supported for Windows containers.
|
|
340
|
+
*/
|
|
341
|
+
LinuxParameters?: LinuxParameters | undefined;
|
|
342
|
+
/**
|
|
343
|
+
* The log configuration specification for the container.
|
|
344
|
+
*
|
|
345
|
+
* This parameter maps to `LogConfig` in the docker Create a container command and the `--log-driver` option to docker run. By default, containers use the same logging driver that the Docker daemon uses. However, the container may use a different logging driver than the Docker daemon by specifying a log driver with this parameter in the container definition. To use a different logging driver for a container, the log system must be configured properly on the container instance (or on a different log server for remote logging options). For more information on the options for different supported log drivers, see [Configure logging drivers](https://docs.aws.amazon.com/https://docs.docker.com/engine/admin/logging/overview/) in the Docker documentation.
|
|
346
|
+
*
|
|
347
|
+
* > Amazon ECS currently supports a subset of the logging drivers available to the Docker daemon (shown in the [LogConfiguration](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_LogConfiguration.html) data type). Additional log drivers may be available in future releases of the Amazon ECS container agent.
|
|
348
|
+
*
|
|
349
|
+
* This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log in to your container instance and run the following command: `sudo docker version --format '{{.Server.APIVersion}}'`
|
|
350
|
+
*
|
|
351
|
+
* > The Amazon ECS container agent running on a container instance must register the logging drivers available on that instance with the `ECS_AVAILABLE_LOGGING_DRIVERS` environment variable before containers placed on that instance can use these log configuration options. For more information, see [Amazon ECS Container Agent Configuration](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-config.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
352
|
+
*/
|
|
353
|
+
LogConfiguration?: LogConfiguration | undefined;
|
|
354
|
+
/**
|
|
355
|
+
* The amount (in MiB) of memory to present to the container. If your container attempts to exceed the memory specified here, the container is killed. The total amount of memory reserved for all containers within a task must be lower than the task `memory` value, if one is specified. This parameter maps to `Memory` in the [Create a container](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate) section of the [Docker Remote API](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.35/) and the `--memory` option to [docker run](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/#security-configuration) .
|
|
356
|
+
*
|
|
357
|
+
* If using the Fargate launch type, this parameter is optional.
|
|
358
|
+
*
|
|
359
|
+
* If using the EC2 launch type, you must specify either a task-level memory value or a container-level memory value. If you specify both a container-level `memory` and `memoryReservation` value, `memory` must be greater than `memoryReservation` . If you specify `memoryReservation` , then that value is subtracted from the available memory resources for the container instance where the container is placed. Otherwise, the value of `memory` is used.
|
|
360
|
+
*
|
|
361
|
+
* The Docker 20.10.0 or later daemon reserves a minimum of 6 MiB of memory for a container, so you should not specify fewer than 6 MiB of memory for your containers.
|
|
362
|
+
*
|
|
363
|
+
* The Docker 19.03.13-ce or earlier daemon reserves a minimum of 4 MiB of memory for a container, so you should not specify fewer than 4 MiB of memory for your containers.
|
|
364
|
+
*/
|
|
365
|
+
Memory?: number | undefined;
|
|
366
|
+
/**
|
|
367
|
+
* The soft limit (in MiB) of memory to reserve for the container. When system memory is under heavy contention, Docker attempts to keep the container memory to this soft limit. However, your container can consume more memory when it needs to, up to either the hard limit specified with the `memory` parameter (if applicable), or all of the available memory on the container instance, whichever comes first. This parameter maps to `MemoryReservation` in the docker container create command and the `--memory-reservation` option to docker run.
|
|
368
|
+
*
|
|
369
|
+
* If a task-level memory value is not specified, you must specify a non-zero integer for one or both of `memory` or `memoryReservation` in a container definition. If you specify both, `memory` must be greater than `memoryReservation` . If you specify `memoryReservation` , then that value is subtracted from the available memory resources for the container instance where the container is placed. Otherwise, the value of `memory` is used.
|
|
370
|
+
*
|
|
371
|
+
* For example, if your container normally uses 128 MiB of memory, but occasionally bursts to 256 MiB of memory for short periods of time, you can set a `memoryReservation` of 128 MiB, and a `memory` hard limit of 300 MiB. This configuration would allow the container to only reserve 128 MiB of memory from the remaining resources on the container instance, but also allow the container to consume more memory resources when needed.
|
|
372
|
+
*
|
|
373
|
+
* The Docker 20.10.0 or later daemon reserves a minimum of 6 MiB of memory for a container. So, don't specify less than 6 MiB of memory for your containers.
|
|
374
|
+
*
|
|
375
|
+
* The Docker 19.03.13-ce or earlier daemon reserves a minimum of 4 MiB of memory for a container. So, don't specify less than 4 MiB of memory for your containers.
|
|
376
|
+
*/
|
|
377
|
+
MemoryReservation?: number | undefined;
|
|
378
|
+
/**
|
|
379
|
+
* The mount points for data volumes in your container.
|
|
380
|
+
*
|
|
381
|
+
* This parameter maps to `Volumes` in the docker container create command and the `--volume` option to docker run.
|
|
382
|
+
*
|
|
383
|
+
* Windows containers can mount whole directories on the same drive as `$env:ProgramData` . Windows containers can't mount directories on a different drive, and mount point can't be across drives.
|
|
384
|
+
*/
|
|
385
|
+
MountPoints?: MountPoint[] | undefined;
|
|
386
|
+
/**
|
|
387
|
+
* The name of a container. If you're linking multiple containers together in a task definition, the `name` of one container can be entered in the `links` of another container to connect the containers. Up to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed. This parameter maps to `name` in the docker container create command and the `--name` option to docker run.
|
|
388
|
+
*/
|
|
389
|
+
Name: string;
|
|
390
|
+
/**
|
|
391
|
+
* The list of port mappings for the container. Port mappings allow containers to access ports on the host container instance to send or receive traffic.
|
|
392
|
+
*
|
|
393
|
+
* For task definitions that use the `awsvpc` network mode, you should only specify the `containerPort` . The `hostPort` can be left blank or it must be the same value as the `containerPort` .
|
|
394
|
+
*
|
|
395
|
+
* Port mappings on Windows use the `NetNAT` gateway address rather than `localhost` . There is no loopback for port mappings on Windows, so you cannot access a container's mapped port from the host itself.
|
|
396
|
+
*
|
|
397
|
+
* This parameter maps to `PortBindings` in the [Create a container](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate) section of the [Docker Remote API](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.35/) and the `--publish` option to [docker run](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/) . If the network mode of a task definition is set to `none` , then you can't specify port mappings. If the network mode of a task definition is set to `host` , then host ports must either be undefined or they must match the container port in the port mapping.
|
|
398
|
+
*
|
|
399
|
+
* > After a task reaches the `RUNNING` status, manual and automatic host and container port assignments are visible in the *Network Bindings* section of a container description for a selected task in the Amazon ECS console. The assignments are also visible in the `networkBindings` section [DescribeTasks](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeTasks.html) responses.
|
|
400
|
+
*/
|
|
401
|
+
PortMappings?: PortMapping[] | undefined;
|
|
402
|
+
/**
|
|
403
|
+
* When this parameter is true, the container is given elevated privileges on the host container instance (similar to the `root` user). This parameter maps to `Privileged` in the docker container create command and the `--privileged` option to docker run
|
|
404
|
+
*
|
|
405
|
+
* > This parameter is not supported for Windows containers or tasks run on AWS Fargate .
|
|
406
|
+
*/
|
|
407
|
+
Privileged?: boolean | undefined;
|
|
408
|
+
/**
|
|
409
|
+
* When this parameter is `true` , a TTY is allocated. This parameter maps to `Tty` in the docker container create command and the `--tty` option to docker run.
|
|
410
|
+
*/
|
|
411
|
+
PseudoTerminal?: boolean | undefined;
|
|
412
|
+
/**
|
|
413
|
+
* When this parameter is true, the container is given read-only access to its root file system. This parameter maps to `ReadonlyRootfs` in the docker container create command and the `--read-only` option to docker run.
|
|
414
|
+
*
|
|
415
|
+
* > This parameter is not supported for Windows containers.
|
|
416
|
+
*/
|
|
417
|
+
ReadonlyRootFilesystem?: boolean | undefined;
|
|
418
|
+
/**
|
|
419
|
+
* The private repository authentication credentials to use.
|
|
420
|
+
*/
|
|
421
|
+
RepositoryCredentials?: RepositoryCredentials | undefined;
|
|
422
|
+
/**
|
|
423
|
+
* The type and amount of a resource to assign to a container. The only supported resource is a GPU.
|
|
424
|
+
*/
|
|
425
|
+
ResourceRequirements?: ResourceRequirement[] | undefined;
|
|
426
|
+
/**
|
|
427
|
+
* The restart policy for a container. When you set up a restart policy, Amazon ECS can restart the container without needing to replace the task. For more information, see [Restart individual containers in Amazon ECS tasks with container restart policies](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-restart-policy.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
428
|
+
*/
|
|
429
|
+
RestartPolicy?: RestartPolicy | undefined;
|
|
430
|
+
/**
|
|
431
|
+
* The secrets to pass to the container. For more information, see [Specifying Sensitive Data](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/specifying-sensitive-data.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
432
|
+
*/
|
|
433
|
+
Secrets?: Secret[] | undefined;
|
|
434
|
+
/**
|
|
435
|
+
* Time duration (in seconds) to wait before giving up on resolving dependencies for a container. For example, you specify two containers in a task definition with containerA having a dependency on containerB reaching a `COMPLETE` , `SUCCESS` , or `HEALTHY` status. If a `startTimeout` value is specified for containerB and it doesn't reach the desired status within that time then containerA gives up and not start. This results in the task transitioning to a `STOPPED` state.
|
|
436
|
+
*
|
|
437
|
+
* > When the `ECS_CONTAINER_START_TIMEOUT` container agent configuration variable is used, it's enforced independently from this start timeout value.
|
|
438
|
+
*
|
|
439
|
+
* For tasks using the Fargate launch type, the task or service requires the following platforms:
|
|
440
|
+
*
|
|
441
|
+
* - Linux platform version `1.3.0` or later.
|
|
442
|
+
* - Windows platform version `1.0.0` or later.
|
|
443
|
+
*
|
|
444
|
+
* For tasks using the EC2 launch type, your container instances require at least version `1.26.0` of the container agent to use a container start timeout value. However, we recommend using the latest container agent version. For information about checking your agent version and updating to the latest version, see [Updating the Amazon ECS Container Agent](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-update.html) in the *Amazon Elastic Container Service Developer Guide* . If you're using an Amazon ECS-optimized Linux AMI, your instance needs at least version `1.26.0-1` of the `ecs-init` package. If your container instances are launched from version `20190301` or later, then they contain the required versions of the container agent and `ecs-init` . For more information, see [Amazon ECS-optimized Linux AMI](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
445
|
+
*
|
|
446
|
+
* The valid values for Fargate are 2-120 seconds.
|
|
447
|
+
*/
|
|
448
|
+
StartTimeout?: number | undefined;
|
|
449
|
+
/**
|
|
450
|
+
* Time duration (in seconds) to wait before the container is forcefully killed if it doesn't exit normally on its own.
|
|
451
|
+
*
|
|
452
|
+
* For tasks using the Fargate launch type, the task or service requires the following platforms:
|
|
453
|
+
*
|
|
454
|
+
* - Linux platform version `1.3.0` or later.
|
|
455
|
+
* - Windows platform version `1.0.0` or later.
|
|
456
|
+
*
|
|
457
|
+
* For tasks that use the Fargate launch type, the max stop timeout value is 120 seconds and if the parameter is not specified, the default value of 30 seconds is used.
|
|
458
|
+
*
|
|
459
|
+
* For tasks that use the EC2 launch type, if the `stopTimeout` parameter isn't specified, the value set for the Amazon ECS container agent configuration variable `ECS_CONTAINER_STOP_TIMEOUT` is used. If neither the `stopTimeout` parameter or the `ECS_CONTAINER_STOP_TIMEOUT` agent configuration variable are set, then the default values of 30 seconds for Linux containers and 30 seconds on Windows containers are used. Your container instances require at least version 1.26.0 of the container agent to use a container stop timeout value. However, we recommend using the latest container agent version. For information about checking your agent version and updating to the latest version, see [Updating the Amazon ECS Container Agent](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-update.html) in the *Amazon Elastic Container Service Developer Guide* . If you're using an Amazon ECS-optimized Linux AMI, your instance needs at least version 1.26.0-1 of the `ecs-init` package. If your container instances are launched from version `20190301` or later, then they contain the required versions of the container agent and `ecs-init` . For more information, see [Amazon ECS-optimized Linux AMI](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
460
|
+
*
|
|
461
|
+
* The valid values for Fargate are 2-120 seconds.
|
|
462
|
+
*/
|
|
463
|
+
StopTimeout?: number | undefined;
|
|
464
|
+
/**
|
|
465
|
+
* A list of namespaced kernel parameters to set in the container. This parameter maps to `Sysctls` in the docker container create command and the `--sysctl` option to docker run. For example, you can configure `net.ipv4.tcp_keepalive_time` setting to maintain longer lived connections.
|
|
466
|
+
*/
|
|
467
|
+
SystemControls?: SystemControl[] | undefined;
|
|
468
|
+
/**
|
|
469
|
+
* A list of `ulimits` to set in the container. This parameter maps to `Ulimits` in the [Create a container](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.35/#operation/ContainerCreate) section of the [Docker Remote API](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.35/) and the `--ulimit` option to [docker run](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/) . Valid naming values are displayed in the [Ulimit](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_Ulimit.html) data type. This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log in to your container instance and run the following command: `sudo docker version --format '{{.Server.APIVersion}}'`
|
|
470
|
+
*
|
|
471
|
+
* > This parameter is not supported for Windows containers.
|
|
472
|
+
*/
|
|
473
|
+
Ulimits?: Ulimit[] | undefined;
|
|
474
|
+
/**
|
|
475
|
+
* The user to use inside the container. This parameter maps to `User` in the docker container create command and the `--user` option to docker run.
|
|
476
|
+
*
|
|
477
|
+
* > When running tasks using the `host` network mode, don't run containers using the root user (UID 0). We recommend using a non-root user for better security.
|
|
478
|
+
*
|
|
479
|
+
* You can specify the `user` using the following formats. If specifying a UID or GID, you must specify it as a positive integer.
|
|
480
|
+
*
|
|
481
|
+
* - `user`
|
|
482
|
+
* - `user:group`
|
|
483
|
+
* - `uid`
|
|
484
|
+
* - `uid:gid`
|
|
485
|
+
* - `user:gid`
|
|
486
|
+
* - `uid:group`
|
|
487
|
+
*
|
|
488
|
+
* > This parameter is not supported for Windows containers.
|
|
489
|
+
*/
|
|
490
|
+
User?: string | undefined;
|
|
491
|
+
/**
|
|
492
|
+
* Specifies whether Amazon ECS will resolve the container image tag provided in the container definition to an image digest. By default, the value is `enabled` . If you set the value for a container as `disabled` , Amazon ECS will not resolve the provided container image tag to a digest and will use the original image URI specified in the container definition for deployment. For more information about container image resolution, see [Container image resolution](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-type-ecs.html#deployment-container-image-stability) in the *Amazon ECS Developer Guide* .
|
|
493
|
+
* @default "enabled"
|
|
494
|
+
*/
|
|
495
|
+
VersionConsistency?: "enabled" | "disabled" | undefined;
|
|
496
|
+
/**
|
|
497
|
+
* Data volumes to mount from another container. This parameter maps to `VolumesFrom` in the docker container create command and the `--volumes-from` option to docker run.
|
|
498
|
+
*/
|
|
499
|
+
VolumesFrom?: VolumeFrom[] | undefined;
|
|
500
|
+
/**
|
|
501
|
+
* The working directory to run commands inside the container in. This parameter maps to `WorkingDir` in the docker container create command and the `--workdir` option to docker run.
|
|
502
|
+
*/
|
|
503
|
+
WorkingDirectory?: string | undefined;
|
|
504
|
+
};
|
|
505
|
+
/**
|
|
506
|
+
* The `ContainerDependency` property specifies the dependencies defined for container startup and shutdown. A container can contain multiple dependencies. When a dependency is defined for container startup, for container shutdown it is reversed.
|
|
507
|
+
*
|
|
508
|
+
* Your Amazon ECS container instances require at least version 1.26.0 of the container agent to enable container dependencies. However, we recommend using the latest container agent version. For information about checking your agent version and updating to the latest version, see [Updating the Amazon ECS Container Agent](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-update.html) in the *Amazon Elastic Container Service Developer Guide* . If you are using an Amazon ECS-optimized Linux AMI, your instance needs at least version 1.26.0-1 of the `ecs-init` package. If your container instances are launched from version `20190301` or later, then they contain the required versions of the container agent and `ecs-init` . For more information, see [Amazon ECS-optimized Linux AMI](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
509
|
+
*
|
|
510
|
+
* > For tasks using the Fargate launch type, this parameter requires that the task or service uses platform version 1.3.0 or later.
|
|
511
|
+
*/
|
|
512
|
+
export type ContainerDependency = {
|
|
513
|
+
/**
|
|
514
|
+
* The dependency condition of the container. The following are the available conditions and their behavior:
|
|
515
|
+
*
|
|
516
|
+
* - `START` - This condition emulates the behavior of links and volumes today. It validates that a dependent container is started before permitting other containers to start.
|
|
517
|
+
* - `COMPLETE` - This condition validates that a dependent container runs to completion (exits) before permitting other containers to start. This can be useful for nonessential containers that run a script and then exit. This condition can't be set on an essential container.
|
|
518
|
+
* - `SUCCESS` - This condition is the same as `COMPLETE` , but it also requires that the container exits with a `zero` status. This condition can't be set on an essential container.
|
|
519
|
+
* - `HEALTHY` - This condition validates that the dependent container passes its Docker health check before permitting other containers to start. This requires that the dependent container has health checks configured. This condition is confirmed only at task startup.
|
|
520
|
+
*/
|
|
521
|
+
Condition?: string | undefined;
|
|
522
|
+
/**
|
|
523
|
+
* The name of a container.
|
|
524
|
+
*/
|
|
525
|
+
ContainerName?: string | undefined;
|
|
526
|
+
};
|
|
527
|
+
/**
|
|
528
|
+
* The `Device` property specifies an object representing a container instance host device.
|
|
529
|
+
*/
|
|
530
|
+
export type Device = {
|
|
531
|
+
/**
|
|
532
|
+
* The path inside the container at which to expose the host device.
|
|
533
|
+
*/
|
|
534
|
+
ContainerPath?: string | undefined;
|
|
535
|
+
/**
|
|
536
|
+
* The path for the device on the host container instance.
|
|
537
|
+
*/
|
|
538
|
+
HostPath?: string | undefined;
|
|
539
|
+
/**
|
|
540
|
+
* The explicit permissions to provide to the container for the device. By default, the container has permissions for `read` , `write` , and `mknod` for the device.
|
|
541
|
+
*/
|
|
542
|
+
Permissions?: string[] | undefined;
|
|
543
|
+
};
|
|
544
|
+
/**
|
|
545
|
+
* The `DockerVolumeConfiguration` property specifies a Docker volume configuration and is used when you use Docker volumes. Docker volumes are only supported when you are using the EC2 launch type. Windows containers only support the use of the `local` driver. To use bind mounts, specify a `host` instead.
|
|
546
|
+
*/
|
|
547
|
+
export type DockerVolumeConfiguration = {
|
|
548
|
+
/**
|
|
549
|
+
* If this value is `true` , the Docker volume is created if it doesn't already exist.
|
|
550
|
+
*
|
|
551
|
+
* > This field is only used if the `scope` is `shared` .
|
|
552
|
+
*/
|
|
553
|
+
Autoprovision?: boolean | undefined;
|
|
554
|
+
/**
|
|
555
|
+
* The Docker volume driver to use. The driver value must match the driver name provided by Docker because it is used for task placement. If the driver was installed using the Docker plugin CLI, use `docker plugin ls` to retrieve the driver name from your container instance. If the driver was installed using another method, use Docker plugin discovery to retrieve the driver name. This parameter maps to `Driver` in the docker container create command and the `xxdriver` option to docker volume create.
|
|
556
|
+
*/
|
|
557
|
+
Driver?: string | undefined;
|
|
558
|
+
/**
|
|
559
|
+
* A map of Docker driver-specific options passed through. This parameter maps to `DriverOpts` in the docker create-volume command and the `xxopt` option to docker volume create.
|
|
560
|
+
*/
|
|
561
|
+
DriverOpts?: Record<string, string> | undefined;
|
|
562
|
+
/**
|
|
563
|
+
* Custom metadata to add to your Docker volume. This parameter maps to `Labels` in the docker container create command and the `xxlabel` option to docker volume create.
|
|
564
|
+
*/
|
|
565
|
+
Labels?: Record<string, string> | undefined;
|
|
566
|
+
/**
|
|
567
|
+
* The scope for the Docker volume that determines its lifecycle. Docker volumes that are scoped to a `task` are automatically provisioned when the task starts and destroyed when the task stops. Docker volumes that are scoped as `shared` persist after the task stops.
|
|
568
|
+
*/
|
|
569
|
+
Scope?: string | undefined;
|
|
570
|
+
};
|
|
571
|
+
/**
|
|
572
|
+
* This parameter is specified when you're using an Amazon Elastic File System file system for task storage. For more information, see [Amazon EFS volumes](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/efs-volumes.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
573
|
+
*/
|
|
574
|
+
export type EFSVolumeConfiguration = {
|
|
575
|
+
/**
|
|
576
|
+
* The authorization configuration details for the Amazon EFS file system.
|
|
577
|
+
*/
|
|
578
|
+
AuthorizationConfig?: AuthorizationConfig | undefined;
|
|
579
|
+
/**
|
|
580
|
+
* The Amazon EFS file system ID to use.
|
|
581
|
+
*/
|
|
582
|
+
FilesystemId: string;
|
|
583
|
+
/**
|
|
584
|
+
* The directory within the Amazon EFS file system to mount as the root directory inside the host. If this parameter is omitted, the root of the Amazon EFS volume will be used. Specifying `/` will have the same effect as omitting this parameter.
|
|
585
|
+
*
|
|
586
|
+
* > If an EFS access point is specified in the `authorizationConfig` , the root directory parameter must either be omitted or set to `/` which will enforce the path set on the EFS access point.
|
|
587
|
+
*/
|
|
588
|
+
RootDirectory?: string | undefined;
|
|
589
|
+
/**
|
|
590
|
+
* Determines whether to use encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon EFS server. Transit encryption must be turned on if Amazon EFS IAM authorization is used. If this parameter is omitted, the default value of `DISABLED` is used. For more information, see [Encrypting data in transit](https://docs.aws.amazon.com/efs/latest/ug/encryption-in-transit.html) in the *Amazon Elastic File System User Guide* .
|
|
591
|
+
*/
|
|
592
|
+
TransitEncryption?: "ENABLED" | "DISABLED" | undefined;
|
|
593
|
+
/**
|
|
594
|
+
* The port to use when sending encrypted data between the Amazon ECS host and the Amazon EFS server. If you do not specify a transit encryption port, it will use the port selection strategy that the Amazon EFS mount helper uses. For more information, see [EFS mount helper](https://docs.aws.amazon.com/efs/latest/ug/efs-mount-helper.html) in the *Amazon Elastic File System User Guide* .
|
|
595
|
+
*/
|
|
596
|
+
TransitEncryptionPort?: number | undefined;
|
|
597
|
+
};
|
|
598
|
+
/**
|
|
599
|
+
* A list of files containing the environment variables to pass to a container. You can specify up to ten environment files. The file must have a `.env` file extension. Each line in an environment file should contain an environment variable in `VARIABLE=VALUE` format. Lines beginning with `#` are treated as comments and are ignored.
|
|
600
|
+
*
|
|
601
|
+
* If there are environment variables specified using the `environment` parameter in a container definition, they take precedence over the variables contained within an environment file. If multiple environment files are specified that contain the same variable, they're processed from the top down. We recommend that you use unique variable names. For more information, see [Use a file to pass environment variables to a container](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/use-environment-file.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
602
|
+
*
|
|
603
|
+
* Environment variable files are objects in Amazon S3 and all Amazon S3 security considerations apply.
|
|
604
|
+
*
|
|
605
|
+
* You must use the following platforms for the Fargate launch type:
|
|
606
|
+
*
|
|
607
|
+
* - Linux platform version `1.4.0` or later.
|
|
608
|
+
* - Windows platform version `1.0.0` or later.
|
|
609
|
+
*
|
|
610
|
+
* Consider the following when using the Fargate launch type:
|
|
611
|
+
*
|
|
612
|
+
* - The file is handled like a native Docker env-file.
|
|
613
|
+
* - There is no support for shell escape handling.
|
|
614
|
+
* - The container entry point interperts the `VARIABLE` values.
|
|
615
|
+
*/
|
|
616
|
+
export type EnvironmentFile = {
|
|
617
|
+
/**
|
|
618
|
+
* The file type to use. Environment files are objects in Amazon S3. The only supported value is `s3` .
|
|
619
|
+
*/
|
|
620
|
+
Type?: string | undefined;
|
|
621
|
+
/**
|
|
622
|
+
* The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file.
|
|
623
|
+
*/
|
|
624
|
+
Value?: string | undefined;
|
|
625
|
+
};
|
|
626
|
+
/**
|
|
627
|
+
* The amount of ephemeral storage to allocate for the task. This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on AWS Fargate . For more information, see [Using data volumes in tasks](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html) in the *Amazon ECS Developer Guide;* .
|
|
628
|
+
*
|
|
629
|
+
* > For tasks using the Fargate launch type, the task requires the following platforms:
|
|
630
|
+
* >
|
|
631
|
+
* > - Linux platform version `1.4.0` or later.
|
|
632
|
+
* > - Windows platform version `1.0.0` or later.
|
|
633
|
+
*/
|
|
634
|
+
export type EphemeralStorage = {
|
|
635
|
+
/**
|
|
636
|
+
* The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is `21` GiB and the maximum supported value is `200` GiB.
|
|
637
|
+
*/
|
|
638
|
+
SizeInGiB?: number | undefined;
|
|
639
|
+
};
|
|
640
|
+
/**
|
|
641
|
+
* The authorization configuration details for Amazon FSx for Windows File Server file system. See [FSxWindowsFileServerVolumeConfiguration](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_FSxWindowsFileServerVolumeConfiguration.html) in the *Amazon ECS API Reference* .
|
|
642
|
+
*
|
|
643
|
+
* For more information and the input format, see [Amazon FSx for Windows File Server Volumes](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/wfsx-volumes.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
644
|
+
*/
|
|
645
|
+
export type FSxAuthorizationConfig = {
|
|
646
|
+
/**
|
|
647
|
+
* The authorization credential option to use. The authorization credential options can be provided using either the Amazon Resource Name (ARN) of an AWS Secrets Manager secret or SSM Parameter Store parameter. The ARN refers to the stored credentials.
|
|
648
|
+
*/
|
|
649
|
+
CredentialsParameter: string;
|
|
650
|
+
/**
|
|
651
|
+
* A fully qualified domain name hosted by an [AWS Directory Service](https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_microsoft_ad.html) Managed Microsoft AD (Active Directory) or self-hosted AD on Amazon EC2.
|
|
652
|
+
*/
|
|
653
|
+
Domain: string;
|
|
654
|
+
};
|
|
655
|
+
/**
|
|
656
|
+
* This parameter is specified when you're using [Amazon FSx for Windows File Server](https://docs.aws.amazon.com/fsx/latest/WindowsGuide/what-is.html) file system for task storage.
|
|
657
|
+
*
|
|
658
|
+
* For more information and the input format, see [Amazon FSx for Windows File Server volumes](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/wfsx-volumes.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
659
|
+
*/
|
|
660
|
+
export type FSxWindowsFileServerVolumeConfiguration = {
|
|
661
|
+
/**
|
|
662
|
+
* The authorization configuration details for the Amazon FSx for Windows File Server file system.
|
|
663
|
+
*/
|
|
664
|
+
AuthorizationConfig?: FSxAuthorizationConfig | undefined;
|
|
665
|
+
/**
|
|
666
|
+
* The Amazon FSx for Windows File Server file system ID to use.
|
|
667
|
+
*/
|
|
668
|
+
FileSystemId: string;
|
|
669
|
+
/**
|
|
670
|
+
* The directory within the Amazon FSx for Windows File Server file system to mount as the root directory inside the host.
|
|
671
|
+
*/
|
|
672
|
+
RootDirectory: string;
|
|
673
|
+
};
|
|
674
|
+
/**
|
|
675
|
+
* The FireLens configuration for the container. This is used to specify and configure a log router for container logs. For more information, see [Custom log routing](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_firelens.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
676
|
+
*/
|
|
677
|
+
export type FirelensConfiguration = {
|
|
678
|
+
/**
|
|
679
|
+
* The options to use when configuring the log router. This field is optional and can be used to add additional metadata, such as the task, task definition, cluster, and container instance details to the log event.
|
|
680
|
+
*
|
|
681
|
+
* If specified, valid option keys are:
|
|
682
|
+
*
|
|
683
|
+
* - `enable-ecs-log-metadata` , which can be `true` or `false`
|
|
684
|
+
* - `config-file-type` , which can be `s3` or `file`
|
|
685
|
+
* - `config-file-value` , which is either an S3 ARN or a file path
|
|
686
|
+
*/
|
|
687
|
+
Options?: Record<string, string> | undefined;
|
|
688
|
+
/**
|
|
689
|
+
* The log router to use. The valid values are `fluentd` or `fluentbit` .
|
|
690
|
+
*/
|
|
691
|
+
Type?: string | undefined;
|
|
692
|
+
};
|
|
693
|
+
/**
|
|
694
|
+
* The `HealthCheck` property specifies an object representing a container health check. Health check parameters that are specified in a container definition override any Docker health checks that exist in the container image (such as those specified in a parent image or from the image's Dockerfile). This configuration maps to the `HEALTHCHECK` parameter of docker run.
|
|
695
|
+
*
|
|
696
|
+
* > The Amazon ECS container agent only monitors and reports on the health checks specified in the task definition. Amazon ECS does not monitor Docker health checks that are embedded in a container image and not specified in the container definition. Health check parameters that are specified in a container definition override any Docker health checks that exist in the container image.
|
|
697
|
+
*
|
|
698
|
+
* If a task is run manually, and not as part of a service, the task will continue its lifecycle regardless of its health status. For tasks that are part of a service, if the task reports as unhealthy then the task will be stopped and the service scheduler will replace it.
|
|
699
|
+
*
|
|
700
|
+
* The following are notes about container health check support:
|
|
701
|
+
*
|
|
702
|
+
* - Container health checks require version 1.17.0 or greater of the Amazon ECS container agent. For more information, see [Updating the Amazon ECS Container Agent](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-update.html) .
|
|
703
|
+
* - Container health checks are supported for Fargate tasks if you are using platform version 1.1.0 or greater. For more information, see [AWS Fargate Platform Versions](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html) .
|
|
704
|
+
* - Container health checks are not supported for tasks that are part of a service that is configured to use a Classic Load Balancer.
|
|
705
|
+
*/
|
|
706
|
+
export type HealthCheck = {
|
|
707
|
+
/**
|
|
708
|
+
* A string array representing the command that the container runs to determine if it is healthy. The string array must start with `CMD` to run the command arguments directly, or `CMD-SHELL` to run the command with the container's default shell.
|
|
709
|
+
*
|
|
710
|
+
* When you use the AWS Management Console JSON panel, the AWS Command Line Interface , or the APIs, enclose the list of commands in double quotes and brackets.
|
|
711
|
+
*
|
|
712
|
+
* `[ "CMD-SHELL", "curl -f http://localhost/ || exit 1" ]`
|
|
713
|
+
*
|
|
714
|
+
* You don't include the double quotes and brackets when you use the AWS Management Console.
|
|
715
|
+
*
|
|
716
|
+
* `CMD-SHELL, curl -f http://localhost/ || exit 1`
|
|
717
|
+
*
|
|
718
|
+
* An exit code of 0 indicates success, and non-zero exit code indicates failure. For more information, see `HealthCheck` in the docker container create command.
|
|
719
|
+
*/
|
|
720
|
+
Command?: string[] | undefined;
|
|
721
|
+
/**
|
|
722
|
+
* The time period in seconds between each health check execution. You may specify between 5 and 300 seconds. The default value is 30 seconds. This value applies only when you specify a `command` .
|
|
723
|
+
*/
|
|
724
|
+
Interval?: number | undefined;
|
|
725
|
+
/**
|
|
726
|
+
* The number of times to retry a failed health check before the container is considered unhealthy. You may specify between 1 and 10 retries. The default value is 3. This value applies only when you specify a `command` .
|
|
727
|
+
*/
|
|
728
|
+
Retries?: number | undefined;
|
|
729
|
+
/**
|
|
730
|
+
* The optional grace period to provide containers time to bootstrap before failed health checks count towards the maximum number of retries. You can specify between 0 and 300 seconds. By default, the `startPeriod` is off. This value applies only when you specify a `command` .
|
|
731
|
+
*
|
|
732
|
+
* > If a health check succeeds within the `startPeriod` , then the container is considered healthy and any subsequent failures count toward the maximum number of retries.
|
|
733
|
+
*/
|
|
734
|
+
StartPeriod?: number | undefined;
|
|
735
|
+
/**
|
|
736
|
+
* The time period in seconds to wait for a health check to succeed before it is considered a failure. You may specify between 2 and 60 seconds. The default value is 5. This value applies only when you specify a `command` .
|
|
737
|
+
*/
|
|
738
|
+
Timeout?: number | undefined;
|
|
739
|
+
};
|
|
740
|
+
/**
|
|
741
|
+
* The `HostEntry` property specifies a hostname and an IP address that are added to the `/etc/hosts` file of a container through the `extraHosts` parameter of its `ContainerDefinition` resource.
|
|
742
|
+
*/
|
|
743
|
+
export type HostEntry = {
|
|
744
|
+
/**
|
|
745
|
+
* The hostname to use in the `/etc/hosts` entry.
|
|
746
|
+
*/
|
|
747
|
+
Hostname?: string | undefined;
|
|
748
|
+
/**
|
|
749
|
+
* The IP address to use in the `/etc/hosts` entry.
|
|
750
|
+
*/
|
|
751
|
+
IpAddress?: string | undefined;
|
|
752
|
+
};
|
|
753
|
+
/**
|
|
754
|
+
* The `HostVolumeProperties` property specifies details on a container instance bind mount host volume.
|
|
755
|
+
*/
|
|
756
|
+
export type HostVolumeProperties = {
|
|
757
|
+
/**
|
|
758
|
+
* When the `host` parameter is used, specify a `sourcePath` to declare the path on the host container instance that's presented to the container. If this parameter is empty, then the Docker daemon has assigned a host path for you. If the `host` parameter contains a `sourcePath` file location, then the data volume persists at the specified location on the host container instance until you delete it manually. If the `sourcePath` value doesn't exist on the host container instance, the Docker daemon creates it. If the location does exist, the contents of the source path folder are exported.
|
|
759
|
+
*
|
|
760
|
+
* If you're using the Fargate launch type, the `sourcePath` parameter is not supported.
|
|
761
|
+
*/
|
|
762
|
+
SourcePath?: string | undefined;
|
|
763
|
+
};
|
|
764
|
+
/**
|
|
765
|
+
* Details on an Elastic Inference accelerator. For more information, see [Working with Amazon Elastic Inference on Amazon ECS](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-inference.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
766
|
+
*/
|
|
767
|
+
export type InferenceAccelerator = {
|
|
768
|
+
/**
|
|
769
|
+
* The Elastic Inference accelerator device name. The `deviceName` must also be referenced in a container definition as a [ResourceRequirement](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ResourceRequirement.html) .
|
|
770
|
+
*/
|
|
771
|
+
DeviceName?: string | undefined;
|
|
772
|
+
/**
|
|
773
|
+
* The Elastic Inference accelerator type to use.
|
|
774
|
+
*/
|
|
775
|
+
DeviceType?: string | undefined;
|
|
776
|
+
};
|
|
777
|
+
/**
|
|
778
|
+
* The Linux capabilities to add or remove from the default Docker configuration for a container defined in the task definition. For more detailed information about these Linux capabilities, see the [capabilities(7)](https://docs.aws.amazon.com/http://man7.org/linux/man-pages/man7/capabilities.7.html) Linux manual page.
|
|
779
|
+
*
|
|
780
|
+
* The following describes how Docker processes the Linux capabilities specified in the `add` and `drop` request parameters. For information about the latest behavior, see [Docker Compose: order of cap_drop and cap_add](https://docs.aws.amazon.com/https://forums.docker.com/t/docker-compose-order-of-cap-drop-and-cap-add/97136/1) in the Docker Community Forum.
|
|
781
|
+
*
|
|
782
|
+
* - When the container is a privleged container, the container capabilities are all of the default Docker capabilities. The capabilities specified in the `add` request parameter, and the `drop` request parameter are ignored.
|
|
783
|
+
* - When the `add` request parameter is set to ALL, the container capabilities are all of the default Docker capabilities, excluding those specified in the `drop` request parameter.
|
|
784
|
+
* - When the `drop` request parameter is set to ALL, the container capabilities are the capabilities specified in the `add` request parameter.
|
|
785
|
+
* - When the `add` request parameter and the `drop` request parameter are both empty, the capabilities the container capabilities are all of the default Docker capabilities.
|
|
786
|
+
* - The default is to first drop the capabilities specified in the `drop` request parameter, and then add the capabilities specified in the `add` request parameter.
|
|
787
|
+
*/
|
|
788
|
+
export type KernelCapabilities = {
|
|
789
|
+
/**
|
|
790
|
+
* The Linux capabilities for the container that have been added to the default configuration provided by Docker. This parameter maps to `CapAdd` in the docker container create command and the `--cap-add` option to docker run.
|
|
791
|
+
*
|
|
792
|
+
* > Tasks launched on AWS Fargate only support adding the `SYS_PTRACE` kernel capability.
|
|
793
|
+
*
|
|
794
|
+
* Valid values: `"ALL" | "AUDIT_CONTROL" | "AUDIT_WRITE" | "BLOCK_SUSPEND" | "CHOWN" | "DAC_OVERRIDE" | "DAC_READ_SEARCH" | "FOWNER" | "FSETID" | "IPC_LOCK" | "IPC_OWNER" | "KILL" | "LEASE" | "LINUX_IMMUTABLE" | "MAC_ADMIN" | "MAC_OVERRIDE" | "MKNOD" | "NET_ADMIN" | "NET_BIND_SERVICE" | "NET_BROADCAST" | "NET_RAW" | "SETFCAP" | "SETGID" | "SETPCAP" | "SETUID" | "SYS_ADMIN" | "SYS_BOOT" | "SYS_CHROOT" | "SYS_MODULE" | "SYS_NICE" | "SYS_PACCT" | "SYS_PTRACE" | "SYS_RAWIO" | "SYS_RESOURCE" | "SYS_TIME" | "SYS_TTY_CONFIG" | "SYSLOG" | "WAKE_ALARM"`
|
|
795
|
+
*/
|
|
796
|
+
Add?: string[] | undefined;
|
|
797
|
+
/**
|
|
798
|
+
* The Linux capabilities for the container that have been removed from the default configuration provided by Docker. This parameter maps to `CapDrop` in the docker container create command and the `--cap-drop` option to docker run.
|
|
799
|
+
*
|
|
800
|
+
* Valid values: `"ALL" | "AUDIT_CONTROL" | "AUDIT_WRITE" | "BLOCK_SUSPEND" | "CHOWN" | "DAC_OVERRIDE" | "DAC_READ_SEARCH" | "FOWNER" | "FSETID" | "IPC_LOCK" | "IPC_OWNER" | "KILL" | "LEASE" | "LINUX_IMMUTABLE" | "MAC_ADMIN" | "MAC_OVERRIDE" | "MKNOD" | "NET_ADMIN" | "NET_BIND_SERVICE" | "NET_BROADCAST" | "NET_RAW" | "SETFCAP" | "SETGID" | "SETPCAP" | "SETUID" | "SYS_ADMIN" | "SYS_BOOT" | "SYS_CHROOT" | "SYS_MODULE" | "SYS_NICE" | "SYS_PACCT" | "SYS_PTRACE" | "SYS_RAWIO" | "SYS_RESOURCE" | "SYS_TIME" | "SYS_TTY_CONFIG" | "SYSLOG" | "WAKE_ALARM"`
|
|
801
|
+
*/
|
|
802
|
+
Drop?: string[] | undefined;
|
|
803
|
+
};
|
|
804
|
+
/**
|
|
805
|
+
* A key-value pair object.
|
|
806
|
+
*/
|
|
807
|
+
export type KeyValuePair = {
|
|
808
|
+
/**
|
|
809
|
+
* The name of the key-value pair. For environment variables, this is the name of the environment variable.
|
|
810
|
+
*/
|
|
811
|
+
Name?: string | undefined;
|
|
812
|
+
/**
|
|
813
|
+
* The value of the key-value pair. For environment variables, this is the value of the environment variable.
|
|
814
|
+
*/
|
|
815
|
+
Value?: string | undefined;
|
|
816
|
+
};
|
|
817
|
+
/**
|
|
818
|
+
* The Linux-specific options that are applied to the container, such as Linux [KernelCapabilities](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_KernelCapabilities.html) .
|
|
819
|
+
*/
|
|
820
|
+
export type LinuxParameters = {
|
|
821
|
+
/**
|
|
822
|
+
* The Linux capabilities for the container that are added to or dropped from the default configuration provided by Docker.
|
|
823
|
+
*
|
|
824
|
+
* > For tasks that use the Fargate launch type, `capabilities` is supported for all platform versions but the `add` parameter is only supported if using platform version 1.4.0 or later.
|
|
825
|
+
*/
|
|
826
|
+
Capabilities?: KernelCapabilities | undefined;
|
|
827
|
+
/**
|
|
828
|
+
* Any host devices to expose to the container. This parameter maps to `Devices` in the docker container create command and the `--device` option to docker run.
|
|
829
|
+
*
|
|
830
|
+
* > If you're using tasks that use the Fargate launch type, the `devices` parameter isn't supported.
|
|
831
|
+
*/
|
|
832
|
+
Devices?: Device[] | undefined;
|
|
833
|
+
/**
|
|
834
|
+
* Run an `init` process inside the container that forwards signals and reaps processes. This parameter maps to the `--init` option to docker run. This parameter requires version 1.25 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log in to your container instance and run the following command: `sudo docker version --format '{{.Server.APIVersion}}'`
|
|
835
|
+
*/
|
|
836
|
+
InitProcessEnabled?: boolean | undefined;
|
|
837
|
+
/**
|
|
838
|
+
* The total amount of swap memory (in MiB) a container can use. This parameter will be translated to the `--memory-swap` option to docker run where the value would be the sum of the container memory plus the `maxSwap` value.
|
|
839
|
+
*
|
|
840
|
+
* If a `maxSwap` value of `0` is specified, the container will not use swap. Accepted values are `0` or any positive integer. If the `maxSwap` parameter is omitted, the container will use the swap configuration for the container instance it is running on. A `maxSwap` value must be set for the `swappiness` parameter to be used.
|
|
841
|
+
*
|
|
842
|
+
* > If you're using tasks that use the Fargate launch type, the `maxSwap` parameter isn't supported.
|
|
843
|
+
* >
|
|
844
|
+
* > If you're using tasks on Amazon Linux 2023 the `swappiness` parameter isn't supported.
|
|
845
|
+
*/
|
|
846
|
+
MaxSwap?: number | undefined;
|
|
847
|
+
/**
|
|
848
|
+
* The value for the size (in MiB) of the `/dev/shm` volume. This parameter maps to the `--shm-size` option to docker run.
|
|
849
|
+
*
|
|
850
|
+
* > If you are using tasks that use the Fargate launch type, the `sharedMemorySize` parameter is not supported.
|
|
851
|
+
*/
|
|
852
|
+
SharedMemorySize?: number | undefined;
|
|
853
|
+
/**
|
|
854
|
+
* This allows you to tune a container's memory swappiness behavior. A `swappiness` value of `0` will cause swapping to not happen unless absolutely necessary. A `swappiness` value of `100` will cause pages to be swapped very aggressively. Accepted values are whole numbers between `0` and `100` . If the `swappiness` parameter is not specified, a default value of `60` is used. If a value is not specified for `maxSwap` then this parameter is ignored. This parameter maps to the `--memory-swappiness` option to docker run.
|
|
855
|
+
*
|
|
856
|
+
* > If you're using tasks that use the Fargate launch type, the `swappiness` parameter isn't supported.
|
|
857
|
+
* >
|
|
858
|
+
* > If you're using tasks on Amazon Linux 2023 the `swappiness` parameter isn't supported.
|
|
859
|
+
*/
|
|
860
|
+
Swappiness?: number | undefined;
|
|
861
|
+
/**
|
|
862
|
+
* The container path, mount options, and size (in MiB) of the tmpfs mount. This parameter maps to the `--tmpfs` option to docker run.
|
|
863
|
+
*
|
|
864
|
+
* > If you're using tasks that use the Fargate launch type, the `tmpfs` parameter isn't supported.
|
|
865
|
+
*/
|
|
866
|
+
Tmpfs?: Tmpfs[] | undefined;
|
|
867
|
+
};
|
|
868
|
+
/**
|
|
869
|
+
* The `LogConfiguration` property specifies log configuration options to send to a custom log driver for the container.
|
|
870
|
+
*/
|
|
871
|
+
export type LogConfiguration = {
|
|
872
|
+
/**
|
|
873
|
+
* The log driver to use for the container.
|
|
874
|
+
*
|
|
875
|
+
* For tasks on AWS Fargate , the supported log drivers are `awslogs` , `splunk` , and `awsfirelens` .
|
|
876
|
+
*
|
|
877
|
+
* For tasks hosted on Amazon EC2 instances, the supported log drivers are `awslogs` , `fluentd` , `gelf` , `json-file` , `journald` , `syslog` , `splunk` , and `awsfirelens` .
|
|
878
|
+
*
|
|
879
|
+
* For more information about using the `awslogs` log driver, see [Send Amazon ECS logs to CloudWatch](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_awslogs.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
880
|
+
*
|
|
881
|
+
* For more information about using the `awsfirelens` log driver, see [Send Amazon ECS logs to an AWS service or AWS Partner](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_firelens.html) .
|
|
882
|
+
*
|
|
883
|
+
* > If you have a custom driver that isn't listed, you can fork the Amazon ECS container agent project that's [available on GitHub](https://docs.aws.amazon.com/https://github.com/aws/amazon-ecs-agent) and customize it to work with that driver. We encourage you to submit pull requests for changes that you would like to have included. However, we don't currently provide support for running modified copies of this software.
|
|
884
|
+
*/
|
|
885
|
+
LogDriver: string;
|
|
886
|
+
/**
|
|
887
|
+
* The configuration options to send to the log driver.
|
|
888
|
+
*
|
|
889
|
+
* The options you can specify depend on the log driver. Some of the options you can specify when you use the `awslogs` log driver to route logs to Amazon CloudWatch include the following:
|
|
890
|
+
*
|
|
891
|
+
* - **awslogs-create-group** - Required: No
|
|
892
|
+
*
|
|
893
|
+
* Specify whether you want the log group to be created automatically. If this option isn't specified, it defaults to `false` .
|
|
894
|
+
*
|
|
895
|
+
* > Your IAM policy must include the `logs:CreateLogGroup` permission before you attempt to use `awslogs-create-group` .
|
|
896
|
+
* - **awslogs-region** - Required: Yes
|
|
897
|
+
*
|
|
898
|
+
* Specify the AWS Region that the `awslogs` log driver is to send your Docker logs to. You can choose to send all of your logs from clusters in different Regions to a single region in CloudWatch Logs. This is so that they're all visible in one location. Otherwise, you can separate them by Region for more granularity. Make sure that the specified log group exists in the Region that you specify with this option.
|
|
899
|
+
* - **awslogs-group** - Required: Yes
|
|
900
|
+
*
|
|
901
|
+
* Make sure to specify a log group that the `awslogs` log driver sends its log streams to.
|
|
902
|
+
* - **awslogs-stream-prefix** - Required: Yes, when using Fargate.Optional when using EC2.
|
|
903
|
+
*
|
|
904
|
+
* Use the `awslogs-stream-prefix` option to associate a log stream with the specified prefix, the container name, and the ID of the Amazon ECS task that the container belongs to. If you specify a prefix with this option, then the log stream takes the format `prefix-name/container-name/ecs-task-id` .
|
|
905
|
+
*
|
|
906
|
+
* If you don't specify a prefix with this option, then the log stream is named after the container ID that's assigned by the Docker daemon on the container instance. Because it's difficult to trace logs back to the container that sent them with just the Docker container ID (which is only available on the container instance), we recommend that you specify a prefix with this option.
|
|
907
|
+
*
|
|
908
|
+
* For Amazon ECS services, you can use the service name as the prefix. Doing so, you can trace log streams to the service that the container belongs to, the name of the container that sent them, and the ID of the task that the container belongs to.
|
|
909
|
+
*
|
|
910
|
+
* You must specify a stream-prefix for your logs to have your logs appear in the Log pane when using the Amazon ECS console.
|
|
911
|
+
* - **awslogs-datetime-format** - Required: No
|
|
912
|
+
*
|
|
913
|
+
* This option defines a multiline start pattern in Python `strftime` format. A log message consists of a line that matches the pattern and any following lines that don’t match the pattern. The matched line is the delimiter between log messages.
|
|
914
|
+
*
|
|
915
|
+
* One example of a use case for using this format is for parsing output such as a stack dump, which might otherwise be logged in multiple entries. The correct pattern allows it to be captured in a single entry.
|
|
916
|
+
*
|
|
917
|
+
* For more information, see [awslogs-datetime-format](https://docs.aws.amazon.com/https://docs.docker.com/config/containers/logging/awslogs/#awslogs-datetime-format) .
|
|
918
|
+
*
|
|
919
|
+
* You cannot configure both the `awslogs-datetime-format` and `awslogs-multiline-pattern` options.
|
|
920
|
+
*
|
|
921
|
+
* > Multiline logging performs regular expression parsing and matching of all log messages. This might have a negative impact on logging performance.
|
|
922
|
+
* - **awslogs-multiline-pattern** - Required: No
|
|
923
|
+
*
|
|
924
|
+
* This option defines a multiline start pattern that uses a regular expression. A log message consists of a line that matches the pattern and any following lines that don’t match the pattern. The matched line is the delimiter between log messages.
|
|
925
|
+
*
|
|
926
|
+
* For more information, see [awslogs-multiline-pattern](https://docs.aws.amazon.com/https://docs.docker.com/config/containers/logging/awslogs/#awslogs-multiline-pattern) .
|
|
927
|
+
*
|
|
928
|
+
* This option is ignored if `awslogs-datetime-format` is also configured.
|
|
929
|
+
*
|
|
930
|
+
* You cannot configure both the `awslogs-datetime-format` and `awslogs-multiline-pattern` options.
|
|
931
|
+
*
|
|
932
|
+
* > Multiline logging performs regular expression parsing and matching of all log messages. This might have a negative impact on logging performance.
|
|
933
|
+
*
|
|
934
|
+
* The following options apply to all supported log drivers.
|
|
935
|
+
*
|
|
936
|
+
* - **mode** - Required: No
|
|
937
|
+
*
|
|
938
|
+
* Valid values: `non-blocking` | `blocking`
|
|
939
|
+
*
|
|
940
|
+
* This option defines the delivery mode of log messages from the container to the log driver specified using `logDriver` . The delivery mode you choose affects application availability when the flow of logs from container is interrupted.
|
|
941
|
+
*
|
|
942
|
+
* If you use the `blocking` mode and the flow of logs is interrupted, calls from container code to write to the `stdout` and `stderr` streams will block. The logging thread of the application will block as a result. This may cause the application to become unresponsive and lead to container healthcheck failure.
|
|
943
|
+
*
|
|
944
|
+
* If you use the `non-blocking` mode, the container's logs are instead stored in an in-memory intermediate buffer configured with the `max-buffer-size` option. This prevents the application from becoming unresponsive when logs cannot be sent. We recommend using this mode if you want to ensure service availability and are okay with some log loss. For more information, see [Preventing log loss with non-blocking mode in the `awslogs` container log driver](https://docs.aws.amazon.com/containers/preventing-log-loss-with-non-blocking-mode-in-the-awslogs-container-log-driver/) .
|
|
945
|
+
*
|
|
946
|
+
* You can set a default `mode` for all containers in a specific AWS Region by using the `defaultLogDriverMode` account setting. If you don't specify the `mode` option or configure the account setting, Amazon ECS will default to the `blocking` mode. For more information about the account setting, see [Default log driver mode](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#default-log-driver-mode) in the *Amazon Elastic Container Service Developer Guide* .
|
|
947
|
+
* - **max-buffer-size** - Required: No
|
|
948
|
+
*
|
|
949
|
+
* Default value: `1m`
|
|
950
|
+
*
|
|
951
|
+
* When `non-blocking` mode is used, the `max-buffer-size` log option controls the size of the buffer that's used for intermediate message storage. Make sure to specify an adequate buffer size based on your application. When the buffer fills up, further logs cannot be stored. Logs that cannot be stored are lost.
|
|
952
|
+
*
|
|
953
|
+
* To route logs using the `splunk` log router, you need to specify a `splunk-token` and a `splunk-url` .
|
|
954
|
+
*
|
|
955
|
+
* When you use the `awsfirelens` log router to route logs to an AWS Service or AWS Partner Network destination for log storage and analytics, you can set the `log-driver-buffer-limit` option to limit the number of events that are buffered in memory, before being sent to the log router container. It can help to resolve potential log loss issue because high throughput might result in memory running out for the buffer inside of Docker.
|
|
956
|
+
*
|
|
957
|
+
* Other options you can specify when using `awsfirelens` to route logs depend on the destination. When you export logs to Amazon Data Firehose, you can specify the AWS Region with `region` and a name for the log stream with `delivery_stream` .
|
|
958
|
+
*
|
|
959
|
+
* When you export logs to Amazon Kinesis Data Streams, you can specify an AWS Region with `region` and a data stream name with `stream` .
|
|
960
|
+
*
|
|
961
|
+
* When you export logs to Amazon OpenSearch Service, you can specify options like `Name` , `Host` (OpenSearch Service endpoint without protocol), `Port` , `Index` , `Type` , `Aws_auth` , `Aws_region` , `Suppress_Type_Name` , and `tls` . For more information, see [Under the hood: FireLens for Amazon ECS Tasks](https://docs.aws.amazon.com/containers/under-the-hood-firelens-for-amazon-ecs-tasks/) .
|
|
962
|
+
*
|
|
963
|
+
* When you export logs to Amazon S3, you can specify the bucket using the `bucket` option. You can also specify `region` , `total_file_size` , `upload_timeout` , and `use_put_object` as options.
|
|
964
|
+
*
|
|
965
|
+
* This parameter requires version 1.19 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log in to your container instance and run the following command: `sudo docker version --format '{{.Server.APIVersion}}'`
|
|
966
|
+
*/
|
|
967
|
+
Options?: Record<string, string> | undefined;
|
|
968
|
+
/**
|
|
969
|
+
* The secrets to pass to the log configuration. For more information, see [Specifying sensitive data](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/specifying-sensitive-data.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
970
|
+
*/
|
|
971
|
+
SecretOptions?: Secret[] | undefined;
|
|
972
|
+
};
|
|
973
|
+
/**
|
|
974
|
+
* The details for a volume mount point that's used in a container definition.
|
|
975
|
+
*/
|
|
976
|
+
export type MountPoint = {
|
|
977
|
+
/**
|
|
978
|
+
* The path on the container to mount the host volume at.
|
|
979
|
+
*/
|
|
980
|
+
ContainerPath?: string | undefined;
|
|
981
|
+
/**
|
|
982
|
+
* If this value is `true` , the container has read-only access to the volume. If this value is `false` , then the container can write to the volume. The default value is `false` .
|
|
983
|
+
*/
|
|
984
|
+
ReadOnly?: boolean | undefined;
|
|
985
|
+
/**
|
|
986
|
+
* The name of the volume to mount. Must be a volume name referenced in the `name` parameter of task definition `volume` .
|
|
987
|
+
*/
|
|
988
|
+
SourceVolume?: string | undefined;
|
|
989
|
+
};
|
|
990
|
+
/**
|
|
991
|
+
* The `PortMapping` property specifies a port mapping. Port mappings allow containers to access ports on the host container instance to send or receive traffic. Port mappings are specified as part of the container definition.
|
|
992
|
+
*
|
|
993
|
+
* If you are using containers in a task with the `awsvpc` or `host` network mode, exposed ports should be specified using `containerPort` . The `hostPort` can be left blank or it must be the same value as the `containerPort` .
|
|
994
|
+
*
|
|
995
|
+
* After a task reaches the `RUNNING` status, manual and automatic host and container port assignments are visible in the `networkBindings` section of [DescribeTasks](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeTasks.html) API responses.
|
|
996
|
+
*/
|
|
997
|
+
export type PortMapping = {
|
|
998
|
+
/**
|
|
999
|
+
* The application protocol that's used for the port mapping. This parameter only applies to Service Connect. We recommend that you set this parameter to be consistent with the protocol that your application uses. If you set this parameter, Amazon ECS adds protocol-specific connection handling to the Service Connect proxy. If you set this parameter, Amazon ECS adds protocol-specific telemetry in the Amazon ECS console and CloudWatch.
|
|
1000
|
+
*
|
|
1001
|
+
* If you don't set a value for this parameter, then TCP is used. However, Amazon ECS doesn't add protocol-specific telemetry for TCP.
|
|
1002
|
+
*
|
|
1003
|
+
* `appProtocol` is immutable in a Service Connect service. Updating this field requires a service deletion and redeployment.
|
|
1004
|
+
*
|
|
1005
|
+
* 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* .
|
|
1006
|
+
*/
|
|
1007
|
+
AppProtocol?: "http" | "http2" | "grpc" | undefined;
|
|
1008
|
+
/**
|
|
1009
|
+
* The port number on the container that's bound to the user-specified or automatically assigned host port.
|
|
1010
|
+
*
|
|
1011
|
+
* If you use containers in a task with the `awsvpc` or `host` network mode, specify the exposed ports using `containerPort` .
|
|
1012
|
+
*
|
|
1013
|
+
* If you use containers in a task with the `bridge` network mode and you specify a container port and not a host port, your container automatically receives a host port in the ephemeral port range. For more information, see `hostPort` . Port mappings that are automatically assigned in this way do not count toward the 100 reserved ports limit of a container instance.
|
|
1014
|
+
*/
|
|
1015
|
+
ContainerPort?: number | undefined;
|
|
1016
|
+
/**
|
|
1017
|
+
* The port number range on the container that's bound to the dynamically mapped host port range.
|
|
1018
|
+
*
|
|
1019
|
+
* The following rules apply when you specify a `containerPortRange` :
|
|
1020
|
+
*
|
|
1021
|
+
* - You must use either the `bridge` network mode or the `awsvpc` network mode.
|
|
1022
|
+
* - This parameter is available for both the EC2 and AWS Fargate launch types.
|
|
1023
|
+
* - This parameter is available for both the Linux and Windows operating systems.
|
|
1024
|
+
* - The container instance must have at least version 1.67.0 of the container agent and at least version 1.67.0-1 of the `ecs-init` package
|
|
1025
|
+
* - You can specify a maximum of 100 port ranges per container.
|
|
1026
|
+
* - You do not specify a `hostPortRange` . The value of the `hostPortRange` is set as follows:
|
|
1027
|
+
*
|
|
1028
|
+
* - For containers in a task with the `awsvpc` network mode, the `hostPortRange` is set to the same value as the `containerPortRange` . This is a static mapping strategy.
|
|
1029
|
+
* - For containers in a task with the `bridge` network mode, the Amazon ECS agent finds open host ports from the default ephemeral range and passes it to docker to bind them to the container ports.
|
|
1030
|
+
* - The `containerPortRange` valid values are between 1 and 65535.
|
|
1031
|
+
* - A port can only be included in one port mapping per container.
|
|
1032
|
+
* - You cannot specify overlapping port ranges.
|
|
1033
|
+
* - The first port in the range must be less than last port in the range.
|
|
1034
|
+
* - Docker recommends that you turn off the docker-proxy in the Docker daemon config file when you have a large number of ports.
|
|
1035
|
+
*
|
|
1036
|
+
* For more information, see [Issue #11185](https://docs.aws.amazon.com/https://github.com/moby/moby/issues/11185) on the Github website.
|
|
1037
|
+
*
|
|
1038
|
+
* For information about how to turn off the docker-proxy in the Docker daemon config file, see [Docker daemon](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/bootstrap_container_instance.html#bootstrap_docker_daemon) in the *Amazon ECS Developer Guide* .
|
|
1039
|
+
*
|
|
1040
|
+
* You can call [`DescribeTasks`](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeTasks.html) to view the `hostPortRange` which are the host ports that are bound to the container ports.
|
|
1041
|
+
*/
|
|
1042
|
+
ContainerPortRange?: string | undefined;
|
|
1043
|
+
/**
|
|
1044
|
+
* The port number on the container instance to reserve for your container.
|
|
1045
|
+
*
|
|
1046
|
+
* If you specify a `containerPortRange` , leave this field empty and the value of the `hostPort` is set as follows:
|
|
1047
|
+
*
|
|
1048
|
+
* - For containers in a task with the `awsvpc` network mode, the `hostPort` is set to the same value as the `containerPort` . This is a static mapping strategy.
|
|
1049
|
+
* - For containers in a task with the `bridge` network mode, the Amazon ECS agent finds open ports on the host and automatically binds them to the container ports. This is a dynamic mapping strategy.
|
|
1050
|
+
*
|
|
1051
|
+
* If you use containers in a task with the `awsvpc` or `host` network mode, the `hostPort` can either be left blank or set to the same value as the `containerPort` .
|
|
1052
|
+
*
|
|
1053
|
+
* If you use containers in a task with the `bridge` network mode, you can specify a non-reserved host port for your container port mapping, or you can omit the `hostPort` (or set it to `0` ) while specifying a `containerPort` and your container automatically receives a port in the ephemeral port range for your container instance operating system and Docker version.
|
|
1054
|
+
*
|
|
1055
|
+
* The default ephemeral port range for Docker version 1.6.0 and later is listed on the instance under `/proc/sys/net/ipv4/ip_local_port_range` . If this kernel parameter is unavailable, the default ephemeral port range from 49153 through 65535 (Linux) or 49152 through 65535 (Windows) is used. Do not attempt to specify a host port in the ephemeral port range as these are reserved for automatic assignment. In general, ports below 32768 are outside of the ephemeral port range.
|
|
1056
|
+
*
|
|
1057
|
+
* The default reserved ports are 22 for SSH, the Docker ports 2375 and 2376, and the Amazon ECS container agent ports 51678-51680. Any host port that was previously specified in a running task is also reserved while the task is running. That is, after a task stops, the host port is released. The current reserved ports are displayed in the `remainingResources` of [DescribeContainerInstances](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeContainerInstances.html) output. A container instance can have up to 100 reserved ports at a time. This number includes the default reserved ports. Automatically assigned ports aren't included in the 100 reserved ports quota.
|
|
1058
|
+
*/
|
|
1059
|
+
HostPort?: number | undefined;
|
|
1060
|
+
/**
|
|
1061
|
+
* The name that's used for the port mapping. This parameter is the name that you use in the `serviceConnectConfiguration` and the `vpcLatticeConfigurations` of a service. The name can include up to 64 characters. The characters can include lowercase letters, numbers, underscores (_), and hyphens (-). The name can't start with a hyphen.
|
|
1062
|
+
*/
|
|
1063
|
+
Name?: string | undefined;
|
|
1064
|
+
/**
|
|
1065
|
+
* The protocol used for the port mapping. Valid values are `tcp` and `udp` . The default is `tcp` . `protocol` is immutable in a Service Connect service. Updating this field requires a service deletion and redeployment.
|
|
1066
|
+
*/
|
|
1067
|
+
Protocol?: string | undefined;
|
|
1068
|
+
};
|
|
1069
|
+
/**
|
|
1070
|
+
* The configuration details for the App Mesh proxy.
|
|
1071
|
+
*
|
|
1072
|
+
* For tasks that use the EC2 launch type, the container instances require at least version 1.26.0 of the container agent and at least version 1.26.0-1 of the `ecs-init` package to use a proxy configuration. If your container instances are launched from the Amazon ECS optimized AMI version `20190301` or later, then they contain the required versions of the container agent and `ecs-init` . For more information, see [Amazon ECS-optimized Linux AMI](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html)
|
|
1073
|
+
*/
|
|
1074
|
+
export type ProxyConfiguration = {
|
|
1075
|
+
/**
|
|
1076
|
+
* The name of the container that will serve as the App Mesh proxy.
|
|
1077
|
+
*/
|
|
1078
|
+
ContainerName: string;
|
|
1079
|
+
/**
|
|
1080
|
+
* The set of network configuration parameters to provide the Container Network Interface (CNI) plugin, specified as key-value pairs.
|
|
1081
|
+
*
|
|
1082
|
+
* - `IgnoredUID` - (Required) The user ID (UID) of the proxy container as defined by the `user` parameter in a container definition. This is used to ensure the proxy ignores its own traffic. If `IgnoredGID` is specified, this field can be empty.
|
|
1083
|
+
* - `IgnoredGID` - (Required) The group ID (GID) of the proxy container as defined by the `user` parameter in a container definition. This is used to ensure the proxy ignores its own traffic. If `IgnoredUID` is specified, this field can be empty.
|
|
1084
|
+
* - `AppPorts` - (Required) The list of ports that the application uses. Network traffic to these ports is forwarded to the `ProxyIngressPort` and `ProxyEgressPort` .
|
|
1085
|
+
* - `ProxyIngressPort` - (Required) Specifies the port that incoming traffic to the `AppPorts` is directed to.
|
|
1086
|
+
* - `ProxyEgressPort` - (Required) Specifies the port that outgoing traffic from the `AppPorts` is directed to.
|
|
1087
|
+
* - `EgressIgnoredPorts` - (Required) The egress traffic going to the specified ports is ignored and not redirected to the `ProxyEgressPort` . It can be an empty list.
|
|
1088
|
+
* - `EgressIgnoredIPs` - (Required) The egress traffic going to the specified IP addresses is ignored and not redirected to the `ProxyEgressPort` . It can be an empty list.
|
|
1089
|
+
*/
|
|
1090
|
+
ProxyConfigurationProperties?: KeyValuePair[] | undefined;
|
|
1091
|
+
/**
|
|
1092
|
+
* The proxy type. The only supported value is `APPMESH` .
|
|
1093
|
+
*/
|
|
1094
|
+
Type?: string | undefined;
|
|
1095
|
+
};
|
|
1096
|
+
/**
|
|
1097
|
+
* The repository credentials for private registry authentication.
|
|
1098
|
+
*/
|
|
1099
|
+
export type RepositoryCredentials = {
|
|
1100
|
+
/**
|
|
1101
|
+
* The Amazon Resource Name (ARN) of the secret containing the private repository credentials.
|
|
1102
|
+
*
|
|
1103
|
+
* > When you use the Amazon ECS API, AWS CLI , or AWS SDK, if the secret exists in the same Region as the task that you're launching then you can use either the full ARN or the name of the secret. When you use the AWS Management Console, you must specify the full ARN of the secret.
|
|
1104
|
+
*/
|
|
1105
|
+
CredentialsParameter?: string | undefined;
|
|
1106
|
+
};
|
|
1107
|
+
/**
|
|
1108
|
+
* The type and amount of a resource to assign to a container. The supported resource types are GPUs and Elastic Inference accelerators. For more information, see [Working with GPUs on Amazon ECS](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-gpu.html) or [Working with Amazon Elastic Inference on Amazon ECS](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-inference.html) in the *Amazon Elastic Container Service Developer Guide*
|
|
1109
|
+
*/
|
|
1110
|
+
export type ResourceRequirement = {
|
|
1111
|
+
/**
|
|
1112
|
+
* The type of resource to assign to a container.
|
|
1113
|
+
*/
|
|
1114
|
+
Type: string;
|
|
1115
|
+
/**
|
|
1116
|
+
* The value for the specified resource type.
|
|
1117
|
+
*
|
|
1118
|
+
* When the type is `GPU` , the value is the number of physical `GPUs` the Amazon ECS container agent reserves for the container. The number of GPUs that's reserved for all containers in a task can't exceed the number of available GPUs on the container instance that the task is launched on.
|
|
1119
|
+
*
|
|
1120
|
+
* When the type is `InferenceAccelerator` , the `value` matches the `deviceName` for an [InferenceAccelerator](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_InferenceAccelerator.html) specified in a task definition.
|
|
1121
|
+
*/
|
|
1122
|
+
Value: string;
|
|
1123
|
+
};
|
|
1124
|
+
/**
|
|
1125
|
+
* You can enable a restart policy for each container defined in your task definition, to overcome transient failures faster and maintain task availability. When you enable a restart policy for a container, Amazon ECS can restart the container if it exits, without needing to replace the task. For more information, see [Restart individual containers in Amazon ECS tasks with container restart policies](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/container-restart-policy.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
1126
|
+
*/
|
|
1127
|
+
export type RestartPolicy = {
|
|
1128
|
+
/**
|
|
1129
|
+
* Specifies whether a restart policy is enabled for the container.
|
|
1130
|
+
*/
|
|
1131
|
+
Enabled?: boolean | undefined;
|
|
1132
|
+
/**
|
|
1133
|
+
* A list of exit codes that Amazon ECS will ignore and not attempt a restart on. You can specify a maximum of 50 container exit codes. By default, Amazon ECS does not ignore any exit codes.
|
|
1134
|
+
*/
|
|
1135
|
+
IgnoredExitCodes?: number[] | undefined;
|
|
1136
|
+
/**
|
|
1137
|
+
* A period of time (in seconds) that the container must run for before a restart can be attempted. A container can be restarted only once every `restartAttemptPeriod` seconds. If a container isn't able to run for this time period and exits early, it will not be restarted. You can set a minimum `restartAttemptPeriod` of 60 seconds and a maximum `restartAttemptPeriod` of 1800 seconds. By default, a container must run for 300 seconds before it can be restarted.
|
|
1138
|
+
*/
|
|
1139
|
+
RestartAttemptPeriod?: number | undefined;
|
|
1140
|
+
};
|
|
1141
|
+
/**
|
|
1142
|
+
* Information about the platform for the Amazon ECS service or task.
|
|
1143
|
+
*
|
|
1144
|
+
* For more information about `RuntimePlatform` , see [RuntimePlatform](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#runtime-platform) in the *Amazon Elastic Container Service Developer Guide* .
|
|
1145
|
+
*/
|
|
1146
|
+
export type RuntimePlatform = {
|
|
1147
|
+
/**
|
|
1148
|
+
* The CPU architecture.
|
|
1149
|
+
*
|
|
1150
|
+
* You can run your Linux tasks on an ARM-based platform by setting the value to `ARM64` . This option is available for tasks that run on Linux Amazon EC2 instance or Linux containers on Fargate.
|
|
1151
|
+
*/
|
|
1152
|
+
CpuArchitecture?: string | undefined;
|
|
1153
|
+
/**
|
|
1154
|
+
* The operating system.
|
|
1155
|
+
*/
|
|
1156
|
+
OperatingSystemFamily?: string | undefined;
|
|
1157
|
+
};
|
|
1158
|
+
/**
|
|
1159
|
+
* An object representing the secret to expose to your container. Secrets can be exposed to a container in the following ways:
|
|
1160
|
+
*
|
|
1161
|
+
* - To inject sensitive data into your containers as environment variables, use the `secrets` container definition parameter.
|
|
1162
|
+
* - To reference sensitive information in the log configuration of a container, use the `secretOptions` container definition parameter.
|
|
1163
|
+
*
|
|
1164
|
+
* For more information, see [Specifying sensitive data](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/specifying-sensitive-data.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
1165
|
+
*/
|
|
1166
|
+
export type Secret = {
|
|
1167
|
+
/**
|
|
1168
|
+
* The name of the secret.
|
|
1169
|
+
*/
|
|
1170
|
+
Name: string;
|
|
1171
|
+
/**
|
|
1172
|
+
* The secret to expose to the container. The supported values are either the full ARN of the AWS Secrets Manager secret or the full ARN of the parameter in the SSM Parameter Store.
|
|
1173
|
+
*
|
|
1174
|
+
* For information about the require AWS Identity and Access Management permissions, see [Required IAM permissions for Amazon ECS secrets](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/specifying-sensitive-data-secrets.html#secrets-iam) (for Secrets Manager) or [Required IAM permissions for Amazon ECS secrets](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/specifying-sensitive-data-parameters.html) (for Systems Manager Parameter store) in the *Amazon Elastic Container Service Developer Guide* .
|
|
1175
|
+
*
|
|
1176
|
+
* > If the SSM Parameter Store parameter exists in the same Region as the task you're launching, then you can use either the full ARN or name of the parameter. If the parameter exists in a different Region, then the full ARN must be specified.
|
|
1177
|
+
*/
|
|
1178
|
+
ValueFrom: string;
|
|
1179
|
+
};
|
|
1180
|
+
/**
|
|
1181
|
+
* A list of namespaced kernel parameters to set in the container. This parameter maps to `Sysctls` in the docker container create command and the `--sysctl` option to docker run. For example, you can configure `net.ipv4.tcp_keepalive_time` setting to maintain longer lived connections.
|
|
1182
|
+
*
|
|
1183
|
+
* We don't recommend that you specify network-related `systemControls` parameters for multiple containers in a single task that also uses either the `awsvpc` or `host` network mode. Doing this has the following disadvantages:
|
|
1184
|
+
*
|
|
1185
|
+
* - For tasks that use the `awsvpc` network mode including Fargate, if you set `systemControls` for any container, it applies to all containers in the task. If you set different `systemControls` for multiple containers in a single task, the container that's started last determines which `systemControls` take effect.
|
|
1186
|
+
* - For tasks that use the `host` network mode, the network namespace `systemControls` aren't supported.
|
|
1187
|
+
*
|
|
1188
|
+
* If you're setting an IPC resource namespace to use for the containers in the task, the following conditions apply to your system controls. For more information, see [IPC mode](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_definition_ipcmode) .
|
|
1189
|
+
*
|
|
1190
|
+
* - For tasks that use the `host` IPC mode, IPC namespace `systemControls` aren't supported.
|
|
1191
|
+
* - For tasks that use the `task` IPC mode, IPC namespace `systemControls` values apply to all containers within a task.
|
|
1192
|
+
*
|
|
1193
|
+
* > This parameter is not supported for Windows containers. > This parameter is only supported for tasks that are hosted on AWS Fargate if the tasks are using platform version `1.4.0` or later (Linux). This isn't supported for Windows containers on Fargate.
|
|
1194
|
+
*/
|
|
1195
|
+
export type SystemControl = {
|
|
1196
|
+
/**
|
|
1197
|
+
* The namespaced kernel parameter to set a `value` for.
|
|
1198
|
+
*/
|
|
1199
|
+
Namespace?: string | undefined;
|
|
1200
|
+
/**
|
|
1201
|
+
* The namespaced kernel parameter to set a `value` for.
|
|
1202
|
+
*
|
|
1203
|
+
* Valid IPC namespace values: `"kernel.msgmax" | "kernel.msgmnb" | "kernel.msgmni" | "kernel.sem" | "kernel.shmall" | "kernel.shmmax" | "kernel.shmmni" | "kernel.shm_rmid_forced"` , and `Sysctls` that start with `"fs.mqueue.*"`
|
|
1204
|
+
*
|
|
1205
|
+
* Valid network namespace values: `Sysctls` that start with `"net.*"` . Only namespaced `Sysctls` that exist within the container starting with "net.* are accepted.
|
|
1206
|
+
*
|
|
1207
|
+
* All of these values are supported by Fargate.
|
|
1208
|
+
*/
|
|
1209
|
+
Value?: string | undefined;
|
|
1210
|
+
};
|
|
1211
|
+
/**
|
|
1212
|
+
* The constraint on task placement in the task definition. For more information, see [Task placement constraints](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement-constraints.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
1213
|
+
*
|
|
1214
|
+
* > Task placement constraints aren't supported for tasks run on AWS Fargate .
|
|
1215
|
+
*/
|
|
1216
|
+
export type TaskDefinitionPlacementConstraint = {
|
|
1217
|
+
/**
|
|
1218
|
+
* A cluster query language expression to apply to the constraint. For more information, see [Cluster query language](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html) in the *Amazon Elastic Container Service Developer Guide* .
|
|
1219
|
+
*/
|
|
1220
|
+
Expression?: string | undefined;
|
|
1221
|
+
/**
|
|
1222
|
+
* The type of constraint. The `MemberOf` constraint restricts selection to be from a group of valid candidates.
|
|
1223
|
+
*/
|
|
1224
|
+
Type: string;
|
|
1225
|
+
};
|
|
1226
|
+
/**
|
|
1227
|
+
* The container path, mount options, and size of the tmpfs mount.
|
|
1228
|
+
*/
|
|
1229
|
+
export type Tmpfs = {
|
|
1230
|
+
/**
|
|
1231
|
+
* The absolute file path where the tmpfs volume is to be mounted.
|
|
1232
|
+
*/
|
|
1233
|
+
ContainerPath?: string | undefined;
|
|
1234
|
+
/**
|
|
1235
|
+
* The list of tmpfs volume mount options.
|
|
1236
|
+
*
|
|
1237
|
+
* Valid values: `"defaults" | "ro" | "rw" | "suid" | "nosuid" | "dev" | "nodev" | "exec" | "noexec" | "sync" | "async" | "dirsync" | "remount" | "mand" | "nomand" | "atime" | "noatime" | "diratime" | "nodiratime" | "bind" | "rbind" | "unbindable" | "runbindable" | "private" | "rprivate" | "shared" | "rshared" | "slave" | "rslave" | "relatime" | "norelatime" | "strictatime" | "nostrictatime" | "mode" | "uid" | "gid" | "nr_inodes" | "nr_blocks" | "mpol"`
|
|
1238
|
+
*/
|
|
1239
|
+
MountOptions?: string[] | undefined;
|
|
1240
|
+
/**
|
|
1241
|
+
* The maximum size (in MiB) of the tmpfs volume.
|
|
1242
|
+
*/
|
|
1243
|
+
Size: number;
|
|
1244
|
+
};
|
|
1245
|
+
/**
|
|
1246
|
+
* The `ulimit` settings to pass to the container.
|
|
1247
|
+
*
|
|
1248
|
+
* Amazon ECS tasks hosted on AWS Fargate use the default resource limit values set by the operating system with the exception of the `nofile` resource limit parameter which AWS Fargate overrides. The `nofile` resource limit sets a restriction on the number of open files that a container can use. The default `nofile` soft limit is `65535` and the default hard limit is `65535` .
|
|
1249
|
+
*
|
|
1250
|
+
* You can specify the `ulimit` settings for a container in a task definition.
|
|
1251
|
+
*/
|
|
1252
|
+
export type Ulimit = {
|
|
1253
|
+
/**
|
|
1254
|
+
* The hard limit for the `ulimit` type. The value can be specified in bytes, seconds, or as a count, depending on the `type` of the `ulimit` .
|
|
1255
|
+
*/
|
|
1256
|
+
HardLimit: number;
|
|
1257
|
+
/**
|
|
1258
|
+
* The `type` of the `ulimit` .
|
|
1259
|
+
*/
|
|
1260
|
+
Name: string;
|
|
1261
|
+
/**
|
|
1262
|
+
* The soft limit for the `ulimit` type. The value can be specified in bytes, seconds, or as a count, depending on the `type` of the `ulimit` .
|
|
1263
|
+
*/
|
|
1264
|
+
SoftLimit: number;
|
|
1265
|
+
};
|
|
1266
|
+
/**
|
|
1267
|
+
* The data volume configuration for tasks launched using this task definition. Specifying a volume configuration in a task definition is optional. The volume configuration may contain multiple volumes but only one volume configured at launch is supported. Each volume defined in the volume configuration may only specify a `name` and one of either `configuredAtLaunch` , `dockerVolumeConfiguration` , `efsVolumeConfiguration` , `fsxWindowsFileServerVolumeConfiguration` , or `host` . If an empty volume configuration is specified, by default Amazon ECS uses a host volume. For more information, see [Using data volumes in tasks](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html) .
|
|
1268
|
+
*/
|
|
1269
|
+
export type Volume = {
|
|
1270
|
+
/**
|
|
1271
|
+
* Indicates whether the volume should be configured at launch time. This is used to create Amazon EBS volumes for standalone tasks or tasks created as part of a service. Each task definition revision may only have one volume configured at launch in the volume configuration.
|
|
1272
|
+
*
|
|
1273
|
+
* To configure a volume at launch time, use this task definition revision and specify a `volumeConfigurations` object when calling the `CreateService` , `UpdateService` , `RunTask` or `StartTask` APIs.
|
|
1274
|
+
*/
|
|
1275
|
+
ConfiguredAtLaunch?: boolean | undefined;
|
|
1276
|
+
/**
|
|
1277
|
+
* This parameter is specified when you use Docker volumes.
|
|
1278
|
+
*
|
|
1279
|
+
* Windows containers only support the use of the `local` driver. To use bind mounts, specify the `host` parameter instead.
|
|
1280
|
+
*
|
|
1281
|
+
* > Docker volumes aren't supported by tasks run on AWS Fargate .
|
|
1282
|
+
*/
|
|
1283
|
+
DockerVolumeConfiguration?: DockerVolumeConfiguration | undefined;
|
|
1284
|
+
/**
|
|
1285
|
+
* This parameter is specified when you use an Amazon Elastic File System file system for task storage.
|
|
1286
|
+
*/
|
|
1287
|
+
EFSVolumeConfiguration?: EFSVolumeConfiguration | undefined;
|
|
1288
|
+
/**
|
|
1289
|
+
* This parameter is specified when you use Amazon FSx for Windows File Server file system for task storage.
|
|
1290
|
+
*/
|
|
1291
|
+
FSxWindowsFileServerVolumeConfiguration?: FSxWindowsFileServerVolumeConfiguration | undefined;
|
|
1292
|
+
/**
|
|
1293
|
+
* This parameter is specified when you use bind mount host volumes. The contents of the `host` parameter determine whether your bind mount host volume persists on the host container instance and where it's stored. If the `host` parameter is empty, then the Docker daemon assigns a host path for your data volume. However, the data isn't guaranteed to persist after the containers that are associated with it stop running.
|
|
1294
|
+
*
|
|
1295
|
+
* Windows containers can mount whole directories on the same drive as `$env:ProgramData` . Windows containers can't mount directories on a different drive, and mount point can't be across drives. For example, you can mount `C:\my\path:C:\my\path` and `D:\:D:\` , but not `D:\my\path:C:\my\path` or `D:\:C:\my\path` .
|
|
1296
|
+
*/
|
|
1297
|
+
Host?: HostVolumeProperties | undefined;
|
|
1298
|
+
/**
|
|
1299
|
+
* The name of the volume. Up to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed.
|
|
1300
|
+
*
|
|
1301
|
+
* When using a volume configured at launch, the `name` is required and must also be specified as the volume name in the `ServiceVolumeConfiguration` or `TaskVolumeConfiguration` parameter when creating your service or standalone task.
|
|
1302
|
+
*
|
|
1303
|
+
* For all other types of volumes, this name is referenced in the `sourceVolume` parameter of the `mountPoints` object in the container definition.
|
|
1304
|
+
*
|
|
1305
|
+
* When a volume is using the `efsVolumeConfiguration` , the name is required.
|
|
1306
|
+
*/
|
|
1307
|
+
Name?: string | undefined;
|
|
1308
|
+
};
|
|
1309
|
+
/**
|
|
1310
|
+
* Details on a data volume from another container in the same task definition.
|
|
1311
|
+
*/
|
|
1312
|
+
export type VolumeFrom = {
|
|
1313
|
+
/**
|
|
1314
|
+
* If this value is `true` , the container has read-only access to the volume. If this value is `false` , then the container can write to the volume. The default value is `false` .
|
|
1315
|
+
*/
|
|
1316
|
+
ReadOnly?: boolean | undefined;
|
|
1317
|
+
/**
|
|
1318
|
+
* The name of another container within the same task definition to mount volumes from.
|
|
1319
|
+
*/
|
|
1320
|
+
SourceContainer?: string | undefined;
|
|
1321
|
+
};
|
|
1322
|
+
//# sourceMappingURL=aws-ecs-taskdefinition.d.ts.map
|