@propulsionworks/cloudformation 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/intrinsics.ts +8 -3
- package/out/exports/resources.generated/alexa-ask-skill.d.ts +26 -0
- package/out/exports/resources.generated/aws-accessanalyzer-analyzer.d.ts +29 -0
- package/out/exports/resources.generated/aws-acmpca-certificate.d.ts +88 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthority.d.ts +91 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthorityactivation.d.ts +13 -0
- package/out/exports/resources.generated/aws-acmpca-permission.d.ts +15 -0
- package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +92 -0
- package/out/exports/resources.generated/aws-amazonmq-configuration.d.ts +23 -0
- package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-amplify-app.d.ts +55 -0
- package/out/exports/resources.generated/aws-amplify-branch.d.ts +35 -0
- package/out/exports/resources.generated/aws-amplify-domain.d.ts +30 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-component.d.ts +114 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-form.d.ts +117 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-theme.d.ts +23 -0
- package/out/exports/resources.generated/aws-apigateway-account.d.ts +12 -0
- package/out/exports/resources.generated/aws-apigateway-apikey.d.ts +20 -0
- package/out/exports/resources.generated/aws-apigateway-authorizer.d.ts +19 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmapping.d.ts +9 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmappingv2.d.ts +13 -0
- package/out/exports/resources.generated/aws-apigateway-clientcertificate.d.ts +11 -0
- package/out/exports/resources.generated/aws-apigateway-deployment.d.ts +56 -0
- package/out/exports/resources.generated/aws-apigateway-documentationpart.d.ts +18 -0
- package/out/exports/resources.generated/aws-apigateway-documentationversion.d.ts +8 -0
- package/out/exports/resources.generated/aws-apigateway-domainname.d.ts +31 -0
- package/out/exports/resources.generated/aws-apigateway-domainnameaccessassociation.d.ts +17 -0
- package/out/exports/resources.generated/aws-apigateway-domainnamev2.d.ts +19 -1
- package/out/exports/resources.generated/aws-apigateway-gatewayresponse.d.ts +14 -0
- package/out/exports/resources.generated/aws-apigateway-method.d.ts +43 -0
- package/out/exports/resources.generated/aws-apigateway-model.d.ts +10 -0
- package/out/exports/resources.generated/aws-apigateway-requestvalidator.d.ts +13 -0
- package/out/exports/resources.generated/aws-apigateway-resource.d.ts +12 -0
- package/out/exports/resources.generated/aws-apigateway-restapi.d.ts +36 -1
- package/out/exports/resources.generated/aws-apigateway-stage.d.ts +38 -0
- package/out/exports/resources.generated/aws-apigateway-usageplan.d.ts +28 -0
- package/out/exports/resources.generated/aws-apigateway-usageplankey.d.ts +12 -0
- package/out/exports/resources.generated/aws-apigateway-vpclink.d.ts +13 -0
- package/out/exports/resources.generated/aws-apigatewayv2-api.d.ts +40 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apigatewaymanagedoverrides.d.ts +40 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apimapping.d.ts +13 -0
- package/out/exports/resources.generated/aws-apigatewayv2-authorizer.d.ts +23 -0
- package/out/exports/resources.generated/aws-apigatewayv2-deployment.d.ts +12 -0
- package/out/exports/resources.generated/aws-apigatewayv2-domainname.d.ts +27 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integration.d.ts +34 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integrationresponse.d.ts +16 -0
- package/out/exports/resources.generated/aws-apigatewayv2-model.d.ts +14 -0
- package/out/exports/resources.generated/aws-apigatewayv2-route.d.ts +21 -0
- package/out/exports/resources.generated/aws-apigatewayv2-routeresponse.d.ts +17 -0
- package/out/exports/resources.generated/aws-apigatewayv2-stage.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigatewayv2-vpclink.d.ts +13 -0
- package/out/exports/resources.generated/aws-appconfig-application.d.ts +22 -0
- package/out/exports/resources.generated/aws-appconfig-configurationprofile.d.ts +37 -0
- package/out/exports/resources.generated/aws-appconfig-deployment.d.ts +34 -0
- package/out/exports/resources.generated/aws-appconfig-deploymentstrategy.d.ts +27 -0
- package/out/exports/resources.generated/aws-appconfig-environment.d.ts +28 -0
- package/out/exports/resources.generated/aws-appconfig-extension.d.ts +34 -0
- package/out/exports/resources.generated/aws-appconfig-extensionassociation.d.ts +17 -0
- package/out/exports/resources.generated/aws-appconfig-hostedconfigurationversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-appflow-connector.d.ts +17 -0
- package/out/exports/resources.generated/aws-appflow-connectorprofile.d.ts +218 -0
- package/out/exports/resources.generated/aws-appflow-flow.d.ts +316 -0
- package/out/exports/resources.generated/aws-appintegrations-application.d.ts +19 -0
- package/out/exports/resources.generated/aws-appintegrations-dataintegration.d.ts +25 -0
- package/out/exports/resources.generated/aws-appintegrations-eventintegration.d.ts +16 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalabletarget.d.ts +37 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalingpolicy.d.ts +151 -0
- package/out/exports/resources.generated/aws-applicationinsights-application.d.ts +105 -0
- package/out/exports/resources.generated/aws-applicationsignals-discovery.d.ts +19 -0
- package/out/exports/resources.generated/aws-applicationsignals-servicelevelobjective.d.ts +130 -0
- package/out/exports/resources.generated/aws-appmesh-gatewayroute.d.ts +110 -0
- package/out/exports/resources.generated/aws-appmesh-mesh.d.ts +30 -0
- package/out/exports/resources.generated/aws-appmesh-route.d.ts +126 -0
- package/out/exports/resources.generated/aws-appmesh-virtualgateway.d.ts +120 -0
- package/out/exports/resources.generated/aws-appmesh-virtualnode.d.ts +174 -0
- package/out/exports/resources.generated/aws-appmesh-virtualrouter.d.ts +33 -0
- package/out/exports/resources.generated/aws-appmesh-virtualservice.d.ts +35 -0
- package/out/exports/resources.generated/aws-apprunner-autoscalingconfiguration.d.ts +26 -0
- package/out/exports/resources.generated/aws-apprunner-observabilityconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-apprunner-service.d.ts +86 -0
- package/out/exports/resources.generated/aws-apprunner-vpcconnector.d.ts +18 -0
- package/out/exports/resources.generated/aws-apprunner-vpcingressconnection.d.ts +22 -0
- package/out/exports/resources.generated/aws-appstream-appblock.d.ts +27 -0
- package/out/exports/resources.generated/aws-appstream-appblockbuilder.d.ts +27 -0
- package/out/exports/resources.generated/aws-appstream-application.d.ts +26 -0
- package/out/exports/resources.generated/aws-appstream-applicationentitlementassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-appstream-applicationfleetassociation.d.ts +7 -0
- package/out/exports/resources.generated/aws-appstream-directoryconfig.d.ts +15 -0
- package/out/exports/resources.generated/aws-appstream-entitlement.d.ts +18 -0
- package/out/exports/resources.generated/aws-appstream-fleet.d.ts +45 -0
- package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +33 -0
- package/out/exports/resources.generated/aws-appstream-stack.d.ts +41 -0
- package/out/exports/resources.generated/aws-appstream-stackfleetassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-appstream-stackuserassociation.d.ts +15 -0
- package/out/exports/resources.generated/aws-appstream-user.d.ts +16 -0
- package/out/exports/resources.generated/aws-appsync-api.d.ts +47 -0
- package/out/exports/resources.generated/aws-appsync-apicache.d.ts +18 -0
- package/out/exports/resources.generated/aws-appsync-apikey.d.ts +14 -0
- package/out/exports/resources.generated/aws-appsync-channelnamespace.d.ts +63 -3
- package/out/exports/resources.generated/aws-appsync-datasource.d.ts +63 -0
- package/out/exports/resources.generated/aws-appsync-domainname.d.ts +16 -0
- package/out/exports/resources.generated/aws-appsync-domainnameapiassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-appsync-functionconfiguration.d.ts +39 -0
- package/out/exports/resources.generated/aws-appsync-graphqlapi.d.ts +64 -0
- package/out/exports/resources.generated/aws-appsync-graphqlschema.d.ts +16 -0
- package/out/exports/resources.generated/aws-appsync-resolver.d.ts +46 -0
- package/out/exports/resources.generated/aws-appsync-sourceapiassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-apptest-testcase.d.ts +113 -0
- package/out/exports/resources.generated/aws-aps-rulegroupsnamespace.d.ts +13 -0
- package/out/exports/resources.generated/aws-aps-scraper.d.ts +32 -0
- package/out/exports/resources.generated/aws-aps-workspace.d.ts +87 -0
- package/out/exports/resources.generated/aws-arczonalshift-autoshiftobservernotificationstatus.d.ts +16 -0
- package/out/exports/resources.generated/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-athena-capacityreservation.d.ts +24 -0
- package/out/exports/resources.generated/aws-athena-datacatalog.d.ts +13 -0
- package/out/exports/resources.generated/aws-athena-namedquery.d.ts +14 -0
- package/out/exports/resources.generated/aws-athena-preparedstatement.d.ts +9 -0
- package/out/exports/resources.generated/aws-athena-workgroup.d.ts +67 -0
- package/out/exports/resources.generated/aws-auditmanager-assessment.d.ts +52 -0
- package/out/exports/resources.generated/aws-autoscaling-autoscalinggroup.d.ts +171 -0
- package/out/exports/resources.generated/aws-autoscaling-launchconfiguration.d.ts +47 -0
- package/out/exports/resources.generated/aws-autoscaling-lifecyclehook.d.ts +17 -0
- package/out/exports/resources.generated/aws-autoscaling-scalingpolicy.d.ts +101 -0
- package/out/exports/resources.generated/aws-autoscaling-scheduledaction.d.ts +21 -0
- package/out/exports/resources.generated/aws-autoscaling-warmpool.d.ts +18 -0
- package/out/exports/resources.generated/aws-autoscalingplans-scalingplan.d.ts +77 -0
- package/out/exports/resources.generated/aws-b2bi-capability.d.ts +47 -0
- package/out/exports/resources.generated/aws-b2bi-partnership.d.ts +52 -0
- package/out/exports/resources.generated/aws-b2bi-profile.d.ts +22 -0
- package/out/exports/resources.generated/aws-b2bi-transformer.d.ts +103 -0
- package/out/exports/resources.generated/aws-backup-backupplan.d.ts +43 -0
- package/out/exports/resources.generated/aws-backup-backupselection.d.ts +29 -0
- package/out/exports/resources.generated/aws-backup-backupvault.d.ts +27 -1
- package/out/exports/resources.generated/aws-backup-framework.d.ts +25 -0
- package/out/exports/resources.generated/aws-backup-logicallyairgappedbackupvault.d.ts +27 -1
- package/out/exports/resources.generated/aws-backup-reportplan.d.ts +18 -0
- package/out/exports/resources.generated/aws-backup-restoretestingplan.d.ts +29 -0
- package/out/exports/resources.generated/aws-backup-restoretestingselection.d.ts +30 -0
- package/out/exports/resources.generated/aws-backupgateway-hypervisor.d.ts +18 -0
- package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +86 -0
- package/out/exports/resources.generated/aws-batch-consumableresource.d.ts +17 -0
- package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +334 -0
- package/out/exports/resources.generated/aws-batch-jobqueue.d.ts +24 -0
- package/out/exports/resources.generated/aws-batch-schedulingpolicy.d.ts +19 -0
- package/out/exports/resources.generated/aws-bcmdataexports-export.d.ts +58 -0
- package/out/exports/resources.generated/aws-bedrock-agent.d.ts +124 -0
- package/out/exports/resources.generated/aws-bedrock-agentalias.d.ts +27 -0
- package/out/exports/resources.generated/aws-bedrock-applicationinferenceprofile.d.ts +24 -0
- package/out/exports/resources.generated/aws-bedrock-blueprint.d.ts +18 -0
- package/out/exports/resources.generated/aws-bedrock-dataautomationproject.d.ts +150 -0
- package/out/exports/resources.generated/aws-bedrock-datasource.d.ts +169 -0
- package/out/exports/resources.generated/aws-bedrock-flow.d.ts +147 -1
- package/out/exports/resources.generated/aws-bedrock-flowalias.d.ts +44 -0
- package/out/exports/resources.generated/aws-bedrock-flowversion.d.ts +18 -0
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +167 -0
- package/out/exports/resources.generated/aws-bedrock-guardrailversion.d.ts +13 -0
- package/out/exports/resources.generated/aws-bedrock-intelligentpromptrouter.d.ts +25 -0
- package/out/exports/resources.generated/aws-bedrock-knowledgebase.d.ts +217 -0
- package/out/exports/resources.generated/aws-bedrock-prompt.d.ts +80 -1
- package/out/exports/resources.generated/aws-bedrock-promptversion.d.ts +19 -0
- package/out/exports/resources.generated/aws-billingconductor-billinggroup.d.ts +28 -0
- package/out/exports/resources.generated/aws-billingconductor-customlineitem.d.ts +44 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingplan.d.ts +16 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingrule.d.ts +25 -0
- package/out/exports/resources.generated/aws-budgets-budget.d.ts +83 -0
- package/out/exports/resources.generated/aws-budgets-budgetsaction.d.ts +40 -0
- package/out/exports/resources.generated/aws-cassandra-keyspace.d.ts +12 -0
- package/out/exports/resources.generated/aws-cassandra-table.d.ts +54 -0
- package/out/exports/resources.generated/aws-cassandra-type.d.ts +23 -0
- package/out/exports/resources.generated/aws-ce-anomalymonitor.d.ts +18 -0
- package/out/exports/resources.generated/aws-ce-anomalysubscription.d.ts +26 -0
- package/out/exports/resources.generated/aws-ce-costcategory.d.ts +16 -0
- package/out/exports/resources.generated/aws-certificatemanager-account.d.ts +12 -0
- package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +27 -0
- package/out/exports/resources.generated/aws-chatbot-customaction.d.ts +30 -0
- package/out/exports/resources.generated/aws-chatbot-microsoftteamschannelconfiguration.d.ts +27 -0
- package/out/exports/resources.generated/aws-chatbot-slackchannelconfiguration.d.ts +25 -0
- package/out/exports/resources.generated/aws-cleanrooms-analysistemplate.d.ts +44 -0
- package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +65 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtable.d.ts +102 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtableassociation.d.ts +35 -0
- package/out/exports/resources.generated/aws-cleanrooms-idmappingtable.d.ts +22 -0
- package/out/exports/resources.generated/aws-cleanrooms-idnamespaceassociation.d.ts +24 -0
- package/out/exports/resources.generated/aws-cleanrooms-membership.d.ts +61 -0
- package/out/exports/resources.generated/aws-cleanrooms-privacybudgettemplate.d.ts +18 -0
- package/out/exports/resources.generated/aws-cleanroomsml-trainingdataset.d.ts +39 -0
- package/out/exports/resources.generated/aws-cloud9-environmentec2.d.ts +26 -0
- package/out/exports/resources.generated/aws-cloudformation-customresource.d.ts +17 -0
- package/out/exports/resources.generated/aws-cloudformation-guardhook.d.ts +31 -0
- package/out/exports/resources.generated/aws-cloudformation-hookdefaultversion.d.ts +19 -0
- package/out/exports/resources.generated/aws-cloudformation-hooktypeconfig.d.ts +19 -0
- package/out/exports/resources.generated/aws-cloudformation-hookversion.d.ts +24 -0
- package/out/exports/resources.generated/aws-cloudformation-lambdahook.d.ts +26 -0
- package/out/exports/resources.generated/aws-cloudformation-macro.d.ts +18 -0
- package/out/exports/resources.generated/aws-cloudformation-moduledefaultversion.d.ts +15 -0
- package/out/exports/resources.generated/aws-cloudformation-moduleversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-cloudformation-publictypeversion.d.ts +34 -0
- package/out/exports/resources.generated/aws-cloudformation-publisher.d.ts +16 -0
- package/out/exports/resources.generated/aws-cloudformation-resourcedefaultversion.d.ts +17 -0
- package/out/exports/resources.generated/aws-cloudformation-resourceversion.d.ts +29 -0
- package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +92 -0
- package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +69 -0
- package/out/exports/resources.generated/aws-cloudformation-typeactivation.d.ts +34 -0
- package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +16 -0
- package/out/exports/resources.generated/aws-cloudformation-waitconditionhandle.d.ts +15 -0
- package/out/exports/resources.generated/aws-cloudfront-anycastiplist.d.ts +15 -0
- package/out/exports/resources.generated/aws-cloudfront-cachepolicy.d.ts +40 -0
- package/out/exports/resources.generated/aws-cloudfront-cloudfrontoriginaccessidentity.d.ts +13 -0
- package/out/exports/resources.generated/aws-cloudfront-connectiongroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-cloudfront-continuousdeploymentpolicy.d.ts +35 -0
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +184 -0
- package/out/exports/resources.generated/aws-cloudfront-distributiontenant.d.ts +42 -0
- package/out/exports/resources.generated/aws-cloudfront-function.d.ts +31 -0
- package/out/exports/resources.generated/aws-cloudfront-keygroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-cloudfront-keyvaluestore.d.ts +17 -0
- package/out/exports/resources.generated/aws-cloudfront-monitoringsubscription.d.ts +11 -0
- package/out/exports/resources.generated/aws-cloudfront-originaccesscontrol.d.ts +20 -0
- package/out/exports/resources.generated/aws-cloudfront-originrequestpolicy.d.ts +34 -0
- package/out/exports/resources.generated/aws-cloudfront-publickey.d.ts +16 -0
- package/out/exports/resources.generated/aws-cloudfront-realtimelogconfig.d.ts +19 -0
- package/out/exports/resources.generated/aws-cloudfront-responseheaderspolicy.d.ts +82 -0
- package/out/exports/resources.generated/aws-cloudfront-streamingdistribution.d.ts +32 -0
- package/out/exports/resources.generated/aws-cloudfront-vpcorigin.d.ts +22 -0
- package/out/exports/resources.generated/aws-cloudtrail-channel.d.ts +16 -0
- package/out/exports/resources.generated/aws-cloudtrail-dashboard.d.ts +35 -0
- package/out/exports/resources.generated/aws-cloudtrail-eventdatastore.d.ts +39 -0
- package/out/exports/resources.generated/aws-cloudtrail-resourcepolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-cloudtrail-trail.d.ts +47 -0
- package/out/exports/resources.generated/aws-cloudwatch-alarm.d.ts +55 -0
- package/out/exports/resources.generated/aws-cloudwatch-anomalydetector.d.ts +57 -0
- package/out/exports/resources.generated/aws-cloudwatch-compositealarm.d.ts +28 -0
- package/out/exports/resources.generated/aws-cloudwatch-dashboard.d.ts +9 -0
- package/out/exports/resources.generated/aws-cloudwatch-insightrule.d.ts +17 -0
- package/out/exports/resources.generated/aws-cloudwatch-metricstream.d.ts +51 -0
- package/out/exports/resources.generated/aws-codeartifact-domain.d.ts +15 -1
- package/out/exports/resources.generated/aws-codeartifact-packagegroup.d.ts +35 -0
- package/out/exports/resources.generated/aws-codeartifact-repository.d.ts +19 -1
- package/out/exports/resources.generated/aws-codebuild-fleet.d.ts +45 -0
- package/out/exports/resources.generated/aws-codebuild-project.d.ts +138 -0
- package/out/exports/resources.generated/aws-codebuild-reportgroup.d.ts +27 -0
- package/out/exports/resources.generated/aws-codebuild-sourcecredential.d.ts +17 -0
- package/out/exports/resources.generated/aws-codecommit-repository.d.ts +36 -0
- package/out/exports/resources.generated/aws-codeconnections-connection.d.ts +17 -0
- package/out/exports/resources.generated/aws-codedeploy-application.d.ts +8 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentconfig.d.ts +30 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentgroup.d.ts +111 -0
- package/out/exports/resources.generated/aws-codeguruprofiler-profilinggroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-codegurureviewer-repositoryassociation.d.ts +22 -0
- package/out/exports/resources.generated/aws-codepipeline-customactiontype.d.ts +35 -0
- package/out/exports/resources.generated/aws-codepipeline-pipeline.d.ts +127 -1
- package/out/exports/resources.generated/aws-codepipeline-webhook.d.ts +30 -0
- package/out/exports/resources.generated/aws-codestar-githubrepository.d.ts +25 -0
- package/out/exports/resources.generated/aws-codestarconnections-connection.d.ts +17 -0
- package/out/exports/resources.generated/aws-codestarconnections-repositorylink.d.ts +16 -0
- package/out/exports/resources.generated/aws-codestarconnections-syncconfiguration.d.ts +19 -0
- package/out/exports/resources.generated/aws-codestarnotifications-notificationrule.d.ts +22 -0
- package/out/exports/resources.generated/aws-cognito-identitypool.d.ts +37 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolprincipaltag.d.ts +9 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolroleattachment.d.ts +24 -0
- package/out/exports/resources.generated/aws-cognito-logdeliveryconfiguration.d.ts +23 -0
- package/out/exports/resources.generated/aws-cognito-managedloginbranding.d.ts +36 -0
- package/out/exports/resources.generated/aws-cognito-userpool.d.ts +136 -0
- package/out/exports/resources.generated/aws-cognito-userpoolclient.d.ts +53 -0
- package/out/exports/resources.generated/aws-cognito-userpooldomain.d.ts +15 -0
- package/out/exports/resources.generated/aws-cognito-userpoolgroup.d.ts +10 -0
- package/out/exports/resources.generated/aws-cognito-userpoolidentityprovider.d.ts +11 -0
- package/out/exports/resources.generated/aws-cognito-userpoolresourceserver.d.ts +14 -0
- package/out/exports/resources.generated/aws-cognito-userpoolriskconfigurationattachment.d.ts +41 -0
- package/out/exports/resources.generated/aws-cognito-userpooluicustomizationattachment.d.ts +8 -0
- package/out/exports/resources.generated/aws-cognito-userpooluser.d.ts +16 -0
- package/out/exports/resources.generated/aws-cognito-userpoolusertogroupattachment.d.ts +13 -0
- package/out/exports/resources.generated/aws-comprehend-documentclassifier.d.ts +49 -0
- package/out/exports/resources.generated/aws-comprehend-flywheel.d.ts +44 -0
- package/out/exports/resources.generated/aws-config-aggregationauthorization.d.ts +12 -0
- package/out/exports/resources.generated/aws-config-configrule.d.ts +53 -0
- package/out/exports/resources.generated/aws-config-configurationaggregator.d.ts +21 -0
- package/out/exports/resources.generated/aws-config-configurationrecorder.d.ts +44 -0
- package/out/exports/resources.generated/aws-config-conformancepack.d.ts +15 -0
- package/out/exports/resources.generated/aws-config-deliverychannel.d.ts +33 -0
- package/out/exports/resources.generated/aws-config-organizationconfigrule.d.ts +61 -0
- package/out/exports/resources.generated/aws-config-organizationconformancepack.d.ts +15 -0
- package/out/exports/resources.generated/aws-config-remediationconfiguration.d.ts +26 -0
- package/out/exports/resources.generated/aws-config-storedquery.d.ts +14 -0
- package/out/exports/resources.generated/aws-connect-agentstatus.d.ts +19 -0
- package/out/exports/resources.generated/aws-connect-approvedorigin.d.ts +7 -0
- package/out/exports/resources.generated/aws-connect-contactflow.d.ts +16 -0
- package/out/exports/resources.generated/aws-connect-contactflowmodule.d.ts +16 -0
- package/out/exports/resources.generated/aws-connect-contactflowversion.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-emailaddress.d.ts +14 -0
- package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +73 -0
- package/out/exports/resources.generated/aws-connect-hoursofoperation.d.ts +37 -0
- package/out/exports/resources.generated/aws-connect-instance.d.ts +30 -0
- package/out/exports/resources.generated/aws-connect-instancestorageconfig.d.ts +34 -0
- package/out/exports/resources.generated/aws-connect-integrationassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-phonenumber.d.ts +17 -0
- package/out/exports/resources.generated/aws-connect-predefinedattribute.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-prompt.d.ts +14 -0
- package/out/exports/resources.generated/aws-connect-queue.d.ts +33 -0
- package/out/exports/resources.generated/aws-connect-quickconnect.d.ts +29 -0
- package/out/exports/resources.generated/aws-connect-routingprofile.d.ts +32 -0
- package/out/exports/resources.generated/aws-connect-rule.d.ts +78 -0
- package/out/exports/resources.generated/aws-connect-securitykey.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-securityprofile.d.ts +26 -0
- package/out/exports/resources.generated/aws-connect-tasktemplate.d.ts +38 -0
- package/out/exports/resources.generated/aws-connect-trafficdistributiongroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-connect-user.d.ts +38 -0
- package/out/exports/resources.generated/aws-connect-userhierarchygroup.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-userhierarchystructure.d.ts +31 -0
- package/out/exports/resources.generated/aws-connect-view.d.ts +17 -0
- package/out/exports/resources.generated/aws-connect-viewversion.d.ts +13 -0
- package/out/exports/resources.generated/aws-connectcampaigns-campaign.d.ts +40 -0
- package/out/exports/resources.generated/aws-connectcampaignsv2-campaign.d.ts +123 -0
- package/out/exports/resources.generated/aws-controltower-enabledbaseline.d.ts +26 -0
- package/out/exports/resources.generated/aws-controltower-enabledcontrol.d.ts +12 -0
- package/out/exports/resources.generated/aws-controltower-landingzone.d.ts +22 -0
- package/out/exports/resources.generated/aws-cur-reportdefinition.d.ts +17 -0
- package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +36 -0
- package/out/exports/resources.generated/aws-customerprofiles-domain.d.ts +56 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventstream.d.ts +15 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventtrigger.d.ts +37 -0
- package/out/exports/resources.generated/aws-customerprofiles-integration.d.ts +108 -0
- package/out/exports/resources.generated/aws-customerprofiles-objecttype.d.ts +34 -0
- package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +84 -0
- package/out/exports/resources.generated/aws-databrew-dataset.d.ts +76 -0
- package/out/exports/resources.generated/aws-databrew-job.d.ts +96 -0
- package/out/exports/resources.generated/aws-databrew-project.d.ts +14 -0
- package/out/exports/resources.generated/aws-databrew-recipe.d.ts +134 -0
- package/out/exports/resources.generated/aws-databrew-ruleset.d.ts +29 -0
- package/out/exports/resources.generated/aws-databrew-schedule.d.ts +9 -0
- package/out/exports/resources.generated/aws-datapipeline-pipeline.d.ts +48 -0
- package/out/exports/resources.generated/aws-datasync-agent.d.ts +22 -0
- package/out/exports/resources.generated/aws-datasync-locationazureblob.d.ts +74 -2
- package/out/exports/resources.generated/aws-datasync-locationefs.d.ts +20 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxlustre.d.ts +14 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxontap.d.ts +30 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxopenzfs.d.ts +21 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxwindows.d.ts +17 -0
- package/out/exports/resources.generated/aws-datasync-locationhdfs.d.ts +29 -0
- package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +19 -0
- package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +71 -1
- package/out/exports/resources.generated/aws-datasync-locations3.d.ts +19 -0
- package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +25 -0
- package/out/exports/resources.generated/aws-datasync-storagesystem.d.ts +27 -1
- package/out/exports/resources.generated/aws-datasync-task.d.ts +65 -0
- package/out/exports/resources.generated/aws-datazone-connection.d.ts +119 -0
- package/out/exports/resources.generated/aws-datazone-datasource.d.ts +72 -0
- package/out/exports/resources.generated/aws-datazone-domain.d.ts +31 -0
- package/out/exports/resources.generated/aws-datazone-domainunit.d.ts +18 -0
- package/out/exports/resources.generated/aws-datazone-environment.d.ts +34 -0
- package/out/exports/resources.generated/aws-datazone-environmentactions.d.ts +19 -0
- package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +35 -0
- package/out/exports/resources.generated/aws-datazone-environmentprofile.d.ts +26 -0
- package/out/exports/resources.generated/aws-datazone-groupprofile.d.ts +15 -0
- package/out/exports/resources.generated/aws-datazone-owner.d.ts +14 -0
- package/out/exports/resources.generated/aws-datazone-project.d.ts +42 -0
- package/out/exports/resources.generated/aws-datazone-projectmembership.d.ts +13 -0
- package/out/exports/resources.generated/aws-datazone-subscriptiontarget.d.ts +28 -0
- package/out/exports/resources.generated/aws-datazone-userprofile.d.ts +18 -0
- package/out/exports/resources.generated/aws-dax-cluster.d.ts +30 -0
- package/out/exports/resources.generated/aws-dax-parametergroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-dax-subnetgroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-deadline-farm.d.ts +14 -0
- package/out/exports/resources.generated/aws-deadline-fleet.d.ts +131 -0
- package/out/exports/resources.generated/aws-deadline-licenseendpoint.d.ts +20 -0
- package/out/exports/resources.generated/aws-deadline-limit.d.ts +17 -0
- package/out/exports/resources.generated/aws-deadline-meteredproduct.d.ts +14 -0
- package/out/exports/resources.generated/aws-deadline-monitor.d.ts +16 -0
- package/out/exports/resources.generated/aws-deadline-queue.d.ts +37 -0
- package/out/exports/resources.generated/aws-deadline-queueenvironment.d.ts +18 -0
- package/out/exports/resources.generated/aws-deadline-queuefleetassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-deadline-queuelimitassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-deadline-storageprofile.d.ts +23 -0
- package/out/exports/resources.generated/aws-detective-graph.d.ts +11 -0
- package/out/exports/resources.generated/aws-detective-memberinvitation.d.ts +10 -0
- package/out/exports/resources.generated/aws-detective-organizationadmin.d.ts +10 -0
- package/out/exports/resources.generated/aws-devopsguru-loganomalydetectionintegration.d.ts +9 -0
- package/out/exports/resources.generated/aws-devopsguru-notificationchannel.d.ts +24 -0
- package/out/exports/resources.generated/aws-devopsguru-resourcecollection.d.ts +18 -0
- package/out/exports/resources.generated/aws-directoryservice-microsoftad.d.ts +21 -0
- package/out/exports/resources.generated/aws-directoryservice-simplead.d.ts +22 -0
- package/out/exports/resources.generated/aws-dlm-lifecyclepolicy.d.ts +133 -0
- package/out/exports/resources.generated/aws-dms-certificate.d.ts +14 -0
- package/out/exports/resources.generated/aws-dms-datamigration.d.ts +29 -0
- package/out/exports/resources.generated/aws-dms-dataprovider.d.ts +32 -0
- package/out/exports/resources.generated/aws-dms-endpoint.d.ts +295 -0
- package/out/exports/resources.generated/aws-dms-eventsubscription.d.ts +18 -0
- package/out/exports/resources.generated/aws-dms-instanceprofile.d.ts +20 -0
- package/out/exports/resources.generated/aws-dms-migrationproject.d.ts +29 -0
- package/out/exports/resources.generated/aws-dms-replicationconfig.d.ts +29 -0
- package/out/exports/resources.generated/aws-dms-replicationinstance.d.ts +30 -0
- package/out/exports/resources.generated/aws-dms-replicationsubnetgroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-dms-replicationtask.d.ts +24 -0
- package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +54 -0
- package/out/exports/resources.generated/aws-docdb-dbclusterparametergroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-docdb-dbinstance.d.ts +23 -0
- package/out/exports/resources.generated/aws-docdb-dbsubnetgroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-docdb-eventsubscription.d.ts +21 -0
- package/out/exports/resources.generated/aws-docdbelastic-cluster.d.ts +26 -0
- package/out/exports/resources.generated/aws-dsql-cluster.d.ts +42 -0
- package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +160 -1
- package/out/exports/resources.generated/aws-dynamodb-table.d.ts +102 -1
- package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +40 -0
- package/out/exports/resources.generated/aws-ec2-capacityreservationfleet.d.ts +29 -0
- package/out/exports/resources.generated/aws-ec2-carriergateway.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnauthorizationrule.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnendpoint.d.ts +56 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnroute.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-clientvpntargetnetworkassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-customergateway.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-dhcpoptions.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +137 -0
- package/out/exports/resources.generated/aws-ec2-egressonlyinternetgateway.d.ts +12 -0
- package/out/exports/resources.generated/aws-ec2-eip.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-eipassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-enclavecertificateiamroleassociation.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-flowlog.d.ts +21 -0
- package/out/exports/resources.generated/aws-ec2-gatewayroutetableassociation.d.ts +11 -0
- package/out/exports/resources.generated/aws-ec2-host.d.ts +19 -1
- package/out/exports/resources.generated/aws-ec2-instance.d.ts +160 -0
- package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-internetgateway.d.ts +10 -0
- package/out/exports/resources.generated/aws-ec2-ipam.d.ts +28 -0
- package/out/exports/resources.generated/aws-ec2-ipamallocation.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-ipampool.d.ts +39 -0
- package/out/exports/resources.generated/aws-ec2-ipampoolcidr.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscovery.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscoveryassociation.d.ts +19 -0
- package/out/exports/resources.generated/aws-ec2-ipamscope.d.ts +19 -0
- package/out/exports/resources.generated/aws-ec2-keypair.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-launchtemplate.d.ts +239 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroute.d.ts +21 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetable.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevpcassociation.d.ts +14 -0
- package/out/exports/resources.generated/aws-ec2-natgateway.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-networkacl.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-networkaclentry.d.ts +28 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscope.d.ts +40 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscopeanalysis.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsanalysis.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightspath.d.ts +35 -0
- package/out/exports/resources.generated/aws-ec2-networkinterface.d.ts +43 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfaceattachment.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfacepermission.d.ts +14 -0
- package/out/exports/resources.generated/aws-ec2-networkperformancemetricsubscription.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-placementgroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-prefixlist.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-route.d.ts +28 -0
- package/out/exports/resources.generated/aws-ec2-routeserver.d.ts +19 -0
- package/out/exports/resources.generated/aws-ec2-routeserverassociation.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-routeserverendpoint.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpeer.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpropagation.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-routetable.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-securitygroup.d.ts +47 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupegress.d.ts +28 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupingress.d.ts +29 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupvpcassociation.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-snapshotblockpublicaccess.d.ts +10 -0
- package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +197 -0
- package/out/exports/resources.generated/aws-ec2-subnet.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-subnetcidrblock.d.ts +15 -0
- package/out/exports/resources.generated/aws-ec2-subnetnetworkaclassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-subnetroutetableassociation.d.ts +11 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilter.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +29 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorsession.d.ts +25 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrortarget.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-transitgateway.d.ts +33 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayattachment.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayconnect.d.ts +19 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomain.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomainassociation.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupmember.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupsource.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaypeeringattachment.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroute.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetable.d.ts +11 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetableassociation.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetablepropagation.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayvpcattachment.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessendpoint.d.ts +61 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessgroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessinstance.d.ts +31 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccesstrustprovider.d.ts +41 -0
- package/out/exports/resources.generated/aws-ec2-volume.d.ts +39 -0
- package/out/exports/resources.generated/aws-ec2-volumeattachment.d.ts +14 -0
- package/out/exports/resources.generated/aws-ec2-vpc.d.ts +25 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessexclusion.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessoptions.d.ts +10 -0
- package/out/exports/resources.generated/aws-ec2-vpccidrblock.d.ts +25 -0
- package/out/exports/resources.generated/aws-ec2-vpcdhcpoptionsassociation.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpoint.d.ts +35 -1
- package/out/exports/resources.generated/aws-ec2-vpcendpointconnectionnotification.d.ts +15 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservice.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservicepermissions.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-vpcgatewayattachment.d.ts +12 -0
- package/out/exports/resources.generated/aws-ec2-vpcpeeringconnection.d.ts +21 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +71 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnectionroute.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-vpngateway.d.ts +14 -0
- package/out/exports/resources.generated/aws-ec2-vpngatewayroutepropagation.d.ts +13 -0
- package/out/exports/resources.generated/aws-ecr-publicrepository.d.ts +13 -1
- package/out/exports/resources.generated/aws-ecr-pullthroughcacherule.d.ts +11 -0
- package/out/exports/resources.generated/aws-ecr-registrypolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-ecr-registryscanningconfiguration.d.ts +20 -0
- package/out/exports/resources.generated/aws-ecr-replicationconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-ecr-repository.d.ts +27 -1
- package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +24 -0
- package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +21 -0
- package/out/exports/resources.generated/aws-ecs-cluster.d.ts +41 -0
- package/out/exports/resources.generated/aws-ecs-clustercapacityproviderassociations.d.ts +13 -0
- package/out/exports/resources.generated/aws-ecs-primarytaskset.d.ts +8 -0
- package/out/exports/resources.generated/aws-ecs-service.d.ts +136 -0
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +202 -0
- package/out/exports/resources.generated/aws-ecs-taskset.d.ts +47 -0
- package/out/exports/resources.generated/aws-efs-accesspoint.d.ts +28 -0
- package/out/exports/resources.generated/aws-efs-filesystem.d.ts +39 -1
- package/out/exports/resources.generated/aws-efs-mounttarget.d.ts +14 -0
- package/out/exports/resources.generated/aws-eks-accessentry.d.ts +26 -0
- package/out/exports/resources.generated/aws-eks-addon.d.ts +23 -0
- package/out/exports/resources.generated/aws-eks-cluster.d.ts +98 -0
- package/out/exports/resources.generated/aws-eks-fargateprofile.d.ts +31 -0
- package/out/exports/resources.generated/aws-eks-identityproviderconfig.d.ts +27 -0
- package/out/exports/resources.generated/aws-eks-nodegroup.d.ts +62 -0
- package/out/exports/resources.generated/aws-eks-podidentityassociation.d.ts +15 -0
- package/out/exports/resources.generated/aws-elasticache-cachecluster.d.ts +50 -0
- package/out/exports/resources.generated/aws-elasticache-globalreplicationgroup.d.ts +33 -0
- package/out/exports/resources.generated/aws-elasticache-parametergroup.d.ts +13 -0
- package/out/exports/resources.generated/aws-elasticache-replicationgroup.d.ts +81 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroupingress.d.ts +16 -0
- package/out/exports/resources.generated/aws-elasticache-serverlesscache.d.ts +44 -0
- package/out/exports/resources.generated/aws-elasticache-subnetgroup.d.ts +9 -0
- package/out/exports/resources.generated/aws-elasticache-user.d.ts +18 -0
- package/out/exports/resources.generated/aws-elasticache-usergroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-application.d.ts +24 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-applicationversion.d.ts +21 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-configurationtemplate.d.ts +28 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-environment.d.ts +32 -0
- package/out/exports/resources.generated/aws-elasticloadbalancing-loadbalancer.d.ts +69 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +92 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenercertificate.d.ts +15 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +105 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +39 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-targetgroup.d.ts +44 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststore.d.ts +16 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststorerevocation.d.ts +16 -0
- package/out/exports/resources.generated/aws-elasticsearch-domain.d.ts +89 -0
- package/out/exports/resources.generated/aws-emr-cluster.d.ts +206 -0
- package/out/exports/resources.generated/aws-emr-instancefleetconfig.d.ts +72 -0
- package/out/exports/resources.generated/aws-emr-instancegroupconfig.d.ts +72 -0
- package/out/exports/resources.generated/aws-emr-securityconfiguration.d.ts +7 -0
- package/out/exports/resources.generated/aws-emr-step.d.ts +21 -0
- package/out/exports/resources.generated/aws-emr-studio.d.ts +28 -0
- package/out/exports/resources.generated/aws-emr-studiosessionmapping.d.ts +9 -0
- package/out/exports/resources.generated/aws-emr-walworkspace.d.ts +7 -0
- package/out/exports/resources.generated/aws-emrcontainers-virtualcluster.d.ts +22 -0
- package/out/exports/resources.generated/aws-emrserverless-application.d.ts +94 -0
- package/out/exports/resources.generated/aws-entityresolution-idmappingworkflow.d.ts +43 -0
- package/out/exports/resources.generated/aws-entityresolution-idnamespace.d.ts +42 -0
- package/out/exports/resources.generated/aws-entityresolution-matchingworkflow.d.ts +53 -0
- package/out/exports/resources.generated/aws-entityresolution-policystatement.d.ts +14 -0
- package/out/exports/resources.generated/aws-entityresolution-schemamapping.d.ts +26 -0
- package/out/exports/resources.generated/aws-events-apidestination.d.ts +27 -0
- package/out/exports/resources.generated/aws-events-archive.d.ts +19 -0
- package/out/exports/resources.generated/aws-events-connection.d.ts +63 -0
- package/out/exports/resources.generated/aws-events-endpoint.d.ts +35 -0
- package/out/exports/resources.generated/aws-events-eventbus.d.ts +19 -1
- package/out/exports/resources.generated/aws-events-eventbuspolicy.d.ts +29 -0
- package/out/exports/resources.generated/aws-events-rule.d.ts +129 -0
- package/out/exports/resources.generated/aws-eventschemas-discoverer.d.ts +18 -0
- package/out/exports/resources.generated/aws-eventschemas-registry.d.ts +16 -0
- package/out/exports/resources.generated/aws-eventschemas-registrypolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-eventschemas-schema.d.ts +22 -0
- package/out/exports/resources.generated/aws-evidently-experiment.d.ts +50 -0
- package/out/exports/resources.generated/aws-evidently-feature.d.ts +41 -0
- package/out/exports/resources.generated/aws-evidently-launch.d.ts +46 -0
- package/out/exports/resources.generated/aws-evidently-project.d.ts +25 -0
- package/out/exports/resources.generated/aws-evidently-segment.d.ts +19 -0
- package/out/exports/resources.generated/aws-finspace-environment.d.ts +34 -0
- package/out/exports/resources.generated/aws-fis-experimenttemplate.d.ts +59 -0
- package/out/exports/resources.generated/aws-fis-targetaccountconfiguration.d.ts +9 -0
- package/out/exports/resources.generated/aws-fms-notificationchannel.d.ts +9 -0
- package/out/exports/resources.generated/aws-fms-policy.d.ts +86 -0
- package/out/exports/resources.generated/aws-fms-resourceset.d.ts +18 -0
- package/out/exports/resources.generated/aws-forecast-dataset.d.ts +32 -0
- package/out/exports/resources.generated/aws-forecast-datasetgroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-frauddetector-detector.d.ts +62 -0
- package/out/exports/resources.generated/aws-frauddetector-entitytype.d.ts +14 -0
- package/out/exports/resources.generated/aws-frauddetector-eventtype.d.ts +36 -0
- package/out/exports/resources.generated/aws-frauddetector-label.d.ts +14 -0
- package/out/exports/resources.generated/aws-frauddetector-list.d.ts +18 -0
- package/out/exports/resources.generated/aws-frauddetector-outcome.d.ts +14 -0
- package/out/exports/resources.generated/aws-frauddetector-variable.d.ts +18 -0
- package/out/exports/resources.generated/aws-fsx-datarepositoryassociation.d.ts +29 -0
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +135 -0
- package/out/exports/resources.generated/aws-fsx-snapshot.d.ts +15 -0
- package/out/exports/resources.generated/aws-fsx-storagevirtualmachine.d.ts +27 -0
- package/out/exports/resources.generated/aws-fsx-volume.d.ts +78 -0
- package/out/exports/resources.generated/aws-gamelift-alias.d.ts +21 -0
- package/out/exports/resources.generated/aws-gamelift-build.d.ts +21 -0
- package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +73 -0
- package/out/exports/resources.generated/aws-gamelift-containergroupdefinition.d.ts +70 -0
- package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +84 -4
- package/out/exports/resources.generated/aws-gamelift-gameservergroup.d.ts +52 -0
- package/out/exports/resources.generated/aws-gamelift-gamesessionqueue.d.ts +29 -0
- package/out/exports/resources.generated/aws-gamelift-location.d.ts +11 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingconfiguration.d.ts +30 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingruleset.d.ts +24 -0
- package/out/exports/resources.generated/aws-gamelift-script.d.ts +21 -0
- package/out/exports/resources.generated/aws-globalaccelerator-accelerator.d.ts +18 -0
- package/out/exports/resources.generated/aws-globalaccelerator-crossaccountattachment.d.ts +25 -0
- package/out/exports/resources.generated/aws-globalaccelerator-endpointgroup.d.ts +27 -0
- package/out/exports/resources.generated/aws-globalaccelerator-listener.d.ts +16 -0
- package/out/exports/resources.generated/aws-glue-classifier.d.ts +37 -0
- package/out/exports/resources.generated/aws-glue-connection.d.ts +58 -0
- package/out/exports/resources.generated/aws-glue-crawler.d.ts +76 -0
- package/out/exports/resources.generated/aws-glue-customentitytype.d.ts +17 -0
- package/out/exports/resources.generated/aws-glue-database.d.ts +28 -0
- package/out/exports/resources.generated/aws-glue-datacatalogencryptionsettings.d.ts +23 -0
- package/out/exports/resources.generated/aws-glue-dataqualityruleset.d.ts +20 -0
- package/out/exports/resources.generated/aws-glue-devendpoint.d.ts +26 -0
- package/out/exports/resources.generated/aws-glue-job.d.ts +39 -0
- package/out/exports/resources.generated/aws-glue-mltransform.d.ts +45 -0
- package/out/exports/resources.generated/aws-glue-partition.d.ts +56 -0
- package/out/exports/resources.generated/aws-glue-registry.d.ts +12 -0
- package/out/exports/resources.generated/aws-glue-schema.d.ts +24 -0
- package/out/exports/resources.generated/aws-glue-schemaversion.d.ts +15 -0
- package/out/exports/resources.generated/aws-glue-schemaversionmetadata.d.ts +8 -0
- package/out/exports/resources.generated/aws-glue-securityconfiguration.d.ts +23 -0
- package/out/exports/resources.generated/aws-glue-table.d.ts +74 -0
- package/out/exports/resources.generated/aws-glue-tableoptimizer.d.ts +55 -0
- package/out/exports/resources.generated/aws-glue-trigger.d.ts +36 -0
- package/out/exports/resources.generated/aws-glue-usageprofile.d.ts +31 -0
- package/out/exports/resources.generated/aws-glue-workflow.d.ts +16 -0
- package/out/exports/resources.generated/aws-grafana-workspace.d.ts +65 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinition.d.ts +27 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinitionversion.d.ts +21 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinition.d.ts +28 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinitionversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinition.d.ts +28 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinitionversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinition.d.ts +52 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinitionversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-greengrass-group.d.ts +42 -0
- package/out/exports/resources.generated/aws-greengrass-groupversion.d.ts +21 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinition.d.ts +29 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinitionversion.d.ts +23 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinition.d.ts +57 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinitionversion.d.ts +51 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinition.d.ts +28 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinitionversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-greengrassv2-componentversion.d.ts +77 -0
- package/out/exports/resources.generated/aws-greengrassv2-deployment.d.ts +72 -0
- package/out/exports/resources.generated/aws-groundstation-config.d.ts +78 -0
- package/out/exports/resources.generated/aws-groundstation-dataflowendpointgroup.d.ts +56 -0
- package/out/exports/resources.generated/aws-groundstation-missionprofile.d.ts +33 -0
- package/out/exports/resources.generated/aws-guardduty-detector.d.ts +40 -0
- package/out/exports/resources.generated/aws-guardduty-filter.d.ts +30 -0
- package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +20 -0
- package/out/exports/resources.generated/aws-guardduty-malwareprotectionplan.d.ts +27 -0
- package/out/exports/resources.generated/aws-guardduty-master.d.ts +8 -0
- package/out/exports/resources.generated/aws-guardduty-member.d.ts +11 -0
- package/out/exports/resources.generated/aws-guardduty-publishingdestination.d.ts +23 -0
- package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +18 -0
- package/out/exports/resources.generated/aws-healthimaging-datastore.d.ts +17 -0
- package/out/exports/resources.generated/aws-healthlake-fhirdatastore.d.ts +34 -0
- package/out/exports/resources.generated/aws-iam-accesskey.d.ts +17 -0
- package/out/exports/resources.generated/aws-iam-group.d.ts +18 -1
- package/out/exports/resources.generated/aws-iam-grouppolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-iam-instanceprofile.d.ts +14 -0
- package/out/exports/resources.generated/aws-iam-managedpolicy.d.ts +29 -1
- package/out/exports/resources.generated/aws-iam-oidcprovider.d.ts +33 -0
- package/out/exports/resources.generated/aws-iam-policy.d.ts +28 -1
- package/out/exports/resources.generated/aws-iam-role.d.ts +24 -2
- package/out/exports/resources.generated/aws-iam-rolepolicy.d.ts +14 -1
- package/out/exports/resources.generated/aws-iam-samlprovider.d.ts +28 -0
- package/out/exports/resources.generated/aws-iam-servercertificate.d.ts +23 -0
- package/out/exports/resources.generated/aws-iam-servicelinkedrole.d.ts +14 -0
- package/out/exports/resources.generated/aws-iam-user.d.ts +25 -1
- package/out/exports/resources.generated/aws-iam-userpolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-iam-usertogroupaddition.d.ts +11 -0
- package/out/exports/resources.generated/aws-iam-virtualmfadevice.d.ts +17 -0
- package/out/exports/resources.generated/aws-identitystore-group.d.ts +12 -0
- package/out/exports/resources.generated/aws-identitystore-groupmembership.d.ts +14 -0
- package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +35 -0
- package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +66 -0
- package/out/exports/resources.generated/aws-imagebuilder-distributionconfiguration.d.ts +61 -0
- package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +59 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagepipeline.d.ts +58 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +44 -0
- package/out/exports/resources.generated/aws-imagebuilder-infrastructureconfiguration.d.ts +37 -0
- package/out/exports/resources.generated/aws-imagebuilder-lifecyclepolicy.d.ts +52 -0
- package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +27 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttarget.d.ts +11 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttemplate.d.ts +14 -0
- package/out/exports/resources.generated/aws-inspector-resourcegroup.d.ts +10 -0
- package/out/exports/resources.generated/aws-inspectorv2-cisscanconfiguration.d.ts +39 -0
- package/out/exports/resources.generated/aws-inspectorv2-filter.d.ts +77 -0
- package/out/exports/resources.generated/aws-internetmonitor-monitor.d.ts +50 -0
- package/out/exports/resources.generated/aws-invoicing-invoiceunit.d.ts +18 -0
- package/out/exports/resources.generated/aws-iot-accountauditconfiguration.d.ts +45 -0
- package/out/exports/resources.generated/aws-iot-authorizer.d.ts +17 -0
- package/out/exports/resources.generated/aws-iot-billinggroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-cacertificate.d.ts +22 -0
- package/out/exports/resources.generated/aws-iot-certificate.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-certificateprovider.d.ts +16 -0
- package/out/exports/resources.generated/aws-iot-command.d.ts +61 -0
- package/out/exports/resources.generated/aws-iot-custommetric.d.ts +13 -0
- package/out/exports/resources.generated/aws-iot-dimension.d.ts +13 -0
- package/out/exports/resources.generated/aws-iot-domainconfiguration.d.ts +34 -0
- package/out/exports/resources.generated/aws-iot-fleetmetric.d.ts +25 -0
- package/out/exports/resources.generated/aws-iot-jobtemplate.d.ts +49 -0
- package/out/exports/resources.generated/aws-iot-logging.d.ts +13 -0
- package/out/exports/resources.generated/aws-iot-mitigationaction.d.ts +35 -0
- package/out/exports/resources.generated/aws-iot-policy.d.ts +15 -1
- package/out/exports/resources.generated/aws-iot-policyprincipalattachment.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-provisioningtemplate.d.ts +20 -0
- package/out/exports/resources.generated/aws-iot-resourcespecificlogging.d.ts +12 -0
- package/out/exports/resources.generated/aws-iot-rolealias.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-scheduledaudit.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-securityprofile.d.ts +53 -0
- package/out/exports/resources.generated/aws-iot-softwarepackage.d.ts +14 -0
- package/out/exports/resources.generated/aws-iot-softwarepackageversion.d.ts +38 -0
- package/out/exports/resources.generated/aws-iot-thing.d.ts +16 -0
- package/out/exports/resources.generated/aws-iot-thinggroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-iot-thingprincipalattachment.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-thingtype.d.ts +18 -0
- package/out/exports/resources.generated/aws-iot-topicrule.d.ts +207 -0
- package/out/exports/resources.generated/aws-iot-topicruledestination.d.ts +23 -0
- package/out/exports/resources.generated/aws-iotanalytics-channel.d.ts +25 -0
- package/out/exports/resources.generated/aws-iotanalytics-dataset.d.ts +86 -0
- package/out/exports/resources.generated/aws-iotanalytics-datastore.d.ts +53 -0
- package/out/exports/resources.generated/aws-iotanalytics-pipeline.d.ts +70 -0
- package/out/exports/resources.generated/aws-iotcoredeviceadvisor-suitedefinition.d.ts +18 -0
- package/out/exports/resources.generated/aws-iotevents-alarmmodel.d.ts +94 -0
- package/out/exports/resources.generated/aws-iotevents-detectormodel.d.ts +124 -0
- package/out/exports/resources.generated/aws-iotevents-input.d.ts +13 -0
- package/out/exports/resources.generated/aws-iotfleethub-application.d.ts +20 -0
- package/out/exports/resources.generated/aws-iotfleetwise-campaign.d.ts +112 -0
- package/out/exports/resources.generated/aws-iotfleetwise-decodermanifest.d.ts +116 -0
- package/out/exports/resources.generated/aws-iotfleetwise-fleet.d.ts +19 -0
- package/out/exports/resources.generated/aws-iotfleetwise-modelmanifest.d.ts +20 -0
- package/out/exports/resources.generated/aws-iotfleetwise-signalcatalog.d.ts +56 -0
- package/out/exports/resources.generated/aws-iotfleetwise-statetemplate.d.ts +23 -0
- package/out/exports/resources.generated/aws-iotfleetwise-vehicle.d.ts +41 -0
- package/out/exports/resources.generated/aws-iotsitewise-accesspolicy.d.ts +30 -0
- package/out/exports/resources.generated/aws-iotsitewise-asset.d.ts +27 -0
- package/out/exports/resources.generated/aws-iotsitewise-assetmodel.d.ts +85 -0
- package/out/exports/resources.generated/aws-iotsitewise-dashboard.d.ts +15 -0
- package/out/exports/resources.generated/aws-iotsitewise-dataset.d.ts +29 -0
- package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +27 -0
- package/out/exports/resources.generated/aws-iotsitewise-portal.d.ts +26 -0
- package/out/exports/resources.generated/aws-iotsitewise-project.d.ts +17 -0
- package/out/exports/resources.generated/aws-iotthingsgraph-flowtemplate.d.ts +26 -0
- package/out/exports/resources.generated/aws-iottwinmaker-componenttype.d.ts +64 -0
- package/out/exports/resources.generated/aws-iottwinmaker-entity.d.ts +75 -0
- package/out/exports/resources.generated/aws-iottwinmaker-scene.d.ts +18 -0
- package/out/exports/resources.generated/aws-iottwinmaker-syncjob.d.ts +16 -0
- package/out/exports/resources.generated/aws-iottwinmaker-workspace.d.ts +16 -0
- package/out/exports/resources.generated/aws-iotwireless-destination.d.ts +15 -0
- package/out/exports/resources.generated/aws-iotwireless-deviceprofile.d.ts +33 -0
- package/out/exports/resources.generated/aws-iotwireless-fuotatask.d.ts +24 -0
- package/out/exports/resources.generated/aws-iotwireless-multicastgroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-iotwireless-networkanalyzerconfiguration.d.ts +21 -0
- package/out/exports/resources.generated/aws-iotwireless-partneraccount.d.ts +25 -0
- package/out/exports/resources.generated/aws-iotwireless-serviceprofile.d.ts +33 -0
- package/out/exports/resources.generated/aws-iotwireless-taskdefinition.d.ts +32 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdevice.d.ts +80 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdeviceimporttask.d.ts +20 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessgateway.d.ts +20 -0
- package/out/exports/resources.generated/aws-ivs-channel.d.ts +27 -0
- package/out/exports/resources.generated/aws-ivs-encoderconfiguration.d.ts +12 -0
- package/out/exports/resources.generated/aws-ivs-ingestconfiguration.d.ts +18 -0
- package/out/exports/resources.generated/aws-ivs-playbackkeypair.d.ts +13 -0
- package/out/exports/resources.generated/aws-ivs-playbackrestrictionpolicy.d.ts +14 -0
- package/out/exports/resources.generated/aws-ivs-publickey.d.ts +13 -0
- package/out/exports/resources.generated/aws-ivs-recordingconfiguration.d.ts +28 -0
- package/out/exports/resources.generated/aws-ivs-stage.d.ts +16 -0
- package/out/exports/resources.generated/aws-ivs-storageconfiguration.d.ts +14 -0
- package/out/exports/resources.generated/aws-ivs-streamkey.d.ts +12 -0
- package/out/exports/resources.generated/aws-ivschat-loggingconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-ivschat-room.d.ts +19 -0
- package/out/exports/resources.generated/aws-kafkaconnect-connector.d.ts +78 -0
- package/out/exports/resources.generated/aws-kafkaconnect-customplugin.d.ts +21 -0
- package/out/exports/resources.generated/aws-kafkaconnect-workerconfiguration.d.ts +14 -0
- package/out/exports/resources.generated/aws-kendra-datasource.d.ts +402 -0
- package/out/exports/resources.generated/aws-kendra-faq.d.ts +22 -0
- package/out/exports/resources.generated/aws-kendra-index.d.ts +73 -0
- package/out/exports/resources.generated/aws-kendraranking-executionplan.d.ts +18 -0
- package/out/exports/resources.generated/aws-kinesis-resourcepolicy.d.ts +14 -1
- package/out/exports/resources.generated/aws-kinesis-stream.d.ts +22 -0
- package/out/exports/resources.generated/aws-kinesis-streamconsumer.d.ts +22 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-application.d.ts +54 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationoutput.d.ts +40 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationreferencedatasource.d.ts +46 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-application.d.ts +136 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.d.ts +17 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationoutput.d.ts +35 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationreferencedatasource.d.ts +41 -0
- package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +383 -0
- package/out/exports/resources.generated/aws-kinesisvideo-signalingchannel.d.ts +15 -0
- package/out/exports/resources.generated/aws-kinesisvideo-stream.d.ts +23 -0
- package/out/exports/resources.generated/aws-kms-alias.d.ts +22 -0
- package/out/exports/resources.generated/aws-kms-key.d.ts +38 -1
- package/out/exports/resources.generated/aws-kms-replicakey.d.ts +30 -1
- package/out/exports/resources.generated/aws-lakeformation-datacellsfilter.d.ts +17 -0
- package/out/exports/resources.generated/aws-lakeformation-datalakesettings.d.ts +21 -0
- package/out/exports/resources.generated/aws-lakeformation-permissions.d.ts +41 -0
- package/out/exports/resources.generated/aws-lakeformation-principalpermissions.d.ts +67 -0
- package/out/exports/resources.generated/aws-lakeformation-resource.d.ts +14 -0
- package/out/exports/resources.generated/aws-lakeformation-tag.d.ts +8 -0
- package/out/exports/resources.generated/aws-lakeformation-tagassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-lambda-alias.d.ts +24 -0
- package/out/exports/resources.generated/aws-lambda-codesigningconfig.d.ts +18 -0
- package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +19 -0
- package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +77 -0
- package/out/exports/resources.generated/aws-lambda-function.d.ts +86 -0
- package/out/exports/resources.generated/aws-lambda-layerversion.d.ts +19 -0
- package/out/exports/resources.generated/aws-lambda-layerversionpermission.d.ts +15 -0
- package/out/exports/resources.generated/aws-lambda-permission.d.ts +23 -0
- package/out/exports/resources.generated/aws-lambda-url.d.ts +22 -0
- package/out/exports/resources.generated/aws-lambda-version.d.ts +20 -0
- package/out/exports/resources.generated/aws-launchwizard-deployment.d.ts +22 -0
- package/out/exports/resources.generated/aws-lex-bot.d.ts +475 -3
- package/out/exports/resources.generated/aws-lex-botalias.d.ts +57 -0
- package/out/exports/resources.generated/aws-lex-botversion.d.ts +21 -0
- package/out/exports/resources.generated/aws-lex-resourcepolicy.d.ts +14 -1
- package/out/exports/resources.generated/aws-licensemanager-grant.d.ts +18 -0
- package/out/exports/resources.generated/aws-licensemanager-license.d.ts +48 -0
- package/out/exports/resources.generated/aws-lightsail-alarm.d.ts +21 -0
- package/out/exports/resources.generated/aws-lightsail-bucket.d.ts +21 -0
- package/out/exports/resources.generated/aws-lightsail-certificate.d.ts +16 -0
- package/out/exports/resources.generated/aws-lightsail-container.d.ts +52 -0
- package/out/exports/resources.generated/aws-lightsail-database.d.ts +33 -0
- package/out/exports/resources.generated/aws-lightsail-disk.d.ts +30 -0
- package/out/exports/resources.generated/aws-lightsail-distribution.d.ts +50 -0
- package/out/exports/resources.generated/aws-lightsail-instance.d.ts +63 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancer.d.ts +20 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancertlscertificate.d.ts +16 -0
- package/out/exports/resources.generated/aws-lightsail-staticip.d.ts +13 -0
- package/out/exports/resources.generated/aws-location-apikey.d.ts +24 -0
- package/out/exports/resources.generated/aws-location-geofencecollection.d.ts +23 -0
- package/out/exports/resources.generated/aws-location-map.d.ts +24 -0
- package/out/exports/resources.generated/aws-location-placeindex.d.ts +28 -0
- package/out/exports/resources.generated/aws-location-routecalculator.d.ts +24 -0
- package/out/exports/resources.generated/aws-location-tracker.d.ts +33 -0
- package/out/exports/resources.generated/aws-location-trackerconsumer.d.ts +9 -0
- package/out/exports/resources.generated/aws-logs-accountpolicy.d.ts +69 -0
- package/out/exports/resources.generated/aws-logs-delivery.d.ts +24 -0
- package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +24 -1
- package/out/exports/resources.generated/aws-logs-deliverysource.d.ts +25 -0
- package/out/exports/resources.generated/aws-logs-destination.d.ts +13 -0
- package/out/exports/resources.generated/aws-logs-integration.d.ts +22 -0
- package/out/exports/resources.generated/aws-logs-loganomalydetector.d.ts +27 -0
- package/out/exports/resources.generated/aws-logs-loggroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-logs-logstream.d.ts +15 -0
- package/out/exports/resources.generated/aws-logs-metricfilter.d.ts +22 -0
- package/out/exports/resources.generated/aws-logs-querydefinition.d.ts +13 -0
- package/out/exports/resources.generated/aws-logs-resourcepolicy.d.ts +7 -0
- package/out/exports/resources.generated/aws-logs-subscriptionfilter.d.ts +19 -0
- package/out/exports/resources.generated/aws-logs-transformer.d.ts +78 -0
- package/out/exports/resources.generated/aws-lookoutequipment-inferencescheduler.d.ts +37 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-alert.d.ts +23 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-anomalydetector.d.ts +84 -0
- package/out/exports/resources.generated/aws-lookoutvision-project.d.ts +10 -0
- package/out/exports/resources.generated/aws-m2-application.d.ts +23 -0
- package/out/exports/resources.generated/aws-m2-deployment.d.ts +13 -0
- package/out/exports/resources.generated/aws-m2-environment.d.ts +37 -0
- package/out/exports/resources.generated/aws-macie-allowlist.d.ts +33 -0
- package/out/exports/resources.generated/aws-macie-customdataidentifier.d.ts +24 -0
- package/out/exports/resources.generated/aws-macie-findingsfilter.d.ts +30 -0
- package/out/exports/resources.generated/aws-macie-session.d.ts +15 -0
- package/out/exports/resources.generated/aws-managedblockchain-accessor.d.ts +25 -0
- package/out/exports/resources.generated/aws-managedblockchain-member.d.ts +42 -0
- package/out/exports/resources.generated/aws-managedblockchain-node.d.ts +20 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridge.d.ts +67 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgeoutput.d.ts +14 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgesource.d.ts +25 -0
- package/out/exports/resources.generated/aws-mediaconnect-flow.d.ts +129 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowentitlement.d.ts +26 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowoutput.d.ts +48 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowsource.d.ts +44 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowvpcinterface.d.ts +24 -0
- package/out/exports/resources.generated/aws-mediaconnect-gateway.d.ts +16 -0
- package/out/exports/resources.generated/aws-mediaconvert-jobtemplate.d.ts +33 -0
- package/out/exports/resources.generated/aws-mediaconvert-preset.d.ts +22 -0
- package/out/exports/resources.generated/aws-mediaconvert-queue.d.ts +19 -0
- package/out/exports/resources.generated/aws-medialive-channel.d.ts +1298 -0
- package/out/exports/resources.generated/aws-medialive-channelplacementgroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplate.d.ts +33 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplategroup.d.ts +18 -0
- package/out/exports/resources.generated/aws-medialive-cluster.d.ts +25 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplate.d.ts +23 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplategroup.d.ts +18 -0
- package/out/exports/resources.generated/aws-medialive-input.d.ts +110 -0
- package/out/exports/resources.generated/aws-medialive-inputsecuritygroup.d.ts +16 -0
- package/out/exports/resources.generated/aws-medialive-multiplex.d.ts +25 -0
- package/out/exports/resources.generated/aws-medialive-multiplexprogram.d.ts +72 -0
- package/out/exports/resources.generated/aws-medialive-network.d.ts +28 -0
- package/out/exports/resources.generated/aws-medialive-sdisource.d.ts +19 -0
- package/out/exports/resources.generated/aws-medialive-signalmap.d.ts +29 -0
- package/out/exports/resources.generated/aws-mediapackage-asset.d.ts +18 -0
- package/out/exports/resources.generated/aws-mediapackage-channel.d.ts +18 -0
- package/out/exports/resources.generated/aws-mediapackage-originendpoint.d.ts +114 -0
- package/out/exports/resources.generated/aws-mediapackage-packagingconfiguration.d.ts +80 -0
- package/out/exports/resources.generated/aws-mediapackage-packaginggroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +31 -1
- package/out/exports/resources.generated/aws-mediapackagev2-channelgroup.d.ts +16 -1
- package/out/exports/resources.generated/aws-mediapackagev2-channelpolicy.d.ts +8 -1
- package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +157 -4
- package/out/exports/resources.generated/aws-mediapackagev2-originendpointpolicy.d.ts +9 -1
- package/out/exports/resources.generated/aws-mediastore-container.d.ts +35 -0
- package/out/exports/resources.generated/aws-mediatailor-channel.d.ts +50 -0
- package/out/exports/resources.generated/aws-mediatailor-channelpolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-mediatailor-livesource.d.ts +20 -0
- package/out/exports/resources.generated/aws-mediatailor-playbackconfiguration.d.ts +53 -0
- package/out/exports/resources.generated/aws-mediatailor-sourcelocation.d.ts +32 -0
- package/out/exports/resources.generated/aws-mediatailor-vodsource.d.ts +20 -0
- package/out/exports/resources.generated/aws-memorydb-acl.d.ts +13 -0
- package/out/exports/resources.generated/aws-memorydb-cluster.d.ts +50 -0
- package/out/exports/resources.generated/aws-memorydb-multiregioncluster.d.ts +21 -0
- package/out/exports/resources.generated/aws-memorydb-parametergroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-memorydb-subnetgroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-memorydb-user.d.ts +14 -0
- package/out/exports/resources.generated/aws-mpa-approvalteam.d.ts +81 -0
- package/out/exports/resources.generated/aws-mpa-identitysource.d.ts +47 -0
- package/out/exports/resources.generated/aws-msk-batchscramsecret.d.ts +7 -0
- package/out/exports/resources.generated/aws-msk-cluster.d.ts +112 -0
- package/out/exports/resources.generated/aws-msk-clusterpolicy.d.ts +11 -1
- package/out/exports/resources.generated/aws-msk-configuration.d.ts +25 -0
- package/out/exports/resources.generated/aws-msk-replicator.d.ts +49 -0
- package/out/exports/resources.generated/aws-msk-serverlesscluster.d.ts +28 -0
- package/out/exports/resources.generated/aws-msk-vpcconnection.d.ts +16 -0
- package/out/exports/resources.generated/aws-mwaa-environment.d.ts +60 -0
- package/out/exports/resources.generated/aws-neptune-dbcluster.d.ts +49 -0
- package/out/exports/resources.generated/aws-neptune-dbclusterparametergroup.d.ts +12 -0
- package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +44 -0
- package/out/exports/resources.generated/aws-neptune-dbparametergroup.d.ts +16 -0
- package/out/exports/resources.generated/aws-neptune-dbsubnetgroup.d.ts +9 -0
- package/out/exports/resources.generated/aws-neptune-eventsubscription.d.ts +24 -0
- package/out/exports/resources.generated/aws-neptunegraph-graph.d.ts +22 -0
- package/out/exports/resources.generated/aws-neptunegraph-privategraphendpoint.d.ts +16 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewall.d.ts +27 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewallpolicy.d.ts +59 -0
- package/out/exports/resources.generated/aws-networkfirewall-loggingconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-networkfirewall-rulegroup.d.ts +104 -0
- package/out/exports/resources.generated/aws-networkfirewall-tlsinspectionconfiguration.d.ts +44 -0
- package/out/exports/resources.generated/aws-networkmanager-connectattachment.d.ts +38 -0
- package/out/exports/resources.generated/aws-networkmanager-connectpeer.d.ts +22 -0
- package/out/exports/resources.generated/aws-networkmanager-corenetwork.d.ts +17 -0
- package/out/exports/resources.generated/aws-networkmanager-customergatewayassociation.d.ts +11 -0
- package/out/exports/resources.generated/aws-networkmanager-device.d.ts +29 -0
- package/out/exports/resources.generated/aws-networkmanager-directconnectgatewayattachment.d.ts +33 -0
- package/out/exports/resources.generated/aws-networkmanager-globalnetwork.d.ts +14 -0
- package/out/exports/resources.generated/aws-networkmanager-link.d.ts +22 -0
- package/out/exports/resources.generated/aws-networkmanager-linkassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-networkmanager-site.d.ts +20 -0
- package/out/exports/resources.generated/aws-networkmanager-sitetositevpnattachment.d.ts +33 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewaypeering.d.ts +20 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayregistration.d.ts +7 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayroutetableattachment.d.ts +34 -0
- package/out/exports/resources.generated/aws-networkmanager-vpcattachment.d.ts +38 -0
- package/out/exports/resources.generated/aws-notifications-channelassociation.d.ts +7 -0
- package/out/exports/resources.generated/aws-notifications-eventrule.d.ts +16 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationaccountcontactassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationadditionalchannelassociation.d.ts +7 -0
- package/out/exports/resources.generated/aws-notifications-notificationconfiguration.d.ts +21 -0
- package/out/exports/resources.generated/aws-notifications-notificationhub.d.ts +10 -0
- package/out/exports/resources.generated/aws-notificationscontacts-emailcontact.d.ts +21 -0
- package/out/exports/resources.generated/aws-oam-link.d.ts +31 -0
- package/out/exports/resources.generated/aws-oam-sink.d.ts +16 -1
- package/out/exports/resources.generated/aws-omics-annotationstore.d.ts +47 -0
- package/out/exports/resources.generated/aws-omics-referencestore.d.ts +21 -0
- package/out/exports/resources.generated/aws-omics-rungroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-omics-sequencestore.d.ts +37 -1
- package/out/exports/resources.generated/aws-omics-variantstore.d.ts +31 -0
- package/out/exports/resources.generated/aws-omics-workflow.d.ts +46 -0
- package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +76 -1
- package/out/exports/resources.generated/aws-opensearchserverless-accesspolicy.d.ts +10 -0
- package/out/exports/resources.generated/aws-opensearchserverless-collection.d.ts +21 -0
- package/out/exports/resources.generated/aws-opensearchserverless-index.d.ts +22 -0
- package/out/exports/resources.generated/aws-opensearchserverless-lifecyclepolicy.d.ts +10 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securityconfig.d.ts +28 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securitypolicy.d.ts +14 -0
- package/out/exports/resources.generated/aws-opensearchserverless-vpcendpoint.d.ts +13 -0
- package/out/exports/resources.generated/aws-opensearchservice-application.d.ts +23 -0
- package/out/exports/resources.generated/aws-opensearchservice-domain.d.ts +149 -0
- package/out/exports/resources.generated/aws-opsworks-app.d.ts +50 -0
- package/out/exports/resources.generated/aws-opsworks-elasticloadbalancerattachment.d.ts +13 -0
- package/out/exports/resources.generated/aws-opsworks-instance.d.ts +62 -0
- package/out/exports/resources.generated/aws-opsworks-layer.d.ts +72 -0
- package/out/exports/resources.generated/aws-opsworks-stack.d.ts +66 -0
- package/out/exports/resources.generated/aws-opsworks-userprofile.d.ts +16 -0
- package/out/exports/resources.generated/aws-opsworks-volume.d.ts +15 -0
- package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +34 -0
- package/out/exports/resources.generated/aws-organizations-account.d.ts +52 -0
- package/out/exports/resources.generated/aws-organizations-organization.d.ts +23 -0
- package/out/exports/resources.generated/aws-organizations-organizationalunit.d.ts +19 -0
- package/out/exports/resources.generated/aws-organizations-policy.d.ts +25 -0
- package/out/exports/resources.generated/aws-organizations-resourcepolicy.d.ts +16 -0
- package/out/exports/resources.generated/aws-osis-pipeline.d.ts +32 -0
- package/out/exports/resources.generated/aws-panorama-applicationinstance.d.ts +34 -0
- package/out/exports/resources.generated/aws-panorama-package.d.ts +18 -0
- package/out/exports/resources.generated/aws-panorama-packageversion.d.ts +23 -0
- package/out/exports/resources.generated/aws-paymentcryptography-alias.d.ts +20 -0
- package/out/exports/resources.generated/aws-paymentcryptography-key.d.ts +70 -1
- package/out/exports/resources.generated/aws-pcaconnectorad-connector.d.ts +16 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-directoryregistration.d.ts +11 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-serviceprincipalname.d.ts +7 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-template.d.ts +196 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-templategroupaccesscontrolentry.d.ts +15 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-challenge.d.ts +15 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-connector.d.ts +23 -0
- package/out/exports/resources.generated/aws-pcs-cluster.d.ts +44 -0
- package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +28 -0
- package/out/exports/resources.generated/aws-pcs-queue.d.ts +17 -0
- package/out/exports/resources.generated/aws-personalize-dataset.d.ts +42 -0
- package/out/exports/resources.generated/aws-personalize-datasetgroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-personalize-schema.d.ts +20 -0
- package/out/exports/resources.generated/aws-personalize-solution.d.ts +37 -0
- package/out/exports/resources.generated/aws-pinpoint-admchannel.d.ts +15 -0
- package/out/exports/resources.generated/aws-pinpoint-apnschannel.d.ts +20 -0
- package/out/exports/resources.generated/aws-pinpoint-apnssandboxchannel.d.ts +20 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipchannel.d.ts +20 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipsandboxchannel.d.ts +20 -0
- package/out/exports/resources.generated/aws-pinpoint-app.d.ts +14 -0
- package/out/exports/resources.generated/aws-pinpoint-applicationsettings.d.ts +30 -0
- package/out/exports/resources.generated/aws-pinpoint-baiduchannel.d.ts +15 -0
- package/out/exports/resources.generated/aws-pinpoint-campaign.d.ts +149 -0
- package/out/exports/resources.generated/aws-pinpoint-emailchannel.d.ts +18 -0
- package/out/exports/resources.generated/aws-pinpoint-emailtemplate.d.ts +19 -0
- package/out/exports/resources.generated/aws-pinpoint-eventstream.d.ts +14 -0
- package/out/exports/resources.generated/aws-pinpoint-gcmchannel.d.ts +16 -0
- package/out/exports/resources.generated/aws-pinpoint-inapptemplate.d.ts +51 -0
- package/out/exports/resources.generated/aws-pinpoint-pushtemplate.d.ts +43 -0
- package/out/exports/resources.generated/aws-pinpoint-segment.d.ts +57 -0
- package/out/exports/resources.generated/aws-pinpoint-smschannel.d.ts +15 -0
- package/out/exports/resources.generated/aws-pinpoint-smstemplate.d.ts +17 -0
- package/out/exports/resources.generated/aws-pinpoint-voicechannel.d.ts +13 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationset.d.ts +25 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationseteventdestination.d.ts +36 -0
- package/out/exports/resources.generated/aws-pinpointemail-dedicatedippool.d.ts +13 -0
- package/out/exports/resources.generated/aws-pinpointemail-identity.d.ts +31 -0
- package/out/exports/resources.generated/aws-pipes-pipe.d.ts +354 -0
- package/out/exports/resources.generated/aws-proton-environmentaccountconnection.d.ts +21 -0
- package/out/exports/resources.generated/aws-proton-environmenttemplate.d.ts +23 -0
- package/out/exports/resources.generated/aws-proton-servicetemplate.d.ts +18 -0
- package/out/exports/resources.generated/aws-qbusiness-application.d.ts +68 -0
- package/out/exports/resources.generated/aws-qbusiness-dataaccessor.d.ts +38 -0
- package/out/exports/resources.generated/aws-qbusiness-datasource.d.ts +83 -0
- package/out/exports/resources.generated/aws-qbusiness-index.d.ts +42 -0
- package/out/exports/resources.generated/aws-qbusiness-permission.d.ts +9 -0
- package/out/exports/resources.generated/aws-qbusiness-plugin.d.ts +50 -0
- package/out/exports/resources.generated/aws-qbusiness-retriever.d.ts +30 -0
- package/out/exports/resources.generated/aws-qbusiness-webexperience.d.ts +47 -0
- package/out/exports/resources.generated/aws-qldb-ledger.d.ts +18 -0
- package/out/exports/resources.generated/aws-qldb-stream.d.ts +22 -0
- package/out/exports/resources.generated/aws-quicksight-analysis.d.ts +2884 -0
- package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +34 -0
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +2903 -0
- package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +276 -0
- package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +181 -0
- package/out/exports/resources.generated/aws-quicksight-folder.d.ts +28 -0
- package/out/exports/resources.generated/aws-quicksight-refreshschedule.d.ts +17 -0
- package/out/exports/resources.generated/aws-quicksight-template.d.ts +2692 -0
- package/out/exports/resources.generated/aws-quicksight-theme.d.ts +72 -0
- package/out/exports/resources.generated/aws-quicksight-topic.d.ts +228 -0
- package/out/exports/resources.generated/aws-quicksight-vpcconnection.d.ts +28 -0
- package/out/exports/resources.generated/aws-ram-permission.d.ts +16 -0
- package/out/exports/resources.generated/aws-ram-resourceshare.d.ts +18 -0
- package/out/exports/resources.generated/aws-rbin-rule.d.ts +33 -0
- package/out/exports/resources.generated/aws-rds-customdbengineversion.d.ts +21 -0
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +116 -0
- package/out/exports/resources.generated/aws-rds-dbclusterparametergroup.d.ts +16 -0
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +141 -0
- package/out/exports/resources.generated/aws-rds-dbparametergroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +40 -0
- package/out/exports/resources.generated/aws-rds-dbproxyendpoint.d.ts +23 -0
- package/out/exports/resources.generated/aws-rds-dbproxytargetgroup.d.ts +34 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroupingress.d.ts +22 -0
- package/out/exports/resources.generated/aws-rds-dbshardgroup.d.ts +19 -0
- package/out/exports/resources.generated/aws-rds-dbsubnetgroup.d.ts +11 -0
- package/out/exports/resources.generated/aws-rds-eventsubscription.d.ts +12 -0
- package/out/exports/resources.generated/aws-rds-globalcluster.d.ts +27 -0
- package/out/exports/resources.generated/aws-rds-integration.d.ts +18 -0
- package/out/exports/resources.generated/aws-rds-optiongroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-redshift-cluster.d.ts +71 -1
- package/out/exports/resources.generated/aws-redshift-clusterparametergroup.d.ts +13 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroupingress.d.ts +19 -0
- package/out/exports/resources.generated/aws-redshift-clustersubnetgroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-redshift-endpointaccess.d.ts +17 -0
- package/out/exports/resources.generated/aws-redshift-endpointauthorization.d.ts +20 -0
- package/out/exports/resources.generated/aws-redshift-eventsubscription.d.ts +22 -0
- package/out/exports/resources.generated/aws-redshift-integration.d.ts +16 -0
- package/out/exports/resources.generated/aws-redshift-scheduledaction.d.ts +29 -0
- package/out/exports/resources.generated/aws-redshiftserverless-namespace.d.ts +45 -1
- package/out/exports/resources.generated/aws-redshiftserverless-workgroup.d.ts +55 -0
- package/out/exports/resources.generated/aws-refactorspaces-application.d.ts +33 -0
- package/out/exports/resources.generated/aws-refactorspaces-environment.d.ts +20 -0
- package/out/exports/resources.generated/aws-refactorspaces-route.d.ts +64 -0
- package/out/exports/resources.generated/aws-refactorspaces-service.d.ts +29 -0
- package/out/exports/resources.generated/aws-rekognition-collection.d.ts +11 -0
- package/out/exports/resources.generated/aws-rekognition-project.d.ts +10 -0
- package/out/exports/resources.generated/aws-rekognition-streamprocessor.d.ts +70 -0
- package/out/exports/resources.generated/aws-resiliencehub-app.d.ts +41 -0
- package/out/exports/resources.generated/aws-resiliencehub-resiliencypolicy.d.ts +35 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-defaultviewassociation.d.ts +10 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-index.d.ts +24 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-view.d.ts +18 -0
- package/out/exports/resources.generated/aws-resourcegroups-group.d.ts +37 -0
- package/out/exports/resources.generated/aws-resourcegroups-tagsynctask.d.ts +24 -0
- package/out/exports/resources.generated/aws-robomaker-fleet.d.ts +15 -0
- package/out/exports/resources.generated/aws-robomaker-robot.d.ts +18 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplication.d.ts +23 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplicationversion.d.ts +12 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplication.d.ts +31 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplicationversion.d.ts +12 -0
- package/out/exports/resources.generated/aws-rolesanywhere-crl.d.ts +14 -0
- package/out/exports/resources.generated/aws-rolesanywhere-profile.d.ts +28 -0
- package/out/exports/resources.generated/aws-rolesanywhere-trustanchor.d.ts +33 -0
- package/out/exports/resources.generated/aws-route53-cidrcollection.d.ts +15 -0
- package/out/exports/resources.generated/aws-route53-dnssec.d.ts +6 -0
- package/out/exports/resources.generated/aws-route53-healthcheck.d.ts +30 -0
- package/out/exports/resources.generated/aws-route53-hostedzone.d.ts +45 -0
- package/out/exports/resources.generated/aws-route53-keysigningkey.d.ts +9 -0
- package/out/exports/resources.generated/aws-route53-recordset.d.ts +49 -0
- package/out/exports/resources.generated/aws-route53-recordsetgroup.d.ts +51 -0
- package/out/exports/resources.generated/aws-route53profiles-profile.d.ts +13 -0
- package/out/exports/resources.generated/aws-route53profiles-profileassociation.d.ts +14 -0
- package/out/exports/resources.generated/aws-route53profiles-profileresourceassociation.d.ts +14 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-cluster.d.ts +13 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-controlpanel.d.ts +15 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-routingcontrol.d.ts +15 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-safetyrule.d.ts +42 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-cell.d.ts +19 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-readinesscheck.d.ts +16 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-recoverygroup.d.ts +16 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-resourceset.d.ts +40 -0
- package/out/exports/resources.generated/aws-route53resolver-firewalldomainlist.d.ts +23 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroup.d.ts +33 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroupassociation.d.ts +22 -0
- package/out/exports/resources.generated/aws-route53resolver-outpostresolver.d.ts +20 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverconfig.d.ts +13 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverdnssecconfig.d.ts +12 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverendpoint.d.ts +33 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfig.d.ts +19 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfigassociation.d.ts +15 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverrule.d.ts +25 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverruleassociation.d.ts +15 -0
- package/out/exports/resources.generated/aws-rum-appmonitor.d.ts +65 -0
- package/out/exports/resources.generated/aws-s3-accessgrant.d.ts +30 -0
- package/out/exports/resources.generated/aws-s3-accessgrantsinstance.d.ts +15 -0
- package/out/exports/resources.generated/aws-s3-accessgrantslocation.d.ts +22 -0
- package/out/exports/resources.generated/aws-s3-accesspoint.d.ts +25 -1
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +258 -0
- package/out/exports/resources.generated/aws-s3-bucketpolicy.d.ts +24 -1
- package/out/exports/resources.generated/aws-s3-multiregionaccesspoint.d.ts +21 -0
- package/out/exports/resources.generated/aws-s3-multiregionaccesspointpolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-s3-storagelens.d.ts +74 -0
- package/out/exports/resources.generated/aws-s3-storagelensgroup.d.ts +38 -0
- package/out/exports/resources.generated/aws-s3express-bucketpolicy.d.ts +42 -1
- package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +73 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspoint.d.ts +30 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspointpolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-s3outposts-accesspoint.d.ts +17 -1
- package/out/exports/resources.generated/aws-s3outposts-bucket.d.ts +46 -0
- package/out/exports/resources.generated/aws-s3outposts-bucketpolicy.d.ts +15 -1
- package/out/exports/resources.generated/aws-s3outposts-endpoint.d.ts +26 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucket.d.ts +22 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucketpolicy.d.ts +9 -1
- package/out/exports/resources.generated/aws-sagemaker-app.d.ts +23 -1
- package/out/exports/resources.generated/aws-sagemaker-appimageconfig.d.ts +35 -0
- package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +42 -0
- package/out/exports/resources.generated/aws-sagemaker-coderepository.d.ts +21 -0
- package/out/exports/resources.generated/aws-sagemaker-dataqualityjobdefinition.d.ts +85 -0
- package/out/exports/resources.generated/aws-sagemaker-device.d.ts +12 -0
- package/out/exports/resources.generated/aws-sagemaker-devicefleet.d.ts +13 -0
- package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +177 -3
- package/out/exports/resources.generated/aws-sagemaker-endpoint.d.ts +43 -0
- package/out/exports/resources.generated/aws-sagemaker-endpointconfig.d.ts +137 -0
- package/out/exports/resources.generated/aws-sagemaker-featuregroup.d.ts +49 -0
- package/out/exports/resources.generated/aws-sagemaker-image.d.ts +14 -0
- package/out/exports/resources.generated/aws-sagemaker-imageversion.d.ts +32 -0
- package/out/exports/resources.generated/aws-sagemaker-inferencecomponent.d.ts +70 -0
- package/out/exports/resources.generated/aws-sagemaker-inferenceexperiment.d.ts +57 -0
- package/out/exports/resources.generated/aws-sagemaker-mlflowtrackingserver.d.ts +17 -0
- package/out/exports/resources.generated/aws-sagemaker-model.d.ts +59 -0
- package/out/exports/resources.generated/aws-sagemaker-modelbiasjobdefinition.d.ts +92 -0
- package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +184 -0
- package/out/exports/resources.generated/aws-sagemaker-modelexplainabilityjobdefinition.d.ts +83 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackage.d.ts +177 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackagegroup.d.ts +15 -1
- package/out/exports/resources.generated/aws-sagemaker-modelqualityjobdefinition.d.ts +95 -0
- package/out/exports/resources.generated/aws-sagemaker-monitoringschedule.d.ts +109 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstance.d.ts +30 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstancelifecycleconfig.d.ts +17 -0
- package/out/exports/resources.generated/aws-sagemaker-partnerapp.d.ts +26 -0
- package/out/exports/resources.generated/aws-sagemaker-pipeline.d.ts +17 -0
- package/out/exports/resources.generated/aws-sagemaker-project.d.ts +20 -0
- package/out/exports/resources.generated/aws-sagemaker-space.d.ts +72 -0
- package/out/exports/resources.generated/aws-sagemaker-studiolifecycleconfig.d.ts +13 -0
- package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +122 -3
- package/out/exports/resources.generated/aws-sagemaker-workteam.d.ts +33 -0
- package/out/exports/resources.generated/aws-scheduler-schedule.d.ts +95 -0
- package/out/exports/resources.generated/aws-scheduler-schedulegroup.d.ts +19 -0
- package/out/exports/resources.generated/aws-sdb-domain.d.ts +14 -0
- package/out/exports/resources.generated/aws-secretsmanager-resourcepolicy.d.ts +14 -1
- package/out/exports/resources.generated/aws-secretsmanager-rotationschedule.d.ts +45 -0
- package/out/exports/resources.generated/aws-secretsmanager-secret.d.ts +40 -0
- package/out/exports/resources.generated/aws-secretsmanager-secrettargetattachment.d.ts +22 -0
- package/out/exports/resources.generated/aws-securityhub-automationrule.d.ts +110 -0
- package/out/exports/resources.generated/aws-securityhub-configurationpolicy.d.ts +42 -0
- package/out/exports/resources.generated/aws-securityhub-delegatedadmin.d.ts +17 -0
- package/out/exports/resources.generated/aws-securityhub-findingaggregator.d.ts +16 -0
- package/out/exports/resources.generated/aws-securityhub-hub.d.ts +20 -0
- package/out/exports/resources.generated/aws-securityhub-insight.d.ts +144 -0
- package/out/exports/resources.generated/aws-securityhub-organizationconfiguration.d.ts +15 -0
- package/out/exports/resources.generated/aws-securityhub-policyassociation.d.ts +16 -0
- package/out/exports/resources.generated/aws-securityhub-productsubscription.d.ts +14 -0
- package/out/exports/resources.generated/aws-securityhub-securitycontrol.d.ts +0 -0
- package/out/exports/resources.generated/aws-securityhub-standard.d.ts +18 -0
- package/out/exports/resources.generated/aws-securitylake-awslogsource.d.ts +11 -0
- package/out/exports/resources.generated/aws-securitylake-datalake.d.ts +32 -0
- package/out/exports/resources.generated/aws-securitylake-subscriber.d.ts +31 -0
- package/out/exports/resources.generated/aws-securitylake-subscribernotification.d.ts +22 -0
- package/out/exports/resources.generated/aws-servicecatalog-acceptedportfolioshare.d.ts +13 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationproduct.d.ts +43 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationprovisionedproduct.d.ts +38 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchnotificationconstraint.d.ts +16 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchroleconstraint.d.ts +17 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchtemplateconstraint.d.ts +16 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolio.d.ts +15 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioprincipalassociation.d.ts +15 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioproductassociation.d.ts +17 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioshare.d.ts +15 -0
- package/out/exports/resources.generated/aws-servicecatalog-resourceupdateconstraint.d.ts +16 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceaction.d.ts +17 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceactionassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-servicecatalog-stacksetconstraint.d.ts +20 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoption.d.ts +12 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoptionassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-application.d.ts +16 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroupassociation.d.ts +12 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-resourceassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-servicediscovery-httpnamespace.d.ts +15 -0
- package/out/exports/resources.generated/aws-servicediscovery-instance.d.ts +11 -0
- package/out/exports/resources.generated/aws-servicediscovery-privatednsnamespace.d.ts +22 -0
- package/out/exports/resources.generated/aws-servicediscovery-publicdnsnamespace.d.ts +23 -0
- package/out/exports/resources.generated/aws-servicediscovery-service.d.ts +42 -0
- package/out/exports/resources.generated/aws-ses-configurationset.d.ts +45 -0
- package/out/exports/resources.generated/aws-ses-configurationseteventdestination.d.ts +36 -0
- package/out/exports/resources.generated/aws-ses-contactlist.d.ts +14 -0
- package/out/exports/resources.generated/aws-ses-dedicatedippool.d.ts +9 -0
- package/out/exports/resources.generated/aws-ses-emailidentity.d.ts +39 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddoninstance.d.ts +13 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddonsubscription.d.ts +12 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddresslist.d.ts +40 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerarchive.d.ts +22 -0
- package/out/exports/resources.generated/aws-ses-mailmanageringresspoint.d.ts +38 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerrelay.d.ts +16 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerruleset.d.ts +166 -0
- package/out/exports/resources.generated/aws-ses-mailmanagertrafficpolicy.d.ts +88 -0
- package/out/exports/resources.generated/aws-ses-receiptfilter.d.ts +18 -0
- package/out/exports/resources.generated/aws-ses-receiptrule.d.ts +63 -0
- package/out/exports/resources.generated/aws-ses-receiptruleset.d.ts +16 -0
- package/out/exports/resources.generated/aws-ses-template.d.ts +17 -0
- package/out/exports/resources.generated/aws-ses-vdmattributes.d.ts +15 -0
- package/out/exports/resources.generated/aws-shield-drtaccess.d.ts +23 -0
- package/out/exports/resources.generated/aws-shield-proactiveengagement.d.ts +29 -0
- package/out/exports/resources.generated/aws-shield-protection.d.ts +36 -0
- package/out/exports/resources.generated/aws-shield-protectiongroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-signer-profilepermission.d.ts +10 -0
- package/out/exports/resources.generated/aws-signer-signingprofile.d.ts +21 -0
- package/out/exports/resources.generated/aws-simspaceweaver-simulation.d.ts +24 -0
- package/out/exports/resources.generated/aws-sns-subscription.d.ts +20 -0
- package/out/exports/resources.generated/aws-sns-topic.d.ts +33 -0
- package/out/exports/resources.generated/aws-sns-topicinlinepolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-sns-topicpolicy.d.ts +11 -1
- package/out/exports/resources.generated/aws-sqs-queue.d.ts +38 -0
- package/out/exports/resources.generated/aws-sqs-queueinlinepolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-sqs-queuepolicy.d.ts +11 -1
- package/out/exports/resources.generated/aws-ssm-association.d.ts +35 -0
- package/out/exports/resources.generated/aws-ssm-document.d.ts +24 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindow.d.ts +24 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtarget.d.ts +20 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +66 -0
- package/out/exports/resources.generated/aws-ssm-parameter.d.ts +27 -0
- package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +42 -0
- package/out/exports/resources.generated/aws-ssm-resourcedatasync.d.ts +40 -0
- package/out/exports/resources.generated/aws-ssm-resourcepolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-ssmcontacts-contact.d.ts +34 -0
- package/out/exports/resources.generated/aws-ssmcontacts-contactchannel.d.ts +16 -0
- package/out/exports/resources.generated/aws-ssmcontacts-plan.d.ts +31 -0
- package/out/exports/resources.generated/aws-ssmcontacts-rotation.d.ts +49 -0
- package/out/exports/resources.generated/aws-ssmguiconnect-preferences.d.ts +15 -0
- package/out/exports/resources.generated/aws-ssmincidents-replicationset.d.ts +17 -0
- package/out/exports/resources.generated/aws-ssmincidents-responseplan.d.ts +54 -0
- package/out/exports/resources.generated/aws-ssmquicksetup-configurationmanager.d.ts +25 -0
- package/out/exports/resources.generated/aws-sso-application.d.ts +24 -0
- package/out/exports/resources.generated/aws-sso-applicationassignment.d.ts +8 -0
- package/out/exports/resources.generated/aws-sso-assignment.d.ts +13 -0
- package/out/exports/resources.generated/aws-sso-instance.d.ts +19 -0
- package/out/exports/resources.generated/aws-sso-instanceaccesscontrolattributeconfiguration.d.ts +15 -0
- package/out/exports/resources.generated/aws-sso-permissionset.d.ts +25 -1
- package/out/exports/resources.generated/aws-stepfunctions-activity.d.ts +22 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachine.d.ts +43 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachinealias.d.ts +28 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachineversion.d.ts +16 -0
- package/out/exports/resources.generated/aws-supportapp-accountalias.d.ts +12 -0
- package/out/exports/resources.generated/aws-supportapp-slackchannelconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-supportapp-slackworkspaceconfiguration.d.ts +15 -0
- package/out/exports/resources.generated/aws-synthetics-canary.d.ts +76 -0
- package/out/exports/resources.generated/aws-synthetics-group.d.ts +16 -0
- package/out/exports/resources.generated/aws-systemsmanagersap-application.d.ts +26 -0
- package/out/exports/resources.generated/aws-timestream-database.d.ts +12 -0
- package/out/exports/resources.generated/aws-timestream-influxdbinstance.d.ts +32 -0
- package/out/exports/resources.generated/aws-timestream-scheduledquery.d.ts +76 -0
- package/out/exports/resources.generated/aws-timestream-table.d.ts +22 -0
- package/out/exports/resources.generated/aws-transfer-agreement.d.ts +25 -0
- package/out/exports/resources.generated/aws-transfer-certificate.d.ts +27 -0
- package/out/exports/resources.generated/aws-transfer-connector.d.ts +20 -0
- package/out/exports/resources.generated/aws-transfer-profile.d.ts +14 -0
- package/out/exports/resources.generated/aws-transfer-server.d.ts +81 -0
- package/out/exports/resources.generated/aws-transfer-user.d.ts +35 -0
- package/out/exports/resources.generated/aws-transfer-webapp.d.ts +28 -0
- package/out/exports/resources.generated/aws-transfer-workflow.d.ts +32 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-identitysource.d.ts +46 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policy.d.ts +45 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policystore.d.ts +31 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policytemplate.d.ts +12 -0
- package/out/exports/resources.generated/aws-voiceid-domain.d.ts +15 -0
- package/out/exports/resources.generated/aws-vpclattice-accesslogsubscription.d.ts +16 -0
- package/out/exports/resources.generated/aws-vpclattice-authpolicy.d.ts +13 -1
- package/out/exports/resources.generated/aws-vpclattice-listener.d.ts +28 -0
- package/out/exports/resources.generated/aws-vpclattice-resourceconfiguration.d.ts +23 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcegateway.d.ts +16 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcepolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-vpclattice-rule.d.ts +47 -0
- package/out/exports/resources.generated/aws-vpclattice-service.d.ts +22 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetwork.d.ts +20 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkresourceassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkserviceassociation.d.ts +29 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkvpcassociation.d.ts +26 -0
- package/out/exports/resources.generated/aws-vpclattice-targetgroup.d.ts +44 -0
- package/out/exports/resources.generated/aws-waf-bytematchset.d.ts +26 -0
- package/out/exports/resources.generated/aws-waf-ipset.d.ts +24 -0
- package/out/exports/resources.generated/aws-waf-rule.d.ts +27 -0
- package/out/exports/resources.generated/aws-waf-sizeconstraintset.d.ts +27 -0
- package/out/exports/resources.generated/aws-waf-sqlinjectionmatchset.d.ts +25 -0
- package/out/exports/resources.generated/aws-waf-webacl.d.ts +25 -0
- package/out/exports/resources.generated/aws-waf-xssmatchset.d.ts +25 -0
- package/out/exports/resources.generated/aws-wafregional-bytematchset.d.ts +26 -0
- package/out/exports/resources.generated/aws-wafregional-geomatchset.d.ts +22 -0
- package/out/exports/resources.generated/aws-wafregional-ipset.d.ts +24 -0
- package/out/exports/resources.generated/aws-wafregional-ratebasedrule.d.ts +33 -0
- package/out/exports/resources.generated/aws-wafregional-regexpatternset.d.ts +15 -0
- package/out/exports/resources.generated/aws-wafregional-rule.d.ts +27 -0
- package/out/exports/resources.generated/aws-wafregional-sizeconstraintset.d.ts +27 -0
- package/out/exports/resources.generated/aws-wafregional-sqlinjectionmatchset.d.ts +25 -0
- package/out/exports/resources.generated/aws-wafregional-webacl.d.ts +27 -0
- package/out/exports/resources.generated/aws-wafregional-webaclassociation.d.ts +17 -0
- package/out/exports/resources.generated/aws-wafregional-xssmatchset.d.ts +25 -0
- package/out/exports/resources.generated/aws-wafv2-ipset.d.ts +22 -0
- package/out/exports/resources.generated/aws-wafv2-loggingconfiguration.d.ts +42 -0
- package/out/exports/resources.generated/aws-wafv2-regexpatternset.d.ts +19 -0
- package/out/exports/resources.generated/aws-wafv2-rulegroup.d.ts +250 -1
- package/out/exports/resources.generated/aws-wafv2-webacl.d.ts +365 -1
- package/out/exports/resources.generated/aws-wafv2-webaclassociation.d.ts +26 -0
- package/out/exports/resources.generated/aws-wisdom-aiagent.d.ts +65 -0
- package/out/exports/resources.generated/aws-wisdom-aiagentversion.d.ts +15 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrail.d.ts +65 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrailversion.d.ts +15 -0
- package/out/exports/resources.generated/aws-wisdom-aiprompt.d.ts +35 -0
- package/out/exports/resources.generated/aws-wisdom-aipromptversion.d.ts +15 -0
- package/out/exports/resources.generated/aws-wisdom-assistant.d.ts +20 -0
- package/out/exports/resources.generated/aws-wisdom-assistantassociation.d.ts +20 -0
- package/out/exports/resources.generated/aws-wisdom-knowledgebase.d.ts +57 -1
- package/out/exports/resources.generated/aws-wisdom-messagetemplate.d.ts +118 -0
- package/out/exports/resources.generated/aws-wisdom-messagetemplateversion.d.ts +12 -0
- package/out/exports/resources.generated/aws-workspaces-connectionalias.d.ts +12 -0
- package/out/exports/resources.generated/aws-workspaces-workspace.d.ts +25 -0
- package/out/exports/resources.generated/aws-workspaces-workspacespool.d.ts +40 -0
- package/out/exports/resources.generated/aws-workspacesthinclient-environment.d.ts +39 -0
- package/out/exports/resources.generated/aws-workspacesweb-browsersettings.d.ts +14 -0
- package/out/exports/resources.generated/aws-workspacesweb-dataprotectionsettings.d.ts +40 -0
- package/out/exports/resources.generated/aws-workspacesweb-identityprovider.d.ts +19 -0
- package/out/exports/resources.generated/aws-workspacesweb-ipaccesssettings.d.ts +20 -0
- package/out/exports/resources.generated/aws-workspacesweb-networksettings.d.ts +18 -0
- package/out/exports/resources.generated/aws-workspacesweb-portal.d.ts +47 -0
- package/out/exports/resources.generated/aws-workspacesweb-truststore.d.ts +12 -0
- package/out/exports/resources.generated/aws-workspacesweb-useraccessloggingsettings.d.ts +18 -0
- package/out/exports/resources.generated/aws-workspacesweb-usersettings.d.ts +50 -0
- package/out/exports/resources.generated/aws-xray-group.d.ts +16 -0
- package/out/exports/resources.generated/aws-xray-resourcepolicy.d.ts +8 -0
- package/out/exports/resources.generated/aws-xray-samplingrule.d.ts +59 -0
- package/out/exports/resources.generated/aws-xray-transactionsearchconfig.d.ts +10 -0
- package/out/lib/intrinsics.d.ts +2 -2
- package/out/lib/intrinsics.d.ts.map +1 -1
- package/out/lib/intrinsics.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,17 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Specifies the properties for creating a launch template.
|
|
4
|
+
*
|
|
5
|
+
* The minimum required properties for specifying a launch template are as follows:
|
|
6
|
+
*
|
|
7
|
+
* - You must specify at least one property for the launch template data.
|
|
8
|
+
* - You can optionally specify a name for the launch template. If you do not specify a name, AWS CloudFormation creates a name for you.
|
|
9
|
+
*
|
|
10
|
+
* A launch template can contain some or all of the configuration information to launch an instance. When you launch an instance using a launch template, instance properties that are not specified in the launch template use default values, except the `ImageId` property, which has no default value. If you do not specify an AMI ID for the launch template `ImageId` property, you must specify an AMI ID for the instance `ImageId` property.
|
|
11
|
+
*
|
|
12
|
+
* For more information, see [Launch an instance from a launch template](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html) in the *Amazon EC2 User Guide* .
|
|
13
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html}
|
|
14
|
+
*/
|
|
2
15
|
export type EC2LaunchTemplate = ResourceDefinitionWithAttributes<"AWS::EC2::LaunchTemplate", EC2LaunchTemplateProps, EC2LaunchTemplateAttribs>;
|
|
3
16
|
/**
|
|
4
17
|
* Specifies the properties for creating a launch template.
|
|
@@ -11,79 +24,99 @@ export type EC2LaunchTemplate = ResourceDefinitionWithAttributes<"AWS::EC2::Laun
|
|
|
11
24
|
* A launch template can contain some or all of the configuration information to launch an instance. When you launch an instance using a launch template, instance properties that are not specified in the launch template use default values, except the `ImageId` property, which has no default value. If you do not specify an AMI ID for the launch template `ImageId` property, you must specify an AMI ID for the instance `ImageId` property.
|
|
12
25
|
*
|
|
13
26
|
* For more information, see [Launch an instance from a launch template](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html) in the *Amazon EC2 User Guide* .
|
|
27
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html}
|
|
14
28
|
*/
|
|
15
29
|
export type EC2LaunchTemplateProps = {
|
|
16
30
|
/**
|
|
17
31
|
* The information for the launch template.
|
|
32
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatedata}
|
|
18
33
|
*/
|
|
19
34
|
LaunchTemplateData: LaunchTemplateData;
|
|
20
35
|
/**
|
|
21
36
|
* A name for the launch template.
|
|
37
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatename}
|
|
22
38
|
*/
|
|
23
39
|
LaunchTemplateName?: string | undefined;
|
|
24
40
|
/**
|
|
25
41
|
* The tags to apply to the launch template on creation. To tag the launch template, the resource type must be `launch-template` .
|
|
26
42
|
*
|
|
27
43
|
* To specify the tags for resources that are created during instance launch, use [TagSpecifications](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-tagspecifications) .
|
|
44
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-tagspecifications}
|
|
28
45
|
*/
|
|
29
46
|
TagSpecifications?: LaunchTemplateTagSpecification[] | undefined;
|
|
30
47
|
/**
|
|
31
48
|
* A description for the first version of the launch template.
|
|
49
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-versiondescription}
|
|
32
50
|
*/
|
|
33
51
|
VersionDescription?: string | undefined;
|
|
34
52
|
};
|
|
53
|
+
/**
|
|
54
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#aws-resource-ec2-launchtemplate-return-values}
|
|
55
|
+
*/
|
|
35
56
|
export type EC2LaunchTemplateAttribs = {
|
|
36
57
|
/**
|
|
37
58
|
* The default version of the launch template, such as 2.
|
|
38
59
|
*
|
|
39
60
|
* The default version of a launch template cannot be specified in AWS CloudFormation . The default version can be set in the Amazon EC2 console or by using the `modify-launch-template` AWS CLI command.
|
|
61
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-defaultversionnumber}
|
|
40
62
|
*/
|
|
41
63
|
DefaultVersionNumber: string;
|
|
42
64
|
/**
|
|
43
65
|
* The latest version of the launch template, such as `5` .
|
|
66
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-latestversionnumber}
|
|
44
67
|
*/
|
|
45
68
|
LatestVersionNumber: string;
|
|
46
69
|
/**
|
|
47
70
|
* The ID of the launch template.
|
|
71
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplateid}
|
|
48
72
|
*/
|
|
49
73
|
LaunchTemplateId: string;
|
|
50
74
|
};
|
|
51
75
|
/**
|
|
52
76
|
* The minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips) on an instance.
|
|
77
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-acceleratorcount.html}
|
|
53
78
|
*/
|
|
54
79
|
export type AcceleratorCount = {
|
|
55
80
|
/**
|
|
56
81
|
* The maximum number of accelerators. To specify no maximum limit, omit this parameter. To exclude accelerator-enabled instance types, set `Max` to `0` .
|
|
82
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-acceleratorcount.html#cfn-ec2-launchtemplate-acceleratorcount-max}
|
|
57
83
|
*/
|
|
58
84
|
Max?: number | undefined;
|
|
59
85
|
/**
|
|
60
86
|
* The minimum number of accelerators. To specify no minimum limit, omit this parameter.
|
|
87
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-acceleratorcount.html#cfn-ec2-launchtemplate-acceleratorcount-min}
|
|
61
88
|
*/
|
|
62
89
|
Min?: number | undefined;
|
|
63
90
|
};
|
|
64
91
|
/**
|
|
65
92
|
* The minimum and maximum amount of total accelerator memory, in MiB.
|
|
93
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-acceleratortotalmemorymib.html}
|
|
66
94
|
*/
|
|
67
95
|
export type AcceleratorTotalMemoryMiB = {
|
|
68
96
|
/**
|
|
69
97
|
* The maximum amount of accelerator memory, in MiB. To specify no maximum limit, omit this parameter.
|
|
98
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-acceleratortotalmemorymib.html#cfn-ec2-launchtemplate-acceleratortotalmemorymib-max}
|
|
70
99
|
*/
|
|
71
100
|
Max?: number | undefined;
|
|
72
101
|
/**
|
|
73
102
|
* The minimum amount of accelerator memory, in MiB. To specify no minimum limit, omit this parameter.
|
|
103
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-acceleratortotalmemorymib.html#cfn-ec2-launchtemplate-acceleratortotalmemorymib-min}
|
|
74
104
|
*/
|
|
75
105
|
Min?: number | undefined;
|
|
76
106
|
};
|
|
77
107
|
/**
|
|
78
108
|
* The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see [Amazon EBS–optimized instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html) in the *Amazon EC2 User Guide* .
|
|
109
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-baselineebsbandwidthmbps.html}
|
|
79
110
|
*/
|
|
80
111
|
export type BaselineEbsBandwidthMbps = {
|
|
81
112
|
/**
|
|
82
113
|
* The maximum baseline bandwidth, in Mbps. To specify no maximum limit, omit this parameter.
|
|
114
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-baselineebsbandwidthmbps.html#cfn-ec2-launchtemplate-baselineebsbandwidthmbps-max}
|
|
83
115
|
*/
|
|
84
116
|
Max?: number | undefined;
|
|
85
117
|
/**
|
|
86
118
|
* The minimum baseline bandwidth, in Mbps. To specify no minimum limit, omit this parameter.
|
|
119
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-baselineebsbandwidthmbps.html#cfn-ec2-launchtemplate-baselineebsbandwidthmbps-min}
|
|
87
120
|
*/
|
|
88
121
|
Min?: number | undefined;
|
|
89
122
|
};
|
|
@@ -91,10 +124,12 @@ export type BaselineEbsBandwidthMbps = {
|
|
|
91
124
|
* The baseline performance to consider, using an instance family as a baseline reference. The instance family establishes the lowest acceptable level of performance. Amazon EC2 uses this baseline to guide instance type selection, but there is no guarantee that the selected instance types will always exceed the baseline for every application.
|
|
92
125
|
*
|
|
93
126
|
* Currently, this parameter only supports CPU performance as a baseline performance factor. For example, specifying `c6i` would use the CPU performance of the `c6i` family as the baseline reference.
|
|
127
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-baselineperformancefactors.html}
|
|
94
128
|
*/
|
|
95
129
|
export type BaselinePerformanceFactors = {
|
|
96
130
|
/**
|
|
97
131
|
* The CPU performance to consider, using an instance family as the baseline reference.
|
|
132
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-baselineperformancefactors.html#cfn-ec2-launchtemplate-baselineperformancefactors-cpu}
|
|
98
133
|
*/
|
|
99
134
|
Cpu?: Cpu | undefined;
|
|
100
135
|
};
|
|
@@ -102,22 +137,27 @@ export type BaselinePerformanceFactors = {
|
|
|
102
137
|
* Specifies a block device mapping for a launch template. You must specify `DeviceName` plus exactly one of the following properties: `Ebs` , `NoDevice` , or `VirtualName` .
|
|
103
138
|
*
|
|
104
139
|
* `BlockDeviceMapping` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
140
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-blockdevicemapping.html}
|
|
105
141
|
*/
|
|
106
142
|
export type BlockDeviceMapping = {
|
|
107
143
|
/**
|
|
108
144
|
* The device name (for example, /dev/sdh or xvdh).
|
|
145
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-blockdevicemapping.html#cfn-ec2-launchtemplate-blockdevicemapping-devicename}
|
|
109
146
|
*/
|
|
110
147
|
DeviceName?: string | undefined;
|
|
111
148
|
/**
|
|
112
149
|
* Parameters used to automatically set up EBS volumes when the instance is launched.
|
|
150
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-blockdevicemapping.html#cfn-ec2-launchtemplate-blockdevicemapping-ebs}
|
|
113
151
|
*/
|
|
114
152
|
Ebs?: Ebs | undefined;
|
|
115
153
|
/**
|
|
116
154
|
* To omit the device from the block device mapping, specify an empty string.
|
|
155
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-blockdevicemapping.html#cfn-ec2-launchtemplate-blockdevicemapping-nodevice}
|
|
117
156
|
*/
|
|
118
157
|
NoDevice?: string | undefined;
|
|
119
158
|
/**
|
|
120
159
|
* The virtual device name (ephemeralN). Instance store volumes are numbered starting from 0. An instance type with 2 available instance store volumes can specify mappings for ephemeral0 and ephemeral1. The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume.
|
|
160
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-blockdevicemapping.html#cfn-ec2-launchtemplate-blockdevicemapping-virtualname}
|
|
121
161
|
*/
|
|
122
162
|
VirtualName?: string | undefined;
|
|
123
163
|
};
|
|
@@ -125,6 +165,7 @@ export type BlockDeviceMapping = {
|
|
|
125
165
|
* Specifies an instance's Capacity Reservation targeting option. You can specify only one option at a time.
|
|
126
166
|
*
|
|
127
167
|
* `CapacityReservationSpecification` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
168
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-capacityreservationspecification.html}
|
|
128
169
|
*/
|
|
129
170
|
export type CapacityReservationSpecification = {
|
|
130
171
|
/**
|
|
@@ -133,10 +174,12 @@ export type CapacityReservationSpecification = {
|
|
|
133
174
|
* - `capacity-reservations-only` - The instance will only run in a Capacity Reservation or Capacity Reservation group. If capacity isn't available, the instance will fail to launch.
|
|
134
175
|
* - `open` - The instance can run in any `open` Capacity Reservation that has matching attributes (instance type, platform, Availability Zone, tenancy).
|
|
135
176
|
* - `none` - The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.
|
|
177
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-capacityreservationspecification.html#cfn-ec2-launchtemplate-capacityreservationspecification-capacityreservationpreference}
|
|
136
178
|
*/
|
|
137
179
|
CapacityReservationPreference?: string | undefined;
|
|
138
180
|
/**
|
|
139
181
|
* Information about the target Capacity Reservation or Capacity Reservation group.
|
|
182
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-capacityreservationspecification.html#cfn-ec2-launchtemplate-capacityreservationspecification-capacityreservationtarget}
|
|
140
183
|
*/
|
|
141
184
|
CapacityReservationTarget?: CapacityReservationTarget | undefined;
|
|
142
185
|
};
|
|
@@ -144,40 +187,49 @@ export type CapacityReservationSpecification = {
|
|
|
144
187
|
* Specifies a target Capacity Reservation.
|
|
145
188
|
*
|
|
146
189
|
* `CapacityReservationTarget` is a property of the [Amazon EC2 LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) property type.
|
|
190
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-capacityreservationtarget.html}
|
|
147
191
|
*/
|
|
148
192
|
export type CapacityReservationTarget = {
|
|
149
193
|
/**
|
|
150
194
|
* The ID of the Capacity Reservation in which to run the instance.
|
|
195
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-capacityreservationtarget.html#cfn-ec2-launchtemplate-capacityreservationtarget-capacityreservationid}
|
|
151
196
|
*/
|
|
152
197
|
CapacityReservationId?: string | undefined;
|
|
153
198
|
/**
|
|
154
199
|
* The ARN of the Capacity Reservation resource group in which to run the instance.
|
|
200
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-capacityreservationtarget.html#cfn-ec2-launchtemplate-capacityreservationtarget-capacityreservationresourcegrouparn}
|
|
155
201
|
*/
|
|
156
202
|
CapacityReservationResourceGroupArn?: string | undefined;
|
|
157
203
|
};
|
|
158
204
|
/**
|
|
159
205
|
* A security group connection tracking specification that enables you to set the idle timeout for connection tracking on an Elastic network interface. For more information, see [Connection tracking timeouts](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts) in the *Amazon EC2 User Guide* .
|
|
206
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-connectiontrackingspecification.html}
|
|
160
207
|
*/
|
|
161
208
|
export type ConnectionTrackingSpecification = {
|
|
162
209
|
/**
|
|
163
210
|
* Timeout (in seconds) for idle TCP connections in an established state. Min: 60 seconds. Max: 432000 seconds (5 days). Default: 432000 seconds. Recommended: Less than 432000 seconds.
|
|
211
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-connectiontrackingspecification.html#cfn-ec2-launchtemplate-connectiontrackingspecification-tcpestablishedtimeout}
|
|
164
212
|
*/
|
|
165
213
|
TcpEstablishedTimeout?: number | undefined;
|
|
166
214
|
/**
|
|
167
215
|
* Timeout (in seconds) for idle UDP flows classified as streams which have seen more than one request-response transaction. Min: 60 seconds. Max: 180 seconds (3 minutes). Default: 180 seconds.
|
|
216
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-connectiontrackingspecification.html#cfn-ec2-launchtemplate-connectiontrackingspecification-udpstreamtimeout}
|
|
168
217
|
*/
|
|
169
218
|
UdpStreamTimeout?: number | undefined;
|
|
170
219
|
/**
|
|
171
220
|
* Timeout (in seconds) for idle UDP flows that have seen traffic only in a single direction or a single request-response transaction. Min: 30 seconds. Max: 60 seconds. Default: 30 seconds.
|
|
221
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-connectiontrackingspecification.html#cfn-ec2-launchtemplate-connectiontrackingspecification-udptimeout}
|
|
172
222
|
*/
|
|
173
223
|
UdpTimeout?: number | undefined;
|
|
174
224
|
};
|
|
175
225
|
/**
|
|
176
226
|
* Specifies the CPU performance to consider when using an instance family as the baseline reference.
|
|
227
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-cpu.html}
|
|
177
228
|
*/
|
|
178
229
|
export type Cpu = {
|
|
179
230
|
/**
|
|
180
231
|
* The instance family to use as the baseline reference for CPU performance. All instance types that match your specified attributes are compared against the CPU performance of the referenced instance family, regardless of CPU manufacturer or architecture differences.
|
|
232
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-cpu.html#cfn-ec2-launchtemplate-cpu-references}
|
|
181
233
|
*/
|
|
182
234
|
References?: Reference[] | undefined;
|
|
183
235
|
};
|
|
@@ -185,18 +237,22 @@ export type Cpu = {
|
|
|
185
237
|
* Specifies the CPU options for an instance. For more information, see [Optimize CPU options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) in the *Amazon Elastic Compute Cloud User Guide* .
|
|
186
238
|
*
|
|
187
239
|
* `CpuOptions` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
240
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-cpuoptions.html}
|
|
188
241
|
*/
|
|
189
242
|
export type CpuOptions = {
|
|
190
243
|
/**
|
|
191
244
|
* Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only. For more information, see [AMD SEV-SNP for Amazon EC2 instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html) .
|
|
245
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-cpuoptions.html#cfn-ec2-launchtemplate-cpuoptions-amdsevsnp}
|
|
192
246
|
*/
|
|
193
247
|
AmdSevSnp?: "enabled" | "disabled" | undefined;
|
|
194
248
|
/**
|
|
195
249
|
* The number of CPU cores for the instance.
|
|
250
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-cpuoptions.html#cfn-ec2-launchtemplate-cpuoptions-corecount}
|
|
196
251
|
*/
|
|
197
252
|
CoreCount?: number | undefined;
|
|
198
253
|
/**
|
|
199
254
|
* The number of threads per CPU core. To disable multithreading for the instance, specify a value of `1` . Otherwise, specify the default value of `2` .
|
|
255
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-cpuoptions.html#cfn-ec2-launchtemplate-cpuoptions-threadspercore}
|
|
200
256
|
*/
|
|
201
257
|
ThreadsPerCore?: number | undefined;
|
|
202
258
|
};
|
|
@@ -204,12 +260,14 @@ export type CpuOptions = {
|
|
|
204
260
|
* Specifies the credit option for CPU usage of a T2, T3, or T3a instance.
|
|
205
261
|
*
|
|
206
262
|
* `CreditSpecification` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
263
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-creditspecification.html}
|
|
207
264
|
*/
|
|
208
265
|
export type CreditSpecification = {
|
|
209
266
|
/**
|
|
210
267
|
* The credit option for CPU usage of a T instance.
|
|
211
268
|
*
|
|
212
269
|
* Valid values: `standard` | `unlimited`
|
|
270
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-creditspecification.html#cfn-ec2-launchtemplate-creditspecification-cpucredits}
|
|
213
271
|
*/
|
|
214
272
|
CpuCredits?: string | undefined;
|
|
215
273
|
};
|
|
@@ -217,14 +275,17 @@ export type CreditSpecification = {
|
|
|
217
275
|
* Parameters for a block device for an EBS volume in an Amazon EC2 launch template.
|
|
218
276
|
*
|
|
219
277
|
* `Ebs` is a property of [AWS::EC2::LaunchTemplate BlockDeviceMapping](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-blockdevicemapping.html) .
|
|
278
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ebs.html}
|
|
220
279
|
*/
|
|
221
280
|
export type Ebs = {
|
|
222
281
|
/**
|
|
223
282
|
* Indicates whether the EBS volume is deleted on instance termination.
|
|
283
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ebs.html#cfn-ec2-launchtemplate-ebs-deleteontermination}
|
|
224
284
|
*/
|
|
225
285
|
DeleteOnTermination?: boolean | undefined;
|
|
226
286
|
/**
|
|
227
287
|
* Indicates whether the EBS volume is encrypted. Encrypted volumes can only be attached to instances that support Amazon EBS encryption. If you are creating a volume from a snapshot, you can't specify an encryption value.
|
|
288
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ebs.html#cfn-ec2-launchtemplate-ebs-encrypted}
|
|
228
289
|
*/
|
|
229
290
|
Encrypted?: boolean | undefined;
|
|
230
291
|
/**
|
|
@@ -239,20 +300,24 @@ export type Ebs = {
|
|
|
239
300
|
* For `io2` volumes, you can achieve up to 256,000 IOPS on [instances built on the Nitro System](https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html) . On other instances, you can achieve performance up to 32,000 IOPS.
|
|
240
301
|
*
|
|
241
302
|
* This parameter is supported for `io1` , `io2` , and `gp3` volumes only.
|
|
303
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ebs.html#cfn-ec2-launchtemplate-ebs-iops}
|
|
242
304
|
*/
|
|
243
305
|
Iops?: number | undefined;
|
|
244
306
|
/**
|
|
245
307
|
* Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key to use for EBS encryption.
|
|
308
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ebs.html#cfn-ec2-launchtemplate-ebs-kmskeyid}
|
|
246
309
|
*/
|
|
247
310
|
KmsKeyId?: string | undefined;
|
|
248
311
|
/**
|
|
249
312
|
* The ID of the snapshot.
|
|
313
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ebs.html#cfn-ec2-launchtemplate-ebs-snapshotid}
|
|
250
314
|
*/
|
|
251
315
|
SnapshotId?: string | undefined;
|
|
252
316
|
/**
|
|
253
317
|
* The throughput to provision for a `gp3` volume, with a maximum of 1,000 MiB/s.
|
|
254
318
|
*
|
|
255
319
|
* Valid Range: Minimum value of 125. Maximum value of 1000.
|
|
320
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ebs.html#cfn-ec2-launchtemplate-ebs-throughput}
|
|
256
321
|
*/
|
|
257
322
|
Throughput?: number | undefined;
|
|
258
323
|
/**
|
|
@@ -268,6 +333,7 @@ export type Ebs = {
|
|
|
268
333
|
* For more information, see [Initialize Amazon EBS volumes](https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html) in the *Amazon EC2 User Guide* .
|
|
269
334
|
*
|
|
270
335
|
* Valid range: 100 - 300 MiB/s
|
|
336
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ebs.html#cfn-ec2-launchtemplate-ebs-volumeinitializationrate}
|
|
271
337
|
*/
|
|
272
338
|
VolumeInitializationRate?: number | undefined;
|
|
273
339
|
/**
|
|
@@ -278,10 +344,12 @@ export type Ebs = {
|
|
|
278
344
|
* - `io2` : 4 - 65,536 GiB
|
|
279
345
|
* - `st1` and `sc1` : 125 - 16,384 GiB
|
|
280
346
|
* - `standard` : 1 - 1024 GiB
|
|
347
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ebs.html#cfn-ec2-launchtemplate-ebs-volumesize}
|
|
281
348
|
*/
|
|
282
349
|
VolumeSize?: number | undefined;
|
|
283
350
|
/**
|
|
284
351
|
* The volume type. For more information, see [Amazon EBS volume types](https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html) in the *Amazon EBS User Guide* .
|
|
352
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ebs.html#cfn-ec2-launchtemplate-ebs-volumetype}
|
|
285
353
|
*/
|
|
286
354
|
VolumeType?: string | undefined;
|
|
287
355
|
};
|
|
@@ -291,10 +359,12 @@ export type Ebs = {
|
|
|
291
359
|
* Specifies a specification for an Elastic GPU for an Amazon EC2 launch template.
|
|
292
360
|
*
|
|
293
361
|
* `ElasticGpuSpecification` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
362
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-elasticgpuspecification.html}
|
|
294
363
|
*/
|
|
295
364
|
export type ElasticGpuSpecification = {
|
|
296
365
|
/**
|
|
297
366
|
* The type of Elastic Graphics accelerator.
|
|
367
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-elasticgpuspecification.html#cfn-ec2-launchtemplate-elasticgpuspecification-type}
|
|
298
368
|
*/
|
|
299
369
|
Type?: string | undefined;
|
|
300
370
|
};
|
|
@@ -302,32 +372,39 @@ export type ElasticGpuSpecification = {
|
|
|
302
372
|
* ENA Express uses AWS Scalable Reliable Datagram (SRD) technology to increase the maximum bandwidth used per stream and minimize tail latency of network traffic between EC2 instances. With ENA Express, you can communicate between two EC2 instances in the same subnet within the same account, or in different accounts. Both sending and receiving instances must have ENA Express enabled.
|
|
303
373
|
*
|
|
304
374
|
* To improve the reliability of network packet delivery, ENA Express reorders network packets on the receiving end by default. However, some UDP-based applications are designed to handle network packets that are out of order to reduce the overhead for packet delivery at the network layer. When ENA Express is enabled, you can specify whether UDP network traffic uses it.
|
|
375
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-enasrdspecification.html}
|
|
305
376
|
*/
|
|
306
377
|
export type EnaSrdSpecification = {
|
|
307
378
|
/**
|
|
308
379
|
* Indicates whether ENA Express is enabled for the network interface.
|
|
380
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-enasrdspecification.html#cfn-ec2-launchtemplate-enasrdspecification-enasrdenabled}
|
|
309
381
|
*/
|
|
310
382
|
EnaSrdEnabled?: boolean | undefined;
|
|
311
383
|
/**
|
|
312
384
|
* Configures ENA Express for UDP network traffic.
|
|
385
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-enasrdspecification.html#cfn-ec2-launchtemplate-enasrdspecification-enasrdudpspecification}
|
|
313
386
|
*/
|
|
314
387
|
EnaSrdUdpSpecification?: EnaSrdUdpSpecification | undefined;
|
|
315
388
|
};
|
|
316
389
|
/**
|
|
317
390
|
* ENA Express is compatible with both TCP and UDP transport protocols. When it's enabled, TCP traffic automatically uses it. However, some UDP-based applications are designed to handle network packets that are out of order, without a need for retransmission, such as live video broadcasting or other near-real-time applications. For UDP traffic, you can specify whether to use ENA Express, based on your application environment needs.
|
|
391
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-enasrdudpspecification.html}
|
|
318
392
|
*/
|
|
319
393
|
export type EnaSrdUdpSpecification = {
|
|
320
394
|
/**
|
|
321
395
|
* Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.
|
|
396
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-enasrdudpspecification.html#cfn-ec2-launchtemplate-enasrdudpspecification-enasrdudpenabled}
|
|
322
397
|
*/
|
|
323
398
|
EnaSrdUdpEnabled?: boolean | undefined;
|
|
324
399
|
};
|
|
325
400
|
/**
|
|
326
401
|
* Indicates whether the instance is enabled for AWS Nitro Enclaves.
|
|
402
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-enclaveoptions.html}
|
|
327
403
|
*/
|
|
328
404
|
export type EnclaveOptions = {
|
|
329
405
|
/**
|
|
330
406
|
* If this parameter is set to `true` , the instance is enabled for AWS Nitro Enclaves; otherwise, it is not enabled for AWS Nitro Enclaves.
|
|
407
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-enclaveoptions.html#cfn-ec2-launchtemplate-enclaveoptions-enabled}
|
|
331
408
|
*/
|
|
332
409
|
Enabled?: boolean | undefined;
|
|
333
410
|
};
|
|
@@ -335,12 +412,14 @@ export type EnclaveOptions = {
|
|
|
335
412
|
* Specifies whether your instance is configured for hibernation. This parameter is valid only if the instance meets the [hibernation prerequisites](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#hibernating-prerequisites) . For more information, see [Hibernate Your Instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html) in the *Amazon EC2 User Guide* .
|
|
336
413
|
*
|
|
337
414
|
* `HibernationOptions` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
415
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-hibernationoptions.html}
|
|
338
416
|
*/
|
|
339
417
|
export type HibernationOptions = {
|
|
340
418
|
/**
|
|
341
419
|
* If you set this parameter to `true` , the instance is enabled for hibernation.
|
|
342
420
|
*
|
|
343
421
|
* Default: `false`
|
|
422
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-hibernationoptions.html#cfn-ec2-launchtemplate-hibernationoptions-configured}
|
|
344
423
|
*/
|
|
345
424
|
Configured?: boolean | undefined;
|
|
346
425
|
};
|
|
@@ -350,14 +429,17 @@ export type HibernationOptions = {
|
|
|
350
429
|
* If you are creating the launch template for use with an Amazon EC2 Auto Scaling group, you can specify either the name or the ARN of the instance profile, but not both.
|
|
351
430
|
*
|
|
352
431
|
* `IamInstanceProfile` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
432
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-iaminstanceprofile.html}
|
|
353
433
|
*/
|
|
354
434
|
export type IamInstanceProfile = {
|
|
355
435
|
/**
|
|
356
436
|
* The Amazon Resource Name (ARN) of the instance profile.
|
|
437
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-iaminstanceprofile.html#cfn-ec2-launchtemplate-iaminstanceprofile-arn}
|
|
357
438
|
*/
|
|
358
439
|
Arn?: string | undefined;
|
|
359
440
|
/**
|
|
360
441
|
* The name of the instance profile.
|
|
442
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-iaminstanceprofile.html#cfn-ec2-launchtemplate-iaminstanceprofile-name}
|
|
361
443
|
*/
|
|
362
444
|
Name?: string | undefined;
|
|
363
445
|
};
|
|
@@ -365,14 +447,17 @@ export type IamInstanceProfile = {
|
|
|
365
447
|
* Specifies the market (purchasing) option for an instance.
|
|
366
448
|
*
|
|
367
449
|
* `InstanceMarketOptions` is a property of the [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
450
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancemarketoptions.html}
|
|
368
451
|
*/
|
|
369
452
|
export type InstanceMarketOptions = {
|
|
370
453
|
/**
|
|
371
454
|
* The market type.
|
|
455
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancemarketoptions.html#cfn-ec2-launchtemplate-instancemarketoptions-markettype}
|
|
372
456
|
*/
|
|
373
457
|
MarketType?: string | undefined;
|
|
374
458
|
/**
|
|
375
459
|
* The options for Spot Instances.
|
|
460
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancemarketoptions.html#cfn-ec2-launchtemplate-instancemarketoptions-spotoptions}
|
|
376
461
|
*/
|
|
377
462
|
SpotOptions?: SpotOptions | undefined;
|
|
378
463
|
};
|
|
@@ -393,6 +478,7 @@ export type InstanceMarketOptions = {
|
|
|
393
478
|
* > Attribute-based instance type selection is only supported when using Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances. If you plan to use the launch template in the [launch instance wizard](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance-wizard.html) , or with the [RunInstances](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html) API or [AWS::EC2::Instance](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html) AWS CloudFormation resource, you can't specify `InstanceRequirements` .
|
|
394
479
|
*
|
|
395
480
|
* For more information, see [Specify attributes for instance type selection for EC2 Fleet or Spot Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html) and [Spot placement score](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html) in the *Amazon EC2 User Guide* .
|
|
481
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html}
|
|
396
482
|
*/
|
|
397
483
|
export type InstanceRequirements = {
|
|
398
484
|
/**
|
|
@@ -401,6 +487,7 @@ export type InstanceRequirements = {
|
|
|
401
487
|
* To exclude accelerator-enabled instance types, set `Max` to `0` .
|
|
402
488
|
*
|
|
403
489
|
* Default: No minimum or maximum limits
|
|
490
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html#cfn-ec2-launchtemplate-instancerequirements-acceleratorcount}
|
|
404
491
|
*/
|
|
405
492
|
AcceleratorCount?: AcceleratorCount | undefined;
|
|
406
493
|
/**
|
|
@@ -413,6 +500,7 @@ export type InstanceRequirements = {
|
|
|
413
500
|
* - For instance types with Xilinx devices, specify `xilinx` .
|
|
414
501
|
*
|
|
415
502
|
* Default: Any manufacturer
|
|
503
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html#cfn-ec2-launchtemplate-instancerequirements-acceleratormanufacturers}
|
|
416
504
|
*/
|
|
417
505
|
AcceleratorManufacturers?: string[] | undefined;
|
|
418
506
|
/**
|
|
@@ -432,12 +520,14 @@ export type InstanceRequirements = {
|
|
|
432
520
|
* - For instance types with NVIDIA V100 GPUs, specify `v100` .
|
|
433
521
|
*
|
|
434
522
|
* Default: Any accelerator
|
|
523
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html#cfn-ec2-launchtemplate-instancerequirements-acceleratornames}
|
|
435
524
|
*/
|
|
436
525
|
AcceleratorNames?: string[] | undefined;
|
|
437
526
|
/**
|
|
438
527
|
* The minimum and maximum amount of total accelerator memory, in MiB.
|
|
439
528
|
*
|
|
440
529
|
* Default: No minimum or maximum limits
|
|
530
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html#cfn-ec2-launchtemplate-instancerequirements-acceleratortotalmemorymib}
|
|
441
531
|
*/
|
|
442
532
|
AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiB | undefined;
|
|
443
533
|
/**
|
|
@@ -448,6 +538,7 @@ export type InstanceRequirements = {
|
|
|
448
538
|
* - For instance types with Inference accelerators, specify `inference` .
|
|
449
539
|
*
|
|
450
540
|
* Default: Any accelerator type
|
|
541
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html#cfn-ec2-launchtemplate-instancerequirements-acceleratortypes}
|
|
451
542
|
*/
|
|
452
543
|
AcceleratorTypes?: string[] | undefined;
|
|
453
544
|
/**
|
|
@@ -460,6 +551,7 @@ export type InstanceRequirements = {
|
|
|
460
551
|
* > If you specify `AllowedInstanceTypes` , you can't specify `ExcludedInstanceTypes` .
|
|
461
552
|
*
|
|
462
553
|
* Default: All instance types
|
|
554
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html#cfn-ec2-launchtemplate-instancerequirements-allowedinstancetypes}
|
|
463
555
|
*/
|
|
464
556
|
AllowedInstanceTypes?: string[] | undefined;
|
|
465
557
|
/**
|
|
@@ -470,16 +562,19 @@ export type InstanceRequirements = {
|
|
|
470
562
|
* - To exclude bare metal instance types, specify `excluded` .
|
|
471
563
|
*
|
|
472
564
|
* Default: `excluded`
|
|
565
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html#cfn-ec2-launchtemplate-instancerequirements-baremetal}
|
|
473
566
|
*/
|
|
474
567
|
BareMetal?: string | undefined;
|
|
475
568
|
/**
|
|
476
569
|
* The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see [Amazon EBS–optimized instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html) in the *Amazon EC2 User Guide* .
|
|
477
570
|
*
|
|
478
571
|
* Default: No minimum or maximum limits
|
|
572
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html#cfn-ec2-launchtemplate-instancerequirements-baselineebsbandwidthmbps}
|
|
479
573
|
*/
|
|
480
574
|
BaselineEbsBandwidthMbps?: BaselineEbsBandwidthMbps | undefined;
|
|
481
575
|
/**
|
|
482
576
|
* The baseline performance to consider, using an instance family as a baseline reference. The instance family establishes the lowest acceptable level of performance. Amazon EC2 uses this baseline to guide instance type selection, but there is no guarantee that the selected instance types will always exceed the baseline for every application. Currently, this parameter only supports CPU performance as a baseline performance factor. For more information, see [Performance protection](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html#ec2fleet-abis-performance-protection) in the *Amazon EC2 User Guide* .
|
|
577
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html#cfn-ec2-launchtemplate-instancerequirements-baselineperformancefactors}
|
|
483
578
|
*/
|
|
484
579
|
BaselinePerformanceFactors?: BaselinePerformanceFactors | undefined;
|
|
485
580
|
/**
|
|
@@ -490,6 +585,7 @@ export type InstanceRequirements = {
|
|
|
490
585
|
* - To exclude burstable performance instance types, specify `excluded` .
|
|
491
586
|
*
|
|
492
587
|
* Default: `excluded`
|
|
588
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html#cfn-ec2-launchtemplate-instancerequirements-burstableperformance}
|
|
493
589
|
*/
|
|
494
590
|
BurstablePerformance?: string | undefined;
|
|
495
591
|
/**
|
|
@@ -503,6 +599,7 @@ export type InstanceRequirements = {
|
|
|
503
599
|
* > Don't confuse the CPU manufacturer with the CPU architecture. Instances will be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you specify in your launch template.
|
|
504
600
|
*
|
|
505
601
|
* Default: Any manufacturer
|
|
602
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html#cfn-ec2-launchtemplate-instancerequirements-cpumanufacturers}
|
|
506
603
|
*/
|
|
507
604
|
CpuManufacturers?: string[] | undefined;
|
|
508
605
|
/**
|
|
@@ -515,6 +612,7 @@ export type InstanceRequirements = {
|
|
|
515
612
|
* > If you specify `ExcludedInstanceTypes` , you can't specify `AllowedInstanceTypes` .
|
|
516
613
|
*
|
|
517
614
|
* Default: No excluded instance types
|
|
615
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html#cfn-ec2-launchtemplate-instancerequirements-excludedinstancetypes}
|
|
518
616
|
*/
|
|
519
617
|
ExcludedInstanceTypes?: string[] | undefined;
|
|
520
618
|
/**
|
|
@@ -525,6 +623,7 @@ export type InstanceRequirements = {
|
|
|
525
623
|
* For previous generation instance types, specify `previous` .
|
|
526
624
|
*
|
|
527
625
|
* Default: Current and previous generation instance types
|
|
626
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html#cfn-ec2-launchtemplate-instancerequirements-instancegenerations}
|
|
528
627
|
*/
|
|
529
628
|
InstanceGenerations?: string[] | undefined;
|
|
530
629
|
/**
|
|
@@ -535,6 +634,7 @@ export type InstanceRequirements = {
|
|
|
535
634
|
* - To exclude instance types with instance store volumes, specify `excluded` .
|
|
536
635
|
*
|
|
537
636
|
* Default: `included`
|
|
637
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html#cfn-ec2-launchtemplate-instancerequirements-localstorage}
|
|
538
638
|
*/
|
|
539
639
|
LocalStorage?: string | undefined;
|
|
540
640
|
/**
|
|
@@ -544,6 +644,7 @@ export type InstanceRequirements = {
|
|
|
544
644
|
* - For instance types with solid state drive (SSD) storage, specify `ssd` .
|
|
545
645
|
*
|
|
546
646
|
* Default: `hdd` and `ssd`
|
|
647
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html#cfn-ec2-launchtemplate-instancerequirements-localstoragetypes}
|
|
547
648
|
*/
|
|
548
649
|
LocalStorageTypes?: string[] | undefined;
|
|
549
650
|
/**
|
|
@@ -554,28 +655,33 @@ export type InstanceRequirements = {
|
|
|
554
655
|
* If you set `TargetCapacityUnitType` to `vcpu` or `memory-mib` , the price protection threshold is based on the per vCPU or per memory price instead of the per instance price.
|
|
555
656
|
*
|
|
556
657
|
* > Only one of `SpotMaxPricePercentageOverLowestPrice` or `MaxSpotPriceAsPercentageOfOptimalOnDemandPrice` can be specified. If you don't specify either, Amazon EC2 will automatically apply optimal price protection to consistently select from a wide range of instance types. To indicate no price protection threshold for Spot Instances, meaning you want to consider all instance types that match your attributes, include one of these parameters and specify a high value, such as `999999` .
|
|
658
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html#cfn-ec2-launchtemplate-instancerequirements-maxspotpriceaspercentageofoptimalondemandprice}
|
|
557
659
|
*/
|
|
558
660
|
MaxSpotPriceAsPercentageOfOptimalOnDemandPrice?: number | undefined;
|
|
559
661
|
/**
|
|
560
662
|
* The minimum and maximum amount of memory per vCPU, in GiB.
|
|
561
663
|
*
|
|
562
664
|
* Default: No minimum or maximum limits
|
|
665
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html#cfn-ec2-launchtemplate-instancerequirements-memorygibpervcpu}
|
|
563
666
|
*/
|
|
564
667
|
MemoryGiBPerVCpu?: MemoryGiBPerVCpu | undefined;
|
|
565
668
|
/**
|
|
566
669
|
* The minimum and maximum amount of memory, in MiB.
|
|
670
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html#cfn-ec2-launchtemplate-instancerequirements-memorymib}
|
|
567
671
|
*/
|
|
568
672
|
MemoryMiB?: MemoryMiB | undefined;
|
|
569
673
|
/**
|
|
570
674
|
* The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).
|
|
571
675
|
*
|
|
572
676
|
* Default: No minimum or maximum limits
|
|
677
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html#cfn-ec2-launchtemplate-instancerequirements-networkbandwidthgbps}
|
|
573
678
|
*/
|
|
574
679
|
NetworkBandwidthGbps?: NetworkBandwidthGbps | undefined;
|
|
575
680
|
/**
|
|
576
681
|
* The minimum and maximum number of network interfaces.
|
|
577
682
|
*
|
|
578
683
|
* Default: No minimum or maximum limits
|
|
684
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html#cfn-ec2-launchtemplate-instancerequirements-networkinterfacecount}
|
|
579
685
|
*/
|
|
580
686
|
NetworkInterfaceCount?: NetworkInterfaceCount | undefined;
|
|
581
687
|
/**
|
|
@@ -590,6 +696,7 @@ export type InstanceRequirements = {
|
|
|
590
696
|
* > If you set `TargetCapacityUnitType` to `vcpu` or `memory-mib` , the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price.
|
|
591
697
|
*
|
|
592
698
|
* Default: `20`
|
|
699
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html#cfn-ec2-launchtemplate-instancerequirements-ondemandmaxpricepercentageoverlowestprice}
|
|
593
700
|
*/
|
|
594
701
|
OnDemandMaxPricePercentageOverLowestPrice?: number | undefined;
|
|
595
702
|
/**
|
|
@@ -598,6 +705,7 @@ export type InstanceRequirements = {
|
|
|
598
705
|
* This parameter is not supported for [GetSpotPlacementScores](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html) .
|
|
599
706
|
*
|
|
600
707
|
* Default: `false`
|
|
708
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html#cfn-ec2-launchtemplate-instancerequirements-requirehibernatesupport}
|
|
601
709
|
*/
|
|
602
710
|
RequireHibernateSupport?: boolean | undefined;
|
|
603
711
|
/**
|
|
@@ -612,16 +720,19 @@ export type InstanceRequirements = {
|
|
|
612
720
|
* > Only one of `SpotMaxPricePercentageOverLowestPrice` or `MaxSpotPriceAsPercentageOfOptimalOnDemandPrice` can be specified. If you don't specify either, Amazon EC2 will automatically apply optimal price protection to consistently select from a wide range of instance types. To indicate no price protection threshold for Spot Instances, meaning you want to consider all instance types that match your attributes, include one of these parameters and specify a high value, such as `999999` .
|
|
613
721
|
*
|
|
614
722
|
* Default: `100`
|
|
723
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html#cfn-ec2-launchtemplate-instancerequirements-spotmaxpricepercentageoverlowestprice}
|
|
615
724
|
*/
|
|
616
725
|
SpotMaxPricePercentageOverLowestPrice?: number | undefined;
|
|
617
726
|
/**
|
|
618
727
|
* The minimum and maximum amount of total local storage, in GB.
|
|
619
728
|
*
|
|
620
729
|
* Default: No minimum or maximum limits
|
|
730
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html#cfn-ec2-launchtemplate-instancerequirements-totallocalstoragegb}
|
|
621
731
|
*/
|
|
622
732
|
TotalLocalStorageGB?: TotalLocalStorageGB | undefined;
|
|
623
733
|
/**
|
|
624
734
|
* The minimum and maximum number of vCPUs.
|
|
735
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-instancerequirements.html#cfn-ec2-launchtemplate-instancerequirements-vcpucount}
|
|
625
736
|
*/
|
|
626
737
|
VCpuCount?: VCpuCount | undefined;
|
|
627
738
|
};
|
|
@@ -629,10 +740,12 @@ export type InstanceRequirements = {
|
|
|
629
740
|
* Specifies an IPv4 prefix for a network interface.
|
|
630
741
|
*
|
|
631
742
|
* `Ipv4PrefixSpecification` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html) .
|
|
743
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ipv4prefixspecification.html}
|
|
632
744
|
*/
|
|
633
745
|
export type Ipv4PrefixSpecification = {
|
|
634
746
|
/**
|
|
635
747
|
* The IPv4 prefix. For information, see [Assigning prefixes to network interfaces](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html) in the *Amazon EC2 User Guide* .
|
|
748
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ipv4prefixspecification.html#cfn-ec2-launchtemplate-ipv4prefixspecification-ipv4prefix}
|
|
636
749
|
*/
|
|
637
750
|
Ipv4Prefix?: string | undefined;
|
|
638
751
|
};
|
|
@@ -640,10 +753,12 @@ export type Ipv4PrefixSpecification = {
|
|
|
640
753
|
* Specifies an IPv6 address in an Amazon EC2 launch template.
|
|
641
754
|
*
|
|
642
755
|
* `Ipv6Add` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html) .
|
|
756
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ipv6add.html}
|
|
643
757
|
*/
|
|
644
758
|
export type Ipv6Add = {
|
|
645
759
|
/**
|
|
646
760
|
* One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You can't use this option if you're specifying a number of IPv6 addresses.
|
|
761
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ipv6add.html#cfn-ec2-launchtemplate-ipv6add-ipv6address}
|
|
647
762
|
*/
|
|
648
763
|
Ipv6Address?: string | undefined;
|
|
649
764
|
};
|
|
@@ -651,10 +766,12 @@ export type Ipv6Add = {
|
|
|
651
766
|
* Specifies an IPv6 prefix for a network interface.
|
|
652
767
|
*
|
|
653
768
|
* `Ipv6PrefixSpecification` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html) .
|
|
769
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ipv6prefixspecification.html}
|
|
654
770
|
*/
|
|
655
771
|
export type Ipv6PrefixSpecification = {
|
|
656
772
|
/**
|
|
657
773
|
* The IPv6 prefix.
|
|
774
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-ipv6prefixspecification.html#cfn-ec2-launchtemplate-ipv6prefixspecification-ipv6prefix}
|
|
658
775
|
*/
|
|
659
776
|
Ipv6Prefix?: string | undefined;
|
|
660
777
|
};
|
|
@@ -662,40 +779,49 @@ export type Ipv6PrefixSpecification = {
|
|
|
662
779
|
* The information to include in the launch template.
|
|
663
780
|
*
|
|
664
781
|
* > You must specify at least one parameter for the launch template data.
|
|
782
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html}
|
|
665
783
|
*/
|
|
666
784
|
export type LaunchTemplateData = {
|
|
667
785
|
/**
|
|
668
786
|
* The block device mapping.
|
|
787
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-blockdevicemappings}
|
|
669
788
|
*/
|
|
670
789
|
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
671
790
|
/**
|
|
672
791
|
* The Capacity Reservation targeting option. If you do not specify this parameter, the instance's Capacity Reservation preference defaults to `open` , which enables it to run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).
|
|
792
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-capacityreservationspecification}
|
|
673
793
|
*/
|
|
674
794
|
CapacityReservationSpecification?: CapacityReservationSpecification | undefined;
|
|
675
795
|
/**
|
|
676
796
|
* The CPU options for the instance. For more information, see [CPU options for Amazon EC2 instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) in the *Amazon EC2 User Guide* .
|
|
797
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-cpuoptions}
|
|
677
798
|
*/
|
|
678
799
|
CpuOptions?: CpuOptions | undefined;
|
|
679
800
|
/**
|
|
680
801
|
* The credit option for CPU usage of the instance. Valid only for T instances.
|
|
802
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-creditspecification}
|
|
681
803
|
*/
|
|
682
804
|
CreditSpecification?: CreditSpecification | undefined;
|
|
683
805
|
/**
|
|
684
806
|
* Indicates whether to enable the instance for stop protection. For more information, see [Enable stop protection for your EC2 instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html) in the *Amazon EC2 User Guide* .
|
|
807
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-disableapistop}
|
|
685
808
|
*/
|
|
686
809
|
DisableApiStop?: boolean | undefined;
|
|
687
810
|
/**
|
|
688
811
|
* Indicates whether termination protection is enabled for the instance. The default is `false` , which means that you can terminate the instance using the Amazon EC2 console, command line tools, or API. You can enable termination protection when you launch an instance, while the instance is running, or while the instance is stopped.
|
|
812
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-disableapitermination}
|
|
689
813
|
*/
|
|
690
814
|
DisableApiTermination?: boolean | undefined;
|
|
691
815
|
/**
|
|
692
816
|
* Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal Amazon EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.
|
|
817
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ebsoptimized}
|
|
693
818
|
*/
|
|
694
819
|
EbsOptimized?: boolean | undefined;
|
|
695
820
|
/**
|
|
696
821
|
* Deprecated.
|
|
697
822
|
*
|
|
698
823
|
* > Amazon Elastic Graphics reached end of life on January 8, 2024.
|
|
824
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-elasticgpuspecifications}
|
|
699
825
|
*/
|
|
700
826
|
ElasticGpuSpecifications?: ElasticGpuSpecification[] | undefined;
|
|
701
827
|
/**
|
|
@@ -704,20 +830,24 @@ export type LaunchTemplateData = {
|
|
|
704
830
|
* An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.
|
|
705
831
|
*
|
|
706
832
|
* You cannot specify accelerators from different generations in the same request.
|
|
833
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-elasticinferenceaccelerators}
|
|
707
834
|
*/
|
|
708
835
|
ElasticInferenceAccelerators?: LaunchTemplateElasticInferenceAccelerator[] | undefined;
|
|
709
836
|
/**
|
|
710
837
|
* Indicates whether the instance is enabled for AWS Nitro Enclaves. For more information, see [What is Nitro Enclaves?](https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html) in the *AWS Nitro Enclaves User Guide* .
|
|
711
838
|
*
|
|
712
839
|
* You can't enable AWS Nitro Enclaves and hibernation on the same instance.
|
|
840
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-enclaveoptions}
|
|
713
841
|
*/
|
|
714
842
|
EnclaveOptions?: EnclaveOptions | undefined;
|
|
715
843
|
/**
|
|
716
844
|
* Indicates whether an instance is enabled for hibernation. This parameter is valid only if the instance meets the [hibernation prerequisites](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html) . For more information, see [Hibernate your Amazon EC2 instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html) in the *Amazon EC2 User Guide* .
|
|
845
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-hibernationoptions}
|
|
717
846
|
*/
|
|
718
847
|
HibernationOptions?: HibernationOptions | undefined;
|
|
719
848
|
/**
|
|
720
849
|
* The name or Amazon Resource Name (ARN) of an IAM instance profile.
|
|
850
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-iaminstanceprofile}
|
|
721
851
|
*/
|
|
722
852
|
IamInstanceProfile?: IamInstanceProfile | undefined;
|
|
723
853
|
/**
|
|
@@ -731,16 +861,19 @@ export type LaunchTemplateData = {
|
|
|
731
861
|
* - `resolve:ssm:parameter-name:label`
|
|
732
862
|
*
|
|
733
863
|
* For more information, see [Use a Systems Manager parameter to find an AMI](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/finding-an-ami.html#using-systems-manager-parameter-to-find-AMI) in the *Amazon Elastic Compute Cloud User Guide* .
|
|
864
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-imageid}
|
|
734
865
|
*/
|
|
735
866
|
ImageId?: string | undefined;
|
|
736
867
|
/**
|
|
737
868
|
* Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).
|
|
738
869
|
*
|
|
739
870
|
* Default: `stop`
|
|
871
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instanceinitiatedshutdownbehavior}
|
|
740
872
|
*/
|
|
741
873
|
InstanceInitiatedShutdownBehavior?: string | undefined;
|
|
742
874
|
/**
|
|
743
875
|
* The market (purchasing) option for the instances.
|
|
876
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instancemarketoptions}
|
|
744
877
|
*/
|
|
745
878
|
InstanceMarketOptions?: InstanceMarketOptions | undefined;
|
|
746
879
|
/**
|
|
@@ -760,86 +893,103 @@ export type LaunchTemplateData = {
|
|
|
760
893
|
* > Attribute-based instance type selection is only supported when using Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances. If you plan to use the launch template in the [launch instance wizard](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance-wizard.html) , or with the [RunInstances](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html) API or [AWS::EC2::Instance](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html) AWS CloudFormation resource, you can't specify `InstanceRequirements` .
|
|
761
894
|
*
|
|
762
895
|
* For more information, see [Specify attributes for instance type selection for EC2 Fleet or Spot Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html) and [Spot placement score](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html) in the *Amazon EC2 User Guide* .
|
|
896
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instancerequirements}
|
|
763
897
|
*/
|
|
764
898
|
InstanceRequirements?: InstanceRequirements | undefined;
|
|
765
899
|
/**
|
|
766
900
|
* The instance type. For more information, see [Amazon EC2 instance types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html) in the *Amazon EC2 User Guide* .
|
|
767
901
|
*
|
|
768
902
|
* If you specify `InstanceType` , you can't specify `InstanceRequirements` .
|
|
903
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-instancetype}
|
|
769
904
|
*/
|
|
770
905
|
InstanceType?: string | undefined;
|
|
771
906
|
/**
|
|
772
907
|
* The ID of the kernel.
|
|
773
908
|
*
|
|
774
909
|
* We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see [User Provided Kernels](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html) in the *Amazon EC2 User Guide* .
|
|
910
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-kernelid}
|
|
775
911
|
*/
|
|
776
912
|
KernelId?: string | undefined;
|
|
777
913
|
/**
|
|
778
914
|
* The name of the key pair. You can create a key pair using [CreateKeyPair](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateKeyPair.html) or [ImportKeyPair](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportKeyPair.html) .
|
|
779
915
|
*
|
|
780
916
|
* > If you do not specify a key pair, you can't connect to the instance unless you choose an AMI that is configured to allow users another way to log in.
|
|
917
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-keyname}
|
|
781
918
|
*/
|
|
782
919
|
KeyName?: string | undefined;
|
|
783
920
|
/**
|
|
784
921
|
* The license configurations.
|
|
922
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-licensespecifications}
|
|
785
923
|
*/
|
|
786
924
|
LicenseSpecifications?: LicenseSpecification[] | undefined;
|
|
787
925
|
/**
|
|
788
926
|
* The maintenance options of your instance.
|
|
927
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-maintenanceoptions}
|
|
789
928
|
*/
|
|
790
929
|
MaintenanceOptions?: MaintenanceOptions | undefined;
|
|
791
930
|
/**
|
|
792
931
|
* The metadata options for the instance. For more information, see [Configure the Instance Metadata Service options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html) in the *Amazon EC2 User Guide* .
|
|
932
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-metadataoptions}
|
|
793
933
|
*/
|
|
794
934
|
MetadataOptions?: MetadataOptions | undefined;
|
|
795
935
|
/**
|
|
796
936
|
* The monitoring for the instance.
|
|
937
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-monitoring}
|
|
797
938
|
*/
|
|
798
939
|
Monitoring?: Monitoring | undefined;
|
|
799
940
|
/**
|
|
800
941
|
* The network interfaces for the instance.
|
|
942
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-networkinterfaces}
|
|
801
943
|
*/
|
|
802
944
|
NetworkInterfaces?: NetworkInterface[] | undefined;
|
|
803
945
|
/**
|
|
804
946
|
* The settings for the network performance options for the instance. For more information, see [EC2 instance bandwidth weighting configuration](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configure-bandwidth-weighting.html) .
|
|
947
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-networkperformanceoptions}
|
|
805
948
|
*/
|
|
806
949
|
NetworkPerformanceOptions?: NetworkPerformanceOptions | undefined;
|
|
807
950
|
/**
|
|
808
951
|
* The placement for the instance.
|
|
952
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-placement}
|
|
809
953
|
*/
|
|
810
954
|
Placement?: Placement | undefined;
|
|
811
955
|
/**
|
|
812
956
|
* The hostname type for EC2 instances launched into this subnet and how DNS A and AAAA record queries should be handled. For more information, see [Amazon EC2 instance hostname types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-naming.html) in the *Amazon Elastic Compute Cloud User Guide* .
|
|
957
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-privatednsnameoptions}
|
|
813
958
|
*/
|
|
814
959
|
PrivateDnsNameOptions?: PrivateDnsNameOptions | undefined;
|
|
815
960
|
/**
|
|
816
961
|
* The ID of the RAM disk.
|
|
817
962
|
*
|
|
818
963
|
* > We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see [User provided kernels](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html) in the *Amazon EC2 User Guide* .
|
|
964
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ramdiskid}
|
|
819
965
|
*/
|
|
820
966
|
RamDiskId?: string | undefined;
|
|
821
967
|
/**
|
|
822
968
|
* The IDs of the security groups. You can specify the IDs of existing security groups and references to resources created by the stack template.
|
|
823
969
|
*
|
|
824
970
|
* If you specify a network interface, you must specify any security groups as part of the network interface instead.
|
|
971
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-securitygroupids}
|
|
825
972
|
*/
|
|
826
973
|
SecurityGroupIds?: string[] | undefined;
|
|
827
974
|
/**
|
|
828
975
|
* The names of the security groups. For a nondefault VPC, you must use security group IDs instead.
|
|
829
976
|
*
|
|
830
977
|
* If you specify a network interface, you must specify any security groups as part of the network interface instead of using this parameter.
|
|
978
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-securitygroups}
|
|
831
979
|
*/
|
|
832
980
|
SecurityGroups?: string[] | undefined;
|
|
833
981
|
/**
|
|
834
982
|
* The tags to apply to resources that are created during instance launch.
|
|
835
983
|
*
|
|
836
984
|
* To tag the launch template itself, use [TagSpecifications](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-tagspecifications) .
|
|
985
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-tagspecifications}
|
|
837
986
|
*/
|
|
838
987
|
TagSpecifications?: TagSpecification[] | undefined;
|
|
839
988
|
/**
|
|
840
989
|
* The user data to make available to the instance. You must provide base64-encoded text. User data is limited to 16 KB. For more information, see [Run commands when you launch an EC2 instance with user data input](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html) in the *Amazon EC2 User Guide* .
|
|
841
990
|
*
|
|
842
991
|
* If you are creating the launch template for use with AWS Batch , the user data must be provided in the [MIME multi-part archive format](https://docs.aws.amazon.com/https://cloudinit.readthedocs.io/en/latest/topics/format.html#mime-multi-part-archive) . For more information, see [Amazon EC2 user data in launch templates](https://docs.aws.amazon.com/batch/latest/userguide/launch-templates.html#lt-user-data) in the *AWS Batch User Guide* .
|
|
992
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-userdata}
|
|
843
993
|
*/
|
|
844
994
|
UserData?: string | undefined;
|
|
845
995
|
};
|
|
@@ -849,16 +999,19 @@ export type LaunchTemplateData = {
|
|
|
849
999
|
* Specifies an elastic inference accelerator.
|
|
850
1000
|
*
|
|
851
1001
|
* `LaunchTemplateElasticInferenceAccelerator` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
1002
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplateelasticinferenceaccelerator.html}
|
|
852
1003
|
*/
|
|
853
1004
|
export type LaunchTemplateElasticInferenceAccelerator = {
|
|
854
1005
|
/**
|
|
855
1006
|
* The number of elastic inference accelerators to attach to the instance.
|
|
856
1007
|
*
|
|
857
1008
|
* Default: 1
|
|
1009
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplateelasticinferenceaccelerator.html#cfn-ec2-launchtemplate-launchtemplateelasticinferenceaccelerator-count}
|
|
858
1010
|
*/
|
|
859
1011
|
Count?: number | undefined;
|
|
860
1012
|
/**
|
|
861
1013
|
* The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.
|
|
1014
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplateelasticinferenceaccelerator.html#cfn-ec2-launchtemplate-launchtemplateelasticinferenceaccelerator-type}
|
|
862
1015
|
*/
|
|
863
1016
|
Type?: string | undefined;
|
|
864
1017
|
};
|
|
@@ -868,14 +1021,17 @@ export type LaunchTemplateElasticInferenceAccelerator = {
|
|
|
868
1021
|
* To specify the tags for the resources that are created during instance launch, use [AWS::EC2::LaunchTemplate TagSpecification](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-tagspecification.html) .
|
|
869
1022
|
*
|
|
870
1023
|
* `LaunchTemplateTagSpecification` is a property of [AWS::EC2::LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html) .
|
|
1024
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatetagspecification.html}
|
|
871
1025
|
*/
|
|
872
1026
|
export type LaunchTemplateTagSpecification = {
|
|
873
1027
|
/**
|
|
874
1028
|
* The type of resource. To tag a launch template, `ResourceType` must be `launch-template` .
|
|
1029
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatetagspecification.html#cfn-ec2-launchtemplate-launchtemplatetagspecification-resourcetype}
|
|
875
1030
|
*/
|
|
876
1031
|
ResourceType?: string | undefined;
|
|
877
1032
|
/**
|
|
878
1033
|
* The tags for the resource.
|
|
1034
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatetagspecification.html#cfn-ec2-launchtemplate-launchtemplatetagspecification-tags}
|
|
879
1035
|
*/
|
|
880
1036
|
Tags?: Tag[] | undefined;
|
|
881
1037
|
};
|
|
@@ -883,45 +1039,55 @@ export type LaunchTemplateTagSpecification = {
|
|
|
883
1039
|
* Specifies a license configuration for an instance.
|
|
884
1040
|
*
|
|
885
1041
|
* `LicenseSpecification` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
1042
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-licensespecification.html}
|
|
886
1043
|
*/
|
|
887
1044
|
export type LicenseSpecification = {
|
|
888
1045
|
/**
|
|
889
1046
|
* The Amazon Resource Name (ARN) of the license configuration.
|
|
1047
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-licensespecification.html#cfn-ec2-launchtemplate-licensespecification-licenseconfigurationarn}
|
|
890
1048
|
*/
|
|
891
1049
|
LicenseConfigurationArn?: string | undefined;
|
|
892
1050
|
};
|
|
893
1051
|
/**
|
|
894
1052
|
* The maintenance options of your instance.
|
|
1053
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-maintenanceoptions.html}
|
|
895
1054
|
*/
|
|
896
1055
|
export type MaintenanceOptions = {
|
|
897
1056
|
/**
|
|
898
1057
|
* Disables the automatic recovery behavior of your instance or sets it to default.
|
|
1058
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-maintenanceoptions.html#cfn-ec2-launchtemplate-maintenanceoptions-autorecovery}
|
|
899
1059
|
*/
|
|
900
1060
|
AutoRecovery?: string | undefined;
|
|
901
1061
|
};
|
|
902
1062
|
/**
|
|
903
1063
|
* The minimum and maximum amount of memory per vCPU, in GiB.
|
|
1064
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-memorygibpervcpu.html}
|
|
904
1065
|
*/
|
|
905
1066
|
export type MemoryGiBPerVCpu = {
|
|
906
1067
|
/**
|
|
907
1068
|
* The maximum amount of memory per vCPU, in GiB. To specify no maximum limit, omit this parameter.
|
|
1069
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-memorygibpervcpu.html#cfn-ec2-launchtemplate-memorygibpervcpu-max}
|
|
908
1070
|
*/
|
|
909
1071
|
Max?: number | undefined;
|
|
910
1072
|
/**
|
|
911
1073
|
* The minimum amount of memory per vCPU, in GiB. To specify no minimum limit, omit this parameter.
|
|
1074
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-memorygibpervcpu.html#cfn-ec2-launchtemplate-memorygibpervcpu-min}
|
|
912
1075
|
*/
|
|
913
1076
|
Min?: number | undefined;
|
|
914
1077
|
};
|
|
915
1078
|
/**
|
|
916
1079
|
* The minimum and maximum amount of memory, in MiB.
|
|
1080
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-memorymib.html}
|
|
917
1081
|
*/
|
|
918
1082
|
export type MemoryMiB = {
|
|
919
1083
|
/**
|
|
920
1084
|
* The maximum amount of memory, in MiB. To specify no maximum limit, omit this parameter.
|
|
1085
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-memorymib.html#cfn-ec2-launchtemplate-memorymib-max}
|
|
921
1086
|
*/
|
|
922
1087
|
Max?: number | undefined;
|
|
923
1088
|
/**
|
|
924
1089
|
* The minimum amount of memory, in MiB. To specify no minimum limit, specify `0` .
|
|
1090
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-memorymib.html#cfn-ec2-launchtemplate-memorymib-min}
|
|
925
1091
|
*/
|
|
926
1092
|
Min?: number | undefined;
|
|
927
1093
|
};
|
|
@@ -929,18 +1095,21 @@ export type MemoryMiB = {
|
|
|
929
1095
|
* The metadata options for the instance. For more information, see [Instance metadata and user data](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) in the *Amazon EC2 User Guide* .
|
|
930
1096
|
*
|
|
931
1097
|
* `MetadataOptions` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
1098
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-metadataoptions.html}
|
|
932
1099
|
*/
|
|
933
1100
|
export type MetadataOptions = {
|
|
934
1101
|
/**
|
|
935
1102
|
* Enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the default state is `enabled` .
|
|
936
1103
|
*
|
|
937
1104
|
* > If you specify a value of `disabled` , you will not be able to access your instance metadata.
|
|
1105
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-metadataoptions.html#cfn-ec2-launchtemplate-metadataoptions-httpendpoint}
|
|
938
1106
|
*/
|
|
939
1107
|
HttpEndpoint?: string | undefined;
|
|
940
1108
|
/**
|
|
941
1109
|
* Enables or disables the IPv6 endpoint for the instance metadata service.
|
|
942
1110
|
*
|
|
943
1111
|
* Default: `disabled`
|
|
1112
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-metadataoptions.html#cfn-ec2-launchtemplate-metadataoptions-httpprotocolipv6}
|
|
944
1113
|
*/
|
|
945
1114
|
HttpProtocolIpv6?: string | undefined;
|
|
946
1115
|
/**
|
|
@@ -949,6 +1118,7 @@ export type MetadataOptions = {
|
|
|
949
1118
|
* Default: `1`
|
|
950
1119
|
*
|
|
951
1120
|
* Possible values: Integers from 1 to 64
|
|
1121
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-metadataoptions.html#cfn-ec2-launchtemplate-metadataoptions-httpputresponsehoplimit}
|
|
952
1122
|
*/
|
|
953
1123
|
HttpPutResponseHopLimit?: number | undefined;
|
|
954
1124
|
/**
|
|
@@ -958,12 +1128,14 @@ export type MetadataOptions = {
|
|
|
958
1128
|
* - `required` - IMDSv2 is required. You must send a session token in your instance metadata retrieval requests. With this option, retrieving the IAM role credentials always returns IMDSv2 credentials; IMDSv1 credentials are not available.
|
|
959
1129
|
*
|
|
960
1130
|
* Default: If the value of `ImdsSupport` for the Amazon Machine Image (AMI) for your instance is `v2.0` , the default is `required` .
|
|
1131
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-metadataoptions.html#cfn-ec2-launchtemplate-metadataoptions-httptokens}
|
|
961
1132
|
*/
|
|
962
1133
|
HttpTokens?: string | undefined;
|
|
963
1134
|
/**
|
|
964
1135
|
* Set to `enabled` to allow access to instance tags from the instance metadata. Set to `disabled` to turn off access to instance tags from the instance metadata. For more information, see [View tags for your EC2 instances using instance metadata](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/work-with-tags-in-IMDS.html) .
|
|
965
1136
|
*
|
|
966
1137
|
* Default: `disabled`
|
|
1138
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-metadataoptions.html#cfn-ec2-launchtemplate-metadataoptions-instancemetadatatags}
|
|
967
1139
|
*/
|
|
968
1140
|
InstanceMetadataTags?: string | undefined;
|
|
969
1141
|
};
|
|
@@ -971,10 +1143,12 @@ export type MetadataOptions = {
|
|
|
971
1143
|
* Specifies whether detailed monitoring is enabled for an instance. For more information about detailed monitoring, see [Enable or turn off detailed monitoring for your instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch-new.html) in the *Amazon EC2 User Guide* .
|
|
972
1144
|
*
|
|
973
1145
|
* `Monitoring` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
1146
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-monitoring.html}
|
|
974
1147
|
*/
|
|
975
1148
|
export type Monitoring = {
|
|
976
1149
|
/**
|
|
977
1150
|
* Specify `true` to enable detailed monitoring. Otherwise, basic monitoring is enabled.
|
|
1151
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-monitoring.html#cfn-ec2-launchtemplate-monitoring-enabled}
|
|
978
1152
|
*/
|
|
979
1153
|
Enabled?: boolean | undefined;
|
|
980
1154
|
};
|
|
@@ -982,14 +1156,17 @@ export type Monitoring = {
|
|
|
982
1156
|
* The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).
|
|
983
1157
|
*
|
|
984
1158
|
* > Setting the minimum bandwidth does not guarantee that your instance will achieve the minimum bandwidth. Amazon EC2 will identify instance types that support the specified minimum bandwidth, but the actual bandwidth of your instance might go below the specified minimum at times. For more information, see [Available instance bandwidth](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-network-bandwidth.html#available-instance-bandwidth) in the *Amazon EC2 User Guide* .
|
|
1159
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkbandwidthgbps.html}
|
|
985
1160
|
*/
|
|
986
1161
|
export type NetworkBandwidthGbps = {
|
|
987
1162
|
/**
|
|
988
1163
|
* The maximum amount of network bandwidth, in Gbps. To specify no maximum limit, omit this parameter.
|
|
1164
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkbandwidthgbps.html#cfn-ec2-launchtemplate-networkbandwidthgbps-max}
|
|
989
1165
|
*/
|
|
990
1166
|
Max?: number | undefined;
|
|
991
1167
|
/**
|
|
992
1168
|
* The minimum amount of network bandwidth, in Gbps. If this parameter is not specified, there is no minimum limit.
|
|
1169
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkbandwidthgbps.html#cfn-ec2-launchtemplate-networkbandwidthgbps-min}
|
|
993
1170
|
*/
|
|
994
1171
|
Min?: number | undefined;
|
|
995
1172
|
};
|
|
@@ -997,44 +1174,53 @@ export type NetworkBandwidthGbps = {
|
|
|
997
1174
|
* Specifies the parameters for a network interface.
|
|
998
1175
|
*
|
|
999
1176
|
* `NetworkInterface` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
1177
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html}
|
|
1000
1178
|
*/
|
|
1001
1179
|
export type NetworkInterface = {
|
|
1002
1180
|
/**
|
|
1003
1181
|
* Associates a Carrier IP address with eth0 for a new network interface.
|
|
1004
1182
|
*
|
|
1005
1183
|
* Use this option when you launch an instance in a Wavelength Zone and want to associate a Carrier IP address with the network interface. For more information about Carrier IP addresses, see [Carrier IP addresses](https://docs.aws.amazon.com/wavelength/latest/developerguide/how-wavelengths-work.html#provider-owned-ip) in the *AWS Wavelength Developer Guide* .
|
|
1184
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-associatecarrieripaddress}
|
|
1006
1185
|
*/
|
|
1007
1186
|
AssociateCarrierIpAddress?: boolean | undefined;
|
|
1008
1187
|
/**
|
|
1009
1188
|
* Associates a public IPv4 address with eth0 for a new network interface.
|
|
1010
1189
|
*
|
|
1011
1190
|
* AWS charges for all public IPv4 addresses, including public IPv4 addresses associated with running instances and Elastic IP addresses. For more information, see the *Public IPv4 Address* tab on the [Amazon VPC pricing page](https://docs.aws.amazon.com/vpc/pricing/) .
|
|
1191
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-associatepublicipaddress}
|
|
1012
1192
|
*/
|
|
1013
1193
|
AssociatePublicIpAddress?: boolean | undefined;
|
|
1014
1194
|
/**
|
|
1015
1195
|
* A connection tracking specification for the network interface.
|
|
1196
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-connectiontrackingspecification}
|
|
1016
1197
|
*/
|
|
1017
1198
|
ConnectionTrackingSpecification?: ConnectionTrackingSpecification | undefined;
|
|
1018
1199
|
/**
|
|
1019
1200
|
* Indicates whether the network interface is deleted when the instance is terminated.
|
|
1201
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-deleteontermination}
|
|
1020
1202
|
*/
|
|
1021
1203
|
DeleteOnTermination?: boolean | undefined;
|
|
1022
1204
|
/**
|
|
1023
1205
|
* A description for the network interface.
|
|
1206
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-description}
|
|
1024
1207
|
*/
|
|
1025
1208
|
Description?: string | undefined;
|
|
1026
1209
|
/**
|
|
1027
1210
|
* The device index for the network interface attachment. The primary network interface has a device index of 0. If the network interface is of type `interface` , you must specify a device index.
|
|
1028
1211
|
*
|
|
1029
1212
|
* If you create a launch template that includes secondary network interfaces but no primary network interface, and you specify it using the `LaunchTemplate` property of `AWS::EC2::Instance` , then you must include a primary network interface using the `NetworkInterfaces` property of `AWS::EC2::Instance` .
|
|
1213
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-deviceindex}
|
|
1030
1214
|
*/
|
|
1031
1215
|
DeviceIndex?: number | undefined;
|
|
1032
1216
|
/**
|
|
1033
1217
|
* The ENA Express configuration for the network interface.
|
|
1218
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-enasrdspecification}
|
|
1034
1219
|
*/
|
|
1035
1220
|
EnaSrdSpecification?: EnaSrdSpecification | undefined;
|
|
1036
1221
|
/**
|
|
1037
1222
|
* The IDs of one or more security groups.
|
|
1223
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-groups}
|
|
1038
1224
|
*/
|
|
1039
1225
|
Groups?: string[] | undefined;
|
|
1040
1226
|
/**
|
|
@@ -1045,76 +1231,94 @@ export type NetworkInterface = {
|
|
|
1045
1231
|
* If you specify `efa-only` , do not assign any IP addresses to the network interface. EFA-only network interfaces do not support IP addresses.
|
|
1046
1232
|
*
|
|
1047
1233
|
* Valid values: `interface` | `efa` | `efa-only`
|
|
1234
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-interfacetype}
|
|
1048
1235
|
*/
|
|
1049
1236
|
InterfaceType?: string | undefined;
|
|
1050
1237
|
/**
|
|
1051
1238
|
* The number of IPv4 prefixes to be automatically assigned to the network interface. You cannot use this option if you use the `Ipv4Prefix` option.
|
|
1239
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-ipv4prefixcount}
|
|
1052
1240
|
*/
|
|
1053
1241
|
Ipv4PrefixCount?: number | undefined;
|
|
1054
1242
|
/**
|
|
1055
1243
|
* One or more IPv4 prefixes to be assigned to the network interface. You cannot use this option if you use the `Ipv4PrefixCount` option.
|
|
1244
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-ipv4prefixes}
|
|
1056
1245
|
*/
|
|
1057
1246
|
Ipv4Prefixes?: Ipv4PrefixSpecification[] | undefined;
|
|
1058
1247
|
/**
|
|
1059
1248
|
* The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.
|
|
1249
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-ipv6addresscount}
|
|
1060
1250
|
*/
|
|
1061
1251
|
Ipv6AddressCount?: number | undefined;
|
|
1062
1252
|
/**
|
|
1063
1253
|
* One or more specific IPv6 addresses from the IPv6 CIDR block range of your subnet. You can't use this option if you're specifying a number of IPv6 addresses.
|
|
1254
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-ipv6addresses}
|
|
1064
1255
|
*/
|
|
1065
1256
|
Ipv6Addresses?: Ipv6Add[] | undefined;
|
|
1066
1257
|
/**
|
|
1067
1258
|
* The number of IPv6 prefixes to be automatically assigned to the network interface. You cannot use this option if you use the `Ipv6Prefix` option.
|
|
1259
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-ipv6prefixcount}
|
|
1068
1260
|
*/
|
|
1069
1261
|
Ipv6PrefixCount?: number | undefined;
|
|
1070
1262
|
/**
|
|
1071
1263
|
* One or more IPv6 prefixes to be assigned to the network interface. You cannot use this option if you use the `Ipv6PrefixCount` option.
|
|
1264
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-ipv6prefixes}
|
|
1072
1265
|
*/
|
|
1073
1266
|
Ipv6Prefixes?: Ipv6PrefixSpecification[] | undefined;
|
|
1074
1267
|
/**
|
|
1075
1268
|
* The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.
|
|
1269
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-networkcardindex}
|
|
1076
1270
|
*/
|
|
1077
1271
|
NetworkCardIndex?: number | undefined;
|
|
1078
1272
|
/**
|
|
1079
1273
|
* The ID of the network interface.
|
|
1274
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-networkinterfaceid}
|
|
1080
1275
|
*/
|
|
1081
1276
|
NetworkInterfaceId?: string | undefined;
|
|
1082
1277
|
/**
|
|
1083
1278
|
* The primary IPv6 address of the network interface. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information about primary IPv6 addresses, see [RunInstances](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html) .
|
|
1279
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-primaryipv6}
|
|
1084
1280
|
*/
|
|
1085
1281
|
PrimaryIpv6?: boolean | undefined;
|
|
1086
1282
|
/**
|
|
1087
1283
|
* The primary private IPv4 address of the network interface.
|
|
1284
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-privateipaddress}
|
|
1088
1285
|
*/
|
|
1089
1286
|
PrivateIpAddress?: string | undefined;
|
|
1090
1287
|
/**
|
|
1091
1288
|
* One or more private IPv4 addresses.
|
|
1289
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-privateipaddresses}
|
|
1092
1290
|
*/
|
|
1093
1291
|
PrivateIpAddresses?: PrivateIpAdd[] | undefined;
|
|
1094
1292
|
/**
|
|
1095
1293
|
* The number of secondary private IPv4 addresses to assign to a network interface.
|
|
1294
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-secondaryprivateipaddresscount}
|
|
1096
1295
|
*/
|
|
1097
1296
|
SecondaryPrivateIpAddressCount?: number | undefined;
|
|
1098
1297
|
/**
|
|
1099
1298
|
* The ID of the subnet for the network interface.
|
|
1299
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-subnetid}
|
|
1100
1300
|
*/
|
|
1101
1301
|
SubnetId?: string | undefined;
|
|
1102
1302
|
};
|
|
1103
1303
|
/**
|
|
1104
1304
|
* The minimum and maximum number of network interfaces.
|
|
1305
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterfacecount.html}
|
|
1105
1306
|
*/
|
|
1106
1307
|
export type NetworkInterfaceCount = {
|
|
1107
1308
|
/**
|
|
1108
1309
|
* The maximum number of network interfaces. To specify no maximum limit, omit this parameter.
|
|
1310
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterfacecount.html#cfn-ec2-launchtemplate-networkinterfacecount-max}
|
|
1109
1311
|
*/
|
|
1110
1312
|
Max?: number | undefined;
|
|
1111
1313
|
/**
|
|
1112
1314
|
* The minimum number of network interfaces. To specify no minimum limit, omit this parameter.
|
|
1315
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterfacecount.html#cfn-ec2-launchtemplate-networkinterfacecount-min}
|
|
1113
1316
|
*/
|
|
1114
1317
|
Min?: number | undefined;
|
|
1115
1318
|
};
|
|
1116
1319
|
/**
|
|
1117
1320
|
* Contains settings for the network performance options for the instance.
|
|
1321
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkperformanceoptions.html}
|
|
1118
1322
|
*/
|
|
1119
1323
|
export type NetworkPerformanceOptions = {
|
|
1120
1324
|
/**
|
|
@@ -1123,6 +1327,7 @@ export type NetworkPerformanceOptions = {
|
|
|
1123
1327
|
* - **default** - This option uses the standard bandwidth configuration for your instance type.
|
|
1124
1328
|
* - **vpc-1** - This option boosts your networking baseline bandwidth and reduces your EBS baseline bandwidth.
|
|
1125
1329
|
* - **ebs-1** - This option boosts your EBS baseline bandwidth and reduces your networking baseline bandwidth.
|
|
1330
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkperformanceoptions.html#cfn-ec2-launchtemplate-networkperformanceoptions-bandwidthweighting}
|
|
1126
1331
|
*/
|
|
1127
1332
|
BandwidthWeighting?: string | undefined;
|
|
1128
1333
|
};
|
|
@@ -1130,59 +1335,73 @@ export type NetworkPerformanceOptions = {
|
|
|
1130
1335
|
* Specifies the placement of an instance.
|
|
1131
1336
|
*
|
|
1132
1337
|
* `Placement` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
1338
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-placement.html}
|
|
1133
1339
|
*/
|
|
1134
1340
|
export type Placement = {
|
|
1135
1341
|
/**
|
|
1136
1342
|
* The affinity setting for an instance on a Dedicated Host.
|
|
1343
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-placement.html#cfn-ec2-launchtemplate-placement-affinity}
|
|
1137
1344
|
*/
|
|
1138
1345
|
Affinity?: string | undefined;
|
|
1139
1346
|
/**
|
|
1140
1347
|
* The Availability Zone for the instance.
|
|
1348
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-placement.html#cfn-ec2-launchtemplate-placement-availabilityzone}
|
|
1141
1349
|
*/
|
|
1142
1350
|
AvailabilityZone?: string | undefined;
|
|
1143
1351
|
/**
|
|
1144
1352
|
* The Group Id of a placement group. You must specify the Placement Group *Group Id* to launch an instance in a shared placement group.
|
|
1353
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-placement.html#cfn-ec2-launchtemplate-placement-groupid}
|
|
1145
1354
|
*/
|
|
1146
1355
|
GroupId?: string | undefined;
|
|
1147
1356
|
/**
|
|
1148
1357
|
* The name of the placement group for the instance.
|
|
1358
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-placement.html#cfn-ec2-launchtemplate-placement-groupname}
|
|
1149
1359
|
*/
|
|
1150
1360
|
GroupName?: string | undefined;
|
|
1151
1361
|
/**
|
|
1152
1362
|
* The ID of the Dedicated Host for the instance.
|
|
1363
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-placement.html#cfn-ec2-launchtemplate-placement-hostid}
|
|
1153
1364
|
*/
|
|
1154
1365
|
HostId?: string | undefined;
|
|
1155
1366
|
/**
|
|
1156
1367
|
* The ARN of the host resource group in which to launch the instances. If you specify a host resource group ARN, omit the *Tenancy* parameter or set it to `host` .
|
|
1368
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-placement.html#cfn-ec2-launchtemplate-placement-hostresourcegrouparn}
|
|
1157
1369
|
*/
|
|
1158
1370
|
HostResourceGroupArn?: string | undefined;
|
|
1159
1371
|
/**
|
|
1160
1372
|
* The number of the partition the instance should launch in. Valid only if the placement group strategy is set to `partition` .
|
|
1373
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-placement.html#cfn-ec2-launchtemplate-placement-partitionnumber}
|
|
1161
1374
|
*/
|
|
1162
1375
|
PartitionNumber?: number | undefined;
|
|
1163
1376
|
/**
|
|
1164
1377
|
* Reserved for future use.
|
|
1378
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-placement.html#cfn-ec2-launchtemplate-placement-spreaddomain}
|
|
1165
1379
|
*/
|
|
1166
1380
|
SpreadDomain?: string | undefined;
|
|
1167
1381
|
/**
|
|
1168
1382
|
* The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware.
|
|
1383
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-placement.html#cfn-ec2-launchtemplate-placement-tenancy}
|
|
1169
1384
|
*/
|
|
1170
1385
|
Tenancy?: string | undefined;
|
|
1171
1386
|
};
|
|
1172
1387
|
/**
|
|
1173
1388
|
* The hostname type for EC2 instances launched into this subnet and how DNS A and AAAA record queries should be handled. For more information, see [Amazon EC2 instance hostname types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-naming.html) in the *Amazon Elastic Compute Cloud User Guide* .
|
|
1389
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-privatednsnameoptions.html}
|
|
1174
1390
|
*/
|
|
1175
1391
|
export type PrivateDnsNameOptions = {
|
|
1176
1392
|
/**
|
|
1177
1393
|
* Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
|
|
1394
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-privatednsnameoptions.html#cfn-ec2-launchtemplate-privatednsnameoptions-enableresourcenamednsaaaarecord}
|
|
1178
1395
|
*/
|
|
1179
1396
|
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
1180
1397
|
/**
|
|
1181
1398
|
* Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
|
|
1399
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-privatednsnameoptions.html#cfn-ec2-launchtemplate-privatednsnameoptions-enableresourcenamednsarecord}
|
|
1182
1400
|
*/
|
|
1183
1401
|
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
1184
1402
|
/**
|
|
1185
1403
|
* The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID. For more information, see [Amazon EC2 instance hostname types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-naming.html) in the *Amazon Elastic Compute Cloud User Guide* .
|
|
1404
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-privatednsnameoptions.html#cfn-ec2-launchtemplate-privatednsnameoptions-hostnametype}
|
|
1186
1405
|
*/
|
|
1187
1406
|
HostnameType?: string | undefined;
|
|
1188
1407
|
};
|
|
@@ -1190,19 +1409,23 @@ export type PrivateDnsNameOptions = {
|
|
|
1190
1409
|
* Specifies a secondary private IPv4 address for a network interface.
|
|
1191
1410
|
*
|
|
1192
1411
|
* `PrivateIpAdd` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html) .
|
|
1412
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-privateipadd.html}
|
|
1193
1413
|
*/
|
|
1194
1414
|
export type PrivateIpAdd = {
|
|
1195
1415
|
/**
|
|
1196
1416
|
* Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.
|
|
1417
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-privateipadd.html#cfn-ec2-launchtemplate-privateipadd-primary}
|
|
1197
1418
|
*/
|
|
1198
1419
|
Primary?: boolean | undefined;
|
|
1199
1420
|
/**
|
|
1200
1421
|
* The private IPv4 address.
|
|
1422
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-privateipadd.html#cfn-ec2-launchtemplate-privateipadd-privateipaddress}
|
|
1201
1423
|
*/
|
|
1202
1424
|
PrivateIpAddress?: string | undefined;
|
|
1203
1425
|
};
|
|
1204
1426
|
/**
|
|
1205
1427
|
* Specifies an instance family to use as the baseline reference for CPU performance.
|
|
1428
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-reference.html}
|
|
1206
1429
|
*/
|
|
1207
1430
|
export type Reference = {
|
|
1208
1431
|
/**
|
|
@@ -1222,6 +1445,7 @@ export type Reference = {
|
|
|
1222
1445
|
* - `u-12tb1` | `u-18tb1` | `u-24tb1` | `u-3tb1` | `u-6tb1` | `u-9tb1` | `u7i-12tb` | `u7in-16tb` | `u7in-24tb` | `u7in-32tb`
|
|
1223
1446
|
*
|
|
1224
1447
|
* If you enable performance protection by specifying a supported instance family, the returned instance types will exclude the above unsupported instance families.
|
|
1448
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-reference.html#cfn-ec2-launchtemplate-reference-instancefamily}
|
|
1225
1449
|
*/
|
|
1226
1450
|
InstanceFamily?: string | undefined;
|
|
1227
1451
|
};
|
|
@@ -1229,26 +1453,31 @@ export type Reference = {
|
|
|
1229
1453
|
* Specifies options for Spot Instances.
|
|
1230
1454
|
*
|
|
1231
1455
|
* `SpotOptions` is a property of [AWS::EC2::LaunchTemplate InstanceMarketOptions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html) .
|
|
1456
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-spotoptions.html}
|
|
1232
1457
|
*/
|
|
1233
1458
|
export type SpotOptions = {
|
|
1234
1459
|
/**
|
|
1235
1460
|
* Deprecated.
|
|
1461
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-spotoptions.html#cfn-ec2-launchtemplate-spotoptions-blockdurationminutes}
|
|
1236
1462
|
*/
|
|
1237
1463
|
BlockDurationMinutes?: number | undefined;
|
|
1238
1464
|
/**
|
|
1239
1465
|
* The behavior when a Spot Instance is interrupted. The default is `terminate` .
|
|
1466
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-spotoptions.html#cfn-ec2-launchtemplate-spotoptions-instanceinterruptionbehavior}
|
|
1240
1467
|
*/
|
|
1241
1468
|
InstanceInterruptionBehavior?: string | undefined;
|
|
1242
1469
|
/**
|
|
1243
1470
|
* The maximum hourly price you're willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price. If you do specify this parameter, it must be more than USD $0.001. Specifying a value below USD $0.001 will result in an `InvalidParameterValue` error message when the launch template is used to launch an instance.
|
|
1244
1471
|
*
|
|
1245
1472
|
* > If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.
|
|
1473
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-spotoptions.html#cfn-ec2-launchtemplate-spotoptions-maxprice}
|
|
1246
1474
|
*/
|
|
1247
1475
|
MaxPrice?: string | undefined;
|
|
1248
1476
|
/**
|
|
1249
1477
|
* The Spot Instance request type.
|
|
1250
1478
|
*
|
|
1251
1479
|
* If you are using Spot Instances with an Auto Scaling group, use `one-time` requests, as the Amazon EC2 Auto Scaling service handles requesting new Spot Instances whenever the group is below its desired capacity.
|
|
1480
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-spotoptions.html#cfn-ec2-launchtemplate-spotoptions-spotinstancetype}
|
|
1252
1481
|
*/
|
|
1253
1482
|
SpotInstanceType?: string | undefined;
|
|
1254
1483
|
/**
|
|
@@ -1258,6 +1487,7 @@ export type SpotOptions = {
|
|
|
1258
1487
|
* - For a one-time request, `ValidUntil` is not supported. The request remains active until all instances launch or you cancel the request.
|
|
1259
1488
|
*
|
|
1260
1489
|
* Default: 7 days from the current date
|
|
1490
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-spotoptions.html#cfn-ec2-launchtemplate-spotoptions-validuntil}
|
|
1261
1491
|
*/
|
|
1262
1492
|
ValidUntil?: string | undefined;
|
|
1263
1493
|
};
|
|
@@ -1265,42 +1495,51 @@ export type SpotOptions = {
|
|
|
1265
1495
|
* Specifies the tags to apply to resources that are created during instance launch.
|
|
1266
1496
|
*
|
|
1267
1497
|
* `TagSpecification` is a property type of [`TagSpecifications`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-tagspecifications) . [`TagSpecifications`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-tagspecifications) is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
1498
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-tagspecification.html}
|
|
1268
1499
|
*/
|
|
1269
1500
|
export type TagSpecification = {
|
|
1270
1501
|
/**
|
|
1271
1502
|
* The type of resource to tag. You can specify tags for the following resource types only: `instance` | `volume` | `network-interface` | `spot-instances-request` . If the instance does not include the resource type that you specify, the instance launch fails. For example, not all instance types include a volume.
|
|
1272
1503
|
*
|
|
1273
1504
|
* To tag a resource after it has been created, see [CreateTags](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html) .
|
|
1505
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-tagspecification.html#cfn-ec2-launchtemplate-tagspecification-resourcetype}
|
|
1274
1506
|
*/
|
|
1275
1507
|
ResourceType?: string | undefined;
|
|
1276
1508
|
/**
|
|
1277
1509
|
* The tags to apply to the resource.
|
|
1510
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-tagspecification.html#cfn-ec2-launchtemplate-tagspecification-tags}
|
|
1278
1511
|
*/
|
|
1279
1512
|
Tags?: Tag[] | undefined;
|
|
1280
1513
|
};
|
|
1281
1514
|
/**
|
|
1282
1515
|
* The minimum and maximum amount of total local storage, in GB.
|
|
1516
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-totallocalstoragegb.html}
|
|
1283
1517
|
*/
|
|
1284
1518
|
export type TotalLocalStorageGB = {
|
|
1285
1519
|
/**
|
|
1286
1520
|
* The maximum amount of total local storage, in GB. To specify no maximum limit, omit this parameter.
|
|
1521
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-totallocalstoragegb.html#cfn-ec2-launchtemplate-totallocalstoragegb-max}
|
|
1287
1522
|
*/
|
|
1288
1523
|
Max?: number | undefined;
|
|
1289
1524
|
/**
|
|
1290
1525
|
* The minimum amount of total local storage, in GB. To specify no minimum limit, omit this parameter.
|
|
1526
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-totallocalstoragegb.html#cfn-ec2-launchtemplate-totallocalstoragegb-min}
|
|
1291
1527
|
*/
|
|
1292
1528
|
Min?: number | undefined;
|
|
1293
1529
|
};
|
|
1294
1530
|
/**
|
|
1295
1531
|
* The minimum and maximum number of vCPUs.
|
|
1532
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-vcpucount.html}
|
|
1296
1533
|
*/
|
|
1297
1534
|
export type VCpuCount = {
|
|
1298
1535
|
/**
|
|
1299
1536
|
* The maximum number of vCPUs. To specify no maximum limit, omit this parameter.
|
|
1537
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-vcpucount.html#cfn-ec2-launchtemplate-vcpucount-max}
|
|
1300
1538
|
*/
|
|
1301
1539
|
Max?: number | undefined;
|
|
1302
1540
|
/**
|
|
1303
1541
|
* The minimum number of vCPUs. To specify no minimum limit, specify `0` .
|
|
1542
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-vcpucount.html#cfn-ec2-launchtemplate-vcpucount-min}
|
|
1304
1543
|
*/
|
|
1305
1544
|
Min?: number | undefined;
|
|
1306
1545
|
};
|