@propulsionworks/cloudformation 0.0.1 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/exports/main.ts +6 -5
- package/lib/assert.ts +62 -0
- package/lib/builder.ts +366 -0
- package/lib/intrinsics.ts +1223 -0
- package/{exports/main → lib}/template.ts +41 -13
- package/out/exports/main.d.ts +6 -5
- package/out/exports/main.d.ts.map +1 -1
- package/out/exports/main.js +6 -5
- package/out/exports/main.js.map +1 -1
- package/out/exports/resources.generated/alexa-ask-skill.d.ts +80 -0
- package/out/exports/resources.generated/aws-accessanalyzer-analyzer.d.ts +125 -0
- package/out/exports/resources.generated/aws-acmpca-certificate.d.ts +374 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthority.d.ts +432 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthorityactivation.d.ts +30 -0
- package/out/exports/resources.generated/aws-acmpca-permission.d.ts +30 -0
- package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +330 -0
- package/out/exports/resources.generated/aws-amazonmq-configuration.d.ts +71 -0
- package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-amplify-app.d.ts +301 -0
- package/out/exports/resources.generated/aws-amplify-branch.d.ts +171 -0
- package/out/exports/resources.generated/aws-amplify-domain.d.ts +139 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-component.d.ts +444 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-form.d.ts +409 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-theme.d.ts +76 -0
- package/out/exports/resources.generated/aws-apigateway-account.d.ts +20 -0
- package/out/exports/resources.generated/aws-apigateway-apikey.d.ts +62 -0
- package/out/exports/resources.generated/aws-apigateway-authorizer.d.ts +54 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmapping.d.ts +24 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmappingv2.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigateway-clientcertificate.d.ts +22 -0
- package/out/exports/resources.generated/aws-apigateway-deployment.d.ts +215 -0
- package/out/exports/resources.generated/aws-apigateway-documentationpart.d.ts +53 -0
- package/out/exports/resources.generated/aws-apigateway-documentationversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-apigateway-domainname.d.ts +96 -0
- package/out/exports/resources.generated/aws-apigateway-domainnameaccessassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-apigateway-domainnamev2.d.ts +56 -0
- package/out/exports/resources.generated/aws-apigateway-gatewayresponse.d.ts +34 -0
- package/out/exports/resources.generated/aws-apigateway-method.d.ts +174 -0
- package/out/exports/resources.generated/aws-apigateway-model.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigateway-requestvalidator.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigateway-resource.d.ts +26 -0
- package/out/exports/resources.generated/aws-apigateway-restapi.d.ts +133 -0
- package/out/exports/resources.generated/aws-apigateway-stage.d.ts +151 -0
- package/out/exports/resources.generated/aws-apigateway-usageplan.d.ts +93 -0
- package/out/exports/resources.generated/aws-apigateway-usageplankey.d.ts +26 -0
- package/out/exports/resources.generated/aws-apigateway-vpclink.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigatewayv2-api.d.ts +142 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apigatewaymanagedoverrides.d.ts +143 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apimapping.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigatewayv2-authorizer.d.ts +75 -0
- package/out/exports/resources.generated/aws-apigatewayv2-deployment.d.ts +26 -0
- package/out/exports/resources.generated/aws-apigatewayv2-domainname.d.ts +84 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integration.d.ts +147 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integrationresponse.d.ts +48 -0
- package/out/exports/resources.generated/aws-apigatewayv2-model.d.ts +34 -0
- package/out/exports/resources.generated/aws-apigatewayv2-route.d.ts +62 -0
- package/out/exports/resources.generated/aws-apigatewayv2-routeresponse.d.ts +47 -0
- package/out/exports/resources.generated/aws-apigatewayv2-stage.d.ts +100 -0
- package/out/exports/resources.generated/aws-apigatewayv2-vpclink.d.ts +30 -0
- package/out/exports/resources.generated/aws-appconfig-application.d.ts +36 -0
- package/out/exports/resources.generated/aws-appconfig-configurationprofile.d.ts +121 -0
- package/out/exports/resources.generated/aws-appconfig-deployment.d.ts +80 -0
- package/out/exports/resources.generated/aws-appconfig-deploymentstrategy.d.ts +68 -0
- package/out/exports/resources.generated/aws-appconfig-environment.d.ts +78 -0
- package/out/exports/resources.generated/aws-appconfig-extension.d.ts +102 -0
- package/out/exports/resources.generated/aws-appconfig-extensionassociation.d.ts +46 -0
- package/out/exports/resources.generated/aws-appconfig-hostedconfigurationversion.d.ts +61 -0
- package/out/exports/resources.generated/aws-appflow-connector.d.ts +59 -0
- package/out/exports/resources.generated/aws-appflow-connectorprofile.d.ts +895 -0
- package/out/exports/resources.generated/aws-appflow-flow.d.ts +1067 -0
- package/out/exports/resources.generated/aws-appintegrations-application.d.ts +74 -0
- package/out/exports/resources.generated/aws-appintegrations-dataintegration.d.ts +108 -0
- package/out/exports/resources.generated/aws-appintegrations-eventintegration.d.ts +59 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalabletarget.d.ts +176 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalingpolicy.d.ts +594 -0
- package/out/exports/resources.generated/aws-applicationinsights-application.d.ts +487 -0
- package/out/exports/resources.generated/aws-applicationsignals-discovery.d.ts +23 -0
- package/out/exports/resources.generated/aws-applicationsignals-servicelevelobjective.d.ts +491 -0
- package/out/exports/resources.generated/aws-appmesh-gatewayroute.d.ts +418 -0
- package/out/exports/resources.generated/aws-appmesh-mesh.d.ts +80 -0
- package/out/exports/resources.generated/aws-appmesh-route.d.ts +494 -0
- package/out/exports/resources.generated/aws-appmesh-virtualgateway.d.ts +474 -0
- package/out/exports/resources.generated/aws-appmesh-virtualnode.d.ts +695 -0
- package/out/exports/resources.generated/aws-appmesh-virtualrouter.d.ts +90 -0
- package/out/exports/resources.generated/aws-appmesh-virtualservice.d.ts +99 -0
- package/out/exports/resources.generated/aws-apprunner-autoscalingconfiguration.d.ts +60 -0
- package/out/exports/resources.generated/aws-apprunner-observabilityconfiguration.d.ts +63 -0
- package/out/exports/resources.generated/aws-apprunner-service.d.ts +439 -0
- package/out/exports/resources.generated/aws-apprunner-vpcconnector.d.ts +52 -0
- package/out/exports/resources.generated/aws-apprunner-vpcingressconnection.d.ts +67 -0
- package/out/exports/resources.generated/aws-appstream-appblock.d.ts +98 -0
- package/out/exports/resources.generated/aws-appstream-appblockbuilder.d.ts +92 -0
- package/out/exports/resources.generated/aws-appstream-application.d.ts +95 -0
- package/out/exports/resources.generated/aws-appstream-applicationentitlementassociation.d.ts +20 -0
- package/out/exports/resources.generated/aws-appstream-applicationfleetassociation.d.ts +16 -0
- package/out/exports/resources.generated/aws-appstream-directoryconfig.d.ts +50 -0
- package/out/exports/resources.generated/aws-appstream-entitlement.d.ts +61 -0
- package/out/exports/resources.generated/aws-appstream-fleet.d.ts +210 -0
- package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +143 -0
- package/out/exports/resources.generated/aws-appstream-stack.d.ts +144 -0
- package/out/exports/resources.generated/aws-appstream-stackfleetassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-appstream-stackuserassociation.d.ts +29 -0
- package/out/exports/resources.generated/aws-appstream-user.d.ts +35 -0
- package/out/exports/resources.generated/aws-appsync-api.d.ts +181 -0
- package/out/exports/resources.generated/aws-appsync-apicache.d.ts +71 -0
- package/out/exports/resources.generated/aws-appsync-apikey.d.ts +34 -0
- package/out/exports/resources.generated/aws-appsync-channelnamespace.d.ts +91 -0
- package/out/exports/resources.generated/aws-appsync-datasource.d.ts +263 -0
- package/out/exports/resources.generated/aws-appsync-domainname.d.ts +53 -0
- package/out/exports/resources.generated/aws-appsync-domainnameapiassociation.d.ts +22 -0
- package/out/exports/resources.generated/aws-appsync-functionconfiguration.d.ts +138 -0
- package/out/exports/resources.generated/aws-appsync-graphqlapi.d.ts +319 -0
- package/out/exports/resources.generated/aws-appsync-graphqlschema.d.ts +32 -0
- package/out/exports/resources.generated/aws-appsync-resolver.d.ts +175 -0
- package/out/exports/resources.generated/aws-appsync-sourceapiassociation.d.ts +84 -0
- package/out/exports/resources.generated/aws-apptest-testcase.d.ts +380 -0
- package/out/exports/resources.generated/aws-aps-rulegroupsnamespace.d.ts +36 -0
- package/out/exports/resources.generated/aws-aps-scraper.d.ts +124 -0
- package/out/exports/resources.generated/aws-aps-workspace.d.ts +131 -0
- package/out/exports/resources.generated/aws-arczonalshift-autoshiftobservernotificationstatus.d.ts +20 -0
- package/out/exports/resources.generated/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +101 -0
- package/out/exports/resources.generated/aws-athena-capacityreservation.d.ts +72 -0
- package/out/exports/resources.generated/aws-athena-datacatalog.d.ts +79 -0
- package/out/exports/resources.generated/aws-athena-namedquery.d.ts +44 -0
- package/out/exports/resources.generated/aws-athena-preparedstatement.d.ts +32 -0
- package/out/exports/resources.generated/aws-athena-workgroup.d.ts +254 -0
- package/out/exports/resources.generated/aws-auditmanager-assessment.d.ts +216 -0
- package/out/exports/resources.generated/aws-autoscaling-autoscalinggroup.d.ts +1017 -0
- package/out/exports/resources.generated/aws-autoscaling-launchconfiguration.d.ts +236 -0
- package/out/exports/resources.generated/aws-autoscaling-lifecyclehook.d.ts +55 -0
- package/out/exports/resources.generated/aws-autoscaling-scalingpolicy.d.ts +607 -0
- package/out/exports/resources.generated/aws-autoscaling-scheduledaction.d.ts +60 -0
- package/out/exports/resources.generated/aws-autoscaling-warmpool.d.ts +51 -0
- package/out/exports/resources.generated/aws-autoscalingplans-scalingplan.d.ts +331 -0
- package/out/exports/resources.generated/aws-b2bi-capability.d.ts +123 -0
- package/out/exports/resources.generated/aws-b2bi-partnership.d.ts +211 -0
- package/out/exports/resources.generated/aws-b2bi-profile.d.ts +71 -0
- package/out/exports/resources.generated/aws-b2bi-transformer.d.ts +151 -0
- package/out/exports/resources.generated/aws-backup-backupplan.d.ts +174 -0
- package/out/exports/resources.generated/aws-backup-backupselection.d.ts +112 -0
- package/out/exports/resources.generated/aws-backup-backupvault.d.ts +93 -0
- package/out/exports/resources.generated/aws-backup-framework.d.ts +94 -0
- package/out/exports/resources.generated/aws-backup-logicallyairgappedbackupvault.d.ts +67 -0
- package/out/exports/resources.generated/aws-backup-reportplan.d.ts +82 -0
- package/out/exports/resources.generated/aws-backup-restoretestingplan.d.ts +81 -0
- package/out/exports/resources.generated/aws-backup-restoretestingselection.d.ts +81 -0
- package/out/exports/resources.generated/aws-backupgateway-hypervisor.d.ts +65 -0
- package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +412 -0
- package/out/exports/resources.generated/aws-batch-consumableresource.d.ts +54 -0
- package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +1252 -0
- package/out/exports/resources.generated/aws-batch-jobqueue.d.ts +86 -0
- package/out/exports/resources.generated/aws-batch-schedulingpolicy.d.ts +79 -0
- package/out/exports/resources.generated/aws-bcmdataexports-export.d.ts +156 -0
- package/out/exports/resources.generated/aws-bedrock-agent.d.ts +582 -0
- package/out/exports/resources.generated/aws-bedrock-agentalias.d.ts +91 -0
- package/out/exports/resources.generated/aws-bedrock-applicationinferenceprofile.d.ts +97 -0
- package/out/exports/resources.generated/aws-bedrock-blueprint.d.ts +59 -0
- package/out/exports/resources.generated/aws-bedrock-dataautomationproject.d.ts +504 -0
- package/out/exports/resources.generated/aws-bedrock-datasource.d.ts +743 -0
- package/out/exports/resources.generated/aws-bedrock-flow.d.ts +587 -0
- package/out/exports/resources.generated/aws-bedrock-flowalias.d.ts +78 -0
- package/out/exports/resources.generated/aws-bedrock-flowversion.d.ts +62 -0
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +496 -0
- package/out/exports/resources.generated/aws-bedrock-guardrailversion.d.ts +39 -0
- package/out/exports/resources.generated/aws-bedrock-intelligentpromptrouter.d.ts +96 -0
- package/out/exports/resources.generated/aws-bedrock-knowledgebase.d.ts +936 -0
- package/out/exports/resources.generated/aws-bedrock-prompt.d.ts +398 -0
- package/out/exports/resources.generated/aws-bedrock-promptversion.d.ts +73 -0
- package/out/exports/resources.generated/aws-billingconductor-billinggroup.d.ts +88 -0
- package/out/exports/resources.generated/aws-billingconductor-customlineitem.d.ts +150 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingplan.d.ts +47 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingrule.d.ts +99 -0
- package/out/exports/resources.generated/aws-budgets-budget.d.ts +390 -0
- package/out/exports/resources.generated/aws-budgets-budgetsaction.d.ts +151 -0
- package/out/exports/resources.generated/aws-cassandra-keyspace.d.ts +61 -0
- package/out/exports/resources.generated/aws-cassandra-table.d.ts +316 -0
- package/out/exports/resources.generated/aws-cassandra-type.d.ts +59 -0
- package/out/exports/resources.generated/aws-ce-anomalymonitor.d.ts +63 -0
- package/out/exports/resources.generated/aws-ce-anomalysubscription.d.ts +82 -0
- package/out/exports/resources.generated/aws-ce-costcategory.d.ts +49 -0
- package/out/exports/resources.generated/aws-certificatemanager-account.d.ts +29 -0
- package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +98 -0
- package/out/exports/resources.generated/aws-chatbot-customaction.d.ts +115 -0
- package/out/exports/resources.generated/aws-chatbot-microsoftteamschannelconfiguration.d.ts +98 -0
- package/out/exports/resources.generated/aws-chatbot-slackchannelconfiguration.d.ts +82 -0
- package/out/exports/resources.generated/aws-cleanrooms-analysistemplate.d.ts +206 -0
- package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +235 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtable.d.ts +364 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtableassociation.d.ts +140 -0
- package/out/exports/resources.generated/aws-cleanrooms-idmappingtable.d.ts +80 -0
- package/out/exports/resources.generated/aws-cleanrooms-idnamespaceassociation.d.ts +89 -0
- package/out/exports/resources.generated/aws-cleanrooms-membership.d.ts +260 -0
- package/out/exports/resources.generated/aws-cleanrooms-privacybudgettemplate.d.ts +75 -0
- package/out/exports/resources.generated/aws-cleanroomsml-trainingdataset.d.ts +141 -0
- package/out/exports/resources.generated/aws-cloud9-environmentec2.d.ts +90 -0
- package/out/exports/resources.generated/aws-cloudformation-customresource.d.ts +27 -0
- package/out/exports/resources.generated/aws-cloudformation-guardhook.d.ts +183 -0
- package/out/exports/resources.generated/aws-cloudformation-hookdefaultversion.d.ts +62 -0
- package/out/exports/resources.generated/aws-cloudformation-hooktypeconfig.d.ts +76 -0
- package/out/exports/resources.generated/aws-cloudformation-hookversion.d.ts +94 -0
- package/out/exports/resources.generated/aws-cloudformation-lambdahook.d.ts +159 -0
- package/out/exports/resources.generated/aws-cloudformation-macro.d.ts +35 -0
- package/out/exports/resources.generated/aws-cloudformation-moduledefaultversion.d.ts +55 -0
- package/out/exports/resources.generated/aws-cloudformation-moduleversion.d.ts +73 -0
- package/out/exports/resources.generated/aws-cloudformation-publictypeversion.d.ts +138 -0
- package/out/exports/resources.generated/aws-cloudformation-publisher.d.ts +46 -0
- package/out/exports/resources.generated/aws-cloudformation-resourcedefaultversion.d.ts +60 -0
- package/out/exports/resources.generated/aws-cloudformation-resourceversion.d.ts +112 -0
- package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +129 -0
- package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +387 -0
- package/out/exports/resources.generated/aws-cloudformation-typeactivation.d.ts +172 -0
- package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +33 -0
- package/out/exports/resources.generated/aws-cloudformation-waitconditionhandle.d.ts +19 -0
- package/out/exports/resources.generated/aws-cloudfront-anycastiplist.d.ts +42 -0
- package/out/exports/resources.generated/aws-cloudfront-cachepolicy.d.ts +178 -0
- package/out/exports/resources.generated/aws-cloudfront-cloudfrontoriginaccessidentity.d.ts +31 -0
- package/out/exports/resources.generated/aws-cloudfront-connectiongroup.d.ts +64 -0
- package/out/exports/resources.generated/aws-cloudfront-continuousdeploymentpolicy.d.ts +139 -0
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +1157 -0
- package/out/exports/resources.generated/aws-cloudfront-distributiontenant.d.ts +161 -0
- package/out/exports/resources.generated/aws-cloudfront-function.d.ts +75 -0
- package/out/exports/resources.generated/aws-cloudfront-keygroup.d.ts +43 -0
- package/out/exports/resources.generated/aws-cloudfront-keyvaluestore.d.ts +47 -0
- package/out/exports/resources.generated/aws-cloudfront-monitoringsubscription.d.ts +34 -0
- package/out/exports/resources.generated/aws-cloudfront-originaccesscontrol.d.ts +60 -0
- package/out/exports/resources.generated/aws-cloudfront-originrequestpolicy.d.ts +121 -0
- package/out/exports/resources.generated/aws-cloudfront-publickey.d.ts +43 -0
- package/out/exports/resources.generated/aws-cloudfront-realtimelogconfig.d.ts +62 -0
- package/out/exports/resources.generated/aws-cloudfront-responseheaderspolicy.d.ts +394 -0
- package/out/exports/resources.generated/aws-cloudfront-streamingdistribution.d.ts +107 -0
- package/out/exports/resources.generated/aws-cloudfront-vpcorigin.d.ts +73 -0
- package/out/exports/resources.generated/aws-cloudtrail-channel.d.ts +51 -0
- package/out/exports/resources.generated/aws-cloudtrail-dashboard.d.ts +114 -0
- package/out/exports/resources.generated/aws-cloudtrail-eventdatastore.d.ts +268 -0
- package/out/exports/resources.generated/aws-cloudtrail-resourcepolicy.d.ts +25 -0
- package/out/exports/resources.generated/aws-cloudtrail-trail.d.ts +366 -0
- package/out/exports/resources.generated/aws-cloudwatch-alarm.d.ts +239 -0
- package/out/exports/resources.generated/aws-cloudwatch-anomalydetector.d.ts +232 -0
- package/out/exports/resources.generated/aws-cloudwatch-compositealarm.d.ts +98 -0
- package/out/exports/resources.generated/aws-cloudwatch-dashboard.d.ts +20 -0
- package/out/exports/resources.generated/aws-cloudwatch-insightrule.d.ts +39 -0
- package/out/exports/resources.generated/aws-cloudwatch-metricstream.d.ts +218 -0
- package/out/exports/resources.generated/aws-codeartifact-domain.d.ts +50 -0
- package/out/exports/resources.generated/aws-codeartifact-packagegroup.d.ts +76 -0
- package/out/exports/resources.generated/aws-codeartifact-repository.d.ts +73 -0
- package/out/exports/resources.generated/aws-codebuild-fleet.d.ts +218 -0
- package/out/exports/resources.generated/aws-codebuild-project.d.ts +727 -0
- package/out/exports/resources.generated/aws-codebuild-reportgroup.d.ts +91 -0
- package/out/exports/resources.generated/aws-codebuild-sourcecredential.d.ts +29 -0
- package/out/exports/resources.generated/aws-codecommit-repository.d.ts +122 -0
- package/out/exports/resources.generated/aws-codeconnections-connection.d.ts +53 -0
- package/out/exports/resources.generated/aws-codedeploy-application.d.ts +22 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentconfig.d.ts +150 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentgroup.d.ts +545 -0
- package/out/exports/resources.generated/aws-codeguruprofiler-profilinggroup.d.ts +60 -0
- package/out/exports/resources.generated/aws-codegurureviewer-repositoryassociation.d.ts +72 -0
- package/out/exports/resources.generated/aws-codepipeline-customactiontype.d.ts +118 -0
- package/out/exports/resources.generated/aws-codepipeline-pipeline.d.ts +577 -0
- package/out/exports/resources.generated/aws-codepipeline-webhook.d.ts +91 -0
- package/out/exports/resources.generated/aws-codestar-githubrepository.d.ts +73 -0
- package/out/exports/resources.generated/aws-codestarconnections-connection.d.ts +51 -0
- package/out/exports/resources.generated/aws-codestarconnections-repositorylink.d.ts +48 -0
- package/out/exports/resources.generated/aws-codestarconnections-syncconfiguration.d.ts +58 -0
- package/out/exports/resources.generated/aws-codestarnotifications-notificationrule.d.ts +82 -0
- package/out/exports/resources.generated/aws-cognito-identitypool.d.ts +126 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolprincipaltag.d.ts +24 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolroleattachment.d.ts +87 -0
- package/out/exports/resources.generated/aws-cognito-logdeliveryconfiguration.d.ts +76 -0
- package/out/exports/resources.generated/aws-cognito-managedloginbranding.d.ts +74 -0
- package/out/exports/resources.generated/aws-cognito-userpool.d.ts +652 -0
- package/out/exports/resources.generated/aws-cognito-userpoolclient.d.ts +262 -0
- package/out/exports/resources.generated/aws-cognito-userpooldomain.d.ts +41 -0
- package/out/exports/resources.generated/aws-cognito-userpoolgroup.d.ts +34 -0
- package/out/exports/resources.generated/aws-cognito-userpoolidentityprovider.d.ts +60 -0
- package/out/exports/resources.generated/aws-cognito-userpoolresourceserver.d.ts +41 -0
- package/out/exports/resources.generated/aws-cognito-userpoolriskconfigurationattachment.d.ts +159 -0
- package/out/exports/resources.generated/aws-cognito-userpooluicustomizationattachment.d.ts +20 -0
- package/out/exports/resources.generated/aws-cognito-userpooluser.d.ts +86 -0
- package/out/exports/resources.generated/aws-cognito-userpoolusertogroupattachment.d.ts +25 -0
- package/out/exports/resources.generated/aws-comprehend-documentclassifier.d.ts +250 -0
- package/out/exports/resources.generated/aws-comprehend-flywheel.d.ts +157 -0
- package/out/exports/resources.generated/aws-config-aggregationauthorization.d.ts +29 -0
- package/out/exports/resources.generated/aws-config-configrule.d.ts +177 -0
- package/out/exports/resources.generated/aws-config-configurationaggregator.d.ts +67 -0
- package/out/exports/resources.generated/aws-config-configurationrecorder.d.ts +311 -0
- package/out/exports/resources.generated/aws-config-conformancepack.d.ts +76 -0
- package/out/exports/resources.generated/aws-config-deliverychannel.d.ts +82 -0
- package/out/exports/resources.generated/aws-config-organizationconfigrule.d.ts +183 -0
- package/out/exports/resources.generated/aws-config-organizationconformancepack.d.ts +65 -0
- package/out/exports/resources.generated/aws-config-remediationconfiguration.d.ts +81 -0
- package/out/exports/resources.generated/aws-config-storedquery.d.ts +48 -0
- package/out/exports/resources.generated/aws-connect-agentstatus.d.ts +63 -0
- package/out/exports/resources.generated/aws-connect-approvedorigin.d.ts +22 -0
- package/out/exports/resources.generated/aws-connect-contactflow.d.ts +57 -0
- package/out/exports/resources.generated/aws-connect-contactflowmodule.d.ts +59 -0
- package/out/exports/resources.generated/aws-connect-contactflowversion.d.ts +40 -0
- package/out/exports/resources.generated/aws-connect-emailaddress.d.ts +47 -0
- package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +371 -0
- package/out/exports/resources.generated/aws-connect-hoursofoperation.d.ts +145 -0
- package/out/exports/resources.generated/aws-connect-instance.d.ts +95 -0
- package/out/exports/resources.generated/aws-connect-instancestorageconfig.d.ts +126 -0
- package/out/exports/resources.generated/aws-connect-integrationassociation.d.ts +40 -0
- package/out/exports/resources.generated/aws-connect-phonenumber.d.ts +56 -0
- package/out/exports/resources.generated/aws-connect-predefinedattribute.d.ts +36 -0
- package/out/exports/resources.generated/aws-connect-prompt.d.ts +43 -0
- package/out/exports/resources.generated/aws-connect-queue.d.ts +101 -0
- package/out/exports/resources.generated/aws-connect-quickconnect.d.ts +104 -0
- package/out/exports/resources.generated/aws-connect-routingprofile.d.ts +123 -0
- package/out/exports/resources.generated/aws-connect-rule.d.ts +239 -0
- package/out/exports/resources.generated/aws-connect-securitykey.d.ts +34 -0
- package/out/exports/resources.generated/aws-connect-securityprofile.d.ts +92 -0
- package/out/exports/resources.generated/aws-connect-tasktemplate.d.ts +154 -0
- package/out/exports/resources.generated/aws-connect-trafficdistributiongroup.d.ts +48 -0
- package/out/exports/resources.generated/aws-connect-user.d.ts +143 -0
- package/out/exports/resources.generated/aws-connect-userhierarchygroup.d.ts +33 -0
- package/out/exports/resources.generated/aws-connect-userhierarchystructure.d.ts +115 -0
- package/out/exports/resources.generated/aws-connect-view.d.ts +66 -0
- package/out/exports/resources.generated/aws-connect-viewversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-connectcampaigns-campaign.d.ts +169 -0
- package/out/exports/resources.generated/aws-connectcampaignsv2-campaign.d.ts +499 -0
- package/out/exports/resources.generated/aws-controltower-enabledbaseline.d.ts +49 -0
- package/out/exports/resources.generated/aws-controltower-enabledcontrol.d.ts +43 -0
- package/out/exports/resources.generated/aws-controltower-landingzone.d.ts +53 -0
- package/out/exports/resources.generated/aws-cur-reportdefinition.d.ts +71 -0
- package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +127 -0
- package/out/exports/resources.generated/aws-customerprofiles-domain.d.ts +238 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventstream.d.ts +46 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventtrigger.d.ts +140 -0
- package/out/exports/resources.generated/aws-customerprofiles-integration.d.ts +363 -0
- package/out/exports/resources.generated/aws-customerprofiles-objecttype.d.ts +145 -0
- package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +339 -0
- package/out/exports/resources.generated/aws-databrew-dataset.d.ts +329 -0
- package/out/exports/resources.generated/aws-databrew-job.d.ts +442 -0
- package/out/exports/resources.generated/aws-databrew-project.d.ts +52 -0
- package/out/exports/resources.generated/aws-databrew-recipe.d.ts +548 -0
- package/out/exports/resources.generated/aws-databrew-ruleset.d.ts +126 -0
- package/out/exports/resources.generated/aws-databrew-schedule.d.ts +28 -0
- package/out/exports/resources.generated/aws-datapipeline-pipeline.d.ts +138 -0
- package/out/exports/resources.generated/aws-datasync-agent.d.ts +62 -0
- package/out/exports/resources.generated/aws-datasync-locationazureblob.d.ts +83 -0
- package/out/exports/resources.generated/aws-datasync-locationefs.d.ts +88 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxlustre.d.ts +48 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxontap.d.ts +163 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxopenzfs.d.ts +83 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxwindows.d.ts +68 -0
- package/out/exports/resources.generated/aws-datasync-locationhdfs.d.ts +130 -0
- package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +80 -0
- package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +90 -0
- package/out/exports/resources.generated/aws-datasync-locations3.d.ts +73 -0
- package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +137 -0
- package/out/exports/resources.generated/aws-datasync-storagesystem.d.ts +85 -0
- package/out/exports/resources.generated/aws-datasync-task.d.ts +460 -0
- package/out/exports/resources.generated/aws-datazone-connection.d.ts +612 -0
- package/out/exports/resources.generated/aws-datazone-datasource.d.ts +321 -0
- package/out/exports/resources.generated/aws-datazone-domain.d.ts +115 -0
- package/out/exports/resources.generated/aws-datazone-domainunit.d.ts +71 -0
- package/out/exports/resources.generated/aws-datazone-environment.d.ts +133 -0
- package/out/exports/resources.generated/aws-datazone-environmentactions.d.ts +73 -0
- package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +89 -0
- package/out/exports/resources.generated/aws-datazone-environmentprofile.d.ts +98 -0
- package/out/exports/resources.generated/aws-datazone-groupprofile.d.ts +45 -0
- package/out/exports/resources.generated/aws-datazone-owner.d.ts +53 -0
- package/out/exports/resources.generated/aws-datazone-project.d.ts +95 -0
- package/out/exports/resources.generated/aws-datazone-projectmembership.d.ts +37 -0
- package/out/exports/resources.generated/aws-datazone-subscriptiontarget.d.ts +104 -0
- package/out/exports/resources.generated/aws-datazone-userprofile.d.ts +53 -0
- package/out/exports/resources.generated/aws-dax-cluster.d.ts +113 -0
- package/out/exports/resources.generated/aws-dax-parametergroup.d.ts +25 -0
- package/out/exports/resources.generated/aws-dax-subnetgroup.d.ts +23 -0
- package/out/exports/resources.generated/aws-deadline-farm.d.ts +46 -0
- package/out/exports/resources.generated/aws-deadline-fleet.d.ts +390 -0
- package/out/exports/resources.generated/aws-deadline-licenseendpoint.d.ts +53 -0
- package/out/exports/resources.generated/aws-deadline-limit.d.ts +58 -0
- package/out/exports/resources.generated/aws-deadline-meteredproduct.d.ts +43 -0
- package/out/exports/resources.generated/aws-deadline-monitor.d.ts +51 -0
- package/out/exports/resources.generated/aws-deadline-queue.d.ts +149 -0
- package/out/exports/resources.generated/aws-deadline-queueenvironment.d.ts +46 -0
- package/out/exports/resources.generated/aws-deadline-queuefleetassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-deadline-queuelimitassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-deadline-storageprofile.d.ts +60 -0
- package/out/exports/resources.generated/aws-detective-graph.d.ts +25 -0
- package/out/exports/resources.generated/aws-detective-memberinvitation.d.ts +34 -0
- package/out/exports/resources.generated/aws-detective-organizationadmin.d.ts +19 -0
- package/out/exports/resources.generated/aws-devopsguru-loganomalydetectionintegration.d.ts +13 -0
- package/out/exports/resources.generated/aws-devopsguru-notificationchannel.d.ts +79 -0
- package/out/exports/resources.generated/aws-devopsguru-resourcecollection.d.ts +81 -0
- package/out/exports/resources.generated/aws-directoryservice-microsoftad.d.ts +67 -0
- package/out/exports/resources.generated/aws-directoryservice-simplead.d.ts +71 -0
- package/out/exports/resources.generated/aws-dlm-lifecyclepolicy.d.ts +660 -0
- package/out/exports/resources.generated/aws-dms-certificate.d.ts +23 -0
- package/out/exports/resources.generated/aws-dms-datamigration.d.ts +103 -0
- package/out/exports/resources.generated/aws-dms-dataprovider.d.ts +1112 -0
- package/out/exports/resources.generated/aws-dms-endpoint.d.ts +1463 -0
- package/out/exports/resources.generated/aws-dms-eventsubscription.d.ts +45 -0
- package/out/exports/resources.generated/aws-dms-instanceprofile.d.ts +79 -0
- package/out/exports/resources.generated/aws-dms-migrationproject.d.ts +103 -0
- package/out/exports/resources.generated/aws-dms-replicationconfig.d.ts +109 -0
- package/out/exports/resources.generated/aws-dms-replicationinstance.d.ts +115 -0
- package/out/exports/resources.generated/aws-dms-replicationsubnetgroup.d.ts +29 -0
- package/out/exports/resources.generated/aws-dms-replicationtask.d.ts +85 -0
- package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +247 -0
- package/out/exports/resources.generated/aws-docdb-dbclusterparametergroup.d.ts +43 -0
- package/out/exports/resources.generated/aws-docdb-dbinstance.d.ts +87 -0
- package/out/exports/resources.generated/aws-docdb-dbsubnetgroup.d.ts +31 -0
- package/out/exports/resources.generated/aws-docdb-eventsubscription.d.ts +51 -0
- package/out/exports/resources.generated/aws-docdbelastic-cluster.d.ts +106 -0
- package/out/exports/resources.generated/aws-dsql-cluster.d.ts +65 -0
- package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +608 -0
- package/out/exports/resources.generated/aws-dynamodb-table.d.ts +506 -0
- package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +186 -0
- package/out/exports/resources.generated/aws-ec2-capacityreservationfleet.d.ts +117 -0
- package/out/exports/resources.generated/aws-ec2-carriergateway.d.ts +30 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnauthorizationrule.d.ts +31 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnendpoint.d.ts +235 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnroute.d.ts +36 -0
- package/out/exports/resources.generated/aws-ec2-clientvpntargetnetworkassociation.d.ts +19 -0
- package/out/exports/resources.generated/aws-ec2-customergateway.d.ts +52 -0
- package/out/exports/resources.generated/aws-ec2-dhcpoptions.d.ts +44 -0
- package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +863 -0
- package/out/exports/resources.generated/aws-ec2-egressonlyinternetgateway.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-eip.d.ts +64 -0
- package/out/exports/resources.generated/aws-ec2-eipassociation.d.ts +35 -0
- package/out/exports/resources.generated/aws-ec2-enclavecertificateiamroleassociation.d.ts +40 -0
- package/out/exports/resources.generated/aws-ec2-flowlog.d.ts +92 -0
- package/out/exports/resources.generated/aws-ec2-gatewayroutetableassociation.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-host.d.ts +54 -0
- package/out/exports/resources.generated/aws-ec2-instance.d.ts +664 -0
- package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +43 -0
- package/out/exports/resources.generated/aws-ec2-internetgateway.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-ipam.d.ts +92 -0
- package/out/exports/resources.generated/aws-ec2-ipamallocation.d.ts +40 -0
- package/out/exports/resources.generated/aws-ec2-ipampool.d.ts +147 -0
- package/out/exports/resources.generated/aws-ec2-ipampoolcidr.d.ts +30 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscovery.d.ts +84 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscoveryassociation.d.ts +67 -0
- package/out/exports/resources.generated/aws-ec2-ipamscope.d.ts +48 -0
- package/out/exports/resources.generated/aws-ec2-keypair.d.ts +65 -0
- package/out/exports/resources.generated/aws-ec2-launchtemplate.d.ts +1307 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroute.d.ts +54 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetable.d.ts +42 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.d.ts +42 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevpcassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-ec2-natgateway.d.ts +61 -0
- package/out/exports/resources.generated/aws-ec2-networkacl.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-networkaclentry.d.ts +82 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscope.d.ts +126 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscopeanalysis.d.ts +50 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsanalysis.d.ts +58 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightspath.d.ts +103 -0
- package/out/exports/resources.generated/aws-ec2-networkinterface.d.ts +171 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfaceattachment.d.ts +52 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfacepermission.d.ts +23 -0
- package/out/exports/resources.generated/aws-ec2-networkperformancemetricsubscription.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-placementgroup.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-prefixlist.d.ts +74 -0
- package/out/exports/resources.generated/aws-ec2-route.d.ts +80 -0
- package/out/exports/resources.generated/aws-ec2-routeserver.d.ts +50 -0
- package/out/exports/resources.generated/aws-ec2-routeserverassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-routeserverendpoint.d.ts +46 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpeer.d.ts +79 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpropagation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-routetable.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-securitygroup.d.ts +194 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupegress.d.ts +71 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupingress.d.ts +90 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupvpcassociation.d.ts +31 -0
- package/out/exports/resources.generated/aws-ec2-snapshotblockpublicaccess.d.ts +23 -0
- package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +1059 -0
- package/out/exports/resources.generated/aws-ec2-subnet.d.ts +138 -0
- package/out/exports/resources.generated/aws-ec2-subnetcidrblock.d.ts +41 -0
- package/out/exports/resources.generated/aws-ec2-subnetnetworkaclassociation.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-subnetroutetableassociation.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilter.d.ts +29 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +74 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorsession.d.ts +55 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrortarget.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-transitgateway.d.ts +78 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayattachment.d.ts +57 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayconnect.d.ts +51 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomain.d.ts +58 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomainassociation.d.ts +36 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupmember.d.ts +50 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupsource.d.ts +52 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaypeeringattachment.d.ts +45 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroute.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetable.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetableassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetablepropagation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayvpcattachment.d.ts +59 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessendpoint.d.ts +240 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessgroup.d.ts +69 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessinstance.d.ts +141 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccesstrustprovider.d.ts +154 -0
- package/out/exports/resources.generated/aws-ec2-volume.d.ts +139 -0
- package/out/exports/resources.generated/aws-ec2-volumeattachment.d.ts +26 -0
- package/out/exports/resources.generated/aws-ec2-vpc.d.ts +77 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessexclusion.d.ts +53 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessoptions.d.ts +21 -0
- package/out/exports/resources.generated/aws-ec2-vpccidrblock.d.ts +72 -0
- package/out/exports/resources.generated/aws-ec2-vpcdhcpoptionsassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpoint.d.ts +120 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointconnectionnotification.d.ts +32 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservice.d.ts +54 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservicepermissions.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-vpcgatewayattachment.d.ts +30 -0
- package/out/exports/resources.generated/aws-ec2-vpcpeeringconnection.d.ts +50 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +352 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnectionroute.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-vpngateway.d.ts +29 -0
- package/out/exports/resources.generated/aws-ec2-vpngatewayroutepropagation.d.ts +24 -0
- package/out/exports/resources.generated/aws-ecr-publicrepository.d.ts +42 -0
- package/out/exports/resources.generated/aws-ecr-pullthroughcacherule.d.ts +32 -0
- package/out/exports/resources.generated/aws-ecr-registrypolicy.d.ts +21 -0
- package/out/exports/resources.generated/aws-ecr-registryscanningconfiguration.d.ts +60 -0
- package/out/exports/resources.generated/aws-ecr-replicationconfiguration.d.ts +72 -0
- package/out/exports/resources.generated/aws-ecr-repository.d.ts +109 -0
- package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +96 -0
- package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +92 -0
- package/out/exports/resources.generated/aws-ecs-cluster.d.ts +211 -0
- package/out/exports/resources.generated/aws-ecs-clustercapacityproviderassociations.d.ts +49 -0
- package/out/exports/resources.generated/aws-ecs-primarytaskset.d.ts +20 -0
- package/out/exports/resources.generated/aws-ecs-service.d.ts +864 -0
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +1322 -0
- package/out/exports/resources.generated/aws-ecs-taskset.d.ts +219 -0
- package/out/exports/resources.generated/aws-efs-accesspoint.d.ts +98 -0
- package/out/exports/resources.generated/aws-efs-filesystem.d.ts +182 -0
- package/out/exports/resources.generated/aws-efs-mounttarget.d.ts +38 -0
- package/out/exports/resources.generated/aws-eks-accessentry.d.ts +86 -0
- package/out/exports/resources.generated/aws-eks-addon.d.ts +82 -0
- package/out/exports/resources.generated/aws-eks-cluster.d.ts +458 -0
- package/out/exports/resources.generated/aws-eks-fargateprofile.d.ts +82 -0
- package/out/exports/resources.generated/aws-eks-identityproviderconfig.d.ts +86 -0
- package/out/exports/resources.generated/aws-eks-nodegroup.d.ts +236 -0
- package/out/exports/resources.generated/aws-eks-podidentityassociation.d.ts +50 -0
- package/out/exports/resources.generated/aws-elasticache-cachecluster.d.ts +307 -0
- package/out/exports/resources.generated/aws-elasticache-globalreplicationgroup.d.ts +109 -0
- package/out/exports/resources.generated/aws-elasticache-parametergroup.d.ts +39 -0
- package/out/exports/resources.generated/aws-elasticache-replicationgroup.d.ts +446 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroupingress.d.ts +25 -0
- package/out/exports/resources.generated/aws-elasticache-serverlesscache.d.ts +158 -0
- package/out/exports/resources.generated/aws-elasticache-subnetgroup.d.ts +28 -0
- package/out/exports/resources.generated/aws-elasticache-user.d.ts +65 -0
- package/out/exports/resources.generated/aws-elasticache-usergroup.d.ts +35 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-application.d.ts +104 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-applicationversion.d.ts +44 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-configurationtemplate.d.ts +102 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-environment.d.ts +146 -0
- package/out/exports/resources.generated/aws-elasticloadbalancing-loadbalancer.d.ts +291 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +418 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenercertificate.d.ts +28 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +487 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +204 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-targetgroup.d.ts +220 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststore.d.ts +42 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststorerevocation.d.ts +44 -0
- package/out/exports/resources.generated/aws-elasticsearch-domain.d.ts +351 -0
- package/out/exports/resources.generated/aws-emr-cluster.d.ts +860 -0
- package/out/exports/resources.generated/aws-emr-instancefleetconfig.d.ts +283 -0
- package/out/exports/resources.generated/aws-emr-instancegroupconfig.d.ts +269 -0
- package/out/exports/resources.generated/aws-emr-securityconfiguration.d.ts +16 -0
- package/out/exports/resources.generated/aws-emr-step.d.ts +64 -0
- package/out/exports/resources.generated/aws-emr-studio.d.ts +116 -0
- package/out/exports/resources.generated/aws-emr-studiosessionmapping.d.ts +27 -0
- package/out/exports/resources.generated/aws-emr-walworkspace.d.ts +19 -0
- package/out/exports/resources.generated/aws-emrcontainers-virtualcluster.d.ts +97 -0
- package/out/exports/resources.generated/aws-emrserverless-application.d.ts +352 -0
- package/out/exports/resources.generated/aws-entityresolution-idmappingworkflow.d.ts +176 -0
- package/out/exports/resources.generated/aws-entityresolution-idnamespace.d.ts +151 -0
- package/out/exports/resources.generated/aws-entityresolution-matchingworkflow.d.ts +202 -0
- package/out/exports/resources.generated/aws-entityresolution-policystatement.d.ts +37 -0
- package/out/exports/resources.generated/aws-entityresolution-schemamapping.d.ts +96 -0
- package/out/exports/resources.generated/aws-events-apidestination.d.ts +66 -0
- package/out/exports/resources.generated/aws-events-archive.d.ts +56 -0
- package/out/exports/resources.generated/aws-events-connection.d.ts +290 -0
- package/out/exports/resources.generated/aws-events-endpoint.d.ts +135 -0
- package/out/exports/resources.generated/aws-events-eventbus.d.ts +70 -0
- package/out/exports/resources.generated/aws-events-eventbuspolicy.d.ts +70 -0
- package/out/exports/resources.generated/aws-events-rule.d.ts +585 -0
- package/out/exports/resources.generated/aws-eventschemas-discoverer.d.ts +52 -0
- package/out/exports/resources.generated/aws-eventschemas-registry.d.ts +43 -0
- package/out/exports/resources.generated/aws-eventschemas-registrypolicy.d.ts +27 -0
- package/out/exports/resources.generated/aws-eventschemas-schema.d.ts +69 -0
- package/out/exports/resources.generated/aws-evidently-experiment.d.ts +234 -0
- package/out/exports/resources.generated/aws-evidently-feature.d.ts +198 -0
- package/out/exports/resources.generated/aws-evidently-launch.d.ts +209 -0
- package/out/exports/resources.generated/aws-evidently-project.d.ts +118 -0
- package/out/exports/resources.generated/aws-evidently-segment.d.ts +54 -0
- package/out/exports/resources.generated/aws-finspace-environment.d.ts +155 -0
- package/out/exports/resources.generated/aws-fis-experimenttemplate.d.ts +243 -0
- package/out/exports/resources.generated/aws-fis-targetaccountconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-fms-notificationchannel.d.ts +18 -0
- package/out/exports/resources.generated/aws-fms-policy.d.ts +562 -0
- package/out/exports/resources.generated/aws-fms-resourceset.d.ts +33 -0
- package/out/exports/resources.generated/aws-forecast-dataset.d.ts +95 -0
- package/out/exports/resources.generated/aws-forecast-datasetgroup.d.ts +47 -0
- package/out/exports/resources.generated/aws-frauddetector-detector.d.ts +294 -0
- package/out/exports/resources.generated/aws-frauddetector-entitytype.d.ts +41 -0
- package/out/exports/resources.generated/aws-frauddetector-eventtype.d.ts +158 -0
- package/out/exports/resources.generated/aws-frauddetector-label.d.ts +43 -0
- package/out/exports/resources.generated/aws-frauddetector-list.d.ts +54 -0
- package/out/exports/resources.generated/aws-frauddetector-outcome.d.ts +41 -0
- package/out/exports/resources.generated/aws-frauddetector-variable.d.ts +65 -0
- package/out/exports/resources.generated/aws-fsx-datarepositoryassociation.d.ts +110 -0
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +660 -0
- package/out/exports/resources.generated/aws-fsx-snapshot.d.ts +29 -0
- package/out/exports/resources.generated/aws-fsx-storagevirtualmachine.d.ts +100 -0
- package/out/exports/resources.generated/aws-fsx-volume.d.ts +404 -0
- package/out/exports/resources.generated/aws-gamelift-alias.d.ts +84 -0
- package/out/exports/resources.generated/aws-gamelift-build.d.ts +70 -0
- package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +366 -0
- package/out/exports/resources.generated/aws-gamelift-containergroupdefinition.d.ts +366 -0
- package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +430 -0
- package/out/exports/resources.generated/aws-gamelift-gameservergroup.d.ts +163 -0
- package/out/exports/resources.generated/aws-gamelift-gamesessionqueue.d.ts +129 -0
- package/out/exports/resources.generated/aws-gamelift-location.d.ts +26 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingconfiguration.d.ts +130 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingruleset.d.ts +51 -0
- package/out/exports/resources.generated/aws-gamelift-script.d.ts +76 -0
- package/out/exports/resources.generated/aws-globalaccelerator-accelerator.d.ts +67 -0
- package/out/exports/resources.generated/aws-globalaccelerator-crossaccountattachment.d.ts +64 -0
- package/out/exports/resources.generated/aws-globalaccelerator-endpointgroup.d.ts +116 -0
- package/out/exports/resources.generated/aws-globalaccelerator-listener.d.ts +51 -0
- package/out/exports/resources.generated/aws-glue-classifier.d.ts +125 -0
- package/out/exports/resources.generated/aws-glue-connection.d.ts +276 -0
- package/out/exports/resources.generated/aws-glue-crawler.d.ts +329 -0
- package/out/exports/resources.generated/aws-glue-customentitytype.d.ts +31 -0
- package/out/exports/resources.generated/aws-glue-database.d.ts +107 -0
- package/out/exports/resources.generated/aws-glue-datacatalogencryptionsettings.d.ts +68 -0
- package/out/exports/resources.generated/aws-glue-dataqualityruleset.d.ts +48 -0
- package/out/exports/resources.generated/aws-glue-devendpoint.d.ts +99 -0
- package/out/exports/resources.generated/aws-glue-job.d.ts +192 -0
- package/out/exports/resources.generated/aws-glue-mltransform.d.ts +205 -0
- package/out/exports/resources.generated/aws-glue-partition.d.ts +208 -0
- package/out/exports/resources.generated/aws-glue-registry.d.ts +31 -0
- package/out/exports/resources.generated/aws-glue-schema.d.ts +89 -0
- package/out/exports/resources.generated/aws-glue-schemaversion.d.ts +47 -0
- package/out/exports/resources.generated/aws-glue-schemaversionmetadata.d.ts +25 -0
- package/out/exports/resources.generated/aws-glue-securityconfiguration.d.ts +62 -0
- package/out/exports/resources.generated/aws-glue-table.d.ts +286 -0
- package/out/exports/resources.generated/aws-glue-tableoptimizer.d.ts +60 -0
- package/out/exports/resources.generated/aws-glue-trigger.d.ts +143 -0
- package/out/exports/resources.generated/aws-glue-usageprofile.d.ts +114 -0
- package/out/exports/resources.generated/aws-glue-workflow.d.ts +31 -0
- package/out/exports/resources.generated/aws-grafana-workspace.d.ts +347 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinition.d.ts +89 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinitionversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinition.d.ts +89 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinitionversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinition.d.ts +89 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinitionversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinition.d.ts +223 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinitionversion.d.ts +180 -0
- package/out/exports/resources.generated/aws-greengrass-group.d.ts +110 -0
- package/out/exports/resources.generated/aws-greengrass-groupversion.d.ts +45 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinition.d.ts +93 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinitionversion.d.ts +50 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinition.d.ts +233 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinitionversion.d.ts +190 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinition.d.ts +89 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinitionversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-greengrassv2-componentversion.d.ts +288 -0
- package/out/exports/resources.generated/aws-greengrassv2-deployment.d.ts +313 -0
- package/out/exports/resources.generated/aws-groundstation-config.d.ts +268 -0
- package/out/exports/resources.generated/aws-groundstation-dataflowendpointgroup.d.ts +208 -0
- package/out/exports/resources.generated/aws-groundstation-missionprofile.d.ts +126 -0
- package/out/exports/resources.generated/aws-guardduty-detector.d.ts +154 -0
- package/out/exports/resources.generated/aws-guardduty-filter.d.ts +241 -0
- package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +65 -0
- package/out/exports/resources.generated/aws-guardduty-malwareprotectionplan.d.ts +97 -0
- package/out/exports/resources.generated/aws-guardduty-master.d.ts +23 -0
- package/out/exports/resources.generated/aws-guardduty-member.d.ts +32 -0
- package/out/exports/resources.generated/aws-guardduty-publishingdestination.d.ts +72 -0
- package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +66 -0
- package/out/exports/resources.generated/aws-healthimaging-datastore.d.ts +48 -0
- package/out/exports/resources.generated/aws-healthlake-fhirdatastore.d.ts +138 -0
- package/out/exports/resources.generated/aws-iam-accesskey.d.ts +36 -0
- package/out/exports/resources.generated/aws-iam-group.d.ts +68 -0
- package/out/exports/resources.generated/aws-iam-grouppolicy.d.ts +37 -0
- package/out/exports/resources.generated/aws-iam-instanceprofile.d.ts +38 -0
- package/out/exports/resources.generated/aws-iam-managedpolicy.d.ts +126 -0
- package/out/exports/resources.generated/aws-iam-oidcprovider.d.ts +56 -0
- package/out/exports/resources.generated/aws-iam-policy.d.ts +73 -0
- package/out/exports/resources.generated/aws-iam-role.d.ts +108 -0
- package/out/exports/resources.generated/aws-iam-rolepolicy.d.ts +39 -0
- package/out/exports/resources.generated/aws-iam-samlprovider.d.ts +95 -0
- package/out/exports/resources.generated/aws-iam-servercertificate.d.ts +75 -0
- package/out/exports/resources.generated/aws-iam-servicelinkedrole.d.ts +32 -0
- package/out/exports/resources.generated/aws-iam-user.d.ts +107 -0
- package/out/exports/resources.generated/aws-iam-userpolicy.d.ts +37 -0
- package/out/exports/resources.generated/aws-iam-usertogroupaddition.d.ts +24 -0
- package/out/exports/resources.generated/aws-iam-virtualmfadevice.d.ts +51 -0
- package/out/exports/resources.generated/aws-identitystore-group.d.ts +40 -0
- package/out/exports/resources.generated/aws-identitystore-groupmembership.d.ts +47 -0
- package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +118 -0
- package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +267 -0
- package/out/exports/resources.generated/aws-imagebuilder-distributionconfiguration.d.ts +237 -0
- package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +225 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagepipeline.d.ts +223 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +181 -0
- package/out/exports/resources.generated/aws-imagebuilder-infrastructureconfiguration.d.ts +139 -0
- package/out/exports/resources.generated/aws-imagebuilder-lifecyclepolicy.d.ts +197 -0
- package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +107 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttarget.d.ts +22 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttemplate.d.ts +34 -0
- package/out/exports/resources.generated/aws-inspector-resourcegroup.d.ts +20 -0
- package/out/exports/resources.generated/aws-inspectorv2-cisscanconfiguration.d.ts +120 -0
- package/out/exports/resources.generated/aws-inspectorv2-filter.d.ts +266 -0
- package/out/exports/resources.generated/aws-internetmonitor-monitor.d.ts +204 -0
- package/out/exports/resources.generated/aws-invoicing-invoiceunit.d.ts +51 -0
- package/out/exports/resources.generated/aws-iot-accountauditconfiguration.d.ts +191 -0
- package/out/exports/resources.generated/aws-iot-authorizer.d.ts +57 -0
- package/out/exports/resources.generated/aws-iot-billinggroup.d.ts +41 -0
- package/out/exports/resources.generated/aws-iot-cacertificate.d.ts +96 -0
- package/out/exports/resources.generated/aws-iot-certificate.d.ts +56 -0
- package/out/exports/resources.generated/aws-iot-certificateprovider.d.ts +42 -0
- package/out/exports/resources.generated/aws-iot-command.d.ts +102 -0
- package/out/exports/resources.generated/aws-iot-custommetric.d.ts +38 -0
- package/out/exports/resources.generated/aws-iot-dimension.d.ts +33 -0
- package/out/exports/resources.generated/aws-iot-domainconfiguration.d.ts +149 -0
- package/out/exports/resources.generated/aws-iot-fleetmetric.d.ts +79 -0
- package/out/exports/resources.generated/aws-iot-jobtemplate.d.ts +190 -0
- package/out/exports/resources.generated/aws-iot-logging.d.ts +30 -0
- package/out/exports/resources.generated/aws-iot-mitigationaction.d.ts +132 -0
- package/out/exports/resources.generated/aws-iot-policy.d.ts +30 -0
- package/out/exports/resources.generated/aws-iot-policyprincipalattachment.d.ts +21 -0
- package/out/exports/resources.generated/aws-iot-provisioningtemplate.d.ts +63 -0
- package/out/exports/resources.generated/aws-iot-resourcespecificlogging.d.ts +32 -0
- package/out/exports/resources.generated/aws-iot-rolealias.d.ts +46 -0
- package/out/exports/resources.generated/aws-iot-scheduledaudit.d.ts +61 -0
- package/out/exports/resources.generated/aws-iot-securityprofile.d.ts +246 -0
- package/out/exports/resources.generated/aws-iot-softwarepackage.d.ts +34 -0
- package/out/exports/resources.generated/aws-iot-softwarepackageversion.d.ts +118 -0
- package/out/exports/resources.generated/aws-iot-thing.d.ts +44 -0
- package/out/exports/resources.generated/aws-iot-thinggroup.d.ts +72 -0
- package/out/exports/resources.generated/aws-iot-thingprincipalattachment.d.ts +21 -0
- package/out/exports/resources.generated/aws-iot-thingtype.d.ts +70 -0
- package/out/exports/resources.generated/aws-iot-topicrule.d.ts +913 -0
- package/out/exports/resources.generated/aws-iot-topicruledestination.d.ts +64 -0
- package/out/exports/resources.generated/aws-iotanalytics-channel.d.ts +85 -0
- package/out/exports/resources.generated/aws-iotanalytics-dataset.d.ts +397 -0
- package/out/exports/resources.generated/aws-iotanalytics-datastore.d.ts +226 -0
- package/out/exports/resources.generated/aws-iotanalytics-pipeline.d.ts +338 -0
- package/out/exports/resources.generated/aws-iotcoredeviceadvisor-suitedefinition.d.ts +87 -0
- package/out/exports/resources.generated/aws-iotevents-alarmmodel.d.ts +575 -0
- package/out/exports/resources.generated/aws-iotevents-detectormodel.d.ts +644 -0
- package/out/exports/resources.generated/aws-iotevents-input.d.ts +54 -0
- package/out/exports/resources.generated/aws-iotfleethub-application.d.ts +77 -0
- package/out/exports/resources.generated/aws-iotfleetwise-campaign.d.ts +479 -0
- package/out/exports/resources.generated/aws-iotfleetwise-decodermanifest.d.ts +358 -0
- package/out/exports/resources.generated/aws-iotfleetwise-fleet.d.ts +50 -0
- package/out/exports/resources.generated/aws-iotfleetwise-modelmanifest.d.ts +60 -0
- package/out/exports/resources.generated/aws-iotfleetwise-signalcatalog.d.ts +221 -0
- package/out/exports/resources.generated/aws-iotfleetwise-statetemplate.d.ts +69 -0
- package/out/exports/resources.generated/aws-iotfleetwise-vehicle.d.ts +105 -0
- package/out/exports/resources.generated/aws-iotsitewise-accesspolicy.d.ts +109 -0
- package/out/exports/resources.generated/aws-iotsitewise-asset.d.ts +110 -0
- package/out/exports/resources.generated/aws-iotsitewise-assetmodel.d.ts +392 -0
- package/out/exports/resources.generated/aws-iotsitewise-dashboard.d.ts +45 -0
- package/out/exports/resources.generated/aws-iotsitewise-dataset.d.ts +67 -0
- package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +91 -0
- package/out/exports/resources.generated/aws-iotsitewise-portal.d.ts +97 -0
- package/out/exports/resources.generated/aws-iotsitewise-project.d.ts +42 -0
- package/out/exports/resources.generated/aws-iotthingsgraph-flowtemplate.d.ts +17 -0
- package/out/exports/resources.generated/aws-iottwinmaker-componenttype.d.ts +294 -0
- package/out/exports/resources.generated/aws-iottwinmaker-entity.d.ts +364 -0
- package/out/exports/resources.generated/aws-iottwinmaker-scene.d.ts +66 -0
- package/out/exports/resources.generated/aws-iottwinmaker-syncjob.d.ts +58 -0
- package/out/exports/resources.generated/aws-iottwinmaker-workspace.d.ts +53 -0
- package/out/exports/resources.generated/aws-iotwireless-destination.d.ts +43 -0
- package/out/exports/resources.generated/aws-iotwireless-deviceprofile.d.ts +138 -0
- package/out/exports/resources.generated/aws-iotwireless-fuotatask.d.ts +89 -0
- package/out/exports/resources.generated/aws-iotwireless-multicastgroup.d.ts +76 -0
- package/out/exports/resources.generated/aws-iotwireless-networkanalyzerconfiguration.d.ts +46 -0
- package/out/exports/resources.generated/aws-iotwireless-partneraccount.d.ts +92 -0
- package/out/exports/resources.generated/aws-iotwireless-serviceprofile.d.ts +115 -0
- package/out/exports/resources.generated/aws-iotwireless-taskdefinition.d.ts +126 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdevice.d.ts +343 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdeviceimporttask.d.ts +76 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessgateway.d.ts +64 -0
- package/out/exports/resources.generated/aws-ivs-channel.d.ts +117 -0
- package/out/exports/resources.generated/aws-ivs-encoderconfiguration.d.ts +63 -0
- package/out/exports/resources.generated/aws-ivs-ingestconfiguration.d.ts +67 -0
- package/out/exports/resources.generated/aws-ivs-playbackkeypair.d.ts +38 -0
- package/out/exports/resources.generated/aws-ivs-playbackrestrictionpolicy.d.ts +45 -0
- package/out/exports/resources.generated/aws-ivs-publickey.d.ts +37 -0
- package/out/exports/resources.generated/aws-ivs-recordingconfiguration.d.ts +124 -0
- package/out/exports/resources.generated/aws-ivs-stage.d.ts +58 -0
- package/out/exports/resources.generated/aws-ivs-storageconfiguration.d.ts +46 -0
- package/out/exports/resources.generated/aws-ivs-streamkey.d.ts +32 -0
- package/out/exports/resources.generated/aws-ivschat-loggingconfiguration.d.ts +98 -0
- package/out/exports/resources.generated/aws-ivschat-room.d.ts +78 -0
- package/out/exports/resources.generated/aws-kafkaconnect-connector.d.ts +326 -0
- package/out/exports/resources.generated/aws-kafkaconnect-customplugin.d.ts +69 -0
- package/out/exports/resources.generated/aws-kafkaconnect-workerconfiguration.d.ts +39 -0
- package/out/exports/resources.generated/aws-kendra-datasource.d.ts +1780 -0
- package/out/exports/resources.generated/aws-kendra-faq.d.ts +80 -0
- package/out/exports/resources.generated/aws-kendra-index.d.ts +255 -0
- package/out/exports/resources.generated/aws-kendraranking-executionplan.d.ts +47 -0
- package/out/exports/resources.generated/aws-kinesis-resourcepolicy.d.ts +27 -0
- package/out/exports/resources.generated/aws-kinesis-stream.d.ts +92 -0
- package/out/exports/resources.generated/aws-kinesis-streamconsumer.d.ts +45 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-application.d.ts +225 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationoutput.d.ts +106 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationreferencedatasource.d.ts +149 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-application.d.ts +652 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.d.ts +30 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationoutput.d.ts +90 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationreferencedatasource.d.ts +141 -0
- package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +1629 -0
- package/out/exports/resources.generated/aws-kinesisvideo-signalingchannel.d.ts +39 -0
- package/out/exports/resources.generated/aws-kinesisvideo-stream.d.ts +62 -0
- package/out/exports/resources.generated/aws-kms-alias.d.ts +53 -0
- package/out/exports/resources.generated/aws-kms-key.d.ts +214 -0
- package/out/exports/resources.generated/aws-kms-replicakey.d.ts +118 -0
- package/out/exports/resources.generated/aws-lakeformation-datacellsfilter.d.ts +66 -0
- package/out/exports/resources.generated/aws-lakeformation-datalakesettings.d.ts +75 -0
- package/out/exports/resources.generated/aws-lakeformation-permissions.d.ts +145 -0
- package/out/exports/resources.generated/aws-lakeformation-principalpermissions.d.ts +241 -0
- package/out/exports/resources.generated/aws-lakeformation-resource.d.ts +34 -0
- package/out/exports/resources.generated/aws-lakeformation-tag.d.ts +26 -0
- package/out/exports/resources.generated/aws-lakeformation-tagassociation.d.ts +133 -0
- package/out/exports/resources.generated/aws-lambda-alias.d.ts +77 -0
- package/out/exports/resources.generated/aws-lambda-codesigningconfig.d.ts +61 -0
- package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +101 -0
- package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +374 -0
- package/out/exports/resources.generated/aws-lambda-function.d.ts +374 -0
- package/out/exports/resources.generated/aws-lambda-layerversion.d.ts +59 -0
- package/out/exports/resources.generated/aws-lambda-layerversionpermission.d.ts +32 -0
- package/out/exports/resources.generated/aws-lambda-permission.d.ts +83 -0
- package/out/exports/resources.generated/aws-lambda-url.d.ts +85 -0
- package/out/exports/resources.generated/aws-lambda-version.d.ts +83 -0
- package/out/exports/resources.generated/aws-launchwizard-deployment.d.ts +70 -0
- package/out/exports/resources.generated/aws-lex-bot.d.ts +1730 -0
- package/out/exports/resources.generated/aws-lex-botalias.d.ts +221 -0
- package/out/exports/resources.generated/aws-lex-botversion.d.ts +52 -0
- package/out/exports/resources.generated/aws-lex-resourcepolicy.d.ts +29 -0
- package/out/exports/resources.generated/aws-licensemanager-grant.d.ts +50 -0
- package/out/exports/resources.generated/aws-licensemanager-license.d.ts +175 -0
- package/out/exports/resources.generated/aws-lightsail-alarm.d.ts +82 -0
- package/out/exports/resources.generated/aws-lightsail-bucket.d.ts +89 -0
- package/out/exports/resources.generated/aws-lightsail-certificate.d.ts +40 -0
- package/out/exports/resources.generated/aws-lightsail-container.d.ts +230 -0
- package/out/exports/resources.generated/aws-lightsail-database.d.ts +190 -0
- package/out/exports/resources.generated/aws-lightsail-disk.d.ts +128 -0
- package/out/exports/resources.generated/aws-lightsail-distribution.d.ts +271 -0
- package/out/exports/resources.generated/aws-lightsail-instance.d.ts +313 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancer.d.ts +61 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancertlscertificate.d.ts +47 -0
- package/out/exports/resources.generated/aws-lightsail-staticip.d.ts +30 -0
- package/out/exports/resources.generated/aws-location-apikey.d.ts +151 -0
- package/out/exports/resources.generated/aws-location-geofencecollection.d.ts +80 -0
- package/out/exports/resources.generated/aws-location-map.d.ts +139 -0
- package/out/exports/resources.generated/aws-location-placeindex.d.ts +103 -0
- package/out/exports/resources.generated/aws-location-routecalculator.d.ts +84 -0
- package/out/exports/resources.generated/aws-location-tracker.d.ts +84 -0
- package/out/exports/resources.generated/aws-location-trackerconsumer.d.ts +31 -0
- package/out/exports/resources.generated/aws-logs-accountpolicy.d.ts +150 -0
- package/out/exports/resources.generated/aws-logs-delivery.d.ts +71 -0
- package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +59 -0
- package/out/exports/resources.generated/aws-logs-deliverysource.d.ts +59 -0
- package/out/exports/resources.generated/aws-logs-destination.d.ts +36 -0
- package/out/exports/resources.generated/aws-logs-integration.d.ts +64 -0
- package/out/exports/resources.generated/aws-logs-loganomalydetector.d.ts +66 -0
- package/out/exports/resources.generated/aws-logs-loggroup.d.ts +75 -0
- package/out/exports/resources.generated/aws-logs-logstream.d.ts +24 -0
- package/out/exports/resources.generated/aws-logs-metricfilter.d.ts +112 -0
- package/out/exports/resources.generated/aws-logs-querydefinition.d.ts +39 -0
- package/out/exports/resources.generated/aws-logs-resourcepolicy.d.ts +22 -0
- package/out/exports/resources.generated/aws-logs-subscriptionfilter.d.ts +45 -0
- package/out/exports/resources.generated/aws-logs-transformer.d.ts +376 -0
- package/out/exports/resources.generated/aws-lookoutequipment-inferencescheduler.d.ts +119 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-alert.d.ts +82 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-anomalydetector.d.ts +368 -0
- package/out/exports/resources.generated/aws-lookoutvision-project.d.ts +18 -0
- package/out/exports/resources.generated/aws-m2-application.d.ts +75 -0
- package/out/exports/resources.generated/aws-m2-deployment.d.ts +33 -0
- package/out/exports/resources.generated/aws-m2-environment.d.ts +141 -0
- package/out/exports/resources.generated/aws-macie-allowlist.d.ts +104 -0
- package/out/exports/resources.generated/aws-macie-customdataidentifier.d.ts +65 -0
- package/out/exports/resources.generated/aws-macie-findingsfilter.d.ts +96 -0
- package/out/exports/resources.generated/aws-macie-session.d.ts +38 -0
- package/out/exports/resources.generated/aws-managedblockchain-accessor.d.ts +63 -0
- package/out/exports/resources.generated/aws-managedblockchain-member.d.ts +154 -0
- package/out/exports/resources.generated/aws-managedblockchain-node.d.ts +57 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridge.d.ts +217 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgeoutput.d.ts +47 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgesource.d.ts +83 -0
- package/out/exports/resources.generated/aws-mediaconnect-flow.d.ts +540 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowentitlement.d.ts +85 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowoutput.d.ts +179 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowsource.d.ts +160 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowvpcinterface.d.ts +44 -0
- package/out/exports/resources.generated/aws-mediaconnect-gateway.d.ts +43 -0
- package/out/exports/resources.generated/aws-mediaconvert-jobtemplate.d.ts +125 -0
- package/out/exports/resources.generated/aws-mediaconvert-preset.d.ts +47 -0
- package/out/exports/resources.generated/aws-mediaconvert-queue.d.ts +47 -0
- package/out/exports/resources.generated/aws-medialive-channel.d.ts +3868 -0
- package/out/exports/resources.generated/aws-medialive-channelplacementgroup.d.ts +46 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplate.d.ts +124 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplategroup.d.ts +50 -0
- package/out/exports/resources.generated/aws-medialive-cluster.d.ts +82 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplate.d.ts +89 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplategroup.d.ts +50 -0
- package/out/exports/resources.generated/aws-medialive-input.d.ts +158 -0
- package/out/exports/resources.generated/aws-medialive-inputsecuritygroup.d.ts +39 -0
- package/out/exports/resources.generated/aws-medialive-multiplex.d.ts +94 -0
- package/out/exports/resources.generated/aws-medialive-multiplexprogram.d.ts +163 -0
- package/out/exports/resources.generated/aws-medialive-network.d.ts +59 -0
- package/out/exports/resources.generated/aws-medialive-sdisource.d.ts +54 -0
- package/out/exports/resources.generated/aws-medialive-signalmap.d.ts +101 -0
- package/out/exports/resources.generated/aws-mediapackage-asset.d.ts +44 -0
- package/out/exports/resources.generated/aws-mediapackage-channel.d.ts +51 -0
- package/out/exports/resources.generated/aws-mediapackage-originendpoint.d.ts +550 -0
- package/out/exports/resources.generated/aws-mediapackage-packagingconfiguration.d.ts +355 -0
- package/out/exports/resources.generated/aws-mediapackage-packaginggroup.d.ts +64 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +87 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channelgroup.d.ts +45 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channelpolicy.d.ts +27 -0
- package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +494 -0
- package/out/exports/resources.generated/aws-mediapackagev2-originendpointpolicy.d.ts +34 -0
- package/out/exports/resources.generated/aws-mediastore-container.d.ts +119 -0
- package/out/exports/resources.generated/aws-mediatailor-channel.d.ts +144 -0
- package/out/exports/resources.generated/aws-mediatailor-channelpolicy.d.ts +17 -0
- package/out/exports/resources.generated/aws-mediatailor-livesource.d.ts +48 -0
- package/out/exports/resources.generated/aws-mediatailor-playbackconfiguration.d.ts +194 -0
- package/out/exports/resources.generated/aws-mediatailor-sourcelocation.d.ts +110 -0
- package/out/exports/resources.generated/aws-mediatailor-vodsource.d.ts +48 -0
- package/out/exports/resources.generated/aws-memorydb-acl.d.ts +35 -0
- package/out/exports/resources.generated/aws-memorydb-cluster.d.ts +155 -0
- package/out/exports/resources.generated/aws-memorydb-multiregioncluster.d.ts +63 -0
- package/out/exports/resources.generated/aws-memorydb-parametergroup.d.ts +36 -0
- package/out/exports/resources.generated/aws-memorydb-subnetgroup.d.ts +37 -0
- package/out/exports/resources.generated/aws-memorydb-user.d.ts +52 -0
- package/out/exports/resources.generated/aws-mpa-approvalteam.d.ts +35 -0
- package/out/exports/resources.generated/aws-mpa-identitysource.d.ts +29 -0
- package/out/exports/resources.generated/aws-msk-batchscramsecret.d.ts +16 -0
- package/out/exports/resources.generated/aws-msk-cluster.d.ts +463 -0
- package/out/exports/resources.generated/aws-msk-clusterpolicy.d.ts +25 -0
- package/out/exports/resources.generated/aws-msk-configuration.d.ts +57 -0
- package/out/exports/resources.generated/aws-msk-replicator.d.ts +191 -0
- package/out/exports/resources.generated/aws-msk-serverlesscluster.d.ts +63 -0
- package/out/exports/resources.generated/aws-msk-vpcconnection.d.ts +45 -0
- package/out/exports/resources.generated/aws-mwaa-environment.d.ts +233 -0
- package/out/exports/resources.generated/aws-neptune-dbcluster.d.ts +211 -0
- package/out/exports/resources.generated/aws-neptune-dbclusterparametergroup.d.ts +34 -0
- package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +93 -0
- package/out/exports/resources.generated/aws-neptune-dbparametergroup.d.ts +38 -0
- package/out/exports/resources.generated/aws-neptune-dbsubnetgroup.d.ts +24 -0
- package/out/exports/resources.generated/aws-neptune-eventsubscription.d.ts +29 -0
- package/out/exports/resources.generated/aws-neptunegraph-graph.d.ts +78 -0
- package/out/exports/resources.generated/aws-neptunegraph-privategraphendpoint.d.ts +36 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewall.d.ts +96 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewallpolicy.d.ts +243 -0
- package/out/exports/resources.generated/aws-networkfirewall-loggingconfiguration.d.ts +77 -0
- package/out/exports/resources.generated/aws-networkfirewall-rulegroup.d.ts +496 -0
- package/out/exports/resources.generated/aws-networkfirewall-tlsinspectionconfiguration.d.ts +173 -0
- package/out/exports/resources.generated/aws-networkmanager-connectattachment.d.ts +127 -0
- package/out/exports/resources.generated/aws-networkmanager-connectpeer.d.ts +67 -0
- package/out/exports/resources.generated/aws-networkmanager-corenetwork.d.ts +48 -0
- package/out/exports/resources.generated/aws-networkmanager-customergatewayassociation.d.ts +26 -0
- package/out/exports/resources.generated/aws-networkmanager-device.d.ts +104 -0
- package/out/exports/resources.generated/aws-networkmanager-directconnectgatewayattachment.d.ts +112 -0
- package/out/exports/resources.generated/aws-networkmanager-globalnetwork.d.ts +36 -0
- package/out/exports/resources.generated/aws-networkmanager-link.d.ts +73 -0
- package/out/exports/resources.generated/aws-networkmanager-linkassociation.d.ts +20 -0
- package/out/exports/resources.generated/aws-networkmanager-site.d.ts +65 -0
- package/out/exports/resources.generated/aws-networkmanager-sitetositevpnattachment.d.ts +112 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewaypeering.d.ts +58 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayregistration.d.ts +16 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayroutetableattachment.d.ts +116 -0
- package/out/exports/resources.generated/aws-networkmanager-vpcattachment.d.ts +135 -0
- package/out/exports/resources.generated/aws-notifications-channelassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-notifications-eventrule.d.ts +57 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationaccountcontactassociation.d.ts +20 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationadditionalchannelassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-notifications-notificationconfiguration.d.ts +60 -0
- package/out/exports/resources.generated/aws-notifications-notificationhub.d.ts +19 -0
- package/out/exports/resources.generated/aws-notificationscontacts-emailcontact.d.ts +67 -0
- package/out/exports/resources.generated/aws-oam-link.d.ts +111 -0
- package/out/exports/resources.generated/aws-oam-sink.d.ts +40 -0
- package/out/exports/resources.generated/aws-omics-annotationstore.d.ts +141 -0
- package/out/exports/resources.generated/aws-omics-referencestore.d.ts +72 -0
- package/out/exports/resources.generated/aws-omics-rungroup.d.ts +64 -0
- package/out/exports/resources.generated/aws-omics-sequencestore.d.ts +126 -0
- package/out/exports/resources.generated/aws-omics-variantstore.d.ts +107 -0
- package/out/exports/resources.generated/aws-omics-workflow.d.ts +135 -0
- package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +111 -0
- package/out/exports/resources.generated/aws-opensearchserverless-accesspolicy.d.ts +36 -0
- package/out/exports/resources.generated/aws-opensearchserverless-collection.d.ts +71 -0
- package/out/exports/resources.generated/aws-opensearchserverless-index.d.ts +116 -0
- package/out/exports/resources.generated/aws-opensearchserverless-lifecyclepolicy.d.ts +36 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securityconfig.d.ts +111 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securitypolicy.d.ts +40 -0
- package/out/exports/resources.generated/aws-opensearchserverless-vpcendpoint.d.ts +39 -0
- package/out/exports/resources.generated/aws-opensearchservice-application.d.ts +92 -0
- package/out/exports/resources.generated/aws-opensearchservice-domain.d.ts +572 -0
- package/out/exports/resources.generated/aws-opsworks-app.d.ts +143 -0
- package/out/exports/resources.generated/aws-opsworks-elasticloadbalancerattachment.d.ts +19 -0
- package/out/exports/resources.generated/aws-opsworks-instance.d.ts +212 -0
- package/out/exports/resources.generated/aws-opsworks-layer.d.ts +209 -0
- package/out/exports/resources.generated/aws-opsworks-stack.d.ts +258 -0
- package/out/exports/resources.generated/aws-opsworks-userprofile.d.ts +31 -0
- package/out/exports/resources.generated/aws-opsworks-volume.d.ts +27 -0
- package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +209 -0
- package/out/exports/resources.generated/aws-organizations-account.d.ts +117 -0
- package/out/exports/resources.generated/aws-organizations-organization.d.ts +63 -0
- package/out/exports/resources.generated/aws-organizations-organizationalunit.d.ts +55 -0
- package/out/exports/resources.generated/aws-organizations-policy.d.ts +89 -0
- package/out/exports/resources.generated/aws-organizations-resourcepolicy.d.ts +40 -0
- package/out/exports/resources.generated/aws-osis-pipeline.d.ts +141 -0
- package/out/exports/resources.generated/aws-panorama-applicationinstance.d.ts +94 -0
- package/out/exports/resources.generated/aws-panorama-package.d.ts +50 -0
- package/out/exports/resources.generated/aws-panorama-packageversion.d.ts +59 -0
- package/out/exports/resources.generated/aws-paymentcryptography-alias.d.ts +37 -0
- package/out/exports/resources.generated/aws-paymentcryptography-key.d.ts +150 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-connector.d.ts +50 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-directoryregistration.d.ts +26 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-serviceprincipalname.d.ts +22 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-template.d.ts +723 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-templategroupaccesscontrolentry.d.ts +47 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-challenge.d.ts +27 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-connector.d.ts +69 -0
- package/out/exports/resources.generated/aws-pcs-cluster.d.ts +112 -0
- package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +136 -0
- package/out/exports/resources.generated/aws-pcs-queue.d.ts +48 -0
- package/out/exports/resources.generated/aws-personalize-dataset.d.ts +119 -0
- package/out/exports/resources.generated/aws-personalize-datasetgroup.d.ts +42 -0
- package/out/exports/resources.generated/aws-personalize-schema.d.ts +40 -0
- package/out/exports/resources.generated/aws-personalize-solution.d.ts +198 -0
- package/out/exports/resources.generated/aws-pinpoint-admchannel.d.ts +32 -0
- package/out/exports/resources.generated/aws-pinpoint-apnschannel.d.ts +52 -0
- package/out/exports/resources.generated/aws-pinpoint-apnssandboxchannel.d.ts +52 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipchannel.d.ts +52 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipsandboxchannel.d.ts +52 -0
- package/out/exports/resources.generated/aws-pinpoint-app.d.ts +30 -0
- package/out/exports/resources.generated/aws-pinpoint-applicationsettings.d.ts +92 -0
- package/out/exports/resources.generated/aws-pinpoint-baiduchannel.d.ts +32 -0
- package/out/exports/resources.generated/aws-pinpoint-campaign.d.ts +636 -0
- package/out/exports/resources.generated/aws-pinpoint-emailchannel.d.ts +44 -0
- package/out/exports/resources.generated/aws-pinpoint-emailtemplate.d.ts +45 -0
- package/out/exports/resources.generated/aws-pinpoint-eventstream.d.ts +27 -0
- package/out/exports/resources.generated/aws-pinpoint-gcmchannel.d.ts +36 -0
- package/out/exports/resources.generated/aws-pinpoint-inapptemplate.d.ts +183 -0
- package/out/exports/resources.generated/aws-pinpoint-pushtemplate.d.ts +158 -0
- package/out/exports/resources.generated/aws-pinpoint-segment.d.ts +227 -0
- package/out/exports/resources.generated/aws-pinpoint-smschannel.d.ts +36 -0
- package/out/exports/resources.generated/aws-pinpoint-smstemplate.d.ts +37 -0
- package/out/exports/resources.generated/aws-pinpoint-voicechannel.d.ts +24 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationset.d.ts +73 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationseteventdestination.d.ts +121 -0
- package/out/exports/resources.generated/aws-pinpointemail-dedicatedippool.d.ts +19 -0
- package/out/exports/resources.generated/aws-pinpointemail-identity.d.ts +84 -0
- package/out/exports/resources.generated/aws-pipes-pipe.d.ts +1585 -0
- package/out/exports/resources.generated/aws-proton-environmentaccountconnection.d.ts +72 -0
- package/out/exports/resources.generated/aws-proton-environmenttemplate.d.ts +56 -0
- package/out/exports/resources.generated/aws-proton-servicetemplate.d.ts +52 -0
- package/out/exports/resources.generated/aws-qbusiness-application.d.ts +194 -0
- package/out/exports/resources.generated/aws-qbusiness-dataaccessor.d.ts +172 -0
- package/out/exports/resources.generated/aws-qbusiness-datasource.d.ts +341 -0
- package/out/exports/resources.generated/aws-qbusiness-index.d.ts +117 -0
- package/out/exports/resources.generated/aws-qbusiness-permission.d.ts +33 -0
- package/out/exports/resources.generated/aws-qbusiness-plugin.d.ts +190 -0
- package/out/exports/resources.generated/aws-qbusiness-retriever.d.ts +105 -0
- package/out/exports/resources.generated/aws-qbusiness-webexperience.d.ts +195 -0
- package/out/exports/resources.generated/aws-qldb-ledger.d.ts +67 -0
- package/out/exports/resources.generated/aws-qldb-stream.d.ts +77 -0
- package/out/exports/resources.generated/aws-quicksight-analysis.d.ts +11521 -0
- package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +110 -0
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +11631 -0
- package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +1014 -0
- package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +820 -0
- package/out/exports/resources.generated/aws-quicksight-folder.d.ts +99 -0
- package/out/exports/resources.generated/aws-quicksight-refreshschedule.d.ts +85 -0
- package/out/exports/resources.generated/aws-quicksight-template.d.ts +10850 -0
- package/out/exports/resources.generated/aws-quicksight-theme.d.ts +302 -0
- package/out/exports/resources.generated/aws-quicksight-topic.d.ts +773 -0
- package/out/exports/resources.generated/aws-quicksight-vpcconnection.d.ts +78 -0
- package/out/exports/resources.generated/aws-ram-permission.d.ts +53 -0
- package/out/exports/resources.generated/aws-ram-resourceshare.d.ts +52 -0
- package/out/exports/resources.generated/aws-rbin-rule.d.ts +123 -0
- package/out/exports/resources.generated/aws-rds-customdbengineversion.d.ts +100 -0
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +844 -0
- package/out/exports/resources.generated/aws-rds-dbclusterparametergroup.d.ts +74 -0
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +1159 -0
- package/out/exports/resources.generated/aws-rds-dbparametergroup.d.ts +85 -0
- package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +120 -0
- package/out/exports/resources.generated/aws-rds-dbproxyendpoint.d.ts +77 -0
- package/out/exports/resources.generated/aws-rds-dbproxytargetgroup.d.ts +111 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroup.d.ts +56 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroupingress.d.ts +37 -0
- package/out/exports/resources.generated/aws-rds-dbshardgroup.d.ts +79 -0
- package/out/exports/resources.generated/aws-rds-dbsubnetgroup.d.ts +34 -0
- package/out/exports/resources.generated/aws-rds-eventsubscription.d.ts +55 -0
- package/out/exports/resources.generated/aws-rds-globalcluster.d.ts +155 -0
- package/out/exports/resources.generated/aws-rds-integration.d.ts +59 -0
- package/out/exports/resources.generated/aws-rds-optiongroup.d.ts +100 -0
- package/out/exports/resources.generated/aws-redshift-cluster.d.ts +403 -0
- package/out/exports/resources.generated/aws-redshift-clusterparametergroup.d.ts +46 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroupingress.d.ts +40 -0
- package/out/exports/resources.generated/aws-redshift-clustersubnetgroup.d.ts +29 -0
- package/out/exports/resources.generated/aws-redshift-endpointaccess.d.ts +57 -0
- package/out/exports/resources.generated/aws-redshift-endpointauthorization.d.ts +59 -0
- package/out/exports/resources.generated/aws-redshift-eventsubscription.d.ts +91 -0
- package/out/exports/resources.generated/aws-redshift-integration.d.ts +44 -0
- package/out/exports/resources.generated/aws-redshift-scheduledaction.d.ts +109 -0
- package/out/exports/resources.generated/aws-redshiftserverless-namespace.d.ts +153 -0
- package/out/exports/resources.generated/aws-redshiftserverless-workgroup.d.ts +205 -0
- package/out/exports/resources.generated/aws-refactorspaces-application.d.ts +121 -0
- package/out/exports/resources.generated/aws-refactorspaces-environment.d.ts +56 -0
- package/out/exports/resources.generated/aws-refactorspaces-route.d.ts +134 -0
- package/out/exports/resources.generated/aws-refactorspaces-service.d.ts +109 -0
- package/out/exports/resources.generated/aws-rekognition-collection.d.ts +22 -0
- package/out/exports/resources.generated/aws-rekognition-project.d.ts +18 -0
- package/out/exports/resources.generated/aws-rekognition-streamprocessor.d.ts +285 -0
- package/out/exports/resources.generated/aws-resiliencehub-app.d.ts +360 -0
- package/out/exports/resources.generated/aws-resiliencehub-resiliencypolicy.d.ts +62 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-defaultviewassociation.d.ts +21 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-index.d.ts +38 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-view.d.ts +67 -0
- package/out/exports/resources.generated/aws-resourcegroups-group.d.ts +144 -0
- package/out/exports/resources.generated/aws-resourcegroups-tagsynctask.d.ts +76 -0
- package/out/exports/resources.generated/aws-robomaker-fleet.d.ts +29 -0
- package/out/exports/resources.generated/aws-robomaker-robot.d.ts +44 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplication.d.ts +80 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplicationversion.d.ts +29 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplication.d.ts +113 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplicationversion.d.ts +29 -0
- package/out/exports/resources.generated/aws-rolesanywhere-crl.d.ts +36 -0
- package/out/exports/resources.generated/aws-rolesanywhere-profile.d.ts +84 -0
- package/out/exports/resources.generated/aws-rolesanywhere-trustanchor.d.ts +89 -0
- package/out/exports/resources.generated/aws-route53-cidrcollection.d.ts +44 -0
- package/out/exports/resources.generated/aws-route53-dnssec.d.ts +13 -0
- package/out/exports/resources.generated/aws-route53-healthcheck.d.ts +113 -0
- package/out/exports/resources.generated/aws-route53-hostedzone.d.ts +157 -0
- package/out/exports/resources.generated/aws-route53-keysigningkey.d.ts +36 -0
- package/out/exports/resources.generated/aws-route53-recordset.d.ts +467 -0
- package/out/exports/resources.generated/aws-route53-recordsetgroup.d.ts +477 -0
- package/out/exports/resources.generated/aws-route53profiles-profile.d.ts +34 -0
- package/out/exports/resources.generated/aws-route53profiles-profileassociation.d.ts +36 -0
- package/out/exports/resources.generated/aws-route53profiles-profileresourceassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-cluster.d.ts +35 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-controlpanel.d.ts +42 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-routingcontrol.d.ts +37 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-safetyrule.d.ts +132 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-cell.d.ts +39 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-readinesscheck.d.ts +37 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-recoverygroup.d.ts +34 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-resourceset.d.ts +132 -0
- package/out/exports/resources.generated/aws-route53resolver-firewalldomainlist.d.ts +84 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroup.d.ts +174 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroupassociation.d.ts +89 -0
- package/out/exports/resources.generated/aws-route53resolver-outpostresolver.d.ts +78 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverconfig.d.ts +36 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverdnssecconfig.d.ts +32 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverendpoint.d.ts +114 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfig.d.ts +77 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfigassociation.d.ts +56 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverrule.d.ts +101 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverruleassociation.d.ts +38 -0
- package/out/exports/resources.generated/aws-rum-appmonitor.d.ts +332 -0
- package/out/exports/resources.generated/aws-s3-accessgrant.d.ts +92 -0
- package/out/exports/resources.generated/aws-s3-accessgrantsinstance.d.ts +31 -0
- package/out/exports/resources.generated/aws-s3-accessgrantslocation.d.ts +42 -0
- package/out/exports/resources.generated/aws-s3-accesspoint.d.ts +111 -0
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +1253 -0
- package/out/exports/resources.generated/aws-s3-bucketpolicy.d.ts +34 -0
- package/out/exports/resources.generated/aws-s3-multiregionaccesspoint.d.ts +85 -0
- package/out/exports/resources.generated/aws-s3-multiregionaccesspointpolicy.d.ts +28 -0
- package/out/exports/resources.generated/aws-s3-storagelens.d.ts +309 -0
- package/out/exports/resources.generated/aws-s3-storagelensgroup.d.ts +141 -0
- package/out/exports/resources.generated/aws-s3express-bucketpolicy.d.ts +52 -0
- package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +205 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspoint.d.ts +90 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspointpolicy.d.ts +20 -0
- package/out/exports/resources.generated/aws-s3outposts-accesspoint.d.ts +53 -0
- package/out/exports/resources.generated/aws-s3outposts-bucket.d.ts +285 -0
- package/out/exports/resources.generated/aws-s3outposts-bucketpolicy.d.ts +28 -0
- package/out/exports/resources.generated/aws-s3outposts-endpoint.d.ts +90 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucket.d.ts +61 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucketpolicy.d.ts +19 -0
- package/out/exports/resources.generated/aws-sagemaker-app.d.ts +96 -0
- package/out/exports/resources.generated/aws-sagemaker-appimageconfig.d.ts +150 -0
- package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +175 -0
- package/out/exports/resources.generated/aws-sagemaker-coderepository.d.ts +48 -0
- package/out/exports/resources.generated/aws-sagemaker-dataqualityjobdefinition.d.ts +379 -0
- package/out/exports/resources.generated/aws-sagemaker-device.d.ts +48 -0
- package/out/exports/resources.generated/aws-sagemaker-devicefleet.d.ts +55 -0
- package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +723 -0
- package/out/exports/resources.generated/aws-sagemaker-endpoint.d.ts +175 -0
- package/out/exports/resources.generated/aws-sagemaker-endpointconfig.d.ts +404 -0
- package/out/exports/resources.generated/aws-sagemaker-featuregroup.d.ts +239 -0
- package/out/exports/resources.generated/aws-sagemaker-image.d.ts +54 -0
- package/out/exports/resources.generated/aws-sagemaker-imageversion.d.ts +98 -0
- package/out/exports/resources.generated/aws-sagemaker-inferencecomponent.d.ts +232 -0
- package/out/exports/resources.generated/aws-sagemaker-inferenceexperiment.d.ts +247 -0
- package/out/exports/resources.generated/aws-sagemaker-mlflowtrackingserver.d.ts +62 -0
- package/out/exports/resources.generated/aws-sagemaker-model.d.ts +261 -0
- package/out/exports/resources.generated/aws-sagemaker-modelbiasjobdefinition.d.ts +415 -0
- package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +624 -0
- package/out/exports/resources.generated/aws-sagemaker-modelexplainabilityjobdefinition.d.ts +374 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackage.d.ts +916 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackagegroup.d.ts +41 -0
- package/out/exports/resources.generated/aws-sagemaker-modelqualityjobdefinition.d.ts +425 -0
- package/out/exports/resources.generated/aws-sagemaker-monitoringschedule.d.ts +528 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstance.d.ts +104 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstancelifecycleconfig.d.ts +36 -0
- package/out/exports/resources.generated/aws-sagemaker-partnerapp.d.ts +103 -0
- package/out/exports/resources.generated/aws-sagemaker-pipeline.d.ts +81 -0
- package/out/exports/resources.generated/aws-sagemaker-project.d.ts +77 -0
- package/out/exports/resources.generated/aws-sagemaker-space.d.ts +332 -0
- package/out/exports/resources.generated/aws-sagemaker-studiolifecycleconfig.d.ts +39 -0
- package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +507 -0
- package/out/exports/resources.generated/aws-sagemaker-workteam.d.ts +88 -0
- package/out/exports/resources.generated/aws-scheduler-schedule.d.ts +445 -0
- package/out/exports/resources.generated/aws-scheduler-schedulegroup.d.ts +54 -0
- package/out/exports/resources.generated/aws-sdb-domain.d.ts +17 -0
- package/out/exports/resources.generated/aws-secretsmanager-resourcepolicy.d.ts +33 -0
- package/out/exports/resources.generated/aws-secretsmanager-rotationschedule.d.ts +204 -0
- package/out/exports/resources.generated/aws-secretsmanager-secret.d.ts +143 -0
- package/out/exports/resources.generated/aws-secretsmanager-secrettargetattachment.d.ts +39 -0
- package/out/exports/resources.generated/aws-securityhub-automationrule.d.ts +613 -0
- package/out/exports/resources.generated/aws-securityhub-configurationpolicy.d.ts +179 -0
- package/out/exports/resources.generated/aws-securityhub-delegatedadmin.d.ts +30 -0
- package/out/exports/resources.generated/aws-securityhub-findingaggregator.d.ts +41 -0
- package/out/exports/resources.generated/aws-securityhub-hub.d.ts +54 -0
- package/out/exports/resources.generated/aws-securityhub-insight.d.ts +681 -0
- package/out/exports/resources.generated/aws-securityhub-organizationconfiguration.d.ts +53 -0
- package/out/exports/resources.generated/aws-securityhub-policyassociation.d.ts +43 -0
- package/out/exports/resources.generated/aws-securityhub-productsubscription.d.ts +24 -0
- package/out/exports/resources.generated/aws-securityhub-securitycontrol.d.ts +0 -0
- package/out/exports/resources.generated/aws-securityhub-standard.d.ts +44 -0
- package/out/exports/resources.generated/aws-securitylake-awslogsource.d.ts +29 -0
- package/out/exports/resources.generated/aws-securitylake-datalake.d.ts +110 -0
- package/out/exports/resources.generated/aws-securitylake-subscriber.d.ts +133 -0
- package/out/exports/resources.generated/aws-securitylake-subscribernotification.d.ts +72 -0
- package/out/exports/resources.generated/aws-servicecatalog-acceptedportfolioshare.d.ts +22 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationproduct.d.ts +161 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationprovisionedproduct.d.ts +217 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchnotificationconstraint.d.ts +34 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchroleconstraint.d.ts +44 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchtemplateconstraint.d.ts +34 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolio.d.ts +41 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioprincipalassociation.d.ts +30 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioproductassociation.d.ts +32 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioshare.d.ts +30 -0
- package/out/exports/resources.generated/aws-servicecatalog-resourceupdateconstraint.d.ts +36 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceaction.d.ts +59 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceactionassociation.d.ts +29 -0
- package/out/exports/resources.generated/aws-servicecatalog-stacksetconstraint.d.ts +56 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoption.d.ts +26 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoptionassociation.d.ts +19 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-application.d.ts +55 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroup.d.ts +40 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroupassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-resourceassociation.d.ts +36 -0
- package/out/exports/resources.generated/aws-servicediscovery-httpnamespace.d.ts +32 -0
- package/out/exports/resources.generated/aws-servicediscovery-instance.d.ts +62 -0
- package/out/exports/resources.generated/aws-servicediscovery-privatednsnamespace.d.ts +69 -0
- package/out/exports/resources.generated/aws-servicediscovery-publicdnsnamespace.d.ts +69 -0
- package/out/exports/resources.generated/aws-servicediscovery-service.d.ts +255 -0
- package/out/exports/resources.generated/aws-ses-configurationset.d.ts +164 -0
- package/out/exports/resources.generated/aws-ses-configurationseteventdestination.d.ts +150 -0
- package/out/exports/resources.generated/aws-ses-contactlist.d.ts +52 -0
- package/out/exports/resources.generated/aws-ses-dedicatedippool.d.ts +29 -0
- package/out/exports/resources.generated/aws-ses-emailidentity.d.ts +154 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddoninstance.d.ts +36 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddonsubscription.d.ts +31 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerarchive.d.ts +55 -0
- package/out/exports/resources.generated/aws-ses-mailmanageringresspoint.d.ts +117 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerrelay.d.ts +62 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerruleset.d.ts +441 -0
- package/out/exports/resources.generated/aws-ses-mailmanagertrafficpolicy.d.ts +197 -0
- package/out/exports/resources.generated/aws-ses-receiptfilter.d.ts +47 -0
- package/out/exports/resources.generated/aws-ses-receiptrule.d.ts +285 -0
- package/out/exports/resources.generated/aws-ses-receiptruleset.d.ts +19 -0
- package/out/exports/resources.generated/aws-ses-template.d.ts +39 -0
- package/out/exports/resources.generated/aws-ses-vdmattributes.d.ts +48 -0
- package/out/exports/resources.generated/aws-shield-drtaccess.d.ts +49 -0
- package/out/exports/resources.generated/aws-shield-proactiveengagement.d.ts +77 -0
- package/out/exports/resources.generated/aws-shield-protection.d.ts +96 -0
- package/out/exports/resources.generated/aws-shield-protectiongroup.d.ts +47 -0
- package/out/exports/resources.generated/aws-signer-profilepermission.d.ts +30 -0
- package/out/exports/resources.generated/aws-signer-signingprofile.d.ts +52 -0
- package/out/exports/resources.generated/aws-simspaceweaver-simulation.d.ts +101 -0
- package/out/exports/resources.generated/aws-sns-subscription.d.ts +77 -0
- package/out/exports/resources.generated/aws-sns-topic.d.ts +134 -0
- package/out/exports/resources.generated/aws-sns-topicinlinepolicy.d.ts +17 -0
- package/out/exports/resources.generated/aws-sns-topicpolicy.d.ts +23 -0
- package/out/exports/resources.generated/aws-sqs-queue.d.ts +138 -0
- package/out/exports/resources.generated/aws-sqs-queueinlinepolicy.d.ts +17 -0
- package/out/exports/resources.generated/aws-sqs-queuepolicy.d.ts +23 -0
- package/out/exports/resources.generated/aws-ssm-association.d.ts +191 -0
- package/out/exports/resources.generated/aws-ssm-document.d.ts +117 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindow.d.ts +57 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtarget.d.ts +54 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +308 -0
- package/out/exports/resources.generated/aws-ssm-parameter.d.ts +70 -0
- package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +217 -0
- package/out/exports/resources.generated/aws-ssm-resourcedatasync.d.ts +143 -0
- package/out/exports/resources.generated/aws-ssm-resourcepolicy.d.ts +27 -0
- package/out/exports/resources.generated/aws-ssmcontacts-contact.d.ts +119 -0
- package/out/exports/resources.generated/aws-ssmcontacts-contactchannel.d.ts +46 -0
- package/out/exports/resources.generated/aws-ssmcontacts-plan.d.ts +104 -0
- package/out/exports/resources.generated/aws-ssmcontacts-rotation.d.ts +194 -0
- package/out/exports/resources.generated/aws-ssmguiconnect-preferences.d.ts +44 -0
- package/out/exports/resources.generated/aws-ssmincidents-replicationset.d.ts +51 -0
- package/out/exports/resources.generated/aws-ssmincidents-responseplan.d.ts +261 -0
- package/out/exports/resources.generated/aws-ssmquicksetup-configurationmanager.d.ts +372 -0
- package/out/exports/resources.generated/aws-sso-application.d.ts +90 -0
- package/out/exports/resources.generated/aws-sso-applicationassignment.d.ts +26 -0
- package/out/exports/resources.generated/aws-sso-assignment.d.ts +44 -0
- package/out/exports/resources.generated/aws-sso-instance.d.ts +52 -0
- package/out/exports/resources.generated/aws-sso-instanceaccesscontrolattributeconfiguration.d.ts +52 -0
- package/out/exports/resources.generated/aws-sso-permissionset.d.ts +113 -0
- package/out/exports/resources.generated/aws-stepfunctions-activity.d.ts +102 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachine.d.ts +215 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachinealias.d.ts +157 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachineversion.d.ts +42 -0
- package/out/exports/resources.generated/aws-supportapp-accountalias.d.ts +28 -0
- package/out/exports/resources.generated/aws-supportapp-slackchannelconfiguration.d.ts +63 -0
- package/out/exports/resources.generated/aws-supportapp-slackworkspaceconfiguration.d.ts +30 -0
- package/out/exports/resources.generated/aws-synthetics-canary.d.ts +303 -0
- package/out/exports/resources.generated/aws-synthetics-group.d.ts +33 -0
- package/out/exports/resources.generated/aws-systemsmanagersap-application.d.ts +99 -0
- package/out/exports/resources.generated/aws-timestream-database.d.ts +31 -0
- package/out/exports/resources.generated/aws-timestream-influxdbinstance.d.ts +159 -0
- package/out/exports/resources.generated/aws-timestream-scheduledquery.d.ts +279 -0
- package/out/exports/resources.generated/aws-timestream-table.d.ts +165 -0
- package/out/exports/resources.generated/aws-transfer-agreement.d.ts +137 -0
- package/out/exports/resources.generated/aws-transfer-certificate.d.ts +99 -0
- package/out/exports/resources.generated/aws-transfer-connector.d.ts +140 -0
- package/out/exports/resources.generated/aws-transfer-profile.d.ts +43 -0
- package/out/exports/resources.generated/aws-transfer-server.d.ts +394 -0
- package/out/exports/resources.generated/aws-transfer-user.d.ts +165 -0
- package/out/exports/resources.generated/aws-transfer-webapp.d.ts +115 -0
- package/out/exports/resources.generated/aws-transfer-workflow.d.ts +262 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-identitysource.d.ts +184 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policy.d.ts +127 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policystore.d.ts +80 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policytemplate.d.ts +36 -0
- package/out/exports/resources.generated/aws-voiceid-domain.d.ts +50 -0
- package/out/exports/resources.generated/aws-vpclattice-accesslogsubscription.d.ts +60 -0
- package/out/exports/resources.generated/aws-vpclattice-authpolicy.d.ts +28 -0
- package/out/exports/resources.generated/aws-vpclattice-listener.d.ts +125 -0
- package/out/exports/resources.generated/aws-vpclattice-resourceconfiguration.d.ts +94 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcegateway.d.ts +53 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcepolicy.d.ts +20 -0
- package/out/exports/resources.generated/aws-vpclattice-rule.d.ts +220 -0
- package/out/exports/resources.generated/aws-vpclattice-service.d.ts +79 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetwork.d.ts +68 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkresourceassociation.d.ts +42 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkserviceassociation.d.ts +106 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkvpcassociation.d.ts +88 -0
- package/out/exports/resources.generated/aws-vpclattice-targetgroup.d.ts +191 -0
- package/out/exports/resources.generated/aws-waf-bytematchset.d.ts +178 -0
- package/out/exports/resources.generated/aws-waf-ipset.d.ts +56 -0
- package/out/exports/resources.generated/aws-waf-rule.d.ts +51 -0
- package/out/exports/resources.generated/aws-waf-sizeconstraintset.d.ts +143 -0
- package/out/exports/resources.generated/aws-waf-sqlinjectionmatchset.d.ts +117 -0
- package/out/exports/resources.generated/aws-waf-webacl.d.ts +77 -0
- package/out/exports/resources.generated/aws-waf-xssmatchset.d.ts +117 -0
- package/out/exports/resources.generated/aws-wafregional-bytematchset.d.ts +178 -0
- package/out/exports/resources.generated/aws-wafregional-geomatchset.d.ts +44 -0
- package/out/exports/resources.generated/aws-wafregional-ipset.d.ts +56 -0
- package/out/exports/resources.generated/aws-wafregional-ratebasedrule.d.ts +63 -0
- package/out/exports/resources.generated/aws-wafregional-regexpatternset.d.ts +21 -0
- package/out/exports/resources.generated/aws-wafregional-rule.d.ts +51 -0
- package/out/exports/resources.generated/aws-wafregional-sizeconstraintset.d.ts +143 -0
- package/out/exports/resources.generated/aws-wafregional-sqlinjectionmatchset.d.ts +117 -0
- package/out/exports/resources.generated/aws-wafregional-webacl.d.ts +72 -0
- package/out/exports/resources.generated/aws-wafregional-webaclassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-wafregional-xssmatchset.d.ts +117 -0
- package/out/exports/resources.generated/aws-wafv2-ipset.d.ts +74 -0
- package/out/exports/resources.generated/aws-wafv2-loggingconfiguration.d.ts +142 -0
- package/out/exports/resources.generated/aws-wafv2-regexpatternset.d.ts +49 -0
- package/out/exports/resources.generated/aws-wafv2-rulegroup.d.ts +1496 -0
- package/out/exports/resources.generated/aws-wafv2-webacl.d.ts +2227 -0
- package/out/exports/resources.generated/aws-wafv2-webaclassociation.d.ts +45 -0
- package/out/exports/resources.generated/aws-wisdom-aiagent.d.ts +225 -0
- package/out/exports/resources.generated/aws-wisdom-aiagentversion.d.ts +39 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrail.d.ts +276 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrailversion.d.ts +43 -0
- package/out/exports/resources.generated/aws-wisdom-aiprompt.d.ts +109 -0
- package/out/exports/resources.generated/aws-wisdom-aipromptversion.d.ts +41 -0
- package/out/exports/resources.generated/aws-wisdom-assistant.d.ts +56 -0
- package/out/exports/resources.generated/aws-wisdom-assistantassociation.d.ts +53 -0
- package/out/exports/resources.generated/aws-wisdom-knowledgebase.d.ts +282 -0
- package/out/exports/resources.generated/aws-wisdom-messagetemplate.d.ts +615 -0
- package/out/exports/resources.generated/aws-wisdom-messagetemplateversion.d.ts +30 -0
- package/out/exports/resources.generated/aws-workspaces-connectionalias.d.ts +32 -0
- package/out/exports/resources.generated/aws-workspaces-workspace.d.ts +73 -0
- package/out/exports/resources.generated/aws-workspaces-workspacespool.d.ts +112 -0
- package/out/exports/resources.generated/aws-workspacesthinclient-environment.d.ts +146 -0
- package/out/exports/resources.generated/aws-workspacesweb-browsersettings.d.ts +45 -0
- package/out/exports/resources.generated/aws-workspacesweb-dataprotectionsettings.d.ts +166 -0
- package/out/exports/resources.generated/aws-workspacesweb-identityprovider.d.ts +78 -0
- package/out/exports/resources.generated/aws-workspacesweb-ipaccesssettings.d.ts +78 -0
- package/out/exports/resources.generated/aws-workspacesweb-networksettings.d.ts +50 -0
- package/out/exports/resources.generated/aws-workspacesweb-portal.d.ts +161 -0
- package/out/exports/resources.generated/aws-workspacesweb-truststore.d.ts +29 -0
- package/out/exports/resources.generated/aws-workspacesweb-useraccessloggingsettings.d.ts +38 -0
- package/out/exports/resources.generated/aws-workspacesweb-usersettings.d.ts +146 -0
- package/out/exports/resources.generated/aws-xray-group.d.ts +50 -0
- package/out/exports/resources.generated/aws-xray-resourcepolicy.d.ts +25 -0
- package/out/exports/resources.generated/aws-xray-samplingrule.d.ts +181 -0
- package/out/exports/resources.generated/aws-xray-transactionsearchconfig.d.ts +18 -0
- package/out/lib/assert.d.ts +21 -0
- package/out/lib/assert.d.ts.map +1 -0
- package/out/lib/assert.js +39 -0
- package/out/lib/assert.js.map +1 -0
- package/out/lib/builder.d.ts +153 -0
- package/out/lib/builder.d.ts.map +1 -0
- package/out/lib/builder.js +169 -0
- package/out/lib/builder.js.map +1 -0
- package/out/lib/intrinsics.d.ts +940 -0
- package/out/lib/intrinsics.d.ts.map +1 -0
- package/out/lib/intrinsics.js +431 -0
- package/out/lib/intrinsics.js.map +1 -0
- package/out/lib/json.d.ts.map +1 -0
- package/out/{exports/main → lib}/json.js.map +1 -1
- package/out/lib/parameters.d.ts.map +1 -0
- package/out/{exports/main → lib}/parameters.js.map +1 -1
- package/out/lib/policy.d.ts.map +1 -0
- package/out/{exports/main → lib}/policy.js.map +1 -1
- package/out/{exports/main → lib}/template.d.ts +29 -8
- package/out/lib/template.d.ts.map +1 -0
- package/out/lib/template.js +14 -0
- package/out/lib/template.js.map +1 -0
- package/package.json +13 -4
- package/exports/main/intrinsics.ts +0 -632
- package/out/exports/main/intrinsics.d.ts +0 -522
- package/out/exports/main/intrinsics.d.ts.map +0 -1
- package/out/exports/main/intrinsics.js +0 -20
- package/out/exports/main/intrinsics.js.map +0 -1
- package/out/exports/main/json.d.ts.map +0 -1
- package/out/exports/main/parameters.d.ts.map +0 -1
- package/out/exports/main/policy.d.ts.map +0 -1
- package/out/exports/main/template.d.ts.map +0 -1
- package/out/exports/main/template.js +0 -13
- package/out/exports/main/template.js.map +0 -1
- /package/{exports/main → lib}/json.ts +0 -0
- /package/{exports/main → lib}/parameters.ts +0 -0
- /package/{exports/main → lib}/policy.ts +0 -0
- /package/out/{exports/main → lib}/json.d.ts +0 -0
- /package/out/{exports/main → lib}/json.js +0 -0
- /package/out/{exports/main → lib}/parameters.d.ts +0 -0
- /package/out/{exports/main → lib}/parameters.js +0 -0
- /package/out/{exports/main → lib}/policy.d.ts +0 -0
- /package/out/{exports/main → lib}/policy.js +0 -0
|
@@ -0,0 +1,1307 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
export type EC2LaunchTemplate = ResourceDefinitionWithAttributes<"AWS::EC2::LaunchTemplate", EC2LaunchTemplateProps, EC2LaunchTemplateAttribs>;
|
|
3
|
+
/**
|
|
4
|
+
* Specifies the properties for creating a launch template.
|
|
5
|
+
*
|
|
6
|
+
* The minimum required properties for specifying a launch template are as follows:
|
|
7
|
+
*
|
|
8
|
+
* - You must specify at least one property for the launch template data.
|
|
9
|
+
* - You can optionally specify a name for the launch template. If you do not specify a name, AWS CloudFormation creates a name for you.
|
|
10
|
+
*
|
|
11
|
+
* 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
|
+
*
|
|
13
|
+
* 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* .
|
|
14
|
+
*/
|
|
15
|
+
export type EC2LaunchTemplateProps = {
|
|
16
|
+
/**
|
|
17
|
+
* The information for the launch template.
|
|
18
|
+
*/
|
|
19
|
+
LaunchTemplateData: LaunchTemplateData;
|
|
20
|
+
/**
|
|
21
|
+
* A name for the launch template.
|
|
22
|
+
*/
|
|
23
|
+
LaunchTemplateName?: string | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* The tags to apply to the launch template on creation. To tag the launch template, the resource type must be `launch-template` .
|
|
26
|
+
*
|
|
27
|
+
* 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) .
|
|
28
|
+
*/
|
|
29
|
+
TagSpecifications?: LaunchTemplateTagSpecification[] | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* A description for the first version of the launch template.
|
|
32
|
+
*/
|
|
33
|
+
VersionDescription?: string | undefined;
|
|
34
|
+
};
|
|
35
|
+
export type EC2LaunchTemplateAttribs = {
|
|
36
|
+
/**
|
|
37
|
+
* The default version of the launch template, such as 2.
|
|
38
|
+
*
|
|
39
|
+
* 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.
|
|
40
|
+
*/
|
|
41
|
+
DefaultVersionNumber: string;
|
|
42
|
+
/**
|
|
43
|
+
* The latest version of the launch template, such as `5` .
|
|
44
|
+
*/
|
|
45
|
+
LatestVersionNumber: string;
|
|
46
|
+
/**
|
|
47
|
+
* The ID of the launch template.
|
|
48
|
+
*/
|
|
49
|
+
LaunchTemplateId: string;
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* The minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips) on an instance.
|
|
53
|
+
*/
|
|
54
|
+
export type AcceleratorCount = {
|
|
55
|
+
/**
|
|
56
|
+
* The maximum number of accelerators. To specify no maximum limit, omit this parameter. To exclude accelerator-enabled instance types, set `Max` to `0` .
|
|
57
|
+
*/
|
|
58
|
+
Max?: number | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* The minimum number of accelerators. To specify no minimum limit, omit this parameter.
|
|
61
|
+
*/
|
|
62
|
+
Min?: number | undefined;
|
|
63
|
+
};
|
|
64
|
+
/**
|
|
65
|
+
* The minimum and maximum amount of total accelerator memory, in MiB.
|
|
66
|
+
*/
|
|
67
|
+
export type AcceleratorTotalMemoryMiB = {
|
|
68
|
+
/**
|
|
69
|
+
* The maximum amount of accelerator memory, in MiB. To specify no maximum limit, omit this parameter.
|
|
70
|
+
*/
|
|
71
|
+
Max?: number | undefined;
|
|
72
|
+
/**
|
|
73
|
+
* The minimum amount of accelerator memory, in MiB. To specify no minimum limit, omit this parameter.
|
|
74
|
+
*/
|
|
75
|
+
Min?: number | undefined;
|
|
76
|
+
};
|
|
77
|
+
/**
|
|
78
|
+
* 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* .
|
|
79
|
+
*/
|
|
80
|
+
export type BaselineEbsBandwidthMbps = {
|
|
81
|
+
/**
|
|
82
|
+
* The maximum baseline bandwidth, in Mbps. To specify no maximum limit, omit this parameter.
|
|
83
|
+
*/
|
|
84
|
+
Max?: number | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* The minimum baseline bandwidth, in Mbps. To specify no minimum limit, omit this parameter.
|
|
87
|
+
*/
|
|
88
|
+
Min?: number | undefined;
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* 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
|
+
*
|
|
93
|
+
* 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.
|
|
94
|
+
*/
|
|
95
|
+
export type BaselinePerformanceFactors = {
|
|
96
|
+
/**
|
|
97
|
+
* The CPU performance to consider, using an instance family as the baseline reference.
|
|
98
|
+
*/
|
|
99
|
+
Cpu?: Cpu | undefined;
|
|
100
|
+
};
|
|
101
|
+
/**
|
|
102
|
+
* 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
|
+
*
|
|
104
|
+
* `BlockDeviceMapping` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
105
|
+
*/
|
|
106
|
+
export type BlockDeviceMapping = {
|
|
107
|
+
/**
|
|
108
|
+
* The device name (for example, /dev/sdh or xvdh).
|
|
109
|
+
*/
|
|
110
|
+
DeviceName?: string | undefined;
|
|
111
|
+
/**
|
|
112
|
+
* Parameters used to automatically set up EBS volumes when the instance is launched.
|
|
113
|
+
*/
|
|
114
|
+
Ebs?: Ebs | undefined;
|
|
115
|
+
/**
|
|
116
|
+
* To omit the device from the block device mapping, specify an empty string.
|
|
117
|
+
*/
|
|
118
|
+
NoDevice?: string | undefined;
|
|
119
|
+
/**
|
|
120
|
+
* 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.
|
|
121
|
+
*/
|
|
122
|
+
VirtualName?: string | undefined;
|
|
123
|
+
};
|
|
124
|
+
/**
|
|
125
|
+
* Specifies an instance's Capacity Reservation targeting option. You can specify only one option at a time.
|
|
126
|
+
*
|
|
127
|
+
* `CapacityReservationSpecification` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
128
|
+
*/
|
|
129
|
+
export type CapacityReservationSpecification = {
|
|
130
|
+
/**
|
|
131
|
+
* Indicates the instance's Capacity Reservation preferences. Possible preferences include:
|
|
132
|
+
*
|
|
133
|
+
* - `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
|
+
* - `open` - The instance can run in any `open` Capacity Reservation that has matching attributes (instance type, platform, Availability Zone, tenancy).
|
|
135
|
+
* - `none` - The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.
|
|
136
|
+
*/
|
|
137
|
+
CapacityReservationPreference?: string | undefined;
|
|
138
|
+
/**
|
|
139
|
+
* Information about the target Capacity Reservation or Capacity Reservation group.
|
|
140
|
+
*/
|
|
141
|
+
CapacityReservationTarget?: CapacityReservationTarget | undefined;
|
|
142
|
+
};
|
|
143
|
+
/**
|
|
144
|
+
* Specifies a target Capacity Reservation.
|
|
145
|
+
*
|
|
146
|
+
* `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.
|
|
147
|
+
*/
|
|
148
|
+
export type CapacityReservationTarget = {
|
|
149
|
+
/**
|
|
150
|
+
* The ID of the Capacity Reservation in which to run the instance.
|
|
151
|
+
*/
|
|
152
|
+
CapacityReservationId?: string | undefined;
|
|
153
|
+
/**
|
|
154
|
+
* The ARN of the Capacity Reservation resource group in which to run the instance.
|
|
155
|
+
*/
|
|
156
|
+
CapacityReservationResourceGroupArn?: string | undefined;
|
|
157
|
+
};
|
|
158
|
+
/**
|
|
159
|
+
* 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* .
|
|
160
|
+
*/
|
|
161
|
+
export type ConnectionTrackingSpecification = {
|
|
162
|
+
/**
|
|
163
|
+
* 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.
|
|
164
|
+
*/
|
|
165
|
+
TcpEstablishedTimeout?: number | undefined;
|
|
166
|
+
/**
|
|
167
|
+
* 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.
|
|
168
|
+
*/
|
|
169
|
+
UdpStreamTimeout?: number | undefined;
|
|
170
|
+
/**
|
|
171
|
+
* 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.
|
|
172
|
+
*/
|
|
173
|
+
UdpTimeout?: number | undefined;
|
|
174
|
+
};
|
|
175
|
+
/**
|
|
176
|
+
* Specifies the CPU performance to consider when using an instance family as the baseline reference.
|
|
177
|
+
*/
|
|
178
|
+
export type Cpu = {
|
|
179
|
+
/**
|
|
180
|
+
* 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.
|
|
181
|
+
*/
|
|
182
|
+
References?: Reference[] | undefined;
|
|
183
|
+
};
|
|
184
|
+
/**
|
|
185
|
+
* 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
|
+
*
|
|
187
|
+
* `CpuOptions` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
188
|
+
*/
|
|
189
|
+
export type CpuOptions = {
|
|
190
|
+
/**
|
|
191
|
+
* 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) .
|
|
192
|
+
*/
|
|
193
|
+
AmdSevSnp?: "enabled" | "disabled" | undefined;
|
|
194
|
+
/**
|
|
195
|
+
* The number of CPU cores for the instance.
|
|
196
|
+
*/
|
|
197
|
+
CoreCount?: number | undefined;
|
|
198
|
+
/**
|
|
199
|
+
* 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` .
|
|
200
|
+
*/
|
|
201
|
+
ThreadsPerCore?: number | undefined;
|
|
202
|
+
};
|
|
203
|
+
/**
|
|
204
|
+
* Specifies the credit option for CPU usage of a T2, T3, or T3a instance.
|
|
205
|
+
*
|
|
206
|
+
* `CreditSpecification` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
207
|
+
*/
|
|
208
|
+
export type CreditSpecification = {
|
|
209
|
+
/**
|
|
210
|
+
* The credit option for CPU usage of a T instance.
|
|
211
|
+
*
|
|
212
|
+
* Valid values: `standard` | `unlimited`
|
|
213
|
+
*/
|
|
214
|
+
CpuCredits?: string | undefined;
|
|
215
|
+
};
|
|
216
|
+
/**
|
|
217
|
+
* Parameters for a block device for an EBS volume in an Amazon EC2 launch template.
|
|
218
|
+
*
|
|
219
|
+
* `Ebs` is a property of [AWS::EC2::LaunchTemplate BlockDeviceMapping](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-blockdevicemapping.html) .
|
|
220
|
+
*/
|
|
221
|
+
export type Ebs = {
|
|
222
|
+
/**
|
|
223
|
+
* Indicates whether the EBS volume is deleted on instance termination.
|
|
224
|
+
*/
|
|
225
|
+
DeleteOnTermination?: boolean | undefined;
|
|
226
|
+
/**
|
|
227
|
+
* 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.
|
|
228
|
+
*/
|
|
229
|
+
Encrypted?: boolean | undefined;
|
|
230
|
+
/**
|
|
231
|
+
* The number of I/O operations per second (IOPS). For `gp3` , `io1` , and `io2` volumes, this represents the number of IOPS that are provisioned for the volume. For `gp2` volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.
|
|
232
|
+
*
|
|
233
|
+
* The following are the supported values for each volume type:
|
|
234
|
+
*
|
|
235
|
+
* - `gp3` : 3,000 - 16,000 IOPS
|
|
236
|
+
* - `io1` : 100 - 64,000 IOPS
|
|
237
|
+
* - `io2` : 100 - 256,000 IOPS
|
|
238
|
+
*
|
|
239
|
+
* 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
|
+
*
|
|
241
|
+
* This parameter is supported for `io1` , `io2` , and `gp3` volumes only.
|
|
242
|
+
*/
|
|
243
|
+
Iops?: number | undefined;
|
|
244
|
+
/**
|
|
245
|
+
* Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key to use for EBS encryption.
|
|
246
|
+
*/
|
|
247
|
+
KmsKeyId?: string | undefined;
|
|
248
|
+
/**
|
|
249
|
+
* The ID of the snapshot.
|
|
250
|
+
*/
|
|
251
|
+
SnapshotId?: string | undefined;
|
|
252
|
+
/**
|
|
253
|
+
* The throughput to provision for a `gp3` volume, with a maximum of 1,000 MiB/s.
|
|
254
|
+
*
|
|
255
|
+
* Valid Range: Minimum value of 125. Maximum value of 1000.
|
|
256
|
+
*/
|
|
257
|
+
Throughput?: number | undefined;
|
|
258
|
+
/**
|
|
259
|
+
* Specifies the Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate), in MiB/s, at which to download the snapshot blocks from Amazon S3 to the volume. This is also known as *volume initialization* . Specifying a volume initialization rate ensures that the volume is initialized at a predictable and consistent rate after creation.
|
|
260
|
+
*
|
|
261
|
+
* This parameter is supported only for volumes created from snapshots. Omit this parameter if:
|
|
262
|
+
*
|
|
263
|
+
* - You want to create the volume using fast snapshot restore. You must specify a snapshot that is enabled for fast snapshot restore. In this case, the volume is fully initialized at creation.
|
|
264
|
+
*
|
|
265
|
+
* > If you specify a snapshot that is enabled for fast snapshot restore and a volume initialization rate, the volume will be initialized at the specified rate instead of fast snapshot restore.
|
|
266
|
+
* - You want to create a volume that is initialized at the default rate.
|
|
267
|
+
*
|
|
268
|
+
* 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
|
+
*
|
|
270
|
+
* Valid range: 100 - 300 MiB/s
|
|
271
|
+
*/
|
|
272
|
+
VolumeInitializationRate?: number | undefined;
|
|
273
|
+
/**
|
|
274
|
+
* The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. The following are the supported volumes sizes for each volume type:
|
|
275
|
+
*
|
|
276
|
+
* - `gp2` and `gp3` : 1 - 16,384 GiB
|
|
277
|
+
* - `io1` : 4 - 16,384 GiB
|
|
278
|
+
* - `io2` : 4 - 65,536 GiB
|
|
279
|
+
* - `st1` and `sc1` : 125 - 16,384 GiB
|
|
280
|
+
* - `standard` : 1 - 1024 GiB
|
|
281
|
+
*/
|
|
282
|
+
VolumeSize?: number | undefined;
|
|
283
|
+
/**
|
|
284
|
+
* 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* .
|
|
285
|
+
*/
|
|
286
|
+
VolumeType?: string | undefined;
|
|
287
|
+
};
|
|
288
|
+
/**
|
|
289
|
+
* > Amazon Elastic Graphics reached end of life on January 8, 2024.
|
|
290
|
+
*
|
|
291
|
+
* Specifies a specification for an Elastic GPU for an Amazon EC2 launch template.
|
|
292
|
+
*
|
|
293
|
+
* `ElasticGpuSpecification` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
294
|
+
*/
|
|
295
|
+
export type ElasticGpuSpecification = {
|
|
296
|
+
/**
|
|
297
|
+
* The type of Elastic Graphics accelerator.
|
|
298
|
+
*/
|
|
299
|
+
Type?: string | undefined;
|
|
300
|
+
};
|
|
301
|
+
/**
|
|
302
|
+
* 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
|
+
*
|
|
304
|
+
* 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.
|
|
305
|
+
*/
|
|
306
|
+
export type EnaSrdSpecification = {
|
|
307
|
+
/**
|
|
308
|
+
* Indicates whether ENA Express is enabled for the network interface.
|
|
309
|
+
*/
|
|
310
|
+
EnaSrdEnabled?: boolean | undefined;
|
|
311
|
+
/**
|
|
312
|
+
* Configures ENA Express for UDP network traffic.
|
|
313
|
+
*/
|
|
314
|
+
EnaSrdUdpSpecification?: EnaSrdUdpSpecification | undefined;
|
|
315
|
+
};
|
|
316
|
+
/**
|
|
317
|
+
* 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.
|
|
318
|
+
*/
|
|
319
|
+
export type EnaSrdUdpSpecification = {
|
|
320
|
+
/**
|
|
321
|
+
* Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.
|
|
322
|
+
*/
|
|
323
|
+
EnaSrdUdpEnabled?: boolean | undefined;
|
|
324
|
+
};
|
|
325
|
+
/**
|
|
326
|
+
* Indicates whether the instance is enabled for AWS Nitro Enclaves.
|
|
327
|
+
*/
|
|
328
|
+
export type EnclaveOptions = {
|
|
329
|
+
/**
|
|
330
|
+
* If this parameter is set to `true` , the instance is enabled for AWS Nitro Enclaves; otherwise, it is not enabled for AWS Nitro Enclaves.
|
|
331
|
+
*/
|
|
332
|
+
Enabled?: boolean | undefined;
|
|
333
|
+
};
|
|
334
|
+
/**
|
|
335
|
+
* 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
|
+
*
|
|
337
|
+
* `HibernationOptions` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
338
|
+
*/
|
|
339
|
+
export type HibernationOptions = {
|
|
340
|
+
/**
|
|
341
|
+
* If you set this parameter to `true` , the instance is enabled for hibernation.
|
|
342
|
+
*
|
|
343
|
+
* Default: `false`
|
|
344
|
+
*/
|
|
345
|
+
Configured?: boolean | undefined;
|
|
346
|
+
};
|
|
347
|
+
/**
|
|
348
|
+
* Specifies an IAM instance profile, which is a container for an IAM role for your instance. You can use an IAM role to distribute your AWS credentials to your instances.
|
|
349
|
+
*
|
|
350
|
+
* 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
|
+
*
|
|
352
|
+
* `IamInstanceProfile` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
353
|
+
*/
|
|
354
|
+
export type IamInstanceProfile = {
|
|
355
|
+
/**
|
|
356
|
+
* The Amazon Resource Name (ARN) of the instance profile.
|
|
357
|
+
*/
|
|
358
|
+
Arn?: string | undefined;
|
|
359
|
+
/**
|
|
360
|
+
* The name of the instance profile.
|
|
361
|
+
*/
|
|
362
|
+
Name?: string | undefined;
|
|
363
|
+
};
|
|
364
|
+
/**
|
|
365
|
+
* Specifies the market (purchasing) option for an instance.
|
|
366
|
+
*
|
|
367
|
+
* `InstanceMarketOptions` is a property of the [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
368
|
+
*/
|
|
369
|
+
export type InstanceMarketOptions = {
|
|
370
|
+
/**
|
|
371
|
+
* The market type.
|
|
372
|
+
*/
|
|
373
|
+
MarketType?: string | undefined;
|
|
374
|
+
/**
|
|
375
|
+
* The options for Spot Instances.
|
|
376
|
+
*/
|
|
377
|
+
SpotOptions?: SpotOptions | undefined;
|
|
378
|
+
};
|
|
379
|
+
/**
|
|
380
|
+
* The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with these attributes.
|
|
381
|
+
*
|
|
382
|
+
* You must specify `VCpuCount` and `MemoryMiB` . All other attributes are optional. Any unspecified optional attribute is set to its default.
|
|
383
|
+
*
|
|
384
|
+
* When you specify multiple attributes, you get instance types that satisfy all of the specified attributes. If you specify multiple values for an attribute, you get instance types that satisfy any of the specified values.
|
|
385
|
+
*
|
|
386
|
+
* To limit the list of instance types from which Amazon EC2 can identify matching instance types, you can use one of the following parameters, but not both in the same request:
|
|
387
|
+
*
|
|
388
|
+
* - `AllowedInstanceTypes` - The instance types to include in the list. All other instance types are ignored, even if they match your specified attributes.
|
|
389
|
+
* - `ExcludedInstanceTypes` - The instance types to exclude from the list, even if they match your specified attributes.
|
|
390
|
+
*
|
|
391
|
+
* > If you specify `InstanceRequirements` , you can't specify `InstanceType` .
|
|
392
|
+
* >
|
|
393
|
+
* > 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
|
+
*
|
|
395
|
+
* 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* .
|
|
396
|
+
*/
|
|
397
|
+
export type InstanceRequirements = {
|
|
398
|
+
/**
|
|
399
|
+
* The minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips) on an instance.
|
|
400
|
+
*
|
|
401
|
+
* To exclude accelerator-enabled instance types, set `Max` to `0` .
|
|
402
|
+
*
|
|
403
|
+
* Default: No minimum or maximum limits
|
|
404
|
+
*/
|
|
405
|
+
AcceleratorCount?: AcceleratorCount | undefined;
|
|
406
|
+
/**
|
|
407
|
+
* Indicates whether instance types must have accelerators by specific manufacturers.
|
|
408
|
+
*
|
|
409
|
+
* - For instance types with AWS devices, specify `amazon-web-services` .
|
|
410
|
+
* - For instance types with AMD devices, specify `amd` .
|
|
411
|
+
* - For instance types with Habana devices, specify `habana` .
|
|
412
|
+
* - For instance types with NVIDIA devices, specify `nvidia` .
|
|
413
|
+
* - For instance types with Xilinx devices, specify `xilinx` .
|
|
414
|
+
*
|
|
415
|
+
* Default: Any manufacturer
|
|
416
|
+
*/
|
|
417
|
+
AcceleratorManufacturers?: string[] | undefined;
|
|
418
|
+
/**
|
|
419
|
+
* The accelerators that must be on the instance type.
|
|
420
|
+
*
|
|
421
|
+
* - For instance types with NVIDIA A10G GPUs, specify `a10g` .
|
|
422
|
+
* - For instance types with NVIDIA A100 GPUs, specify `a100` .
|
|
423
|
+
* - For instance types with NVIDIA H100 GPUs, specify `h100` .
|
|
424
|
+
* - For instance types with AWS Inferentia chips, specify `inferentia` .
|
|
425
|
+
* - For instance types with NVIDIA GRID K520 GPUs, specify `k520` .
|
|
426
|
+
* - For instance types with NVIDIA K80 GPUs, specify `k80` .
|
|
427
|
+
* - For instance types with NVIDIA M60 GPUs, specify `m60` .
|
|
428
|
+
* - For instance types with AMD Radeon Pro V520 GPUs, specify `radeon-pro-v520` .
|
|
429
|
+
* - For instance types with NVIDIA T4 GPUs, specify `t4` .
|
|
430
|
+
* - For instance types with NVIDIA T4G GPUs, specify `t4g` .
|
|
431
|
+
* - For instance types with Xilinx VU9P FPGAs, specify `vu9p` .
|
|
432
|
+
* - For instance types with NVIDIA V100 GPUs, specify `v100` .
|
|
433
|
+
*
|
|
434
|
+
* Default: Any accelerator
|
|
435
|
+
*/
|
|
436
|
+
AcceleratorNames?: string[] | undefined;
|
|
437
|
+
/**
|
|
438
|
+
* The minimum and maximum amount of total accelerator memory, in MiB.
|
|
439
|
+
*
|
|
440
|
+
* Default: No minimum or maximum limits
|
|
441
|
+
*/
|
|
442
|
+
AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiB | undefined;
|
|
443
|
+
/**
|
|
444
|
+
* The accelerator types that must be on the instance type.
|
|
445
|
+
*
|
|
446
|
+
* - For instance types with FPGA accelerators, specify `fpga` .
|
|
447
|
+
* - For instance types with GPU accelerators, specify `gpu` .
|
|
448
|
+
* - For instance types with Inference accelerators, specify `inference` .
|
|
449
|
+
*
|
|
450
|
+
* Default: Any accelerator type
|
|
451
|
+
*/
|
|
452
|
+
AcceleratorTypes?: string[] | undefined;
|
|
453
|
+
/**
|
|
454
|
+
* The instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes.
|
|
455
|
+
*
|
|
456
|
+
* You can use strings with one or more wild cards, represented by an asterisk ( `*` ), to allow an instance type, size, or generation. The following are examples: `m5.8xlarge` , `c5*.*` , `m5a.*` , `r*` , `*3*` .
|
|
457
|
+
*
|
|
458
|
+
* For example, if you specify `c5*` ,Amazon EC2 will allow the entire C5 instance family, which includes all C5a and C5n instance types. If you specify `m5a.*` , Amazon EC2 will allow all the M5a instance types, but not the M5n instance types.
|
|
459
|
+
*
|
|
460
|
+
* > If you specify `AllowedInstanceTypes` , you can't specify `ExcludedInstanceTypes` .
|
|
461
|
+
*
|
|
462
|
+
* Default: All instance types
|
|
463
|
+
*/
|
|
464
|
+
AllowedInstanceTypes?: string[] | undefined;
|
|
465
|
+
/**
|
|
466
|
+
* Indicates whether bare metal instance types must be included, excluded, or required.
|
|
467
|
+
*
|
|
468
|
+
* - To include bare metal instance types, specify `included` .
|
|
469
|
+
* - To require only bare metal instance types, specify `required` .
|
|
470
|
+
* - To exclude bare metal instance types, specify `excluded` .
|
|
471
|
+
*
|
|
472
|
+
* Default: `excluded`
|
|
473
|
+
*/
|
|
474
|
+
BareMetal?: string | undefined;
|
|
475
|
+
/**
|
|
476
|
+
* 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
|
+
*
|
|
478
|
+
* Default: No minimum or maximum limits
|
|
479
|
+
*/
|
|
480
|
+
BaselineEbsBandwidthMbps?: BaselineEbsBandwidthMbps | undefined;
|
|
481
|
+
/**
|
|
482
|
+
* 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* .
|
|
483
|
+
*/
|
|
484
|
+
BaselinePerformanceFactors?: BaselinePerformanceFactors | undefined;
|
|
485
|
+
/**
|
|
486
|
+
* Indicates whether burstable performance T instance types are included, excluded, or required. For more information, see [Burstable performance instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html) .
|
|
487
|
+
*
|
|
488
|
+
* - To include burstable performance instance types, specify `included` .
|
|
489
|
+
* - To require only burstable performance instance types, specify `required` .
|
|
490
|
+
* - To exclude burstable performance instance types, specify `excluded` .
|
|
491
|
+
*
|
|
492
|
+
* Default: `excluded`
|
|
493
|
+
*/
|
|
494
|
+
BurstablePerformance?: string | undefined;
|
|
495
|
+
/**
|
|
496
|
+
* The CPU manufacturers to include.
|
|
497
|
+
*
|
|
498
|
+
* - For instance types with Intel CPUs, specify `intel` .
|
|
499
|
+
* - For instance types with AMD CPUs, specify `amd` .
|
|
500
|
+
* - For instance types with AWS CPUs, specify `amazon-web-services` .
|
|
501
|
+
* - For instance types with Apple CPUs, specify `apple` .
|
|
502
|
+
*
|
|
503
|
+
* > 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
|
+
*
|
|
505
|
+
* Default: Any manufacturer
|
|
506
|
+
*/
|
|
507
|
+
CpuManufacturers?: string[] | undefined;
|
|
508
|
+
/**
|
|
509
|
+
* The instance types to exclude.
|
|
510
|
+
*
|
|
511
|
+
* You can use strings with one or more wild cards, represented by an asterisk ( `*` ), to exclude an instance type, size, or generation. The following are examples: `m5.8xlarge` , `c5*.*` , `m5a.*` , `r*` , `*3*` .
|
|
512
|
+
*
|
|
513
|
+
* For example, if you specify `c5*` ,Amazon EC2 will exclude the entire C5 instance family, which includes all C5a and C5n instance types. If you specify `m5a.*` , Amazon EC2 will exclude all the M5a instance types, but not the M5n instance types.
|
|
514
|
+
*
|
|
515
|
+
* > If you specify `ExcludedInstanceTypes` , you can't specify `AllowedInstanceTypes` .
|
|
516
|
+
*
|
|
517
|
+
* Default: No excluded instance types
|
|
518
|
+
*/
|
|
519
|
+
ExcludedInstanceTypes?: string[] | undefined;
|
|
520
|
+
/**
|
|
521
|
+
* Indicates whether current or previous generation instance types are included. The current generation instance types are recommended for use. Current generation instance types are typically the latest two to three generations in each instance family. For more information, see [Instance types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html) in the *Amazon EC2 User Guide* .
|
|
522
|
+
*
|
|
523
|
+
* For current generation instance types, specify `current` .
|
|
524
|
+
*
|
|
525
|
+
* For previous generation instance types, specify `previous` .
|
|
526
|
+
*
|
|
527
|
+
* Default: Current and previous generation instance types
|
|
528
|
+
*/
|
|
529
|
+
InstanceGenerations?: string[] | undefined;
|
|
530
|
+
/**
|
|
531
|
+
* Indicates whether instance types with instance store volumes are included, excluded, or required. For more information, [Amazon EC2 instance store](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html) in the *Amazon EC2 User Guide* .
|
|
532
|
+
*
|
|
533
|
+
* - To include instance types with instance store volumes, specify `included` .
|
|
534
|
+
* - To require only instance types with instance store volumes, specify `required` .
|
|
535
|
+
* - To exclude instance types with instance store volumes, specify `excluded` .
|
|
536
|
+
*
|
|
537
|
+
* Default: `included`
|
|
538
|
+
*/
|
|
539
|
+
LocalStorage?: string | undefined;
|
|
540
|
+
/**
|
|
541
|
+
* The type of local storage that is required.
|
|
542
|
+
*
|
|
543
|
+
* - For instance types with hard disk drive (HDD) storage, specify `hdd` .
|
|
544
|
+
* - For instance types with solid state drive (SSD) storage, specify `ssd` .
|
|
545
|
+
*
|
|
546
|
+
* Default: `hdd` and `ssd`
|
|
547
|
+
*/
|
|
548
|
+
LocalStorageTypes?: string[] | undefined;
|
|
549
|
+
/**
|
|
550
|
+
* [Price protection] The price protection threshold for Spot Instances, as a percentage of an identified On-Demand price. The identified On-Demand price is the price of the lowest priced current generation C, M, or R instance type with your specified attributes. If no current generation C, M, or R instance type matches your attributes, then the identified price is from the lowest priced current generation instance types, and failing that, from the lowest priced previous generation instance types that match your attributes. When Amazon EC2 selects instance types with your attributes, it will exclude instance types whose price exceeds your specified threshold.
|
|
551
|
+
*
|
|
552
|
+
* The parameter accepts an integer, which Amazon EC2 interprets as a percentage.
|
|
553
|
+
*
|
|
554
|
+
* 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
|
+
*
|
|
556
|
+
* > 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` .
|
|
557
|
+
*/
|
|
558
|
+
MaxSpotPriceAsPercentageOfOptimalOnDemandPrice?: number | undefined;
|
|
559
|
+
/**
|
|
560
|
+
* The minimum and maximum amount of memory per vCPU, in GiB.
|
|
561
|
+
*
|
|
562
|
+
* Default: No minimum or maximum limits
|
|
563
|
+
*/
|
|
564
|
+
MemoryGiBPerVCpu?: MemoryGiBPerVCpu | undefined;
|
|
565
|
+
/**
|
|
566
|
+
* The minimum and maximum amount of memory, in MiB.
|
|
567
|
+
*/
|
|
568
|
+
MemoryMiB?: MemoryMiB | undefined;
|
|
569
|
+
/**
|
|
570
|
+
* The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).
|
|
571
|
+
*
|
|
572
|
+
* Default: No minimum or maximum limits
|
|
573
|
+
*/
|
|
574
|
+
NetworkBandwidthGbps?: NetworkBandwidthGbps | undefined;
|
|
575
|
+
/**
|
|
576
|
+
* The minimum and maximum number of network interfaces.
|
|
577
|
+
*
|
|
578
|
+
* Default: No minimum or maximum limits
|
|
579
|
+
*/
|
|
580
|
+
NetworkInterfaceCount?: NetworkInterfaceCount | undefined;
|
|
581
|
+
/**
|
|
582
|
+
* [Price protection] The price protection threshold for On-Demand Instances, as a percentage higher than an identified On-Demand price. The identified On-Demand price is the price of the lowest priced current generation C, M, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it will exclude instance types whose price exceeds your specified threshold.
|
|
583
|
+
*
|
|
584
|
+
* The parameter accepts an integer, which Amazon EC2 interprets as a percentage.
|
|
585
|
+
*
|
|
586
|
+
* To turn off price protection, specify a high value, such as `999999` .
|
|
587
|
+
*
|
|
588
|
+
* This parameter is not supported for [GetSpotPlacementScores](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html) and [GetInstanceTypesFromInstanceRequirements](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements.html) .
|
|
589
|
+
*
|
|
590
|
+
* > 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
|
+
*
|
|
592
|
+
* Default: `20`
|
|
593
|
+
*/
|
|
594
|
+
OnDemandMaxPricePercentageOverLowestPrice?: number | undefined;
|
|
595
|
+
/**
|
|
596
|
+
* Indicates whether instance types must support hibernation for On-Demand Instances.
|
|
597
|
+
*
|
|
598
|
+
* This parameter is not supported for [GetSpotPlacementScores](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html) .
|
|
599
|
+
*
|
|
600
|
+
* Default: `false`
|
|
601
|
+
*/
|
|
602
|
+
RequireHibernateSupport?: boolean | undefined;
|
|
603
|
+
/**
|
|
604
|
+
* [Price protection] The price protection threshold for Spot Instances, as a percentage higher than an identified Spot price. The identified Spot price is the Spot price of the lowest priced current generation C, M, or R instance type with your specified attributes. If no current generation C, M, or R instance type matches your attributes, then the identified Spot price is from the lowest priced current generation instance types, and failing that, from the lowest priced previous generation instance types that match your attributes. When Amazon EC2 selects instance types with your attributes, it will exclude instance types whose Spot price exceeds your specified threshold.
|
|
605
|
+
*
|
|
606
|
+
* The parameter accepts an integer, which Amazon EC2 interprets as a percentage.
|
|
607
|
+
*
|
|
608
|
+
* 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.
|
|
609
|
+
*
|
|
610
|
+
* This parameter is not supported for [GetSpotPlacementScores](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html) and [GetInstanceTypesFromInstanceRequirements](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements.html) .
|
|
611
|
+
*
|
|
612
|
+
* > 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
|
+
*
|
|
614
|
+
* Default: `100`
|
|
615
|
+
*/
|
|
616
|
+
SpotMaxPricePercentageOverLowestPrice?: number | undefined;
|
|
617
|
+
/**
|
|
618
|
+
* The minimum and maximum amount of total local storage, in GB.
|
|
619
|
+
*
|
|
620
|
+
* Default: No minimum or maximum limits
|
|
621
|
+
*/
|
|
622
|
+
TotalLocalStorageGB?: TotalLocalStorageGB | undefined;
|
|
623
|
+
/**
|
|
624
|
+
* The minimum and maximum number of vCPUs.
|
|
625
|
+
*/
|
|
626
|
+
VCpuCount?: VCpuCount | undefined;
|
|
627
|
+
};
|
|
628
|
+
/**
|
|
629
|
+
* Specifies an IPv4 prefix for a network interface.
|
|
630
|
+
*
|
|
631
|
+
* `Ipv4PrefixSpecification` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html) .
|
|
632
|
+
*/
|
|
633
|
+
export type Ipv4PrefixSpecification = {
|
|
634
|
+
/**
|
|
635
|
+
* 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* .
|
|
636
|
+
*/
|
|
637
|
+
Ipv4Prefix?: string | undefined;
|
|
638
|
+
};
|
|
639
|
+
/**
|
|
640
|
+
* Specifies an IPv6 address in an Amazon EC2 launch template.
|
|
641
|
+
*
|
|
642
|
+
* `Ipv6Add` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html) .
|
|
643
|
+
*/
|
|
644
|
+
export type Ipv6Add = {
|
|
645
|
+
/**
|
|
646
|
+
* 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.
|
|
647
|
+
*/
|
|
648
|
+
Ipv6Address?: string | undefined;
|
|
649
|
+
};
|
|
650
|
+
/**
|
|
651
|
+
* Specifies an IPv6 prefix for a network interface.
|
|
652
|
+
*
|
|
653
|
+
* `Ipv6PrefixSpecification` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html) .
|
|
654
|
+
*/
|
|
655
|
+
export type Ipv6PrefixSpecification = {
|
|
656
|
+
/**
|
|
657
|
+
* The IPv6 prefix.
|
|
658
|
+
*/
|
|
659
|
+
Ipv6Prefix?: string | undefined;
|
|
660
|
+
};
|
|
661
|
+
/**
|
|
662
|
+
* The information to include in the launch template.
|
|
663
|
+
*
|
|
664
|
+
* > You must specify at least one parameter for the launch template data.
|
|
665
|
+
*/
|
|
666
|
+
export type LaunchTemplateData = {
|
|
667
|
+
/**
|
|
668
|
+
* The block device mapping.
|
|
669
|
+
*/
|
|
670
|
+
BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
|
|
671
|
+
/**
|
|
672
|
+
* 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).
|
|
673
|
+
*/
|
|
674
|
+
CapacityReservationSpecification?: CapacityReservationSpecification | undefined;
|
|
675
|
+
/**
|
|
676
|
+
* 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* .
|
|
677
|
+
*/
|
|
678
|
+
CpuOptions?: CpuOptions | undefined;
|
|
679
|
+
/**
|
|
680
|
+
* The credit option for CPU usage of the instance. Valid only for T instances.
|
|
681
|
+
*/
|
|
682
|
+
CreditSpecification?: CreditSpecification | undefined;
|
|
683
|
+
/**
|
|
684
|
+
* 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* .
|
|
685
|
+
*/
|
|
686
|
+
DisableApiStop?: boolean | undefined;
|
|
687
|
+
/**
|
|
688
|
+
* 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.
|
|
689
|
+
*/
|
|
690
|
+
DisableApiTermination?: boolean | undefined;
|
|
691
|
+
/**
|
|
692
|
+
* 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.
|
|
693
|
+
*/
|
|
694
|
+
EbsOptimized?: boolean | undefined;
|
|
695
|
+
/**
|
|
696
|
+
* Deprecated.
|
|
697
|
+
*
|
|
698
|
+
* > Amazon Elastic Graphics reached end of life on January 8, 2024.
|
|
699
|
+
*/
|
|
700
|
+
ElasticGpuSpecifications?: ElasticGpuSpecification[] | undefined;
|
|
701
|
+
/**
|
|
702
|
+
* > Amazon Elastic Inference is no longer available.
|
|
703
|
+
*
|
|
704
|
+
* 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
|
+
*
|
|
706
|
+
* You cannot specify accelerators from different generations in the same request.
|
|
707
|
+
*/
|
|
708
|
+
ElasticInferenceAccelerators?: LaunchTemplateElasticInferenceAccelerator[] | undefined;
|
|
709
|
+
/**
|
|
710
|
+
* 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
|
+
*
|
|
712
|
+
* You can't enable AWS Nitro Enclaves and hibernation on the same instance.
|
|
713
|
+
*/
|
|
714
|
+
EnclaveOptions?: EnclaveOptions | undefined;
|
|
715
|
+
/**
|
|
716
|
+
* 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* .
|
|
717
|
+
*/
|
|
718
|
+
HibernationOptions?: HibernationOptions | undefined;
|
|
719
|
+
/**
|
|
720
|
+
* The name or Amazon Resource Name (ARN) of an IAM instance profile.
|
|
721
|
+
*/
|
|
722
|
+
IamInstanceProfile?: IamInstanceProfile | undefined;
|
|
723
|
+
/**
|
|
724
|
+
* The ID of the AMI. Alternatively, you can specify a Systems Manager parameter, which will resolve to an AMI ID on launch.
|
|
725
|
+
*
|
|
726
|
+
* Valid formats:
|
|
727
|
+
*
|
|
728
|
+
* - `ami-0ac394d6a3example`
|
|
729
|
+
* - `resolve:ssm:parameter-name`
|
|
730
|
+
* - `resolve:ssm:parameter-name:version-number`
|
|
731
|
+
* - `resolve:ssm:parameter-name:label`
|
|
732
|
+
*
|
|
733
|
+
* 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* .
|
|
734
|
+
*/
|
|
735
|
+
ImageId?: string | undefined;
|
|
736
|
+
/**
|
|
737
|
+
* Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).
|
|
738
|
+
*
|
|
739
|
+
* Default: `stop`
|
|
740
|
+
*/
|
|
741
|
+
InstanceInitiatedShutdownBehavior?: string | undefined;
|
|
742
|
+
/**
|
|
743
|
+
* The market (purchasing) option for the instances.
|
|
744
|
+
*/
|
|
745
|
+
InstanceMarketOptions?: InstanceMarketOptions | undefined;
|
|
746
|
+
/**
|
|
747
|
+
* The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with these attributes.
|
|
748
|
+
*
|
|
749
|
+
* You must specify `VCpuCount` and `MemoryMiB` . All other attributes are optional. Any unspecified optional attribute is set to its default.
|
|
750
|
+
*
|
|
751
|
+
* When you specify multiple attributes, you get instance types that satisfy all of the specified attributes. If you specify multiple values for an attribute, you get instance types that satisfy any of the specified values.
|
|
752
|
+
*
|
|
753
|
+
* To limit the list of instance types from which Amazon EC2 can identify matching instance types, you can use one of the following parameters, but not both in the same request:
|
|
754
|
+
*
|
|
755
|
+
* - `AllowedInstanceTypes` - The instance types to include in the list. All other instance types are ignored, even if they match your specified attributes.
|
|
756
|
+
* - `ExcludedInstanceTypes` - The instance types to exclude from the list, even if they match your specified attributes.
|
|
757
|
+
*
|
|
758
|
+
* > If you specify `InstanceRequirements` , you can't specify `InstanceType` .
|
|
759
|
+
* >
|
|
760
|
+
* > 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
|
+
*
|
|
762
|
+
* 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* .
|
|
763
|
+
*/
|
|
764
|
+
InstanceRequirements?: InstanceRequirements | undefined;
|
|
765
|
+
/**
|
|
766
|
+
* 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
|
+
*
|
|
768
|
+
* If you specify `InstanceType` , you can't specify `InstanceRequirements` .
|
|
769
|
+
*/
|
|
770
|
+
InstanceType?: string | undefined;
|
|
771
|
+
/**
|
|
772
|
+
* The ID of the kernel.
|
|
773
|
+
*
|
|
774
|
+
* 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* .
|
|
775
|
+
*/
|
|
776
|
+
KernelId?: string | undefined;
|
|
777
|
+
/**
|
|
778
|
+
* 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
|
+
*
|
|
780
|
+
* > 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.
|
|
781
|
+
*/
|
|
782
|
+
KeyName?: string | undefined;
|
|
783
|
+
/**
|
|
784
|
+
* The license configurations.
|
|
785
|
+
*/
|
|
786
|
+
LicenseSpecifications?: LicenseSpecification[] | undefined;
|
|
787
|
+
/**
|
|
788
|
+
* The maintenance options of your instance.
|
|
789
|
+
*/
|
|
790
|
+
MaintenanceOptions?: MaintenanceOptions | undefined;
|
|
791
|
+
/**
|
|
792
|
+
* 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* .
|
|
793
|
+
*/
|
|
794
|
+
MetadataOptions?: MetadataOptions | undefined;
|
|
795
|
+
/**
|
|
796
|
+
* The monitoring for the instance.
|
|
797
|
+
*/
|
|
798
|
+
Monitoring?: Monitoring | undefined;
|
|
799
|
+
/**
|
|
800
|
+
* The network interfaces for the instance.
|
|
801
|
+
*/
|
|
802
|
+
NetworkInterfaces?: NetworkInterface[] | undefined;
|
|
803
|
+
/**
|
|
804
|
+
* 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) .
|
|
805
|
+
*/
|
|
806
|
+
NetworkPerformanceOptions?: NetworkPerformanceOptions | undefined;
|
|
807
|
+
/**
|
|
808
|
+
* The placement for the instance.
|
|
809
|
+
*/
|
|
810
|
+
Placement?: Placement | undefined;
|
|
811
|
+
/**
|
|
812
|
+
* 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* .
|
|
813
|
+
*/
|
|
814
|
+
PrivateDnsNameOptions?: PrivateDnsNameOptions | undefined;
|
|
815
|
+
/**
|
|
816
|
+
* The ID of the RAM disk.
|
|
817
|
+
*
|
|
818
|
+
* > 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* .
|
|
819
|
+
*/
|
|
820
|
+
RamDiskId?: string | undefined;
|
|
821
|
+
/**
|
|
822
|
+
* 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
|
+
*
|
|
824
|
+
* If you specify a network interface, you must specify any security groups as part of the network interface instead.
|
|
825
|
+
*/
|
|
826
|
+
SecurityGroupIds?: string[] | undefined;
|
|
827
|
+
/**
|
|
828
|
+
* The names of the security groups. For a nondefault VPC, you must use security group IDs instead.
|
|
829
|
+
*
|
|
830
|
+
* If you specify a network interface, you must specify any security groups as part of the network interface instead of using this parameter.
|
|
831
|
+
*/
|
|
832
|
+
SecurityGroups?: string[] | undefined;
|
|
833
|
+
/**
|
|
834
|
+
* The tags to apply to resources that are created during instance launch.
|
|
835
|
+
*
|
|
836
|
+
* 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) .
|
|
837
|
+
*/
|
|
838
|
+
TagSpecifications?: TagSpecification[] | undefined;
|
|
839
|
+
/**
|
|
840
|
+
* 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
|
+
*
|
|
842
|
+
* 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* .
|
|
843
|
+
*/
|
|
844
|
+
UserData?: string | undefined;
|
|
845
|
+
};
|
|
846
|
+
/**
|
|
847
|
+
* > Amazon Elastic Inference is no longer available.
|
|
848
|
+
*
|
|
849
|
+
* Specifies an elastic inference accelerator.
|
|
850
|
+
*
|
|
851
|
+
* `LaunchTemplateElasticInferenceAccelerator` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
852
|
+
*/
|
|
853
|
+
export type LaunchTemplateElasticInferenceAccelerator = {
|
|
854
|
+
/**
|
|
855
|
+
* The number of elastic inference accelerators to attach to the instance.
|
|
856
|
+
*
|
|
857
|
+
* Default: 1
|
|
858
|
+
*/
|
|
859
|
+
Count?: number | undefined;
|
|
860
|
+
/**
|
|
861
|
+
* The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.
|
|
862
|
+
*/
|
|
863
|
+
Type?: string | undefined;
|
|
864
|
+
};
|
|
865
|
+
/**
|
|
866
|
+
* Specifies the tags to apply to the launch template during creation.
|
|
867
|
+
*
|
|
868
|
+
* 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
|
+
*
|
|
870
|
+
* `LaunchTemplateTagSpecification` is a property of [AWS::EC2::LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html) .
|
|
871
|
+
*/
|
|
872
|
+
export type LaunchTemplateTagSpecification = {
|
|
873
|
+
/**
|
|
874
|
+
* The type of resource. To tag a launch template, `ResourceType` must be `launch-template` .
|
|
875
|
+
*/
|
|
876
|
+
ResourceType?: string | undefined;
|
|
877
|
+
/**
|
|
878
|
+
* The tags for the resource.
|
|
879
|
+
*/
|
|
880
|
+
Tags?: Tag[] | undefined;
|
|
881
|
+
};
|
|
882
|
+
/**
|
|
883
|
+
* Specifies a license configuration for an instance.
|
|
884
|
+
*
|
|
885
|
+
* `LicenseSpecification` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
886
|
+
*/
|
|
887
|
+
export type LicenseSpecification = {
|
|
888
|
+
/**
|
|
889
|
+
* The Amazon Resource Name (ARN) of the license configuration.
|
|
890
|
+
*/
|
|
891
|
+
LicenseConfigurationArn?: string | undefined;
|
|
892
|
+
};
|
|
893
|
+
/**
|
|
894
|
+
* The maintenance options of your instance.
|
|
895
|
+
*/
|
|
896
|
+
export type MaintenanceOptions = {
|
|
897
|
+
/**
|
|
898
|
+
* Disables the automatic recovery behavior of your instance or sets it to default.
|
|
899
|
+
*/
|
|
900
|
+
AutoRecovery?: string | undefined;
|
|
901
|
+
};
|
|
902
|
+
/**
|
|
903
|
+
* The minimum and maximum amount of memory per vCPU, in GiB.
|
|
904
|
+
*/
|
|
905
|
+
export type MemoryGiBPerVCpu = {
|
|
906
|
+
/**
|
|
907
|
+
* The maximum amount of memory per vCPU, in GiB. To specify no maximum limit, omit this parameter.
|
|
908
|
+
*/
|
|
909
|
+
Max?: number | undefined;
|
|
910
|
+
/**
|
|
911
|
+
* The minimum amount of memory per vCPU, in GiB. To specify no minimum limit, omit this parameter.
|
|
912
|
+
*/
|
|
913
|
+
Min?: number | undefined;
|
|
914
|
+
};
|
|
915
|
+
/**
|
|
916
|
+
* The minimum and maximum amount of memory, in MiB.
|
|
917
|
+
*/
|
|
918
|
+
export type MemoryMiB = {
|
|
919
|
+
/**
|
|
920
|
+
* The maximum amount of memory, in MiB. To specify no maximum limit, omit this parameter.
|
|
921
|
+
*/
|
|
922
|
+
Max?: number | undefined;
|
|
923
|
+
/**
|
|
924
|
+
* The minimum amount of memory, in MiB. To specify no minimum limit, specify `0` .
|
|
925
|
+
*/
|
|
926
|
+
Min?: number | undefined;
|
|
927
|
+
};
|
|
928
|
+
/**
|
|
929
|
+
* 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
|
+
*
|
|
931
|
+
* `MetadataOptions` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
932
|
+
*/
|
|
933
|
+
export type MetadataOptions = {
|
|
934
|
+
/**
|
|
935
|
+
* Enables or disables the HTTP metadata endpoint on your instances. If the parameter is not specified, the default state is `enabled` .
|
|
936
|
+
*
|
|
937
|
+
* > If you specify a value of `disabled` , you will not be able to access your instance metadata.
|
|
938
|
+
*/
|
|
939
|
+
HttpEndpoint?: string | undefined;
|
|
940
|
+
/**
|
|
941
|
+
* Enables or disables the IPv6 endpoint for the instance metadata service.
|
|
942
|
+
*
|
|
943
|
+
* Default: `disabled`
|
|
944
|
+
*/
|
|
945
|
+
HttpProtocolIpv6?: string | undefined;
|
|
946
|
+
/**
|
|
947
|
+
* The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.
|
|
948
|
+
*
|
|
949
|
+
* Default: `1`
|
|
950
|
+
*
|
|
951
|
+
* Possible values: Integers from 1 to 64
|
|
952
|
+
*/
|
|
953
|
+
HttpPutResponseHopLimit?: number | undefined;
|
|
954
|
+
/**
|
|
955
|
+
* Indicates whether IMDSv2 is required.
|
|
956
|
+
*
|
|
957
|
+
* - `optional` - IMDSv2 is optional. You can choose whether to send a session token in your instance metadata retrieval requests. If you retrieve IAM role credentials without a session token, you receive the IMDSv1 role credentials. If you retrieve IAM role credentials using a valid session token, you receive the IMDSv2 role credentials.
|
|
958
|
+
* - `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
|
+
*
|
|
960
|
+
* Default: If the value of `ImdsSupport` for the Amazon Machine Image (AMI) for your instance is `v2.0` , the default is `required` .
|
|
961
|
+
*/
|
|
962
|
+
HttpTokens?: string | undefined;
|
|
963
|
+
/**
|
|
964
|
+
* 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
|
+
*
|
|
966
|
+
* Default: `disabled`
|
|
967
|
+
*/
|
|
968
|
+
InstanceMetadataTags?: string | undefined;
|
|
969
|
+
};
|
|
970
|
+
/**
|
|
971
|
+
* 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
|
+
*
|
|
973
|
+
* `Monitoring` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
974
|
+
*/
|
|
975
|
+
export type Monitoring = {
|
|
976
|
+
/**
|
|
977
|
+
* Specify `true` to enable detailed monitoring. Otherwise, basic monitoring is enabled.
|
|
978
|
+
*/
|
|
979
|
+
Enabled?: boolean | undefined;
|
|
980
|
+
};
|
|
981
|
+
/**
|
|
982
|
+
* The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).
|
|
983
|
+
*
|
|
984
|
+
* > 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* .
|
|
985
|
+
*/
|
|
986
|
+
export type NetworkBandwidthGbps = {
|
|
987
|
+
/**
|
|
988
|
+
* The maximum amount of network bandwidth, in Gbps. To specify no maximum limit, omit this parameter.
|
|
989
|
+
*/
|
|
990
|
+
Max?: number | undefined;
|
|
991
|
+
/**
|
|
992
|
+
* The minimum amount of network bandwidth, in Gbps. If this parameter is not specified, there is no minimum limit.
|
|
993
|
+
*/
|
|
994
|
+
Min?: number | undefined;
|
|
995
|
+
};
|
|
996
|
+
/**
|
|
997
|
+
* Specifies the parameters for a network interface.
|
|
998
|
+
*
|
|
999
|
+
* `NetworkInterface` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
1000
|
+
*/
|
|
1001
|
+
export type NetworkInterface = {
|
|
1002
|
+
/**
|
|
1003
|
+
* Associates a Carrier IP address with eth0 for a new network interface.
|
|
1004
|
+
*
|
|
1005
|
+
* 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* .
|
|
1006
|
+
*/
|
|
1007
|
+
AssociateCarrierIpAddress?: boolean | undefined;
|
|
1008
|
+
/**
|
|
1009
|
+
* Associates a public IPv4 address with eth0 for a new network interface.
|
|
1010
|
+
*
|
|
1011
|
+
* 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/) .
|
|
1012
|
+
*/
|
|
1013
|
+
AssociatePublicIpAddress?: boolean | undefined;
|
|
1014
|
+
/**
|
|
1015
|
+
* A connection tracking specification for the network interface.
|
|
1016
|
+
*/
|
|
1017
|
+
ConnectionTrackingSpecification?: ConnectionTrackingSpecification | undefined;
|
|
1018
|
+
/**
|
|
1019
|
+
* Indicates whether the network interface is deleted when the instance is terminated.
|
|
1020
|
+
*/
|
|
1021
|
+
DeleteOnTermination?: boolean | undefined;
|
|
1022
|
+
/**
|
|
1023
|
+
* A description for the network interface.
|
|
1024
|
+
*/
|
|
1025
|
+
Description?: string | undefined;
|
|
1026
|
+
/**
|
|
1027
|
+
* 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
|
+
*
|
|
1029
|
+
* 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` .
|
|
1030
|
+
*/
|
|
1031
|
+
DeviceIndex?: number | undefined;
|
|
1032
|
+
/**
|
|
1033
|
+
* The ENA Express configuration for the network interface.
|
|
1034
|
+
*/
|
|
1035
|
+
EnaSrdSpecification?: EnaSrdSpecification | undefined;
|
|
1036
|
+
/**
|
|
1037
|
+
* The IDs of one or more security groups.
|
|
1038
|
+
*/
|
|
1039
|
+
Groups?: string[] | undefined;
|
|
1040
|
+
/**
|
|
1041
|
+
* The type of network interface. To create an Elastic Fabric Adapter (EFA), specify `efa` or `efa` . For more information, see [Elastic Fabric Adapter for AI/ML and HPC workloads on Amazon EC2](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html) in the *Amazon EC2 User Guide* .
|
|
1042
|
+
*
|
|
1043
|
+
* If you are not creating an EFA, specify `interface` or omit this parameter.
|
|
1044
|
+
*
|
|
1045
|
+
* 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
|
+
*
|
|
1047
|
+
* Valid values: `interface` | `efa` | `efa-only`
|
|
1048
|
+
*/
|
|
1049
|
+
InterfaceType?: string | undefined;
|
|
1050
|
+
/**
|
|
1051
|
+
* The number of IPv4 prefixes to be automatically assigned to the network interface. You cannot use this option if you use the `Ipv4Prefix` option.
|
|
1052
|
+
*/
|
|
1053
|
+
Ipv4PrefixCount?: number | undefined;
|
|
1054
|
+
/**
|
|
1055
|
+
* One or more IPv4 prefixes to be assigned to the network interface. You cannot use this option if you use the `Ipv4PrefixCount` option.
|
|
1056
|
+
*/
|
|
1057
|
+
Ipv4Prefixes?: Ipv4PrefixSpecification[] | undefined;
|
|
1058
|
+
/**
|
|
1059
|
+
* 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.
|
|
1060
|
+
*/
|
|
1061
|
+
Ipv6AddressCount?: number | undefined;
|
|
1062
|
+
/**
|
|
1063
|
+
* 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.
|
|
1064
|
+
*/
|
|
1065
|
+
Ipv6Addresses?: Ipv6Add[] | undefined;
|
|
1066
|
+
/**
|
|
1067
|
+
* The number of IPv6 prefixes to be automatically assigned to the network interface. You cannot use this option if you use the `Ipv6Prefix` option.
|
|
1068
|
+
*/
|
|
1069
|
+
Ipv6PrefixCount?: number | undefined;
|
|
1070
|
+
/**
|
|
1071
|
+
* One or more IPv6 prefixes to be assigned to the network interface. You cannot use this option if you use the `Ipv6PrefixCount` option.
|
|
1072
|
+
*/
|
|
1073
|
+
Ipv6Prefixes?: Ipv6PrefixSpecification[] | undefined;
|
|
1074
|
+
/**
|
|
1075
|
+
* 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.
|
|
1076
|
+
*/
|
|
1077
|
+
NetworkCardIndex?: number | undefined;
|
|
1078
|
+
/**
|
|
1079
|
+
* The ID of the network interface.
|
|
1080
|
+
*/
|
|
1081
|
+
NetworkInterfaceId?: string | undefined;
|
|
1082
|
+
/**
|
|
1083
|
+
* 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) .
|
|
1084
|
+
*/
|
|
1085
|
+
PrimaryIpv6?: boolean | undefined;
|
|
1086
|
+
/**
|
|
1087
|
+
* The primary private IPv4 address of the network interface.
|
|
1088
|
+
*/
|
|
1089
|
+
PrivateIpAddress?: string | undefined;
|
|
1090
|
+
/**
|
|
1091
|
+
* One or more private IPv4 addresses.
|
|
1092
|
+
*/
|
|
1093
|
+
PrivateIpAddresses?: PrivateIpAdd[] | undefined;
|
|
1094
|
+
/**
|
|
1095
|
+
* The number of secondary private IPv4 addresses to assign to a network interface.
|
|
1096
|
+
*/
|
|
1097
|
+
SecondaryPrivateIpAddressCount?: number | undefined;
|
|
1098
|
+
/**
|
|
1099
|
+
* The ID of the subnet for the network interface.
|
|
1100
|
+
*/
|
|
1101
|
+
SubnetId?: string | undefined;
|
|
1102
|
+
};
|
|
1103
|
+
/**
|
|
1104
|
+
* The minimum and maximum number of network interfaces.
|
|
1105
|
+
*/
|
|
1106
|
+
export type NetworkInterfaceCount = {
|
|
1107
|
+
/**
|
|
1108
|
+
* The maximum number of network interfaces. To specify no maximum limit, omit this parameter.
|
|
1109
|
+
*/
|
|
1110
|
+
Max?: number | undefined;
|
|
1111
|
+
/**
|
|
1112
|
+
* The minimum number of network interfaces. To specify no minimum limit, omit this parameter.
|
|
1113
|
+
*/
|
|
1114
|
+
Min?: number | undefined;
|
|
1115
|
+
};
|
|
1116
|
+
/**
|
|
1117
|
+
* Contains settings for the network performance options for the instance.
|
|
1118
|
+
*/
|
|
1119
|
+
export type NetworkPerformanceOptions = {
|
|
1120
|
+
/**
|
|
1121
|
+
* Specify the bandwidth weighting option to boost the associated type of baseline bandwidth, as follows:
|
|
1122
|
+
*
|
|
1123
|
+
* - **default** - This option uses the standard bandwidth configuration for your instance type.
|
|
1124
|
+
* - **vpc-1** - This option boosts your networking baseline bandwidth and reduces your EBS baseline bandwidth.
|
|
1125
|
+
* - **ebs-1** - This option boosts your EBS baseline bandwidth and reduces your networking baseline bandwidth.
|
|
1126
|
+
*/
|
|
1127
|
+
BandwidthWeighting?: string | undefined;
|
|
1128
|
+
};
|
|
1129
|
+
/**
|
|
1130
|
+
* Specifies the placement of an instance.
|
|
1131
|
+
*
|
|
1132
|
+
* `Placement` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
|
|
1133
|
+
*/
|
|
1134
|
+
export type Placement = {
|
|
1135
|
+
/**
|
|
1136
|
+
* The affinity setting for an instance on a Dedicated Host.
|
|
1137
|
+
*/
|
|
1138
|
+
Affinity?: string | undefined;
|
|
1139
|
+
/**
|
|
1140
|
+
* The Availability Zone for the instance.
|
|
1141
|
+
*/
|
|
1142
|
+
AvailabilityZone?: string | undefined;
|
|
1143
|
+
/**
|
|
1144
|
+
* The Group Id of a placement group. You must specify the Placement Group *Group Id* to launch an instance in a shared placement group.
|
|
1145
|
+
*/
|
|
1146
|
+
GroupId?: string | undefined;
|
|
1147
|
+
/**
|
|
1148
|
+
* The name of the placement group for the instance.
|
|
1149
|
+
*/
|
|
1150
|
+
GroupName?: string | undefined;
|
|
1151
|
+
/**
|
|
1152
|
+
* The ID of the Dedicated Host for the instance.
|
|
1153
|
+
*/
|
|
1154
|
+
HostId?: string | undefined;
|
|
1155
|
+
/**
|
|
1156
|
+
* 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` .
|
|
1157
|
+
*/
|
|
1158
|
+
HostResourceGroupArn?: string | undefined;
|
|
1159
|
+
/**
|
|
1160
|
+
* The number of the partition the instance should launch in. Valid only if the placement group strategy is set to `partition` .
|
|
1161
|
+
*/
|
|
1162
|
+
PartitionNumber?: number | undefined;
|
|
1163
|
+
/**
|
|
1164
|
+
* Reserved for future use.
|
|
1165
|
+
*/
|
|
1166
|
+
SpreadDomain?: string | undefined;
|
|
1167
|
+
/**
|
|
1168
|
+
* The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware.
|
|
1169
|
+
*/
|
|
1170
|
+
Tenancy?: string | undefined;
|
|
1171
|
+
};
|
|
1172
|
+
/**
|
|
1173
|
+
* 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* .
|
|
1174
|
+
*/
|
|
1175
|
+
export type PrivateDnsNameOptions = {
|
|
1176
|
+
/**
|
|
1177
|
+
* Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
|
|
1178
|
+
*/
|
|
1179
|
+
EnableResourceNameDnsAAAARecord?: boolean | undefined;
|
|
1180
|
+
/**
|
|
1181
|
+
* Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
|
|
1182
|
+
*/
|
|
1183
|
+
EnableResourceNameDnsARecord?: boolean | undefined;
|
|
1184
|
+
/**
|
|
1185
|
+
* 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* .
|
|
1186
|
+
*/
|
|
1187
|
+
HostnameType?: string | undefined;
|
|
1188
|
+
};
|
|
1189
|
+
/**
|
|
1190
|
+
* Specifies a secondary private IPv4 address for a network interface.
|
|
1191
|
+
*
|
|
1192
|
+
* `PrivateIpAdd` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html) .
|
|
1193
|
+
*/
|
|
1194
|
+
export type PrivateIpAdd = {
|
|
1195
|
+
/**
|
|
1196
|
+
* Indicates whether the private IPv4 address is the primary private IPv4 address. Only one IPv4 address can be designated as primary.
|
|
1197
|
+
*/
|
|
1198
|
+
Primary?: boolean | undefined;
|
|
1199
|
+
/**
|
|
1200
|
+
* The private IPv4 address.
|
|
1201
|
+
*/
|
|
1202
|
+
PrivateIpAddress?: string | undefined;
|
|
1203
|
+
};
|
|
1204
|
+
/**
|
|
1205
|
+
* Specifies an instance family to use as the baseline reference for CPU performance.
|
|
1206
|
+
*/
|
|
1207
|
+
export type Reference = {
|
|
1208
|
+
/**
|
|
1209
|
+
* The instance family to use as a baseline reference.
|
|
1210
|
+
*
|
|
1211
|
+
* > Ensure that you specify the correct value for the instance family. The instance family is everything before the period ( `.` ) in the instance type name. For example, in the instance type `c6i.large` , the instance family is `c6i` , not `c6` . For more information, see [Amazon EC2 instance type naming conventions](https://docs.aws.amazon.com/ec2/latest/instancetypes/instance-type-names.html) in *Amazon EC2 Instance Types* .
|
|
1212
|
+
*
|
|
1213
|
+
* The following instance families are *not supported* for performance protection:
|
|
1214
|
+
*
|
|
1215
|
+
* - `c1`
|
|
1216
|
+
* - `g3` | `g3s`
|
|
1217
|
+
* - `hpc7g`
|
|
1218
|
+
* - `m1` | `m2`
|
|
1219
|
+
* - `mac1` | `mac2` | `mac2-m1ultra` | `mac2-m2` | `mac2-m2pro`
|
|
1220
|
+
* - `p3dn` | `p4d` | `p5`
|
|
1221
|
+
* - `t1`
|
|
1222
|
+
* - `u-12tb1` | `u-18tb1` | `u-24tb1` | `u-3tb1` | `u-6tb1` | `u-9tb1` | `u7i-12tb` | `u7in-16tb` | `u7in-24tb` | `u7in-32tb`
|
|
1223
|
+
*
|
|
1224
|
+
* If you enable performance protection by specifying a supported instance family, the returned instance types will exclude the above unsupported instance families.
|
|
1225
|
+
*/
|
|
1226
|
+
InstanceFamily?: string | undefined;
|
|
1227
|
+
};
|
|
1228
|
+
/**
|
|
1229
|
+
* Specifies options for Spot Instances.
|
|
1230
|
+
*
|
|
1231
|
+
* `SpotOptions` is a property of [AWS::EC2::LaunchTemplate InstanceMarketOptions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html) .
|
|
1232
|
+
*/
|
|
1233
|
+
export type SpotOptions = {
|
|
1234
|
+
/**
|
|
1235
|
+
* Deprecated.
|
|
1236
|
+
*/
|
|
1237
|
+
BlockDurationMinutes?: number | undefined;
|
|
1238
|
+
/**
|
|
1239
|
+
* The behavior when a Spot Instance is interrupted. The default is `terminate` .
|
|
1240
|
+
*/
|
|
1241
|
+
InstanceInterruptionBehavior?: string | undefined;
|
|
1242
|
+
/**
|
|
1243
|
+
* 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
|
+
*
|
|
1245
|
+
* > If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.
|
|
1246
|
+
*/
|
|
1247
|
+
MaxPrice?: string | undefined;
|
|
1248
|
+
/**
|
|
1249
|
+
* The Spot Instance request type.
|
|
1250
|
+
*
|
|
1251
|
+
* 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.
|
|
1252
|
+
*/
|
|
1253
|
+
SpotInstanceType?: string | undefined;
|
|
1254
|
+
/**
|
|
1255
|
+
* The end date of the request, in UTC format ( *YYYY-MM-DD* T *HH:MM:SS* Z). Supported only for persistent requests.
|
|
1256
|
+
*
|
|
1257
|
+
* - For a persistent request, the request remains active until the `ValidUntil` date and time is reached. Otherwise, the request remains active until you cancel it.
|
|
1258
|
+
* - For a one-time request, `ValidUntil` is not supported. The request remains active until all instances launch or you cancel the request.
|
|
1259
|
+
*
|
|
1260
|
+
* Default: 7 days from the current date
|
|
1261
|
+
*/
|
|
1262
|
+
ValidUntil?: string | undefined;
|
|
1263
|
+
};
|
|
1264
|
+
/**
|
|
1265
|
+
* Specifies the tags to apply to resources that are created during instance launch.
|
|
1266
|
+
*
|
|
1267
|
+
* `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) .
|
|
1268
|
+
*/
|
|
1269
|
+
export type TagSpecification = {
|
|
1270
|
+
/**
|
|
1271
|
+
* 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
|
+
*
|
|
1273
|
+
* To tag a resource after it has been created, see [CreateTags](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html) .
|
|
1274
|
+
*/
|
|
1275
|
+
ResourceType?: string | undefined;
|
|
1276
|
+
/**
|
|
1277
|
+
* The tags to apply to the resource.
|
|
1278
|
+
*/
|
|
1279
|
+
Tags?: Tag[] | undefined;
|
|
1280
|
+
};
|
|
1281
|
+
/**
|
|
1282
|
+
* The minimum and maximum amount of total local storage, in GB.
|
|
1283
|
+
*/
|
|
1284
|
+
export type TotalLocalStorageGB = {
|
|
1285
|
+
/**
|
|
1286
|
+
* The maximum amount of total local storage, in GB. To specify no maximum limit, omit this parameter.
|
|
1287
|
+
*/
|
|
1288
|
+
Max?: number | undefined;
|
|
1289
|
+
/**
|
|
1290
|
+
* The minimum amount of total local storage, in GB. To specify no minimum limit, omit this parameter.
|
|
1291
|
+
*/
|
|
1292
|
+
Min?: number | undefined;
|
|
1293
|
+
};
|
|
1294
|
+
/**
|
|
1295
|
+
* The minimum and maximum number of vCPUs.
|
|
1296
|
+
*/
|
|
1297
|
+
export type VCpuCount = {
|
|
1298
|
+
/**
|
|
1299
|
+
* The maximum number of vCPUs. To specify no maximum limit, omit this parameter.
|
|
1300
|
+
*/
|
|
1301
|
+
Max?: number | undefined;
|
|
1302
|
+
/**
|
|
1303
|
+
* The minimum number of vCPUs. To specify no minimum limit, specify `0` .
|
|
1304
|
+
*/
|
|
1305
|
+
Min?: number | undefined;
|
|
1306
|
+
};
|
|
1307
|
+
//# sourceMappingURL=aws-ec2-launchtemplate.d.ts.map
|