@propulsionworks/cloudformation 0.0.2 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/exports/main.ts +6 -5
- package/lib/assert.ts +62 -0
- package/lib/builder.ts +366 -0
- package/lib/intrinsics.ts +1223 -0
- package/{exports/main → lib}/template.ts +41 -13
- package/out/exports/main.d.ts +6 -5
- package/out/exports/main.d.ts.map +1 -1
- package/out/exports/main.js +6 -5
- package/out/exports/main.js.map +1 -1
- package/out/exports/resources.generated/alexa-ask-skill.d.ts +106 -0
- package/out/exports/resources.generated/aws-accessanalyzer-analyzer.d.ts +154 -0
- package/out/exports/resources.generated/aws-acmpca-certificate.d.ts +462 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthority.d.ts +523 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthorityactivation.d.ts +43 -0
- package/out/exports/resources.generated/aws-acmpca-permission.d.ts +45 -0
- package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +422 -0
- package/out/exports/resources.generated/aws-amazonmq-configuration.d.ts +94 -0
- package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +52 -0
- package/out/exports/resources.generated/aws-amplify-app.d.ts +356 -0
- package/out/exports/resources.generated/aws-amplify-branch.d.ts +206 -0
- package/out/exports/resources.generated/aws-amplify-domain.d.ts +169 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-component.d.ts +558 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-form.d.ts +526 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-theme.d.ts +99 -0
- package/out/exports/resources.generated/aws-apigateway-account.d.ts +32 -0
- package/out/exports/resources.generated/aws-apigateway-apikey.d.ts +82 -0
- package/out/exports/resources.generated/aws-apigateway-authorizer.d.ts +73 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmapping.d.ts +33 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmappingv2.d.ts +43 -0
- package/out/exports/resources.generated/aws-apigateway-clientcertificate.d.ts +33 -0
- package/out/exports/resources.generated/aws-apigateway-deployment.d.ts +271 -0
- package/out/exports/resources.generated/aws-apigateway-documentationpart.d.ts +71 -0
- package/out/exports/resources.generated/aws-apigateway-documentationversion.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigateway-domainname.d.ts +127 -0
- package/out/exports/resources.generated/aws-apigateway-domainnameaccessassociation.d.ts +51 -0
- package/out/exports/resources.generated/aws-apigateway-domainnamev2.d.ts +74 -0
- package/out/exports/resources.generated/aws-apigateway-gatewayresponse.d.ts +48 -0
- package/out/exports/resources.generated/aws-apigateway-method.d.ts +217 -0
- package/out/exports/resources.generated/aws-apigateway-model.d.ts +40 -0
- package/out/exports/resources.generated/aws-apigateway-requestvalidator.d.ts +43 -0
- package/out/exports/resources.generated/aws-apigateway-resource.d.ts +38 -0
- package/out/exports/resources.generated/aws-apigateway-restapi.d.ts +168 -0
- package/out/exports/resources.generated/aws-apigateway-stage.d.ts +189 -0
- package/out/exports/resources.generated/aws-apigateway-usageplan.d.ts +121 -0
- package/out/exports/resources.generated/aws-apigateway-usageplankey.d.ts +38 -0
- package/out/exports/resources.generated/aws-apigateway-vpclink.d.ts +43 -0
- package/out/exports/resources.generated/aws-apigatewayv2-api.d.ts +182 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apigatewaymanagedoverrides.d.ts +183 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apimapping.d.ts +43 -0
- package/out/exports/resources.generated/aws-apigatewayv2-authorizer.d.ts +98 -0
- package/out/exports/resources.generated/aws-apigatewayv2-deployment.d.ts +38 -0
- package/out/exports/resources.generated/aws-apigatewayv2-domainname.d.ts +111 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integration.d.ts +181 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integrationresponse.d.ts +64 -0
- package/out/exports/resources.generated/aws-apigatewayv2-model.d.ts +48 -0
- package/out/exports/resources.generated/aws-apigatewayv2-route.d.ts +83 -0
- package/out/exports/resources.generated/aws-apigatewayv2-routeresponse.d.ts +64 -0
- package/out/exports/resources.generated/aws-apigatewayv2-stage.d.ts +130 -0
- package/out/exports/resources.generated/aws-apigatewayv2-vpclink.d.ts +43 -0
- package/out/exports/resources.generated/aws-appconfig-application.d.ts +58 -0
- package/out/exports/resources.generated/aws-appconfig-configurationprofile.d.ts +158 -0
- package/out/exports/resources.generated/aws-appconfig-deployment.d.ts +114 -0
- package/out/exports/resources.generated/aws-appconfig-deploymentstrategy.d.ts +95 -0
- package/out/exports/resources.generated/aws-appconfig-environment.d.ts +106 -0
- package/out/exports/resources.generated/aws-appconfig-extension.d.ts +136 -0
- package/out/exports/resources.generated/aws-appconfig-extensionassociation.d.ts +63 -0
- package/out/exports/resources.generated/aws-appconfig-hostedconfigurationversion.d.ts +83 -0
- package/out/exports/resources.generated/aws-appflow-connector.d.ts +76 -0
- package/out/exports/resources.generated/aws-appflow-connectorprofile.d.ts +1113 -0
- package/out/exports/resources.generated/aws-appflow-flow.d.ts +1383 -0
- package/out/exports/resources.generated/aws-appintegrations-application.d.ts +93 -0
- package/out/exports/resources.generated/aws-appintegrations-dataintegration.d.ts +133 -0
- package/out/exports/resources.generated/aws-appintegrations-eventintegration.d.ts +75 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalabletarget.d.ts +213 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalingpolicy.d.ts +745 -0
- package/out/exports/resources.generated/aws-applicationinsights-application.d.ts +592 -0
- package/out/exports/resources.generated/aws-applicationsignals-discovery.d.ts +42 -0
- package/out/exports/resources.generated/aws-applicationsignals-servicelevelobjective.d.ts +621 -0
- package/out/exports/resources.generated/aws-appmesh-gatewayroute.d.ts +528 -0
- package/out/exports/resources.generated/aws-appmesh-mesh.d.ts +110 -0
- package/out/exports/resources.generated/aws-appmesh-route.d.ts +620 -0
- package/out/exports/resources.generated/aws-appmesh-virtualgateway.d.ts +594 -0
- package/out/exports/resources.generated/aws-appmesh-virtualnode.d.ts +869 -0
- package/out/exports/resources.generated/aws-appmesh-virtualrouter.d.ts +123 -0
- package/out/exports/resources.generated/aws-appmesh-virtualservice.d.ts +134 -0
- package/out/exports/resources.generated/aws-apprunner-autoscalingconfiguration.d.ts +86 -0
- package/out/exports/resources.generated/aws-apprunner-observabilityconfiguration.d.ts +87 -0
- package/out/exports/resources.generated/aws-apprunner-service.d.ts +525 -0
- package/out/exports/resources.generated/aws-apprunner-vpcconnector.d.ts +70 -0
- package/out/exports/resources.generated/aws-apprunner-vpcingressconnection.d.ts +89 -0
- package/out/exports/resources.generated/aws-appstream-appblock.d.ts +125 -0
- package/out/exports/resources.generated/aws-appstream-appblockbuilder.d.ts +119 -0
- package/out/exports/resources.generated/aws-appstream-application.d.ts +121 -0
- package/out/exports/resources.generated/aws-appstream-applicationentitlementassociation.d.ts +28 -0
- package/out/exports/resources.generated/aws-appstream-applicationfleetassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-appstream-directoryconfig.d.ts +65 -0
- package/out/exports/resources.generated/aws-appstream-entitlement.d.ts +79 -0
- package/out/exports/resources.generated/aws-appstream-fleet.d.ts +255 -0
- package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +176 -0
- package/out/exports/resources.generated/aws-appstream-stack.d.ts +185 -0
- package/out/exports/resources.generated/aws-appstream-stackfleetassociation.d.ts +36 -0
- package/out/exports/resources.generated/aws-appstream-stackuserassociation.d.ts +44 -0
- package/out/exports/resources.generated/aws-appstream-user.d.ts +51 -0
- package/out/exports/resources.generated/aws-appsync-api.d.ts +228 -0
- package/out/exports/resources.generated/aws-appsync-apicache.d.ts +89 -0
- package/out/exports/resources.generated/aws-appsync-apikey.d.ts +48 -0
- package/out/exports/resources.generated/aws-appsync-channelnamespace.d.ts +151 -0
- package/out/exports/resources.generated/aws-appsync-datasource.d.ts +326 -0
- package/out/exports/resources.generated/aws-appsync-domainname.d.ts +69 -0
- package/out/exports/resources.generated/aws-appsync-domainnameapiassociation.d.ts +35 -0
- package/out/exports/resources.generated/aws-appsync-functionconfiguration.d.ts +177 -0
- package/out/exports/resources.generated/aws-appsync-graphqlapi.d.ts +383 -0
- package/out/exports/resources.generated/aws-appsync-graphqlschema.d.ts +48 -0
- package/out/exports/resources.generated/aws-appsync-resolver.d.ts +221 -0
- package/out/exports/resources.generated/aws-appsync-sourceapiassociation.d.ts +107 -0
- package/out/exports/resources.generated/aws-apptest-testcase.d.ts +493 -0
- package/out/exports/resources.generated/aws-aps-rulegroupsnamespace.d.ts +49 -0
- package/out/exports/resources.generated/aws-aps-scraper.d.ts +156 -0
- package/out/exports/resources.generated/aws-aps-workspace.d.ts +218 -0
- package/out/exports/resources.generated/aws-arczonalshift-autoshiftobservernotificationstatus.d.ts +36 -0
- package/out/exports/resources.generated/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +125 -0
- package/out/exports/resources.generated/aws-athena-capacityreservation.d.ts +96 -0
- package/out/exports/resources.generated/aws-athena-datacatalog.d.ts +92 -0
- package/out/exports/resources.generated/aws-athena-namedquery.d.ts +58 -0
- package/out/exports/resources.generated/aws-athena-preparedstatement.d.ts +41 -0
- package/out/exports/resources.generated/aws-athena-workgroup.d.ts +321 -0
- package/out/exports/resources.generated/aws-auditmanager-assessment.d.ts +268 -0
- package/out/exports/resources.generated/aws-autoscaling-autoscalinggroup.d.ts +1188 -0
- package/out/exports/resources.generated/aws-autoscaling-launchconfiguration.d.ts +283 -0
- package/out/exports/resources.generated/aws-autoscaling-lifecyclehook.d.ts +72 -0
- package/out/exports/resources.generated/aws-autoscaling-scalingpolicy.d.ts +708 -0
- package/out/exports/resources.generated/aws-autoscaling-scheduledaction.d.ts +81 -0
- package/out/exports/resources.generated/aws-autoscaling-warmpool.d.ts +69 -0
- package/out/exports/resources.generated/aws-autoscalingplans-scalingplan.d.ts +408 -0
- package/out/exports/resources.generated/aws-b2bi-capability.d.ts +170 -0
- package/out/exports/resources.generated/aws-b2bi-partnership.d.ts +263 -0
- package/out/exports/resources.generated/aws-b2bi-profile.d.ts +93 -0
- package/out/exports/resources.generated/aws-b2bi-transformer.d.ts +254 -0
- package/out/exports/resources.generated/aws-backup-backupplan.d.ts +217 -0
- package/out/exports/resources.generated/aws-backup-backupselection.d.ts +141 -0
- package/out/exports/resources.generated/aws-backup-backupvault.d.ts +119 -0
- package/out/exports/resources.generated/aws-backup-framework.d.ts +119 -0
- package/out/exports/resources.generated/aws-backup-logicallyairgappedbackupvault.d.ts +93 -0
- package/out/exports/resources.generated/aws-backup-reportplan.d.ts +100 -0
- package/out/exports/resources.generated/aws-backup-restoretestingplan.d.ts +110 -0
- package/out/exports/resources.generated/aws-backup-restoretestingselection.d.ts +111 -0
- package/out/exports/resources.generated/aws-backupgateway-hypervisor.d.ts +83 -0
- package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +498 -0
- package/out/exports/resources.generated/aws-batch-consumableresource.d.ts +71 -0
- package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +1586 -0
- package/out/exports/resources.generated/aws-batch-jobqueue.d.ts +110 -0
- package/out/exports/resources.generated/aws-batch-schedulingpolicy.d.ts +98 -0
- package/out/exports/resources.generated/aws-bcmdataexports-export.d.ts +214 -0
- package/out/exports/resources.generated/aws-bedrock-agent.d.ts +706 -0
- package/out/exports/resources.generated/aws-bedrock-agentalias.d.ts +118 -0
- package/out/exports/resources.generated/aws-bedrock-applicationinferenceprofile.d.ts +121 -0
- package/out/exports/resources.generated/aws-bedrock-blueprint.d.ts +77 -0
- package/out/exports/resources.generated/aws-bedrock-dataautomationproject.d.ts +654 -0
- package/out/exports/resources.generated/aws-bedrock-datasource.d.ts +912 -0
- package/out/exports/resources.generated/aws-bedrock-flow.d.ts +733 -0
- package/out/exports/resources.generated/aws-bedrock-flowalias.d.ts +122 -0
- package/out/exports/resources.generated/aws-bedrock-flowversion.d.ts +80 -0
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +663 -0
- package/out/exports/resources.generated/aws-bedrock-guardrailversion.d.ts +52 -0
- package/out/exports/resources.generated/aws-bedrock-intelligentpromptrouter.d.ts +121 -0
- package/out/exports/resources.generated/aws-bedrock-knowledgebase.d.ts +1153 -0
- package/out/exports/resources.generated/aws-bedrock-prompt.d.ts +477 -0
- package/out/exports/resources.generated/aws-bedrock-promptversion.d.ts +92 -0
- package/out/exports/resources.generated/aws-billingconductor-billinggroup.d.ts +116 -0
- package/out/exports/resources.generated/aws-billingconductor-customlineitem.d.ts +194 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingplan.d.ts +63 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingrule.d.ts +124 -0
- package/out/exports/resources.generated/aws-budgets-budget.d.ts +473 -0
- package/out/exports/resources.generated/aws-budgets-budgetsaction.d.ts +191 -0
- package/out/exports/resources.generated/aws-cassandra-keyspace.d.ts +73 -0
- package/out/exports/resources.generated/aws-cassandra-table.d.ts +370 -0
- package/out/exports/resources.generated/aws-cassandra-type.d.ts +82 -0
- package/out/exports/resources.generated/aws-ce-anomalymonitor.d.ts +81 -0
- package/out/exports/resources.generated/aws-ce-anomalysubscription.d.ts +108 -0
- package/out/exports/resources.generated/aws-ce-costcategory.d.ts +65 -0
- package/out/exports/resources.generated/aws-certificatemanager-account.d.ts +41 -0
- package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +125 -0
- package/out/exports/resources.generated/aws-chatbot-customaction.d.ts +145 -0
- package/out/exports/resources.generated/aws-chatbot-microsoftteamschannelconfiguration.d.ts +125 -0
- package/out/exports/resources.generated/aws-chatbot-slackchannelconfiguration.d.ts +107 -0
- package/out/exports/resources.generated/aws-cleanrooms-analysistemplate.d.ts +250 -0
- package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +300 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtable.d.ts +466 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtableassociation.d.ts +175 -0
- package/out/exports/resources.generated/aws-cleanrooms-idmappingtable.d.ts +102 -0
- package/out/exports/resources.generated/aws-cleanrooms-idnamespaceassociation.d.ts +113 -0
- package/out/exports/resources.generated/aws-cleanrooms-membership.d.ts +321 -0
- package/out/exports/resources.generated/aws-cleanrooms-privacybudgettemplate.d.ts +93 -0
- package/out/exports/resources.generated/aws-cleanroomsml-trainingdataset.d.ts +180 -0
- package/out/exports/resources.generated/aws-cloud9-environmentec2.d.ts +116 -0
- package/out/exports/resources.generated/aws-cloudformation-customresource.d.ts +44 -0
- package/out/exports/resources.generated/aws-cloudformation-guardhook.d.ts +214 -0
- package/out/exports/resources.generated/aws-cloudformation-hookdefaultversion.d.ts +81 -0
- package/out/exports/resources.generated/aws-cloudformation-hooktypeconfig.d.ts +95 -0
- package/out/exports/resources.generated/aws-cloudformation-hookversion.d.ts +118 -0
- package/out/exports/resources.generated/aws-cloudformation-lambdahook.d.ts +185 -0
- package/out/exports/resources.generated/aws-cloudformation-macro.d.ts +53 -0
- package/out/exports/resources.generated/aws-cloudformation-moduledefaultversion.d.ts +70 -0
- package/out/exports/resources.generated/aws-cloudformation-moduleversion.d.ts +95 -0
- package/out/exports/resources.generated/aws-cloudformation-publictypeversion.d.ts +172 -0
- package/out/exports/resources.generated/aws-cloudformation-publisher.d.ts +62 -0
- package/out/exports/resources.generated/aws-cloudformation-resourcedefaultversion.d.ts +77 -0
- package/out/exports/resources.generated/aws-cloudformation-resourceversion.d.ts +141 -0
- package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +221 -0
- package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +456 -0
- package/out/exports/resources.generated/aws-cloudformation-typeactivation.d.ts +206 -0
- package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +49 -0
- package/out/exports/resources.generated/aws-cloudformation-waitconditionhandle.d.ts +34 -0
- package/out/exports/resources.generated/aws-cloudfront-anycastiplist.d.ts +57 -0
- package/out/exports/resources.generated/aws-cloudfront-cachepolicy.d.ts +218 -0
- package/out/exports/resources.generated/aws-cloudfront-cloudfrontoriginaccessidentity.d.ts +44 -0
- package/out/exports/resources.generated/aws-cloudfront-connectiongroup.d.ts +85 -0
- package/out/exports/resources.generated/aws-cloudfront-continuousdeploymentpolicy.d.ts +174 -0
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +1341 -0
- package/out/exports/resources.generated/aws-cloudfront-distributiontenant.d.ts +203 -0
- package/out/exports/resources.generated/aws-cloudfront-function.d.ts +106 -0
- package/out/exports/resources.generated/aws-cloudfront-keygroup.d.ts +60 -0
- package/out/exports/resources.generated/aws-cloudfront-keyvaluestore.d.ts +64 -0
- package/out/exports/resources.generated/aws-cloudfront-monitoringsubscription.d.ts +45 -0
- package/out/exports/resources.generated/aws-cloudfront-originaccesscontrol.d.ts +80 -0
- package/out/exports/resources.generated/aws-cloudfront-originrequestpolicy.d.ts +155 -0
- package/out/exports/resources.generated/aws-cloudfront-publickey.d.ts +59 -0
- package/out/exports/resources.generated/aws-cloudfront-realtimelogconfig.d.ts +81 -0
- package/out/exports/resources.generated/aws-cloudfront-responseheaderspolicy.d.ts +476 -0
- package/out/exports/resources.generated/aws-cloudfront-streamingdistribution.d.ts +139 -0
- package/out/exports/resources.generated/aws-cloudfront-vpcorigin.d.ts +95 -0
- package/out/exports/resources.generated/aws-cloudtrail-channel.d.ts +67 -0
- package/out/exports/resources.generated/aws-cloudtrail-dashboard.d.ts +149 -0
- package/out/exports/resources.generated/aws-cloudtrail-eventdatastore.d.ts +307 -0
- package/out/exports/resources.generated/aws-cloudtrail-resourcepolicy.d.ts +31 -0
- package/out/exports/resources.generated/aws-cloudtrail-trail.d.ts +413 -0
- package/out/exports/resources.generated/aws-cloudwatch-alarm.d.ts +294 -0
- package/out/exports/resources.generated/aws-cloudwatch-anomalydetector.d.ts +289 -0
- package/out/exports/resources.generated/aws-cloudwatch-compositealarm.d.ts +126 -0
- package/out/exports/resources.generated/aws-cloudwatch-dashboard.d.ts +29 -0
- package/out/exports/resources.generated/aws-cloudwatch-insightrule.d.ts +56 -0
- package/out/exports/resources.generated/aws-cloudwatch-metricstream.d.ts +269 -0
- package/out/exports/resources.generated/aws-codeartifact-domain.d.ts +64 -0
- package/out/exports/resources.generated/aws-codeartifact-packagegroup.d.ts +111 -0
- package/out/exports/resources.generated/aws-codeartifact-repository.d.ts +91 -0
- package/out/exports/resources.generated/aws-codebuild-fleet.d.ts +263 -0
- package/out/exports/resources.generated/aws-codebuild-project.d.ts +865 -0
- package/out/exports/resources.generated/aws-codebuild-reportgroup.d.ts +118 -0
- package/out/exports/resources.generated/aws-codebuild-sourcecredential.d.ts +46 -0
- package/out/exports/resources.generated/aws-codecommit-repository.d.ts +158 -0
- package/out/exports/resources.generated/aws-codeconnections-connection.d.ts +70 -0
- package/out/exports/resources.generated/aws-codedeploy-application.d.ts +30 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentconfig.d.ts +180 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentgroup.d.ts +656 -0
- package/out/exports/resources.generated/aws-codeguruprofiler-profilinggroup.d.ts +77 -0
- package/out/exports/resources.generated/aws-codegurureviewer-repositoryassociation.d.ts +94 -0
- package/out/exports/resources.generated/aws-codepipeline-customactiontype.d.ts +153 -0
- package/out/exports/resources.generated/aws-codepipeline-pipeline.d.ts +703 -0
- package/out/exports/resources.generated/aws-codepipeline-webhook.d.ts +121 -0
- package/out/exports/resources.generated/aws-codestar-githubrepository.d.ts +98 -0
- package/out/exports/resources.generated/aws-codestarconnections-connection.d.ts +68 -0
- package/out/exports/resources.generated/aws-codestarconnections-repositorylink.d.ts +64 -0
- package/out/exports/resources.generated/aws-codestarconnections-syncconfiguration.d.ts +77 -0
- package/out/exports/resources.generated/aws-codestarnotifications-notificationrule.d.ts +104 -0
- package/out/exports/resources.generated/aws-cognito-identitypool.d.ts +163 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolprincipaltag.d.ts +33 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolroleattachment.d.ts +111 -0
- package/out/exports/resources.generated/aws-cognito-logdeliveryconfiguration.d.ts +99 -0
- package/out/exports/resources.generated/aws-cognito-managedloginbranding.d.ts +110 -0
- package/out/exports/resources.generated/aws-cognito-userpool.d.ts +788 -0
- package/out/exports/resources.generated/aws-cognito-userpoolclient.d.ts +315 -0
- package/out/exports/resources.generated/aws-cognito-userpooldomain.d.ts +56 -0
- package/out/exports/resources.generated/aws-cognito-userpoolgroup.d.ts +44 -0
- package/out/exports/resources.generated/aws-cognito-userpoolidentityprovider.d.ts +71 -0
- package/out/exports/resources.generated/aws-cognito-userpoolresourceserver.d.ts +55 -0
- package/out/exports/resources.generated/aws-cognito-userpoolriskconfigurationattachment.d.ts +200 -0
- package/out/exports/resources.generated/aws-cognito-userpooluicustomizationattachment.d.ts +28 -0
- package/out/exports/resources.generated/aws-cognito-userpooluser.d.ts +102 -0
- package/out/exports/resources.generated/aws-cognito-userpoolusertogroupattachment.d.ts +38 -0
- package/out/exports/resources.generated/aws-comprehend-documentclassifier.d.ts +299 -0
- package/out/exports/resources.generated/aws-comprehend-flywheel.d.ts +201 -0
- package/out/exports/resources.generated/aws-config-aggregationauthorization.d.ts +41 -0
- package/out/exports/resources.generated/aws-config-configrule.d.ts +230 -0
- package/out/exports/resources.generated/aws-config-configurationaggregator.d.ts +88 -0
- package/out/exports/resources.generated/aws-config-configurationrecorder.d.ts +355 -0
- package/out/exports/resources.generated/aws-config-conformancepack.d.ts +91 -0
- package/out/exports/resources.generated/aws-config-deliverychannel.d.ts +115 -0
- package/out/exports/resources.generated/aws-config-organizationconfigrule.d.ts +244 -0
- package/out/exports/resources.generated/aws-config-organizationconformancepack.d.ts +80 -0
- package/out/exports/resources.generated/aws-config-remediationconfiguration.d.ts +107 -0
- package/out/exports/resources.generated/aws-config-storedquery.d.ts +62 -0
- package/out/exports/resources.generated/aws-connect-agentstatus.d.ts +82 -0
- package/out/exports/resources.generated/aws-connect-approvedorigin.d.ts +29 -0
- package/out/exports/resources.generated/aws-connect-contactflow.d.ts +73 -0
- package/out/exports/resources.generated/aws-connect-contactflowmodule.d.ts +75 -0
- package/out/exports/resources.generated/aws-connect-contactflowversion.d.ts +53 -0
- package/out/exports/resources.generated/aws-connect-emailaddress.d.ts +61 -0
- package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +444 -0
- package/out/exports/resources.generated/aws-connect-hoursofoperation.d.ts +182 -0
- package/out/exports/resources.generated/aws-connect-instance.d.ts +125 -0
- package/out/exports/resources.generated/aws-connect-instancestorageconfig.d.ts +160 -0
- package/out/exports/resources.generated/aws-connect-integrationassociation.d.ts +53 -0
- package/out/exports/resources.generated/aws-connect-phonenumber.d.ts +73 -0
- package/out/exports/resources.generated/aws-connect-predefinedattribute.d.ts +49 -0
- package/out/exports/resources.generated/aws-connect-prompt.d.ts +57 -0
- package/out/exports/resources.generated/aws-connect-queue.d.ts +134 -0
- package/out/exports/resources.generated/aws-connect-quickconnect.d.ts +133 -0
- package/out/exports/resources.generated/aws-connect-routingprofile.d.ts +155 -0
- package/out/exports/resources.generated/aws-connect-rule.d.ts +317 -0
- package/out/exports/resources.generated/aws-connect-securitykey.d.ts +47 -0
- package/out/exports/resources.generated/aws-connect-securityprofile.d.ts +118 -0
- package/out/exports/resources.generated/aws-connect-tasktemplate.d.ts +192 -0
- package/out/exports/resources.generated/aws-connect-trafficdistributiongroup.d.ts +63 -0
- package/out/exports/resources.generated/aws-connect-user.d.ts +181 -0
- package/out/exports/resources.generated/aws-connect-userhierarchygroup.d.ts +46 -0
- package/out/exports/resources.generated/aws-connect-userhierarchystructure.d.ts +146 -0
- package/out/exports/resources.generated/aws-connect-view.d.ts +83 -0
- package/out/exports/resources.generated/aws-connect-viewversion.d.ts +59 -0
- package/out/exports/resources.generated/aws-connectcampaigns-campaign.d.ts +209 -0
- package/out/exports/resources.generated/aws-connectcampaignsv2-campaign.d.ts +622 -0
- package/out/exports/resources.generated/aws-controltower-enabledbaseline.d.ts +75 -0
- package/out/exports/resources.generated/aws-controltower-enabledcontrol.d.ts +55 -0
- package/out/exports/resources.generated/aws-controltower-landingzone.d.ts +75 -0
- package/out/exports/resources.generated/aws-cur-reportdefinition.d.ts +88 -0
- package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +163 -0
- package/out/exports/resources.generated/aws-customerprofiles-domain.d.ts +294 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventstream.d.ts +61 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventtrigger.d.ts +177 -0
- package/out/exports/resources.generated/aws-customerprofiles-integration.d.ts +471 -0
- package/out/exports/resources.generated/aws-customerprofiles-objecttype.d.ts +179 -0
- package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +423 -0
- package/out/exports/resources.generated/aws-databrew-dataset.d.ts +405 -0
- package/out/exports/resources.generated/aws-databrew-job.d.ts +538 -0
- package/out/exports/resources.generated/aws-databrew-project.d.ts +66 -0
- package/out/exports/resources.generated/aws-databrew-recipe.d.ts +682 -0
- package/out/exports/resources.generated/aws-databrew-ruleset.d.ts +155 -0
- package/out/exports/resources.generated/aws-databrew-schedule.d.ts +37 -0
- package/out/exports/resources.generated/aws-datapipeline-pipeline.d.ts +186 -0
- package/out/exports/resources.generated/aws-datasync-agent.d.ts +84 -0
- package/out/exports/resources.generated/aws-datasync-locationazureblob.d.ts +155 -0
- package/out/exports/resources.generated/aws-datasync-locationefs.d.ts +108 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxlustre.d.ts +62 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxontap.d.ts +193 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxopenzfs.d.ts +104 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxwindows.d.ts +85 -0
- package/out/exports/resources.generated/aws-datasync-locationhdfs.d.ts +159 -0
- package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +99 -0
- package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +160 -0
- package/out/exports/resources.generated/aws-datasync-locations3.d.ts +92 -0
- package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +162 -0
- package/out/exports/resources.generated/aws-datasync-storagesystem.d.ts +111 -0
- package/out/exports/resources.generated/aws-datasync-task.d.ts +525 -0
- package/out/exports/resources.generated/aws-datazone-connection.d.ts +731 -0
- package/out/exports/resources.generated/aws-datazone-datasource.d.ts +393 -0
- package/out/exports/resources.generated/aws-datazone-domain.d.ts +146 -0
- package/out/exports/resources.generated/aws-datazone-domainunit.d.ts +89 -0
- package/out/exports/resources.generated/aws-datazone-environment.d.ts +167 -0
- package/out/exports/resources.generated/aws-datazone-environmentactions.d.ts +92 -0
- package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +124 -0
- package/out/exports/resources.generated/aws-datazone-environmentprofile.d.ts +124 -0
- package/out/exports/resources.generated/aws-datazone-groupprofile.d.ts +60 -0
- package/out/exports/resources.generated/aws-datazone-owner.d.ts +67 -0
- package/out/exports/resources.generated/aws-datazone-project.d.ts +137 -0
- package/out/exports/resources.generated/aws-datazone-projectmembership.d.ts +50 -0
- package/out/exports/resources.generated/aws-datazone-subscriptiontarget.d.ts +132 -0
- package/out/exports/resources.generated/aws-datazone-userprofile.d.ts +71 -0
- package/out/exports/resources.generated/aws-dax-cluster.d.ts +143 -0
- package/out/exports/resources.generated/aws-dax-parametergroup.d.ts +39 -0
- package/out/exports/resources.generated/aws-dax-subnetgroup.d.ts +37 -0
- package/out/exports/resources.generated/aws-deadline-farm.d.ts +60 -0
- package/out/exports/resources.generated/aws-deadline-fleet.d.ts +521 -0
- package/out/exports/resources.generated/aws-deadline-licenseendpoint.d.ts +73 -0
- package/out/exports/resources.generated/aws-deadline-limit.d.ts +75 -0
- package/out/exports/resources.generated/aws-deadline-meteredproduct.d.ts +57 -0
- package/out/exports/resources.generated/aws-deadline-monitor.d.ts +67 -0
- package/out/exports/resources.generated/aws-deadline-queue.d.ts +186 -0
- package/out/exports/resources.generated/aws-deadline-queueenvironment.d.ts +64 -0
- package/out/exports/resources.generated/aws-deadline-queuefleetassociation.d.ts +31 -0
- package/out/exports/resources.generated/aws-deadline-queuelimitassociation.d.ts +31 -0
- package/out/exports/resources.generated/aws-deadline-storageprofile.d.ts +83 -0
- package/out/exports/resources.generated/aws-detective-graph.d.ts +36 -0
- package/out/exports/resources.generated/aws-detective-memberinvitation.d.ts +44 -0
- package/out/exports/resources.generated/aws-detective-organizationadmin.d.ts +29 -0
- package/out/exports/resources.generated/aws-devopsguru-loganomalydetectionintegration.d.ts +22 -0
- package/out/exports/resources.generated/aws-devopsguru-notificationchannel.d.ts +103 -0
- package/out/exports/resources.generated/aws-devopsguru-resourcecollection.d.ts +99 -0
- package/out/exports/resources.generated/aws-directoryservice-microsoftad.d.ts +88 -0
- package/out/exports/resources.generated/aws-directoryservice-simplead.d.ts +93 -0
- package/out/exports/resources.generated/aws-dlm-lifecyclepolicy.d.ts +793 -0
- package/out/exports/resources.generated/aws-dms-certificate.d.ts +37 -0
- package/out/exports/resources.generated/aws-dms-datamigration.d.ts +132 -0
- package/out/exports/resources.generated/aws-dms-dataprovider.d.ts +1144 -0
- package/out/exports/resources.generated/aws-dms-endpoint.d.ts +1758 -0
- package/out/exports/resources.generated/aws-dms-eventsubscription.d.ts +63 -0
- package/out/exports/resources.generated/aws-dms-instanceprofile.d.ts +99 -0
- package/out/exports/resources.generated/aws-dms-migrationproject.d.ts +132 -0
- package/out/exports/resources.generated/aws-dms-replicationconfig.d.ts +138 -0
- package/out/exports/resources.generated/aws-dms-replicationinstance.d.ts +145 -0
- package/out/exports/resources.generated/aws-dms-replicationsubnetgroup.d.ts +46 -0
- package/out/exports/resources.generated/aws-dms-replicationtask.d.ts +109 -0
- package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +301 -0
- package/out/exports/resources.generated/aws-docdb-dbclusterparametergroup.d.ts +65 -0
- package/out/exports/resources.generated/aws-docdb-dbinstance.d.ts +110 -0
- package/out/exports/resources.generated/aws-docdb-dbsubnetgroup.d.ts +46 -0
- package/out/exports/resources.generated/aws-docdb-eventsubscription.d.ts +72 -0
- package/out/exports/resources.generated/aws-docdbelastic-cluster.d.ts +132 -0
- package/out/exports/resources.generated/aws-dsql-cluster.d.ts +107 -0
- package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +767 -0
- package/out/exports/resources.generated/aws-dynamodb-table.d.ts +607 -0
- package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +226 -0
- package/out/exports/resources.generated/aws-ec2-capacityreservationfleet.d.ts +146 -0
- package/out/exports/resources.generated/aws-ec2-carriergateway.d.ts +43 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnauthorizationrule.d.ts +47 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnendpoint.d.ts +291 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnroute.d.ts +53 -0
- package/out/exports/resources.generated/aws-ec2-clientvpntargetnetworkassociation.d.ts +32 -0
- package/out/exports/resources.generated/aws-ec2-customergateway.d.ts +68 -0
- package/out/exports/resources.generated/aws-ec2-dhcpoptions.d.ts +62 -0
- package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +1000 -0
- package/out/exports/resources.generated/aws-ec2-egressonlyinternetgateway.d.ts +32 -0
- package/out/exports/resources.generated/aws-ec2-eip.d.ts +86 -0
- package/out/exports/resources.generated/aws-ec2-eipassociation.d.ts +53 -0
- package/out/exports/resources.generated/aws-ec2-enclavecertificateiamroleassociation.d.ts +57 -0
- package/out/exports/resources.generated/aws-ec2-flowlog.d.ts +113 -0
- package/out/exports/resources.generated/aws-ec2-gatewayroutetableassociation.d.ts +33 -0
- package/out/exports/resources.generated/aws-ec2-host.d.ts +72 -0
- package/out/exports/resources.generated/aws-ec2-instance.d.ts +824 -0
- package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +61 -0
- package/out/exports/resources.generated/aws-ec2-internetgateway.d.ts +28 -0
- package/out/exports/resources.generated/aws-ec2-ipam.d.ts +120 -0
- package/out/exports/resources.generated/aws-ec2-ipamallocation.d.ts +53 -0
- package/out/exports/resources.generated/aws-ec2-ipampool.d.ts +186 -0
- package/out/exports/resources.generated/aws-ec2-ipampoolcidr.d.ts +43 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscovery.d.ts +106 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscoveryassociation.d.ts +86 -0
- package/out/exports/resources.generated/aws-ec2-ipamscope.d.ts +67 -0
- package/out/exports/resources.generated/aws-ec2-keypair.d.ts +89 -0
- package/out/exports/resources.generated/aws-ec2-launchtemplate.d.ts +1546 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroute.d.ts +75 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetable.d.ts +58 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.d.ts +58 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevpcassociation.d.ts +48 -0
- package/out/exports/resources.generated/aws-ec2-natgateway.d.ts +85 -0
- package/out/exports/resources.generated/aws-ec2-networkacl.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-networkaclentry.d.ts +110 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscope.d.ts +166 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscopeanalysis.d.ts +68 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsanalysis.d.ts +78 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightspath.d.ts +138 -0
- package/out/exports/resources.generated/aws-ec2-networkinterface.d.ts +214 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfaceattachment.d.ts +69 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfacepermission.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-networkperformancemetricsubscription.d.ts +33 -0
- package/out/exports/resources.generated/aws-ec2-placementgroup.d.ts +54 -0
- package/out/exports/resources.generated/aws-ec2-prefixlist.d.ts +94 -0
- package/out/exports/resources.generated/aws-ec2-route.d.ts +108 -0
- package/out/exports/resources.generated/aws-ec2-routeserver.d.ts +69 -0
- package/out/exports/resources.generated/aws-ec2-routeserverassociation.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-routeserverendpoint.d.ts +66 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpeer.d.ts +103 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpropagation.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-routetable.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-securitygroup.d.ts +241 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupegress.d.ts +99 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupingress.d.ts +119 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupvpcassociation.d.ts +47 -0
- package/out/exports/resources.generated/aws-ec2-snapshotblockpublicaccess.d.ts +33 -0
- package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +1256 -0
- package/out/exports/resources.generated/aws-ec2-subnet.d.ts +175 -0
- package/out/exports/resources.generated/aws-ec2-subnetcidrblock.d.ts +56 -0
- package/out/exports/resources.generated/aws-ec2-subnetnetworkaclassociation.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-subnetroutetableassociation.d.ts +35 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilter.d.ts +47 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +103 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorsession.d.ts +80 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrortarget.d.ts +59 -0
- package/out/exports/resources.generated/aws-ec2-transitgateway.d.ts +111 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayattachment.d.ts +77 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayconnect.d.ts +70 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomain.d.ts +75 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomainassociation.d.ts +52 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupmember.d.ts +68 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupsource.d.ts +72 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaypeeringattachment.d.ts +63 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroute.d.ts +33 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetable.d.ts +33 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetableassociation.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetablepropagation.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayvpcattachment.d.ts +75 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessendpoint.d.ts +301 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessgroup.d.ts +91 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessinstance.d.ts +172 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccesstrustprovider.d.ts +195 -0
- package/out/exports/resources.generated/aws-ec2-volume.d.ts +178 -0
- package/out/exports/resources.generated/aws-ec2-volumeattachment.d.ts +40 -0
- package/out/exports/resources.generated/aws-ec2-vpc.d.ts +102 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessexclusion.d.ts +70 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessoptions.d.ts +31 -0
- package/out/exports/resources.generated/aws-ec2-vpccidrblock.d.ts +97 -0
- package/out/exports/resources.generated/aws-ec2-vpcdhcpoptionsassociation.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpoint.d.ts +154 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointconnectionnotification.d.ts +47 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservice.d.ts +81 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservicepermissions.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-vpcgatewayattachment.d.ts +42 -0
- package/out/exports/resources.generated/aws-ec2-vpcpeeringconnection.d.ts +71 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +423 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnectionroute.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-vpngateway.d.ts +43 -0
- package/out/exports/resources.generated/aws-ec2-vpngatewayroutepropagation.d.ts +37 -0
- package/out/exports/resources.generated/aws-ecr-publicrepository.d.ts +54 -0
- package/out/exports/resources.generated/aws-ecr-pullthroughcacherule.d.ts +43 -0
- package/out/exports/resources.generated/aws-ecr-registrypolicy.d.ts +32 -0
- package/out/exports/resources.generated/aws-ecr-registryscanningconfiguration.d.ts +80 -0
- package/out/exports/resources.generated/aws-ecr-replicationconfiguration.d.ts +96 -0
- package/out/exports/resources.generated/aws-ecr-repository.d.ts +135 -0
- package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +120 -0
- package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +113 -0
- package/out/exports/resources.generated/aws-ecs-cluster.d.ts +252 -0
- package/out/exports/resources.generated/aws-ecs-clustercapacityproviderassociations.d.ts +62 -0
- package/out/exports/resources.generated/aws-ecs-primarytaskset.d.ts +28 -0
- package/out/exports/resources.generated/aws-ecs-service.d.ts +1000 -0
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +1524 -0
- package/out/exports/resources.generated/aws-ecs-taskset.d.ts +266 -0
- package/out/exports/resources.generated/aws-efs-accesspoint.d.ts +126 -0
- package/out/exports/resources.generated/aws-efs-filesystem.d.ts +220 -0
- package/out/exports/resources.generated/aws-efs-mounttarget.d.ts +52 -0
- package/out/exports/resources.generated/aws-eks-accessentry.d.ts +112 -0
- package/out/exports/resources.generated/aws-eks-addon.d.ts +105 -0
- package/out/exports/resources.generated/aws-eks-cluster.d.ts +556 -0
- package/out/exports/resources.generated/aws-eks-fargateprofile.d.ts +113 -0
- package/out/exports/resources.generated/aws-eks-identityproviderconfig.d.ts +113 -0
- package/out/exports/resources.generated/aws-eks-nodegroup.d.ts +298 -0
- package/out/exports/resources.generated/aws-eks-podidentityassociation.d.ts +65 -0
- package/out/exports/resources.generated/aws-elasticache-cachecluster.d.ts +357 -0
- package/out/exports/resources.generated/aws-elasticache-globalreplicationgroup.d.ts +142 -0
- package/out/exports/resources.generated/aws-elasticache-parametergroup.d.ts +52 -0
- package/out/exports/resources.generated/aws-elasticache-replicationgroup.d.ts +527 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroup.d.ts +36 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroupingress.d.ts +41 -0
- package/out/exports/resources.generated/aws-elasticache-serverlesscache.d.ts +202 -0
- package/out/exports/resources.generated/aws-elasticache-subnetgroup.d.ts +37 -0
- package/out/exports/resources.generated/aws-elasticache-user.d.ts +83 -0
- package/out/exports/resources.generated/aws-elasticache-usergroup.d.ts +49 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-application.d.ts +128 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-applicationversion.d.ts +65 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-configurationtemplate.d.ts +130 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-environment.d.ts +178 -0
- package/out/exports/resources.generated/aws-elasticloadbalancing-loadbalancer.d.ts +360 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +509 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenercertificate.d.ts +43 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +591 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +242 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-targetgroup.d.ts +263 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststore.d.ts +58 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststorerevocation.d.ts +60 -0
- package/out/exports/resources.generated/aws-elasticsearch-domain.d.ts +440 -0
- package/out/exports/resources.generated/aws-emr-cluster.d.ts +1066 -0
- package/out/exports/resources.generated/aws-emr-instancefleetconfig.d.ts +355 -0
- package/out/exports/resources.generated/aws-emr-instancegroupconfig.d.ts +341 -0
- package/out/exports/resources.generated/aws-emr-securityconfiguration.d.ts +23 -0
- package/out/exports/resources.generated/aws-emr-step.d.ts +85 -0
- package/out/exports/resources.generated/aws-emr-studio.d.ts +144 -0
- package/out/exports/resources.generated/aws-emr-studiosessionmapping.d.ts +36 -0
- package/out/exports/resources.generated/aws-emr-walworkspace.d.ts +26 -0
- package/out/exports/resources.generated/aws-emrcontainers-virtualcluster.d.ts +119 -0
- package/out/exports/resources.generated/aws-emrserverless-application.d.ts +446 -0
- package/out/exports/resources.generated/aws-entityresolution-idmappingworkflow.d.ts +219 -0
- package/out/exports/resources.generated/aws-entityresolution-idnamespace.d.ts +193 -0
- package/out/exports/resources.generated/aws-entityresolution-matchingworkflow.d.ts +255 -0
- package/out/exports/resources.generated/aws-entityresolution-policystatement.d.ts +51 -0
- package/out/exports/resources.generated/aws-entityresolution-schemamapping.d.ts +122 -0
- package/out/exports/resources.generated/aws-events-apidestination.d.ts +93 -0
- package/out/exports/resources.generated/aws-events-archive.d.ts +75 -0
- package/out/exports/resources.generated/aws-events-connection.d.ts +353 -0
- package/out/exports/resources.generated/aws-events-endpoint.d.ts +170 -0
- package/out/exports/resources.generated/aws-events-eventbus.d.ts +88 -0
- package/out/exports/resources.generated/aws-events-eventbuspolicy.d.ts +99 -0
- package/out/exports/resources.generated/aws-events-rule.d.ts +714 -0
- package/out/exports/resources.generated/aws-eventschemas-discoverer.d.ts +70 -0
- package/out/exports/resources.generated/aws-eventschemas-registry.d.ts +59 -0
- package/out/exports/resources.generated/aws-eventschemas-registrypolicy.d.ts +38 -0
- package/out/exports/resources.generated/aws-eventschemas-schema.d.ts +91 -0
- package/out/exports/resources.generated/aws-evidently-experiment.d.ts +284 -0
- package/out/exports/resources.generated/aws-evidently-feature.d.ts +239 -0
- package/out/exports/resources.generated/aws-evidently-launch.d.ts +255 -0
- package/out/exports/resources.generated/aws-evidently-project.d.ts +143 -0
- package/out/exports/resources.generated/aws-evidently-segment.d.ts +73 -0
- package/out/exports/resources.generated/aws-finspace-environment.d.ts +189 -0
- package/out/exports/resources.generated/aws-fis-experimenttemplate.d.ts +302 -0
- package/out/exports/resources.generated/aws-fis-targetaccountconfiguration.d.ts +33 -0
- package/out/exports/resources.generated/aws-fms-notificationchannel.d.ts +27 -0
- package/out/exports/resources.generated/aws-fms-policy.d.ts +648 -0
- package/out/exports/resources.generated/aws-fms-resourceset.d.ts +51 -0
- package/out/exports/resources.generated/aws-forecast-dataset.d.ts +127 -0
- package/out/exports/resources.generated/aws-forecast-datasetgroup.d.ts +68 -0
- package/out/exports/resources.generated/aws-frauddetector-detector.d.ts +356 -0
- package/out/exports/resources.generated/aws-frauddetector-entitytype.d.ts +55 -0
- package/out/exports/resources.generated/aws-frauddetector-eventtype.d.ts +194 -0
- package/out/exports/resources.generated/aws-frauddetector-label.d.ts +57 -0
- package/out/exports/resources.generated/aws-frauddetector-list.d.ts +72 -0
- package/out/exports/resources.generated/aws-frauddetector-outcome.d.ts +55 -0
- package/out/exports/resources.generated/aws-frauddetector-variable.d.ts +83 -0
- package/out/exports/resources.generated/aws-fsx-datarepositoryassociation.d.ts +139 -0
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +795 -0
- package/out/exports/resources.generated/aws-fsx-snapshot.d.ts +44 -0
- package/out/exports/resources.generated/aws-fsx-storagevirtualmachine.d.ts +127 -0
- package/out/exports/resources.generated/aws-fsx-volume.d.ts +482 -0
- package/out/exports/resources.generated/aws-gamelift-alias.d.ts +105 -0
- package/out/exports/resources.generated/aws-gamelift-build.d.ts +91 -0
- package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +439 -0
- package/out/exports/resources.generated/aws-gamelift-containergroupdefinition.d.ts +436 -0
- package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +510 -0
- package/out/exports/resources.generated/aws-gamelift-gameservergroup.d.ts +215 -0
- package/out/exports/resources.generated/aws-gamelift-gamesessionqueue.d.ts +158 -0
- package/out/exports/resources.generated/aws-gamelift-location.d.ts +37 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingconfiguration.d.ts +160 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingruleset.d.ts +75 -0
- package/out/exports/resources.generated/aws-gamelift-script.d.ts +97 -0
- package/out/exports/resources.generated/aws-globalaccelerator-accelerator.d.ts +85 -0
- package/out/exports/resources.generated/aws-globalaccelerator-crossaccountattachment.d.ts +89 -0
- package/out/exports/resources.generated/aws-globalaccelerator-endpointgroup.d.ts +143 -0
- package/out/exports/resources.generated/aws-globalaccelerator-listener.d.ts +67 -0
- package/out/exports/resources.generated/aws-glue-classifier.d.ts +162 -0
- package/out/exports/resources.generated/aws-glue-connection.d.ts +334 -0
- package/out/exports/resources.generated/aws-glue-crawler.d.ts +405 -0
- package/out/exports/resources.generated/aws-glue-customentitytype.d.ts +48 -0
- package/out/exports/resources.generated/aws-glue-database.d.ts +135 -0
- package/out/exports/resources.generated/aws-glue-datacatalogencryptionsettings.d.ts +91 -0
- package/out/exports/resources.generated/aws-glue-dataqualityruleset.d.ts +68 -0
- package/out/exports/resources.generated/aws-glue-devendpoint.d.ts +125 -0
- package/out/exports/resources.generated/aws-glue-job.d.ts +231 -0
- package/out/exports/resources.generated/aws-glue-mltransform.d.ts +250 -0
- package/out/exports/resources.generated/aws-glue-partition.d.ts +264 -0
- package/out/exports/resources.generated/aws-glue-registry.d.ts +43 -0
- package/out/exports/resources.generated/aws-glue-schema.d.ts +113 -0
- package/out/exports/resources.generated/aws-glue-schemaversion.d.ts +62 -0
- package/out/exports/resources.generated/aws-glue-schemaversionmetadata.d.ts +33 -0
- package/out/exports/resources.generated/aws-glue-securityconfiguration.d.ts +85 -0
- package/out/exports/resources.generated/aws-glue-table.d.ts +360 -0
- package/out/exports/resources.generated/aws-glue-tableoptimizer.d.ts +115 -0
- package/out/exports/resources.generated/aws-glue-trigger.d.ts +179 -0
- package/out/exports/resources.generated/aws-glue-usageprofile.d.ts +145 -0
- package/out/exports/resources.generated/aws-glue-workflow.d.ts +47 -0
- package/out/exports/resources.generated/aws-grafana-workspace.d.ts +412 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinition.d.ts +116 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinitionversion.d.ts +67 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinition.d.ts +117 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinitionversion.d.ts +68 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinition.d.ts +117 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinitionversion.d.ts +68 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinition.d.ts +275 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinitionversion.d.ts +226 -0
- package/out/exports/resources.generated/aws-greengrass-group.d.ts +152 -0
- package/out/exports/resources.generated/aws-greengrass-groupversion.d.ts +66 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinition.d.ts +122 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinitionversion.d.ts +73 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinition.d.ts +290 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinitionversion.d.ts +241 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinition.d.ts +117 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinitionversion.d.ts +68 -0
- package/out/exports/resources.generated/aws-greengrassv2-componentversion.d.ts +365 -0
- package/out/exports/resources.generated/aws-greengrassv2-deployment.d.ts +385 -0
- package/out/exports/resources.generated/aws-groundstation-config.d.ts +346 -0
- package/out/exports/resources.generated/aws-groundstation-dataflowendpointgroup.d.ts +264 -0
- package/out/exports/resources.generated/aws-groundstation-missionprofile.d.ts +159 -0
- package/out/exports/resources.generated/aws-guardduty-detector.d.ts +194 -0
- package/out/exports/resources.generated/aws-guardduty-filter.d.ts +271 -0
- package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +85 -0
- package/out/exports/resources.generated/aws-guardduty-malwareprotectionplan.d.ts +124 -0
- package/out/exports/resources.generated/aws-guardduty-master.d.ts +31 -0
- package/out/exports/resources.generated/aws-guardduty-member.d.ts +43 -0
- package/out/exports/resources.generated/aws-guardduty-publishingdestination.d.ts +95 -0
- package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +84 -0
- package/out/exports/resources.generated/aws-healthimaging-datastore.d.ts +65 -0
- package/out/exports/resources.generated/aws-healthlake-fhirdatastore.d.ts +172 -0
- package/out/exports/resources.generated/aws-iam-accesskey.d.ts +53 -0
- package/out/exports/resources.generated/aws-iam-group.d.ts +85 -0
- package/out/exports/resources.generated/aws-iam-grouppolicy.d.ts +48 -0
- package/out/exports/resources.generated/aws-iam-instanceprofile.d.ts +52 -0
- package/out/exports/resources.generated/aws-iam-managedpolicy.d.ts +154 -0
- package/out/exports/resources.generated/aws-iam-oidcprovider.d.ts +89 -0
- package/out/exports/resources.generated/aws-iam-policy.d.ts +100 -0
- package/out/exports/resources.generated/aws-iam-role.d.ts +130 -0
- package/out/exports/resources.generated/aws-iam-rolepolicy.d.ts +52 -0
- package/out/exports/resources.generated/aws-iam-samlprovider.d.ts +123 -0
- package/out/exports/resources.generated/aws-iam-servercertificate.d.ts +98 -0
- package/out/exports/resources.generated/aws-iam-servicelinkedrole.d.ts +46 -0
- package/out/exports/resources.generated/aws-iam-user.d.ts +131 -0
- package/out/exports/resources.generated/aws-iam-userpolicy.d.ts +48 -0
- package/out/exports/resources.generated/aws-iam-usertogroupaddition.d.ts +35 -0
- package/out/exports/resources.generated/aws-iam-virtualmfadevice.d.ts +68 -0
- package/out/exports/resources.generated/aws-identitystore-group.d.ts +52 -0
- package/out/exports/resources.generated/aws-identitystore-groupmembership.d.ts +61 -0
- package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +153 -0
- package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +333 -0
- package/out/exports/resources.generated/aws-imagebuilder-distributionconfiguration.d.ts +298 -0
- package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +284 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagepipeline.d.ts +281 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +225 -0
- package/out/exports/resources.generated/aws-imagebuilder-infrastructureconfiguration.d.ts +176 -0
- package/out/exports/resources.generated/aws-imagebuilder-lifecyclepolicy.d.ts +249 -0
- package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +134 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttarget.d.ts +33 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttemplate.d.ts +48 -0
- package/out/exports/resources.generated/aws-inspector-resourcegroup.d.ts +30 -0
- package/out/exports/resources.generated/aws-inspectorv2-cisscanconfiguration.d.ts +159 -0
- package/out/exports/resources.generated/aws-inspectorv2-filter.d.ts +343 -0
- package/out/exports/resources.generated/aws-internetmonitor-monitor.d.ts +254 -0
- package/out/exports/resources.generated/aws-invoicing-invoiceunit.d.ts +69 -0
- package/out/exports/resources.generated/aws-iot-accountauditconfiguration.d.ts +236 -0
- package/out/exports/resources.generated/aws-iot-authorizer.d.ts +74 -0
- package/out/exports/resources.generated/aws-iot-billinggroup.d.ts +56 -0
- package/out/exports/resources.generated/aws-iot-cacertificate.d.ts +118 -0
- package/out/exports/resources.generated/aws-iot-certificate.d.ts +71 -0
- package/out/exports/resources.generated/aws-iot-certificateprovider.d.ts +58 -0
- package/out/exports/resources.generated/aws-iot-command.d.ts +163 -0
- package/out/exports/resources.generated/aws-iot-custommetric.d.ts +51 -0
- package/out/exports/resources.generated/aws-iot-dimension.d.ts +46 -0
- package/out/exports/resources.generated/aws-iot-domainconfiguration.d.ts +183 -0
- package/out/exports/resources.generated/aws-iot-fleetmetric.d.ts +104 -0
- package/out/exports/resources.generated/aws-iot-jobtemplate.d.ts +239 -0
- package/out/exports/resources.generated/aws-iot-logging.d.ts +43 -0
- package/out/exports/resources.generated/aws-iot-mitigationaction.d.ts +167 -0
- package/out/exports/resources.generated/aws-iot-policy.d.ts +44 -0
- package/out/exports/resources.generated/aws-iot-policyprincipalattachment.d.ts +36 -0
- package/out/exports/resources.generated/aws-iot-provisioningtemplate.d.ts +83 -0
- package/out/exports/resources.generated/aws-iot-resourcespecificlogging.d.ts +44 -0
- package/out/exports/resources.generated/aws-iot-rolealias.d.ts +61 -0
- package/out/exports/resources.generated/aws-iot-scheduledaudit.d.ts +76 -0
- package/out/exports/resources.generated/aws-iot-securityprofile.d.ts +299 -0
- package/out/exports/resources.generated/aws-iot-softwarepackage.d.ts +48 -0
- package/out/exports/resources.generated/aws-iot-softwarepackageversion.d.ts +156 -0
- package/out/exports/resources.generated/aws-iot-thing.d.ts +60 -0
- package/out/exports/resources.generated/aws-iot-thinggroup.d.ts +93 -0
- package/out/exports/resources.generated/aws-iot-thingprincipalattachment.d.ts +36 -0
- package/out/exports/resources.generated/aws-iot-thingtype.d.ts +88 -0
- package/out/exports/resources.generated/aws-iot-topicrule.d.ts +1120 -0
- package/out/exports/resources.generated/aws-iot-topicruledestination.d.ts +87 -0
- package/out/exports/resources.generated/aws-iotanalytics-channel.d.ts +110 -0
- package/out/exports/resources.generated/aws-iotanalytics-dataset.d.ts +483 -0
- package/out/exports/resources.generated/aws-iotanalytics-datastore.d.ts +279 -0
- package/out/exports/resources.generated/aws-iotanalytics-pipeline.d.ts +408 -0
- package/out/exports/resources.generated/aws-iotcoredeviceadvisor-suitedefinition.d.ts +105 -0
- package/out/exports/resources.generated/aws-iotevents-alarmmodel.d.ts +669 -0
- package/out/exports/resources.generated/aws-iotevents-detectormodel.d.ts +768 -0
- package/out/exports/resources.generated/aws-iotevents-input.d.ts +67 -0
- package/out/exports/resources.generated/aws-iotfleethub-application.d.ts +97 -0
- package/out/exports/resources.generated/aws-iotfleetwise-campaign.d.ts +591 -0
- package/out/exports/resources.generated/aws-iotfleetwise-decodermanifest.d.ts +474 -0
- package/out/exports/resources.generated/aws-iotfleetwise-fleet.d.ts +69 -0
- package/out/exports/resources.generated/aws-iotfleetwise-modelmanifest.d.ts +80 -0
- package/out/exports/resources.generated/aws-iotfleetwise-signalcatalog.d.ts +277 -0
- package/out/exports/resources.generated/aws-iotfleetwise-statetemplate.d.ts +92 -0
- package/out/exports/resources.generated/aws-iotfleetwise-vehicle.d.ts +146 -0
- package/out/exports/resources.generated/aws-iotsitewise-accesspolicy.d.ts +139 -0
- package/out/exports/resources.generated/aws-iotsitewise-asset.d.ts +137 -0
- package/out/exports/resources.generated/aws-iotsitewise-assetmodel.d.ts +477 -0
- package/out/exports/resources.generated/aws-iotsitewise-dashboard.d.ts +60 -0
- package/out/exports/resources.generated/aws-iotsitewise-dataset.d.ts +96 -0
- package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +118 -0
- package/out/exports/resources.generated/aws-iotsitewise-portal.d.ts +123 -0
- package/out/exports/resources.generated/aws-iotsitewise-project.d.ts +59 -0
- package/out/exports/resources.generated/aws-iotthingsgraph-flowtemplate.d.ts +43 -0
- package/out/exports/resources.generated/aws-iottwinmaker-componenttype.d.ts +358 -0
- package/out/exports/resources.generated/aws-iottwinmaker-entity.d.ts +439 -0
- package/out/exports/resources.generated/aws-iottwinmaker-scene.d.ts +84 -0
- package/out/exports/resources.generated/aws-iottwinmaker-syncjob.d.ts +74 -0
- package/out/exports/resources.generated/aws-iottwinmaker-workspace.d.ts +69 -0
- package/out/exports/resources.generated/aws-iotwireless-destination.d.ts +58 -0
- package/out/exports/resources.generated/aws-iotwireless-deviceprofile.d.ts +171 -0
- package/out/exports/resources.generated/aws-iotwireless-fuotatask.d.ts +113 -0
- package/out/exports/resources.generated/aws-iotwireless-multicastgroup.d.ts +98 -0
- package/out/exports/resources.generated/aws-iotwireless-networkanalyzerconfiguration.d.ts +67 -0
- package/out/exports/resources.generated/aws-iotwireless-partneraccount.d.ts +117 -0
- package/out/exports/resources.generated/aws-iotwireless-serviceprofile.d.ts +148 -0
- package/out/exports/resources.generated/aws-iotwireless-taskdefinition.d.ts +158 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdevice.d.ts +423 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdeviceimporttask.d.ts +96 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessgateway.d.ts +84 -0
- package/out/exports/resources.generated/aws-ivs-channel.d.ts +144 -0
- package/out/exports/resources.generated/aws-ivs-encoderconfiguration.d.ts +75 -0
- package/out/exports/resources.generated/aws-ivs-ingestconfiguration.d.ts +85 -0
- package/out/exports/resources.generated/aws-ivs-playbackkeypair.d.ts +51 -0
- package/out/exports/resources.generated/aws-ivs-playbackrestrictionpolicy.d.ts +59 -0
- package/out/exports/resources.generated/aws-ivs-publickey.d.ts +50 -0
- package/out/exports/resources.generated/aws-ivs-recordingconfiguration.d.ts +152 -0
- package/out/exports/resources.generated/aws-ivs-stage.d.ts +74 -0
- package/out/exports/resources.generated/aws-ivs-storageconfiguration.d.ts +60 -0
- package/out/exports/resources.generated/aws-ivs-streamkey.d.ts +44 -0
- package/out/exports/resources.generated/aws-ivschat-loggingconfiguration.d.ts +122 -0
- package/out/exports/resources.generated/aws-ivschat-room.d.ts +97 -0
- package/out/exports/resources.generated/aws-kafkaconnect-connector.d.ts +404 -0
- package/out/exports/resources.generated/aws-kafkaconnect-customplugin.d.ts +90 -0
- package/out/exports/resources.generated/aws-kafkaconnect-workerconfiguration.d.ts +53 -0
- package/out/exports/resources.generated/aws-kendra-datasource.d.ts +2182 -0
- package/out/exports/resources.generated/aws-kendra-faq.d.ts +102 -0
- package/out/exports/resources.generated/aws-kendra-index.d.ts +328 -0
- package/out/exports/resources.generated/aws-kendraranking-executionplan.d.ts +65 -0
- package/out/exports/resources.generated/aws-kinesis-resourcepolicy.d.ts +40 -0
- package/out/exports/resources.generated/aws-kinesis-stream.d.ts +114 -0
- package/out/exports/resources.generated/aws-kinesis-streamconsumer.d.ts +67 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-application.d.ts +279 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationoutput.d.ts +146 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationreferencedatasource.d.ts +195 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-application.d.ts +788 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.d.ts +47 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationoutput.d.ts +125 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationreferencedatasource.d.ts +182 -0
- package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +2012 -0
- package/out/exports/resources.generated/aws-kinesisvideo-signalingchannel.d.ts +54 -0
- package/out/exports/resources.generated/aws-kinesisvideo-stream.d.ts +85 -0
- package/out/exports/resources.generated/aws-kms-alias.d.ts +75 -0
- package/out/exports/resources.generated/aws-kms-key.d.ts +251 -0
- package/out/exports/resources.generated/aws-kms-replicakey.d.ts +147 -0
- package/out/exports/resources.generated/aws-lakeformation-datacellsfilter.d.ts +83 -0
- package/out/exports/resources.generated/aws-lakeformation-datalakesettings.d.ts +96 -0
- package/out/exports/resources.generated/aws-lakeformation-permissions.d.ts +186 -0
- package/out/exports/resources.generated/aws-lakeformation-principalpermissions.d.ts +308 -0
- package/out/exports/resources.generated/aws-lakeformation-resource.d.ts +48 -0
- package/out/exports/resources.generated/aws-lakeformation-tag.d.ts +34 -0
- package/out/exports/resources.generated/aws-lakeformation-tagassociation.d.ts +167 -0
- package/out/exports/resources.generated/aws-lambda-alias.d.ts +101 -0
- package/out/exports/resources.generated/aws-lambda-codesigningconfig.d.ts +79 -0
- package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +120 -0
- package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +451 -0
- package/out/exports/resources.generated/aws-lambda-function.d.ts +460 -0
- package/out/exports/resources.generated/aws-lambda-layerversion.d.ts +78 -0
- package/out/exports/resources.generated/aws-lambda-layerversionpermission.d.ts +47 -0
- package/out/exports/resources.generated/aws-lambda-permission.d.ts +106 -0
- package/out/exports/resources.generated/aws-lambda-url.d.ts +107 -0
- package/out/exports/resources.generated/aws-lambda-version.d.ts +103 -0
- package/out/exports/resources.generated/aws-launchwizard-deployment.d.ts +92 -0
- package/out/exports/resources.generated/aws-lex-bot.d.ts +2202 -0
- package/out/exports/resources.generated/aws-lex-botalias.d.ts +278 -0
- package/out/exports/resources.generated/aws-lex-botversion.d.ts +73 -0
- package/out/exports/resources.generated/aws-lex-resourcepolicy.d.ts +42 -0
- package/out/exports/resources.generated/aws-licensemanager-grant.d.ts +68 -0
- package/out/exports/resources.generated/aws-licensemanager-license.d.ts +223 -0
- package/out/exports/resources.generated/aws-lightsail-alarm.d.ts +103 -0
- package/out/exports/resources.generated/aws-lightsail-bucket.d.ts +110 -0
- package/out/exports/resources.generated/aws-lightsail-certificate.d.ts +56 -0
- package/out/exports/resources.generated/aws-lightsail-container.d.ts +282 -0
- package/out/exports/resources.generated/aws-lightsail-database.d.ts +223 -0
- package/out/exports/resources.generated/aws-lightsail-disk.d.ts +158 -0
- package/out/exports/resources.generated/aws-lightsail-distribution.d.ts +321 -0
- package/out/exports/resources.generated/aws-lightsail-instance.d.ts +376 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancer.d.ts +81 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancertlscertificate.d.ts +63 -0
- package/out/exports/resources.generated/aws-lightsail-staticip.d.ts +43 -0
- package/out/exports/resources.generated/aws-location-apikey.d.ts +175 -0
- package/out/exports/resources.generated/aws-location-geofencecollection.d.ts +103 -0
- package/out/exports/resources.generated/aws-location-map.d.ts +163 -0
- package/out/exports/resources.generated/aws-location-placeindex.d.ts +131 -0
- package/out/exports/resources.generated/aws-location-routecalculator.d.ts +108 -0
- package/out/exports/resources.generated/aws-location-tracker.d.ts +117 -0
- package/out/exports/resources.generated/aws-location-trackerconsumer.d.ts +40 -0
- package/out/exports/resources.generated/aws-logs-accountpolicy.d.ts +219 -0
- package/out/exports/resources.generated/aws-logs-delivery.d.ts +95 -0
- package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +82 -0
- package/out/exports/resources.generated/aws-logs-deliverysource.d.ts +84 -0
- package/out/exports/resources.generated/aws-logs-destination.d.ts +49 -0
- package/out/exports/resources.generated/aws-logs-integration.d.ts +86 -0
- package/out/exports/resources.generated/aws-logs-loganomalydetector.d.ts +93 -0
- package/out/exports/resources.generated/aws-logs-loggroup.d.ts +97 -0
- package/out/exports/resources.generated/aws-logs-logstream.d.ts +39 -0
- package/out/exports/resources.generated/aws-logs-metricfilter.d.ts +134 -0
- package/out/exports/resources.generated/aws-logs-querydefinition.d.ts +52 -0
- package/out/exports/resources.generated/aws-logs-resourcepolicy.d.ts +29 -0
- package/out/exports/resources.generated/aws-logs-subscriptionfilter.d.ts +64 -0
- package/out/exports/resources.generated/aws-logs-transformer.d.ts +454 -0
- package/out/exports/resources.generated/aws-lookoutequipment-inferencescheduler.d.ts +156 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-alert.d.ts +105 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-anomalydetector.d.ts +452 -0
- package/out/exports/resources.generated/aws-lookoutvision-project.d.ts +28 -0
- package/out/exports/resources.generated/aws-m2-application.d.ts +98 -0
- package/out/exports/resources.generated/aws-m2-deployment.d.ts +46 -0
- package/out/exports/resources.generated/aws-m2-environment.d.ts +178 -0
- package/out/exports/resources.generated/aws-macie-allowlist.d.ts +137 -0
- package/out/exports/resources.generated/aws-macie-customdataidentifier.d.ts +89 -0
- package/out/exports/resources.generated/aws-macie-findingsfilter.d.ts +126 -0
- package/out/exports/resources.generated/aws-macie-session.d.ts +53 -0
- package/out/exports/resources.generated/aws-managedblockchain-accessor.d.ts +88 -0
- package/out/exports/resources.generated/aws-managedblockchain-member.d.ts +196 -0
- package/out/exports/resources.generated/aws-managedblockchain-node.d.ts +77 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridge.d.ts +284 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgeoutput.d.ts +61 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgesource.d.ts +108 -0
- package/out/exports/resources.generated/aws-mediaconnect-flow.d.ts +669 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowentitlement.d.ts +111 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowoutput.d.ts +227 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowsource.d.ts +204 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowvpcinterface.d.ts +68 -0
- package/out/exports/resources.generated/aws-mediaconnect-gateway.d.ts +59 -0
- package/out/exports/resources.generated/aws-mediaconvert-jobtemplate.d.ts +158 -0
- package/out/exports/resources.generated/aws-mediaconvert-preset.d.ts +69 -0
- package/out/exports/resources.generated/aws-mediaconvert-queue.d.ts +66 -0
- package/out/exports/resources.generated/aws-medialive-channel.d.ts +5166 -0
- package/out/exports/resources.generated/aws-medialive-channelplacementgroup.d.ts +63 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplate.d.ts +157 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplategroup.d.ts +68 -0
- package/out/exports/resources.generated/aws-medialive-cluster.d.ts +107 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplate.d.ts +112 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplategroup.d.ts +68 -0
- package/out/exports/resources.generated/aws-medialive-input.d.ts +268 -0
- package/out/exports/resources.generated/aws-medialive-inputsecuritygroup.d.ts +55 -0
- package/out/exports/resources.generated/aws-medialive-multiplex.d.ts +119 -0
- package/out/exports/resources.generated/aws-medialive-multiplexprogram.d.ts +235 -0
- package/out/exports/resources.generated/aws-medialive-network.d.ts +87 -0
- package/out/exports/resources.generated/aws-medialive-sdisource.d.ts +73 -0
- package/out/exports/resources.generated/aws-medialive-signalmap.d.ts +130 -0
- package/out/exports/resources.generated/aws-mediapackage-asset.d.ts +62 -0
- package/out/exports/resources.generated/aws-mediapackage-channel.d.ts +69 -0
- package/out/exports/resources.generated/aws-mediapackage-originendpoint.d.ts +664 -0
- package/out/exports/resources.generated/aws-mediapackage-packagingconfiguration.d.ts +435 -0
- package/out/exports/resources.generated/aws-mediapackage-packaginggroup.d.ts +85 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +117 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channelgroup.d.ts +60 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channelpolicy.d.ts +34 -0
- package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +647 -0
- package/out/exports/resources.generated/aws-mediapackagev2-originendpointpolicy.d.ts +42 -0
- package/out/exports/resources.generated/aws-mediastore-container.d.ts +154 -0
- package/out/exports/resources.generated/aws-mediatailor-channel.d.ts +194 -0
- package/out/exports/resources.generated/aws-mediatailor-channelpolicy.d.ts +23 -0
- package/out/exports/resources.generated/aws-mediatailor-livesource.d.ts +68 -0
- package/out/exports/resources.generated/aws-mediatailor-playbackconfiguration.d.ts +247 -0
- package/out/exports/resources.generated/aws-mediatailor-sourcelocation.d.ts +142 -0
- package/out/exports/resources.generated/aws-mediatailor-vodsource.d.ts +68 -0
- package/out/exports/resources.generated/aws-memorydb-acl.d.ts +48 -0
- package/out/exports/resources.generated/aws-memorydb-cluster.d.ts +205 -0
- package/out/exports/resources.generated/aws-memorydb-multiregioncluster.d.ts +84 -0
- package/out/exports/resources.generated/aws-memorydb-parametergroup.d.ts +50 -0
- package/out/exports/resources.generated/aws-memorydb-subnetgroup.d.ts +51 -0
- package/out/exports/resources.generated/aws-memorydb-user.d.ts +66 -0
- package/out/exports/resources.generated/aws-mpa-approvalteam.d.ts +116 -0
- package/out/exports/resources.generated/aws-mpa-identitysource.d.ts +76 -0
- package/out/exports/resources.generated/aws-msk-batchscramsecret.d.ts +23 -0
- package/out/exports/resources.generated/aws-msk-cluster.d.ts +575 -0
- package/out/exports/resources.generated/aws-msk-clusterpolicy.d.ts +35 -0
- package/out/exports/resources.generated/aws-msk-configuration.d.ts +82 -0
- package/out/exports/resources.generated/aws-msk-replicator.d.ts +240 -0
- package/out/exports/resources.generated/aws-msk-serverlesscluster.d.ts +91 -0
- package/out/exports/resources.generated/aws-msk-vpcconnection.d.ts +61 -0
- package/out/exports/resources.generated/aws-mwaa-environment.d.ts +293 -0
- package/out/exports/resources.generated/aws-neptune-dbcluster.d.ts +260 -0
- package/out/exports/resources.generated/aws-neptune-dbclusterparametergroup.d.ts +46 -0
- package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +137 -0
- package/out/exports/resources.generated/aws-neptune-dbparametergroup.d.ts +54 -0
- package/out/exports/resources.generated/aws-neptune-dbsubnetgroup.d.ts +33 -0
- package/out/exports/resources.generated/aws-neptune-eventsubscription.d.ts +53 -0
- package/out/exports/resources.generated/aws-neptunegraph-graph.d.ts +100 -0
- package/out/exports/resources.generated/aws-neptunegraph-privategraphendpoint.d.ts +52 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewall.d.ts +123 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewallpolicy.d.ts +302 -0
- package/out/exports/resources.generated/aws-networkfirewall-loggingconfiguration.d.ts +101 -0
- package/out/exports/resources.generated/aws-networkfirewall-rulegroup.d.ts +600 -0
- package/out/exports/resources.generated/aws-networkfirewall-tlsinspectionconfiguration.d.ts +217 -0
- package/out/exports/resources.generated/aws-networkmanager-connectattachment.d.ts +165 -0
- package/out/exports/resources.generated/aws-networkmanager-connectpeer.d.ts +89 -0
- package/out/exports/resources.generated/aws-networkmanager-corenetwork.d.ts +65 -0
- package/out/exports/resources.generated/aws-networkmanager-customergatewayassociation.d.ts +37 -0
- package/out/exports/resources.generated/aws-networkmanager-device.d.ts +133 -0
- package/out/exports/resources.generated/aws-networkmanager-directconnectgatewayattachment.d.ts +145 -0
- package/out/exports/resources.generated/aws-networkmanager-globalnetwork.d.ts +50 -0
- package/out/exports/resources.generated/aws-networkmanager-link.d.ts +95 -0
- package/out/exports/resources.generated/aws-networkmanager-linkassociation.d.ts +28 -0
- package/out/exports/resources.generated/aws-networkmanager-site.d.ts +85 -0
- package/out/exports/resources.generated/aws-networkmanager-sitetositevpnattachment.d.ts +145 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewaypeering.d.ts +78 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayregistration.d.ts +23 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayroutetableattachment.d.ts +150 -0
- package/out/exports/resources.generated/aws-networkmanager-vpcattachment.d.ts +173 -0
- package/out/exports/resources.generated/aws-notifications-channelassociation.d.ts +25 -0
- package/out/exports/resources.generated/aws-notifications-eventrule.d.ts +73 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationaccountcontactassociation.d.ts +28 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationadditionalchannelassociation.d.ts +25 -0
- package/out/exports/resources.generated/aws-notifications-notificationconfiguration.d.ts +81 -0
- package/out/exports/resources.generated/aws-notifications-notificationhub.d.ts +29 -0
- package/out/exports/resources.generated/aws-notificationscontacts-emailcontact.d.ts +88 -0
- package/out/exports/resources.generated/aws-oam-link.d.ts +142 -0
- package/out/exports/resources.generated/aws-oam-sink.d.ts +55 -0
- package/out/exports/resources.generated/aws-omics-annotationstore.d.ts +188 -0
- package/out/exports/resources.generated/aws-omics-referencestore.d.ts +93 -0
- package/out/exports/resources.generated/aws-omics-rungroup.d.ts +81 -0
- package/out/exports/resources.generated/aws-omics-sequencestore.d.ts +162 -0
- package/out/exports/resources.generated/aws-omics-variantstore.d.ts +138 -0
- package/out/exports/resources.generated/aws-omics-workflow.d.ts +181 -0
- package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +186 -0
- package/out/exports/resources.generated/aws-opensearchserverless-accesspolicy.d.ts +46 -0
- package/out/exports/resources.generated/aws-opensearchserverless-collection.d.ts +92 -0
- package/out/exports/resources.generated/aws-opensearchserverless-index.d.ts +138 -0
- package/out/exports/resources.generated/aws-opensearchserverless-lifecyclepolicy.d.ts +46 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securityconfig.d.ts +139 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securitypolicy.d.ts +54 -0
- package/out/exports/resources.generated/aws-opensearchserverless-vpcendpoint.d.ts +52 -0
- package/out/exports/resources.generated/aws-opensearchservice-application.d.ts +115 -0
- package/out/exports/resources.generated/aws-opensearchservice-domain.d.ts +721 -0
- package/out/exports/resources.generated/aws-opsworks-app.d.ts +193 -0
- package/out/exports/resources.generated/aws-opsworks-elasticloadbalancerattachment.d.ts +32 -0
- package/out/exports/resources.generated/aws-opsworks-instance.d.ts +274 -0
- package/out/exports/resources.generated/aws-opsworks-layer.d.ts +281 -0
- package/out/exports/resources.generated/aws-opsworks-stack.d.ts +324 -0
- package/out/exports/resources.generated/aws-opsworks-userprofile.d.ts +47 -0
- package/out/exports/resources.generated/aws-opsworks-volume.d.ts +42 -0
- package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +243 -0
- package/out/exports/resources.generated/aws-organizations-account.d.ts +169 -0
- package/out/exports/resources.generated/aws-organizations-organization.d.ts +86 -0
- package/out/exports/resources.generated/aws-organizations-organizationalunit.d.ts +74 -0
- package/out/exports/resources.generated/aws-organizations-policy.d.ts +114 -0
- package/out/exports/resources.generated/aws-organizations-resourcepolicy.d.ts +56 -0
- package/out/exports/resources.generated/aws-osis-pipeline.d.ts +173 -0
- package/out/exports/resources.generated/aws-panorama-applicationinstance.d.ts +128 -0
- package/out/exports/resources.generated/aws-panorama-package.d.ts +68 -0
- package/out/exports/resources.generated/aws-panorama-packageversion.d.ts +82 -0
- package/out/exports/resources.generated/aws-paymentcryptography-alias.d.ts +57 -0
- package/out/exports/resources.generated/aws-paymentcryptography-key.d.ts +219 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-connector.d.ts +66 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-directoryregistration.d.ts +37 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-serviceprincipalname.d.ts +29 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-template.d.ts +919 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-templategroupaccesscontrolentry.d.ts +62 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-challenge.d.ts +42 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-connector.d.ts +92 -0
- package/out/exports/resources.generated/aws-pcs-cluster.d.ts +156 -0
- package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +164 -0
- package/out/exports/resources.generated/aws-pcs-queue.d.ts +65 -0
- package/out/exports/resources.generated/aws-personalize-dataset.d.ts +161 -0
- package/out/exports/resources.generated/aws-personalize-datasetgroup.d.ts +57 -0
- package/out/exports/resources.generated/aws-personalize-schema.d.ts +60 -0
- package/out/exports/resources.generated/aws-personalize-solution.d.ts +235 -0
- package/out/exports/resources.generated/aws-pinpoint-admchannel.d.ts +47 -0
- package/out/exports/resources.generated/aws-pinpoint-apnschannel.d.ts +72 -0
- package/out/exports/resources.generated/aws-pinpoint-apnssandboxchannel.d.ts +72 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipchannel.d.ts +72 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipsandboxchannel.d.ts +72 -0
- package/out/exports/resources.generated/aws-pinpoint-app.d.ts +44 -0
- package/out/exports/resources.generated/aws-pinpoint-applicationsettings.d.ts +122 -0
- package/out/exports/resources.generated/aws-pinpoint-baiduchannel.d.ts +47 -0
- package/out/exports/resources.generated/aws-pinpoint-campaign.d.ts +785 -0
- package/out/exports/resources.generated/aws-pinpoint-emailchannel.d.ts +62 -0
- package/out/exports/resources.generated/aws-pinpoint-emailtemplate.d.ts +64 -0
- package/out/exports/resources.generated/aws-pinpoint-eventstream.d.ts +41 -0
- package/out/exports/resources.generated/aws-pinpoint-gcmchannel.d.ts +52 -0
- package/out/exports/resources.generated/aws-pinpoint-inapptemplate.d.ts +234 -0
- package/out/exports/resources.generated/aws-pinpoint-pushtemplate.d.ts +201 -0
- package/out/exports/resources.generated/aws-pinpoint-segment.d.ts +284 -0
- package/out/exports/resources.generated/aws-pinpoint-smschannel.d.ts +51 -0
- package/out/exports/resources.generated/aws-pinpoint-smstemplate.d.ts +54 -0
- package/out/exports/resources.generated/aws-pinpoint-voicechannel.d.ts +37 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationset.d.ts +98 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationseteventdestination.d.ts +157 -0
- package/out/exports/resources.generated/aws-pinpointemail-dedicatedippool.d.ts +32 -0
- package/out/exports/resources.generated/aws-pinpointemail-identity.d.ts +115 -0
- package/out/exports/resources.generated/aws-pipes-pipe.d.ts +1939 -0
- package/out/exports/resources.generated/aws-proton-environmentaccountconnection.d.ts +93 -0
- package/out/exports/resources.generated/aws-proton-environmenttemplate.d.ts +79 -0
- package/out/exports/resources.generated/aws-proton-servicetemplate.d.ts +70 -0
- package/out/exports/resources.generated/aws-qbusiness-application.d.ts +262 -0
- package/out/exports/resources.generated/aws-qbusiness-dataaccessor.d.ts +210 -0
- package/out/exports/resources.generated/aws-qbusiness-datasource.d.ts +424 -0
- package/out/exports/resources.generated/aws-qbusiness-index.d.ts +159 -0
- package/out/exports/resources.generated/aws-qbusiness-permission.d.ts +42 -0
- package/out/exports/resources.generated/aws-qbusiness-plugin.d.ts +240 -0
- package/out/exports/resources.generated/aws-qbusiness-retriever.d.ts +135 -0
- package/out/exports/resources.generated/aws-qbusiness-webexperience.d.ts +242 -0
- package/out/exports/resources.generated/aws-qldb-ledger.d.ts +85 -0
- package/out/exports/resources.generated/aws-qldb-stream.d.ts +99 -0
- package/out/exports/resources.generated/aws-quicksight-analysis.d.ts +14405 -0
- package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +144 -0
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +14534 -0
- package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +1290 -0
- package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +1001 -0
- package/out/exports/resources.generated/aws-quicksight-folder.d.ts +127 -0
- package/out/exports/resources.generated/aws-quicksight-refreshschedule.d.ts +102 -0
- package/out/exports/resources.generated/aws-quicksight-template.d.ts +13542 -0
- package/out/exports/resources.generated/aws-quicksight-theme.d.ts +374 -0
- package/out/exports/resources.generated/aws-quicksight-topic.d.ts +1001 -0
- package/out/exports/resources.generated/aws-quicksight-vpcconnection.d.ts +106 -0
- package/out/exports/resources.generated/aws-ram-permission.d.ts +69 -0
- package/out/exports/resources.generated/aws-ram-resourceshare.d.ts +70 -0
- package/out/exports/resources.generated/aws-rbin-rule.d.ts +156 -0
- package/out/exports/resources.generated/aws-rds-customdbengineversion.d.ts +121 -0
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +960 -0
- package/out/exports/resources.generated/aws-rds-dbclusterparametergroup.d.ts +90 -0
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +1300 -0
- package/out/exports/resources.generated/aws-rds-dbparametergroup.d.ts +107 -0
- package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +160 -0
- package/out/exports/resources.generated/aws-rds-dbproxyendpoint.d.ts +100 -0
- package/out/exports/resources.generated/aws-rds-dbproxytargetgroup.d.ts +145 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroup.d.ts +78 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroupingress.d.ts +59 -0
- package/out/exports/resources.generated/aws-rds-dbshardgroup.d.ts +98 -0
- package/out/exports/resources.generated/aws-rds-dbsubnetgroup.d.ts +45 -0
- package/out/exports/resources.generated/aws-rds-eventsubscription.d.ts +67 -0
- package/out/exports/resources.generated/aws-rds-globalcluster.d.ts +182 -0
- package/out/exports/resources.generated/aws-rds-integration.d.ts +77 -0
- package/out/exports/resources.generated/aws-rds-optiongroup.d.ts +121 -0
- package/out/exports/resources.generated/aws-redshift-cluster.d.ts +473 -0
- package/out/exports/resources.generated/aws-redshift-clusterparametergroup.d.ts +59 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroup.d.ts +36 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroupingress.d.ts +59 -0
- package/out/exports/resources.generated/aws-redshift-clustersubnetgroup.d.ts +43 -0
- package/out/exports/resources.generated/aws-redshift-endpointaccess.d.ts +74 -0
- package/out/exports/resources.generated/aws-redshift-endpointauthorization.d.ts +79 -0
- package/out/exports/resources.generated/aws-redshift-eventsubscription.d.ts +113 -0
- package/out/exports/resources.generated/aws-redshift-integration.d.ts +60 -0
- package/out/exports/resources.generated/aws-redshift-scheduledaction.d.ts +138 -0
- package/out/exports/resources.generated/aws-redshiftserverless-namespace.d.ts +197 -0
- package/out/exports/resources.generated/aws-redshiftserverless-workgroup.d.ts +260 -0
- package/out/exports/resources.generated/aws-refactorspaces-application.d.ts +154 -0
- package/out/exports/resources.generated/aws-refactorspaces-environment.d.ts +76 -0
- package/out/exports/resources.generated/aws-refactorspaces-route.d.ts +198 -0
- package/out/exports/resources.generated/aws-refactorspaces-service.d.ts +138 -0
- package/out/exports/resources.generated/aws-rekognition-collection.d.ts +33 -0
- package/out/exports/resources.generated/aws-rekognition-project.d.ts +28 -0
- package/out/exports/resources.generated/aws-rekognition-streamprocessor.d.ts +355 -0
- package/out/exports/resources.generated/aws-resiliencehub-app.d.ts +401 -0
- package/out/exports/resources.generated/aws-resiliencehub-resiliencypolicy.d.ts +97 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-defaultviewassociation.d.ts +31 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-index.d.ts +62 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-view.d.ts +85 -0
- package/out/exports/resources.generated/aws-resourcegroups-group.d.ts +181 -0
- package/out/exports/resources.generated/aws-resourcegroups-tagsynctask.d.ts +100 -0
- package/out/exports/resources.generated/aws-robomaker-fleet.d.ts +44 -0
- package/out/exports/resources.generated/aws-robomaker-robot.d.ts +62 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplication.d.ts +103 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplicationversion.d.ts +41 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplication.d.ts +144 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplicationversion.d.ts +41 -0
- package/out/exports/resources.generated/aws-rolesanywhere-crl.d.ts +50 -0
- package/out/exports/resources.generated/aws-rolesanywhere-profile.d.ts +112 -0
- package/out/exports/resources.generated/aws-rolesanywhere-trustanchor.d.ts +122 -0
- package/out/exports/resources.generated/aws-route53-cidrcollection.d.ts +59 -0
- package/out/exports/resources.generated/aws-route53-dnssec.d.ts +19 -0
- package/out/exports/resources.generated/aws-route53-healthcheck.d.ts +143 -0
- package/out/exports/resources.generated/aws-route53-hostedzone.d.ts +202 -0
- package/out/exports/resources.generated/aws-route53-keysigningkey.d.ts +45 -0
- package/out/exports/resources.generated/aws-route53-recordset.d.ts +516 -0
- package/out/exports/resources.generated/aws-route53-recordsetgroup.d.ts +528 -0
- package/out/exports/resources.generated/aws-route53profiles-profile.d.ts +47 -0
- package/out/exports/resources.generated/aws-route53profiles-profileassociation.d.ts +50 -0
- package/out/exports/resources.generated/aws-route53profiles-profileresourceassociation.d.ts +48 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-cluster.d.ts +48 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-controlpanel.d.ts +57 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-routingcontrol.d.ts +52 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-safetyrule.d.ts +174 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-cell.d.ts +58 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-readinesscheck.d.ts +53 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-recoverygroup.d.ts +50 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-resourceset.d.ts +172 -0
- package/out/exports/resources.generated/aws-route53resolver-firewalldomainlist.d.ts +107 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroup.d.ts +207 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroupassociation.d.ts +111 -0
- package/out/exports/resources.generated/aws-route53resolver-outpostresolver.d.ts +98 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverconfig.d.ts +49 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverdnssecconfig.d.ts +44 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverendpoint.d.ts +147 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfig.d.ts +96 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfigassociation.d.ts +71 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverrule.d.ts +126 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverruleassociation.d.ts +53 -0
- package/out/exports/resources.generated/aws-rum-appmonitor.d.ts +397 -0
- package/out/exports/resources.generated/aws-s3-accessgrant.d.ts +122 -0
- package/out/exports/resources.generated/aws-s3-accessgrantsinstance.d.ts +46 -0
- package/out/exports/resources.generated/aws-s3-accessgrantslocation.d.ts +64 -0
- package/out/exports/resources.generated/aws-s3-accesspoint.d.ts +135 -0
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +1511 -0
- package/out/exports/resources.generated/aws-s3-bucketpolicy.d.ts +57 -0
- package/out/exports/resources.generated/aws-s3-multiregionaccesspoint.d.ts +106 -0
- package/out/exports/resources.generated/aws-s3-multiregionaccesspointpolicy.d.ts +39 -0
- package/out/exports/resources.generated/aws-s3-storagelens.d.ts +383 -0
- package/out/exports/resources.generated/aws-s3-storagelensgroup.d.ts +179 -0
- package/out/exports/resources.generated/aws-s3express-bucketpolicy.d.ts +93 -0
- package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +278 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspoint.d.ts +120 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspointpolicy.d.ts +26 -0
- package/out/exports/resources.generated/aws-s3outposts-accesspoint.d.ts +69 -0
- package/out/exports/resources.generated/aws-s3outposts-bucket.d.ts +331 -0
- package/out/exports/resources.generated/aws-s3outposts-bucketpolicy.d.ts +42 -0
- package/out/exports/resources.generated/aws-s3outposts-endpoint.d.ts +116 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucket.d.ts +83 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucketpolicy.d.ts +27 -0
- package/out/exports/resources.generated/aws-sagemaker-app.d.ts +118 -0
- package/out/exports/resources.generated/aws-sagemaker-appimageconfig.d.ts +185 -0
- package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +217 -0
- package/out/exports/resources.generated/aws-sagemaker-coderepository.d.ts +69 -0
- package/out/exports/resources.generated/aws-sagemaker-dataqualityjobdefinition.d.ts +464 -0
- package/out/exports/resources.generated/aws-sagemaker-device.d.ts +60 -0
- package/out/exports/resources.generated/aws-sagemaker-devicefleet.d.ts +68 -0
- package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +897 -0
- package/out/exports/resources.generated/aws-sagemaker-endpoint.d.ts +218 -0
- package/out/exports/resources.generated/aws-sagemaker-endpointconfig.d.ts +541 -0
- package/out/exports/resources.generated/aws-sagemaker-featuregroup.d.ts +288 -0
- package/out/exports/resources.generated/aws-sagemaker-image.d.ts +68 -0
- package/out/exports/resources.generated/aws-sagemaker-imageversion.d.ts +130 -0
- package/out/exports/resources.generated/aws-sagemaker-inferencecomponent.d.ts +302 -0
- package/out/exports/resources.generated/aws-sagemaker-inferenceexperiment.d.ts +304 -0
- package/out/exports/resources.generated/aws-sagemaker-mlflowtrackingserver.d.ts +79 -0
- package/out/exports/resources.generated/aws-sagemaker-model.d.ts +320 -0
- package/out/exports/resources.generated/aws-sagemaker-modelbiasjobdefinition.d.ts +507 -0
- package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +808 -0
- package/out/exports/resources.generated/aws-sagemaker-modelexplainabilityjobdefinition.d.ts +457 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackage.d.ts +1093 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackagegroup.d.ts +55 -0
- package/out/exports/resources.generated/aws-sagemaker-modelqualityjobdefinition.d.ts +520 -0
- package/out/exports/resources.generated/aws-sagemaker-monitoringschedule.d.ts +637 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstance.d.ts +134 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstancelifecycleconfig.d.ts +53 -0
- package/out/exports/resources.generated/aws-sagemaker-partnerapp.d.ts +129 -0
- package/out/exports/resources.generated/aws-sagemaker-pipeline.d.ts +98 -0
- package/out/exports/resources.generated/aws-sagemaker-project.d.ts +97 -0
- package/out/exports/resources.generated/aws-sagemaker-space.d.ts +404 -0
- package/out/exports/resources.generated/aws-sagemaker-studiolifecycleconfig.d.ts +52 -0
- package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +626 -0
- package/out/exports/resources.generated/aws-sagemaker-workteam.d.ts +121 -0
- package/out/exports/resources.generated/aws-scheduler-schedule.d.ts +540 -0
- package/out/exports/resources.generated/aws-scheduler-schedulegroup.d.ts +73 -0
- package/out/exports/resources.generated/aws-sdb-domain.d.ts +31 -0
- package/out/exports/resources.generated/aws-secretsmanager-resourcepolicy.d.ts +46 -0
- package/out/exports/resources.generated/aws-secretsmanager-rotationschedule.d.ts +249 -0
- package/out/exports/resources.generated/aws-secretsmanager-secret.d.ts +183 -0
- package/out/exports/resources.generated/aws-secretsmanager-secrettargetattachment.d.ts +61 -0
- package/out/exports/resources.generated/aws-securityhub-automationrule.d.ts +723 -0
- package/out/exports/resources.generated/aws-securityhub-configurationpolicy.d.ts +221 -0
- package/out/exports/resources.generated/aws-securityhub-delegatedadmin.d.ts +47 -0
- package/out/exports/resources.generated/aws-securityhub-findingaggregator.d.ts +57 -0
- package/out/exports/resources.generated/aws-securityhub-hub.d.ts +74 -0
- package/out/exports/resources.generated/aws-securityhub-insight.d.ts +825 -0
- package/out/exports/resources.generated/aws-securityhub-organizationconfiguration.d.ts +68 -0
- package/out/exports/resources.generated/aws-securityhub-policyassociation.d.ts +59 -0
- package/out/exports/resources.generated/aws-securityhub-productsubscription.d.ts +38 -0
- package/out/exports/resources.generated/aws-securityhub-securitycontrol.d.ts +0 -0
- package/out/exports/resources.generated/aws-securityhub-standard.d.ts +62 -0
- package/out/exports/resources.generated/aws-securitylake-awslogsource.d.ts +40 -0
- package/out/exports/resources.generated/aws-securitylake-datalake.d.ts +142 -0
- package/out/exports/resources.generated/aws-securitylake-subscriber.d.ts +164 -0
- package/out/exports/resources.generated/aws-securitylake-subscribernotification.d.ts +94 -0
- package/out/exports/resources.generated/aws-servicecatalog-acceptedportfolioshare.d.ts +35 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationproduct.d.ts +204 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationprovisionedproduct.d.ts +255 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchnotificationconstraint.d.ts +50 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchroleconstraint.d.ts +61 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchtemplateconstraint.d.ts +50 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolio.d.ts +56 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioprincipalassociation.d.ts +45 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioproductassociation.d.ts +49 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioshare.d.ts +45 -0
- package/out/exports/resources.generated/aws-servicecatalog-resourceupdateconstraint.d.ts +52 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceaction.d.ts +76 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceactionassociation.d.ts +37 -0
- package/out/exports/resources.generated/aws-servicecatalog-stacksetconstraint.d.ts +76 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoption.d.ts +38 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoptionassociation.d.ts +32 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-application.d.ts +71 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroup.d.ts +54 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroupassociation.d.ts +46 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-resourceassociation.d.ts +49 -0
- package/out/exports/resources.generated/aws-servicediscovery-httpnamespace.d.ts +47 -0
- package/out/exports/resources.generated/aws-servicediscovery-instance.d.ts +73 -0
- package/out/exports/resources.generated/aws-servicediscovery-privatednsnamespace.d.ts +91 -0
- package/out/exports/resources.generated/aws-servicediscovery-publicdnsnamespace.d.ts +92 -0
- package/out/exports/resources.generated/aws-servicediscovery-service.d.ts +297 -0
- package/out/exports/resources.generated/aws-ses-configurationset.d.ts +209 -0
- package/out/exports/resources.generated/aws-ses-configurationseteventdestination.d.ts +186 -0
- package/out/exports/resources.generated/aws-ses-contactlist.d.ts +66 -0
- package/out/exports/resources.generated/aws-ses-dedicatedippool.d.ts +38 -0
- package/out/exports/resources.generated/aws-ses-emailidentity.d.ts +193 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddoninstance.d.ts +49 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddonsubscription.d.ts +43 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddresslist.d.ts +40 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerarchive.d.ts +77 -0
- package/out/exports/resources.generated/aws-ses-mailmanageringresspoint.d.ts +155 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerrelay.d.ts +78 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerruleset.d.ts +607 -0
- package/out/exports/resources.generated/aws-ses-mailmanagertrafficpolicy.d.ts +285 -0
- package/out/exports/resources.generated/aws-ses-receiptfilter.d.ts +65 -0
- package/out/exports/resources.generated/aws-ses-receiptrule.d.ts +348 -0
- package/out/exports/resources.generated/aws-ses-receiptruleset.d.ts +35 -0
- package/out/exports/resources.generated/aws-ses-template.d.ts +56 -0
- package/out/exports/resources.generated/aws-ses-vdmattributes.d.ts +63 -0
- package/out/exports/resources.generated/aws-shield-drtaccess.d.ts +72 -0
- package/out/exports/resources.generated/aws-shield-proactiveengagement.d.ts +106 -0
- package/out/exports/resources.generated/aws-shield-protection.d.ts +132 -0
- package/out/exports/resources.generated/aws-shield-protectiongroup.d.ts +64 -0
- package/out/exports/resources.generated/aws-signer-profilepermission.d.ts +40 -0
- package/out/exports/resources.generated/aws-signer-signingprofile.d.ts +73 -0
- package/out/exports/resources.generated/aws-simspaceweaver-simulation.d.ts +125 -0
- package/out/exports/resources.generated/aws-sns-subscription.d.ts +97 -0
- package/out/exports/resources.generated/aws-sns-topic.d.ts +167 -0
- package/out/exports/resources.generated/aws-sns-topicinlinepolicy.d.ts +23 -0
- package/out/exports/resources.generated/aws-sns-topicpolicy.d.ts +33 -0
- package/out/exports/resources.generated/aws-sqs-queue.d.ts +176 -0
- package/out/exports/resources.generated/aws-sqs-queueinlinepolicy.d.ts +23 -0
- package/out/exports/resources.generated/aws-sqs-queuepolicy.d.ts +33 -0
- package/out/exports/resources.generated/aws-ssm-association.d.ts +226 -0
- package/out/exports/resources.generated/aws-ssm-document.d.ts +141 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindow.d.ts +81 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtarget.d.ts +74 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +374 -0
- package/out/exports/resources.generated/aws-ssm-parameter.d.ts +97 -0
- package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +259 -0
- package/out/exports/resources.generated/aws-ssm-resourcedatasync.d.ts +183 -0
- package/out/exports/resources.generated/aws-ssm-resourcepolicy.d.ts +38 -0
- package/out/exports/resources.generated/aws-ssmcontacts-contact.d.ts +153 -0
- package/out/exports/resources.generated/aws-ssmcontacts-contactchannel.d.ts +62 -0
- package/out/exports/resources.generated/aws-ssmcontacts-plan.d.ts +135 -0
- package/out/exports/resources.generated/aws-ssmcontacts-rotation.d.ts +243 -0
- package/out/exports/resources.generated/aws-ssmguiconnect-preferences.d.ts +59 -0
- package/out/exports/resources.generated/aws-ssmincidents-replicationset.d.ts +68 -0
- package/out/exports/resources.generated/aws-ssmincidents-responseplan.d.ts +315 -0
- package/out/exports/resources.generated/aws-ssmquicksetup-configurationmanager.d.ts +397 -0
- package/out/exports/resources.generated/aws-sso-application.d.ts +114 -0
- package/out/exports/resources.generated/aws-sso-applicationassignment.d.ts +34 -0
- package/out/exports/resources.generated/aws-sso-assignment.d.ts +57 -0
- package/out/exports/resources.generated/aws-sso-instance.d.ts +71 -0
- package/out/exports/resources.generated/aws-sso-instanceaccesscontrolattributeconfiguration.d.ts +67 -0
- package/out/exports/resources.generated/aws-sso-permissionset.d.ts +137 -0
- package/out/exports/resources.generated/aws-stepfunctions-activity.d.ts +124 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachine.d.ts +258 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachinealias.d.ts +185 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachineversion.d.ts +58 -0
- package/out/exports/resources.generated/aws-supportapp-accountalias.d.ts +40 -0
- package/out/exports/resources.generated/aws-supportapp-slackchannelconfiguration.d.ts +87 -0
- package/out/exports/resources.generated/aws-supportapp-slackworkspaceconfiguration.d.ts +45 -0
- package/out/exports/resources.generated/aws-synthetics-canary.d.ts +379 -0
- package/out/exports/resources.generated/aws-synthetics-group.d.ts +49 -0
- package/out/exports/resources.generated/aws-systemsmanagersap-application.d.ts +125 -0
- package/out/exports/resources.generated/aws-timestream-database.d.ts +43 -0
- package/out/exports/resources.generated/aws-timestream-influxdbinstance.d.ts +191 -0
- package/out/exports/resources.generated/aws-timestream-scheduledquery.d.ts +355 -0
- package/out/exports/resources.generated/aws-timestream-table.d.ts +187 -0
- package/out/exports/resources.generated/aws-transfer-agreement.d.ts +162 -0
- package/out/exports/resources.generated/aws-transfer-certificate.d.ts +126 -0
- package/out/exports/resources.generated/aws-transfer-connector.d.ts +160 -0
- package/out/exports/resources.generated/aws-transfer-profile.d.ts +57 -0
- package/out/exports/resources.generated/aws-transfer-server.d.ts +475 -0
- package/out/exports/resources.generated/aws-transfer-user.d.ts +200 -0
- package/out/exports/resources.generated/aws-transfer-webapp.d.ts +143 -0
- package/out/exports/resources.generated/aws-transfer-workflow.d.ts +294 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-identitysource.d.ts +230 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policy.d.ts +172 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policystore.d.ts +111 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policytemplate.d.ts +48 -0
- package/out/exports/resources.generated/aws-voiceid-domain.d.ts +65 -0
- package/out/exports/resources.generated/aws-vpclattice-accesslogsubscription.d.ts +76 -0
- package/out/exports/resources.generated/aws-vpclattice-authpolicy.d.ts +40 -0
- package/out/exports/resources.generated/aws-vpclattice-listener.d.ts +153 -0
- package/out/exports/resources.generated/aws-vpclattice-resourceconfiguration.d.ts +117 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcegateway.d.ts +69 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcepolicy.d.ts +26 -0
- package/out/exports/resources.generated/aws-vpclattice-rule.d.ts +267 -0
- package/out/exports/resources.generated/aws-vpclattice-service.d.ts +101 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetwork.d.ts +88 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkresourceassociation.d.ts +55 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkserviceassociation.d.ts +135 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkvpcassociation.d.ts +114 -0
- package/out/exports/resources.generated/aws-vpclattice-targetgroup.d.ts +235 -0
- package/out/exports/resources.generated/aws-waf-bytematchset.d.ts +204 -0
- package/out/exports/resources.generated/aws-waf-ipset.d.ts +80 -0
- package/out/exports/resources.generated/aws-waf-rule.d.ts +78 -0
- package/out/exports/resources.generated/aws-waf-sizeconstraintset.d.ts +170 -0
- package/out/exports/resources.generated/aws-waf-sqlinjectionmatchset.d.ts +142 -0
- package/out/exports/resources.generated/aws-waf-webacl.d.ts +102 -0
- package/out/exports/resources.generated/aws-waf-xssmatchset.d.ts +142 -0
- package/out/exports/resources.generated/aws-wafregional-bytematchset.d.ts +204 -0
- package/out/exports/resources.generated/aws-wafregional-geomatchset.d.ts +66 -0
- package/out/exports/resources.generated/aws-wafregional-ipset.d.ts +80 -0
- package/out/exports/resources.generated/aws-wafregional-ratebasedrule.d.ts +96 -0
- package/out/exports/resources.generated/aws-wafregional-regexpatternset.d.ts +36 -0
- package/out/exports/resources.generated/aws-wafregional-rule.d.ts +78 -0
- package/out/exports/resources.generated/aws-wafregional-sizeconstraintset.d.ts +170 -0
- package/out/exports/resources.generated/aws-wafregional-sqlinjectionmatchset.d.ts +142 -0
- package/out/exports/resources.generated/aws-wafregional-webacl.d.ts +99 -0
- package/out/exports/resources.generated/aws-wafregional-webaclassociation.d.ts +40 -0
- package/out/exports/resources.generated/aws-wafregional-xssmatchset.d.ts +142 -0
- package/out/exports/resources.generated/aws-wafv2-ipset.d.ts +96 -0
- package/out/exports/resources.generated/aws-wafv2-loggingconfiguration.d.ts +184 -0
- package/out/exports/resources.generated/aws-wafv2-regexpatternset.d.ts +68 -0
- package/out/exports/resources.generated/aws-wafv2-rulegroup.d.ts +1745 -0
- package/out/exports/resources.generated/aws-wafv2-webacl.d.ts +2591 -0
- package/out/exports/resources.generated/aws-wafv2-webaclassociation.d.ts +71 -0
- package/out/exports/resources.generated/aws-wisdom-aiagent.d.ts +290 -0
- package/out/exports/resources.generated/aws-wisdom-aiagentversion.d.ts +54 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrail.d.ts +341 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrailversion.d.ts +58 -0
- package/out/exports/resources.generated/aws-wisdom-aiprompt.d.ts +144 -0
- package/out/exports/resources.generated/aws-wisdom-aipromptversion.d.ts +56 -0
- package/out/exports/resources.generated/aws-wisdom-assistant.d.ts +76 -0
- package/out/exports/resources.generated/aws-wisdom-assistantassociation.d.ts +73 -0
- package/out/exports/resources.generated/aws-wisdom-knowledgebase.d.ts +338 -0
- package/out/exports/resources.generated/aws-wisdom-messagetemplate.d.ts +733 -0
- package/out/exports/resources.generated/aws-wisdom-messagetemplateversion.d.ts +42 -0
- package/out/exports/resources.generated/aws-workspaces-connectionalias.d.ts +44 -0
- package/out/exports/resources.generated/aws-workspaces-workspace.d.ts +98 -0
- package/out/exports/resources.generated/aws-workspaces-workspacespool.d.ts +152 -0
- package/out/exports/resources.generated/aws-workspacesthinclient-environment.d.ts +185 -0
- package/out/exports/resources.generated/aws-workspacesweb-browsersettings.d.ts +59 -0
- package/out/exports/resources.generated/aws-workspacesweb-dataprotectionsettings.d.ts +206 -0
- package/out/exports/resources.generated/aws-workspacesweb-identityprovider.d.ts +97 -0
- package/out/exports/resources.generated/aws-workspacesweb-ipaccesssettings.d.ts +98 -0
- package/out/exports/resources.generated/aws-workspacesweb-networksettings.d.ts +68 -0
- package/out/exports/resources.generated/aws-workspacesweb-portal.d.ts +208 -0
- package/out/exports/resources.generated/aws-workspacesweb-truststore.d.ts +41 -0
- package/out/exports/resources.generated/aws-workspacesweb-useraccessloggingsettings.d.ts +56 -0
- package/out/exports/resources.generated/aws-workspacesweb-usersettings.d.ts +196 -0
- package/out/exports/resources.generated/aws-xray-group.d.ts +66 -0
- package/out/exports/resources.generated/aws-xray-resourcepolicy.d.ts +33 -0
- package/out/exports/resources.generated/aws-xray-samplingrule.d.ts +240 -0
- package/out/exports/resources.generated/aws-xray-transactionsearchconfig.d.ts +28 -0
- package/out/lib/assert.d.ts +21 -0
- package/out/lib/assert.d.ts.map +1 -0
- package/out/lib/assert.js +39 -0
- package/out/lib/assert.js.map +1 -0
- package/out/lib/builder.d.ts +153 -0
- package/out/lib/builder.d.ts.map +1 -0
- package/out/lib/builder.js +169 -0
- package/out/lib/builder.js.map +1 -0
- package/out/lib/intrinsics.d.ts +940 -0
- package/out/lib/intrinsics.d.ts.map +1 -0
- package/out/lib/intrinsics.js +431 -0
- package/out/lib/intrinsics.js.map +1 -0
- package/out/lib/json.d.ts.map +1 -0
- package/out/{exports/main → lib}/json.js.map +1 -1
- package/out/lib/parameters.d.ts.map +1 -0
- package/out/{exports/main → lib}/parameters.js.map +1 -1
- package/out/lib/policy.d.ts.map +1 -0
- package/out/{exports/main → lib}/policy.js.map +1 -1
- package/out/{exports/main → lib}/template.d.ts +29 -8
- package/out/lib/template.d.ts.map +1 -0
- package/out/lib/template.js +14 -0
- package/out/lib/template.js.map +1 -0
- package/package.json +12 -4
- package/exports/main/intrinsics.ts +0 -632
- package/out/exports/main/intrinsics.d.ts +0 -522
- package/out/exports/main/intrinsics.d.ts.map +0 -1
- package/out/exports/main/intrinsics.js +0 -20
- package/out/exports/main/intrinsics.js.map +0 -1
- package/out/exports/main/json.d.ts.map +0 -1
- package/out/exports/main/parameters.d.ts.map +0 -1
- package/out/exports/main/policy.d.ts.map +0 -1
- package/out/exports/main/template.d.ts.map +0 -1
- package/out/exports/main/template.js +0 -13
- package/out/exports/main/template.js.map +0 -1
- /package/{exports/main → lib}/json.ts +0 -0
- /package/{exports/main → lib}/parameters.ts +0 -0
- /package/{exports/main → lib}/policy.ts +0 -0
- /package/out/{exports/main → lib}/json.d.ts +0 -0
- /package/out/{exports/main → lib}/json.js +0 -0
- /package/out/{exports/main → lib}/parameters.d.ts +0 -0
- /package/out/{exports/main → lib}/parameters.js +0 -0
- /package/out/{exports/main → lib}/policy.d.ts +0 -0
- /package/out/{exports/main → lib}/policy.js +0 -0
|
@@ -0,0 +1,1066 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* The `AWS::EMR::Cluster` resource specifies an Amazon EMR cluster. This cluster is a collection of Amazon EC2 instances that run open source big data frameworks and applications to process and analyze vast amounts of data. For more information, see the [Amazon EMR Management Guide](https://docs.aws.amazon.com//emr/latest/ManagementGuide/) .
|
|
4
|
+
*
|
|
5
|
+
* Amazon EMR now supports launching task instance groups and task instance fleets as part of the `AWS::EMR::Cluster` resource. This can be done by using the `JobFlowInstancesConfig` property type's `TaskInstanceGroups` and `TaskInstanceFleets` subproperties. Using these subproperties reduces delays in provisioning task nodes compared to specifying task nodes with the `AWS::EMR::InstanceGroupConfig` and `AWS::EMR::InstanceFleetConfig` resources. Please refer to the examples at the bottom of this page to learn how to use these subproperties.
|
|
6
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html}
|
|
7
|
+
*/
|
|
8
|
+
export type EMRCluster = ResourceDefinitionWithAttributes<"AWS::EMR::Cluster", EMRClusterProps, EMRClusterAttribs>;
|
|
9
|
+
/**
|
|
10
|
+
* The `AWS::EMR::Cluster` resource specifies an Amazon EMR cluster. This cluster is a collection of Amazon EC2 instances that run open source big data frameworks and applications to process and analyze vast amounts of data. For more information, see the [Amazon EMR Management Guide](https://docs.aws.amazon.com//emr/latest/ManagementGuide/) .
|
|
11
|
+
*
|
|
12
|
+
* Amazon EMR now supports launching task instance groups and task instance fleets as part of the `AWS::EMR::Cluster` resource. This can be done by using the `JobFlowInstancesConfig` property type's `TaskInstanceGroups` and `TaskInstanceFleets` subproperties. Using these subproperties reduces delays in provisioning task nodes compared to specifying task nodes with the `AWS::EMR::InstanceGroupConfig` and `AWS::EMR::InstanceFleetConfig` resources. Please refer to the examples at the bottom of this page to learn how to use these subproperties.
|
|
13
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html}
|
|
14
|
+
*/
|
|
15
|
+
export type EMRClusterProps = {
|
|
16
|
+
/**
|
|
17
|
+
* A JSON string for selecting additional features.
|
|
18
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-additionalinfo}
|
|
19
|
+
*/
|
|
20
|
+
AdditionalInfo?: Record<string, unknown> | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* The applications to install on this cluster, for example, Spark, Flink, Oozie, Zeppelin, and so on.
|
|
23
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-applications}
|
|
24
|
+
*/
|
|
25
|
+
Applications?: Application[] | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* An IAM role for automatic scaling policies. The default role is `EMR_AutoScaling_DefaultRole` . The IAM role provides permissions that the automatic scaling feature requires to launch and terminate Amazon EC2 instances in an instance group.
|
|
28
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-autoscalingrole}
|
|
29
|
+
*/
|
|
30
|
+
AutoScalingRole?: string | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* An auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. For alternative cluster termination options, see [Control cluster termination](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-termination.html) .
|
|
33
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-autoterminationpolicy}
|
|
34
|
+
*/
|
|
35
|
+
AutoTerminationPolicy?: AutoTerminationPolicy | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* A list of bootstrap actions to run before Hadoop starts on the cluster nodes.
|
|
38
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-bootstrapactions}
|
|
39
|
+
*/
|
|
40
|
+
BootstrapActions?: BootstrapActionConfig[] | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* Applies only to Amazon EMR releases 4.x and later. The list of configurations that are supplied to the Amazon EMR cluster.
|
|
43
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-configurations}
|
|
44
|
+
*/
|
|
45
|
+
Configurations?: Configuration[] | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* Available only in Amazon EMR releases 5.7.0 and later. The ID of a custom Amazon EBS-backed Linux AMI if the cluster uses a custom AMI.
|
|
48
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-customamiid}
|
|
49
|
+
*/
|
|
50
|
+
CustomAmiId?: string | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* The IOPS, of the Amazon EBS root device volume of the Linux AMI that is used for each Amazon EC2 instance. Available in Amazon EMR releases 6.15.0 and later.
|
|
53
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-ebsrootvolumeiops}
|
|
54
|
+
*/
|
|
55
|
+
EbsRootVolumeIops?: number | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* The size, in GiB, of the Amazon EBS root device volume of the Linux AMI that is used for each Amazon EC2 instance. Available in Amazon EMR releases 4.x and later.
|
|
58
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-ebsrootvolumesize}
|
|
59
|
+
*/
|
|
60
|
+
EbsRootVolumeSize?: number | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* The throughput, in MiB/s, of the Amazon EBS root device volume of the Linux AMI that is used for each Amazon EC2 instance. Available in Amazon EMR releases 6.15.0 and later.
|
|
63
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-ebsrootvolumethroughput}
|
|
64
|
+
*/
|
|
65
|
+
EbsRootVolumeThroughput?: number | undefined;
|
|
66
|
+
/**
|
|
67
|
+
* A specification of the number and type of Amazon EC2 instances.
|
|
68
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-instances}
|
|
69
|
+
*/
|
|
70
|
+
Instances: JobFlowInstancesConfig;
|
|
71
|
+
/**
|
|
72
|
+
* Also called instance profile and Amazon EC2 role. An IAM role for an Amazon EMR cluster. The Amazon EC2 instances of the cluster assume this role. The default role is `EMR_EC2_DefaultRole` . In order to use the default role, you must have already created it using the AWS CLI or console.
|
|
73
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-jobflowrole}
|
|
74
|
+
*/
|
|
75
|
+
JobFlowRole: string;
|
|
76
|
+
/**
|
|
77
|
+
* Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration. For more information see [Use Kerberos Authentication](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-kerberos.html) in the *Amazon EMR Management Guide* .
|
|
78
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-kerberosattributes}
|
|
79
|
+
*/
|
|
80
|
+
KerberosAttributes?: KerberosAttributes | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* The AWS KMS key used for encrypting log files. This attribute is only available with Amazon EMR 5.30.0 and later, excluding Amazon EMR 6.0.0.
|
|
83
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-logencryptionkmskeyid}
|
|
84
|
+
*/
|
|
85
|
+
LogEncryptionKmsKeyId?: string | undefined;
|
|
86
|
+
/**
|
|
87
|
+
* The path to the Amazon S3 location where logs for this cluster are stored.
|
|
88
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-loguri}
|
|
89
|
+
*/
|
|
90
|
+
LogUri?: string | undefined;
|
|
91
|
+
/**
|
|
92
|
+
* Creates or updates a managed scaling policy for an Amazon EMR cluster. The managed scaling policy defines the limits for resources, such as Amazon EC2 instances that can be added or terminated from a cluster. The policy only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
|
|
93
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-managedscalingpolicy}
|
|
94
|
+
*/
|
|
95
|
+
ManagedScalingPolicy?: ManagedScalingPolicy | undefined;
|
|
96
|
+
/**
|
|
97
|
+
* The name of the cluster. This parameter can't contain the characters <, >, $, |, or ` (backtick).
|
|
98
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-name}
|
|
99
|
+
*/
|
|
100
|
+
Name: string;
|
|
101
|
+
/**
|
|
102
|
+
* The Amazon Linux release specified in a cluster launch RunJobFlow request. If no Amazon Linux release was specified, the default Amazon Linux release is shown in the response.
|
|
103
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-osreleaselabel}
|
|
104
|
+
*/
|
|
105
|
+
OSReleaseLabel?: string | undefined;
|
|
106
|
+
/**
|
|
107
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-placementgroupconfigs}
|
|
108
|
+
*/
|
|
109
|
+
PlacementGroupConfigs?: PlacementGroupConfig[] | undefined;
|
|
110
|
+
/**
|
|
111
|
+
* The Amazon EMR release label, which determines the version of open-source application packages installed on the cluster. Release labels are in the form `emr-x.x.x` , where x.x.x is an Amazon EMR release version such as `emr-5.14.0` . For more information about Amazon EMR release versions and included application versions and features, see [](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/) . The release label applies only to Amazon EMR releases version 4.0 and later. Earlier versions use `AmiVersion` .
|
|
112
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-releaselabel}
|
|
113
|
+
*/
|
|
114
|
+
ReleaseLabel?: string | undefined;
|
|
115
|
+
/**
|
|
116
|
+
* The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized. `TERMINATE_AT_INSTANCE_HOUR` indicates that Amazon EMR terminates nodes at the instance-hour boundary, regardless of when the request to terminate the instance was submitted. This option is only available with Amazon EMR 5.1.0 and later and is the default for clusters created using that version. `TERMINATE_AT_TASK_COMPLETION` indicates that Amazon EMR adds nodes to a deny list and drains tasks from nodes before terminating the Amazon EC2 instances, regardless of the instance-hour boundary. With either behavior, Amazon EMR removes the least active nodes first and blocks instance termination if it could lead to HDFS corruption. `TERMINATE_AT_TASK_COMPLETION` is available only in Amazon EMR releases 4.1.0 and later, and is the default for versions of Amazon EMR earlier than 5.1.0.
|
|
117
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-scaledownbehavior}
|
|
118
|
+
*/
|
|
119
|
+
ScaleDownBehavior?: string | undefined;
|
|
120
|
+
/**
|
|
121
|
+
* The name of the security configuration applied to the cluster.
|
|
122
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-securityconfiguration}
|
|
123
|
+
*/
|
|
124
|
+
SecurityConfiguration?: string | undefined;
|
|
125
|
+
/**
|
|
126
|
+
* The IAM role that Amazon EMR assumes in order to access AWS resources on your behalf.
|
|
127
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-servicerole}
|
|
128
|
+
*/
|
|
129
|
+
ServiceRole: string;
|
|
130
|
+
/**
|
|
131
|
+
* Specifies the number of steps that can be executed concurrently. The default value is `1` . The maximum value is `256` .
|
|
132
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-stepconcurrencylevel}
|
|
133
|
+
*/
|
|
134
|
+
StepConcurrencyLevel?: number | undefined;
|
|
135
|
+
/**
|
|
136
|
+
* A list of steps to run.
|
|
137
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-steps}
|
|
138
|
+
*/
|
|
139
|
+
Steps?: StepConfig[] | undefined;
|
|
140
|
+
/**
|
|
141
|
+
* A list of tags associated with a cluster.
|
|
142
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-tags}
|
|
143
|
+
*/
|
|
144
|
+
Tags?: Tag[] | undefined;
|
|
145
|
+
/**
|
|
146
|
+
* Indicates whether the cluster is visible to all IAM users of the AWS account associated with the cluster. If this value is set to `true` , all IAM users of that AWS account can view and manage the cluster if they have the proper policy permissions set. If this value is `false` , only the IAM user that created the cluster can view and manage it. This value can be changed using the SetVisibleToAllUsers action.
|
|
147
|
+
*
|
|
148
|
+
* > When you create clusters directly through the EMR console or API, this value is set to `true` by default. However, for `AWS::EMR::Cluster` resources in CloudFormation, the default is `false` .
|
|
149
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-visibletoallusers}
|
|
150
|
+
*/
|
|
151
|
+
VisibleToAllUsers?: boolean | undefined;
|
|
152
|
+
};
|
|
153
|
+
/**
|
|
154
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#aws-resource-emr-cluster-return-values}
|
|
155
|
+
*/
|
|
156
|
+
export type EMRClusterAttribs = {
|
|
157
|
+
/**
|
|
158
|
+
* The unique identifier for the cluster.
|
|
159
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-id}
|
|
160
|
+
*/
|
|
161
|
+
Id: string;
|
|
162
|
+
/**
|
|
163
|
+
* The public DNS name of the master node (instance), such as `ec2-12-123-123-123.us-west-2.compute.amazonaws.com` .
|
|
164
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-cluster.html#cfn-emr-cluster-masterpublicdns}
|
|
165
|
+
*/
|
|
166
|
+
MasterPublicDNS: string;
|
|
167
|
+
};
|
|
168
|
+
/**
|
|
169
|
+
* `Application` is a property of `AWS::EMR::Cluster` . The `Application` property type defines the open-source big data applications for EMR to install and configure when a cluster is created.
|
|
170
|
+
*
|
|
171
|
+
* With Amazon EMR release version 4.0 and later, the only accepted parameter is the application `Name` . To pass arguments to these applications, you use configuration classifications specified using JSON objects in a `Configuration` property. For more information, see [Configuring Applications](https://docs.aws.amazon.com//emr/latest/ReleaseGuide/emr-configure-apps.html) .
|
|
172
|
+
*
|
|
173
|
+
* With earlier Amazon EMR releases, the application is any AWS or third-party software that you can add to the cluster. You can specify the version of the application and arguments to pass to it. Amazon EMR accepts and forwards the argument list to the corresponding installation script as a bootstrap action argument.
|
|
174
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-application.html}
|
|
175
|
+
*/
|
|
176
|
+
export type Application = {
|
|
177
|
+
/**
|
|
178
|
+
* This option is for advanced users only. This is meta information about clusters and applications that are used for testing and troubleshooting.
|
|
179
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-application.html#cfn-emr-cluster-application-additionalinfo}
|
|
180
|
+
*/
|
|
181
|
+
AdditionalInfo?: Record<string, string> | undefined;
|
|
182
|
+
/**
|
|
183
|
+
* Arguments for Amazon EMR to pass to the application.
|
|
184
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-application.html#cfn-emr-cluster-application-args}
|
|
185
|
+
*/
|
|
186
|
+
Args?: string[] | undefined;
|
|
187
|
+
/**
|
|
188
|
+
* The name of the application.
|
|
189
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-application.html#cfn-emr-cluster-application-name}
|
|
190
|
+
*/
|
|
191
|
+
Name?: string | undefined;
|
|
192
|
+
/**
|
|
193
|
+
* The version of the application.
|
|
194
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-application.html#cfn-emr-cluster-application-version}
|
|
195
|
+
*/
|
|
196
|
+
Version?: string | undefined;
|
|
197
|
+
};
|
|
198
|
+
/**
|
|
199
|
+
* `AutoScalingPolicy` is a subproperty of `InstanceGroupConfig` . `AutoScalingPolicy` defines how an instance group dynamically adds and terminates EC2 instances in response to the value of a CloudWatch metric. For more information, see [Using Automatic Scaling in Amazon EMR](https://docs.aws.amazon.com//emr/latest/ManagementGuide/emr-automatic-scaling.html) in the *Amazon EMR Management Guide* .
|
|
200
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-autoscalingpolicy.html}
|
|
201
|
+
*/
|
|
202
|
+
export type AutoScalingPolicy = {
|
|
203
|
+
/**
|
|
204
|
+
* The upper and lower Amazon EC2 instance limits for an automatic scaling policy. Automatic scaling activity will not cause an instance group to grow above or below these limits.
|
|
205
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-autoscalingpolicy.html#cfn-emr-cluster-autoscalingpolicy-constraints}
|
|
206
|
+
*/
|
|
207
|
+
Constraints: ScalingConstraints;
|
|
208
|
+
/**
|
|
209
|
+
* The scale-in and scale-out rules that comprise the automatic scaling policy.
|
|
210
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-autoscalingpolicy.html#cfn-emr-cluster-autoscalingpolicy-rules}
|
|
211
|
+
*/
|
|
212
|
+
Rules: ScalingRule[];
|
|
213
|
+
};
|
|
214
|
+
/**
|
|
215
|
+
* An auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. For alternative cluster termination options, see [Control cluster termination](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-termination.html) .
|
|
216
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-autoterminationpolicy.html}
|
|
217
|
+
*/
|
|
218
|
+
export type AutoTerminationPolicy = {
|
|
219
|
+
/**
|
|
220
|
+
* Specifies the amount of idle time in seconds after which the cluster automatically terminates. You can specify a minimum of 60 seconds and a maximum of 604800 seconds (seven days).
|
|
221
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-autoterminationpolicy.html#cfn-emr-cluster-autoterminationpolicy-idletimeout}
|
|
222
|
+
*/
|
|
223
|
+
IdleTimeout?: number | undefined;
|
|
224
|
+
};
|
|
225
|
+
/**
|
|
226
|
+
* `BootstrapActionConfig` is a property of `AWS::EMR::Cluster` that can be used to run bootstrap actions on EMR clusters. You can use a bootstrap action to install software and configure EC2 instances for all cluster nodes before EMR installs and configures open-source big data applications on cluster instances. For more information, see [Create Bootstrap Actions to Install Additional Software](https://docs.aws.amazon.com//emr/latest/ManagementGuide/emr-plan-bootstrap.html) in the *Amazon EMR Management Guide* .
|
|
227
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-bootstrapactionconfig.html}
|
|
228
|
+
*/
|
|
229
|
+
export type BootstrapActionConfig = {
|
|
230
|
+
/**
|
|
231
|
+
* The name of the bootstrap action.
|
|
232
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-bootstrapactionconfig.html#cfn-emr-cluster-bootstrapactionconfig-name}
|
|
233
|
+
*/
|
|
234
|
+
Name: string;
|
|
235
|
+
/**
|
|
236
|
+
* The script run by the bootstrap action.
|
|
237
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-bootstrapactionconfig.html#cfn-emr-cluster-bootstrapactionconfig-scriptbootstrapaction}
|
|
238
|
+
*/
|
|
239
|
+
ScriptBootstrapAction: ScriptBootstrapActionConfig;
|
|
240
|
+
};
|
|
241
|
+
/**
|
|
242
|
+
* `CloudWatchAlarmDefinition` is a subproperty of the `ScalingTrigger` property, which determines when to trigger an automatic scaling activity. Scaling activity begins when you satisfy the defined alarm conditions.
|
|
243
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-cloudwatchalarmdefinition.html}
|
|
244
|
+
*/
|
|
245
|
+
export type CloudWatchAlarmDefinition = {
|
|
246
|
+
/**
|
|
247
|
+
* Determines how the metric specified by `MetricName` is compared to the value specified by `Threshold` .
|
|
248
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-cloudwatchalarmdefinition.html#cfn-emr-cluster-cloudwatchalarmdefinition-comparisonoperator}
|
|
249
|
+
*/
|
|
250
|
+
ComparisonOperator: string;
|
|
251
|
+
/**
|
|
252
|
+
* A CloudWatch metric dimension.
|
|
253
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-cloudwatchalarmdefinition.html#cfn-emr-cluster-cloudwatchalarmdefinition-dimensions}
|
|
254
|
+
*/
|
|
255
|
+
Dimensions?: MetricDimension[] | undefined;
|
|
256
|
+
/**
|
|
257
|
+
* The number of periods, in five-minute increments, during which the alarm condition must exist before the alarm triggers automatic scaling activity. The default value is `1` .
|
|
258
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-cloudwatchalarmdefinition.html#cfn-emr-cluster-cloudwatchalarmdefinition-evaluationperiods}
|
|
259
|
+
*/
|
|
260
|
+
EvaluationPeriods?: number | undefined;
|
|
261
|
+
/**
|
|
262
|
+
* The name of the CloudWatch metric that is watched to determine an alarm condition.
|
|
263
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-cloudwatchalarmdefinition.html#cfn-emr-cluster-cloudwatchalarmdefinition-metricname}
|
|
264
|
+
*/
|
|
265
|
+
MetricName: string;
|
|
266
|
+
/**
|
|
267
|
+
* The namespace for the CloudWatch metric. The default is `AWS/ElasticMapReduce` .
|
|
268
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-cloudwatchalarmdefinition.html#cfn-emr-cluster-cloudwatchalarmdefinition-namespace}
|
|
269
|
+
*/
|
|
270
|
+
Namespace?: string | undefined;
|
|
271
|
+
/**
|
|
272
|
+
* The period, in seconds, over which the statistic is applied. CloudWatch metrics for Amazon EMR are emitted every five minutes (300 seconds), so if you specify a CloudWatch metric, specify `300` .
|
|
273
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-cloudwatchalarmdefinition.html#cfn-emr-cluster-cloudwatchalarmdefinition-period}
|
|
274
|
+
*/
|
|
275
|
+
Period: number;
|
|
276
|
+
/**
|
|
277
|
+
* The statistic to apply to the metric associated with the alarm. The default is `AVERAGE` .
|
|
278
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-cloudwatchalarmdefinition.html#cfn-emr-cluster-cloudwatchalarmdefinition-statistic}
|
|
279
|
+
*/
|
|
280
|
+
Statistic?: string | undefined;
|
|
281
|
+
/**
|
|
282
|
+
* The value against which the specified statistic is compared.
|
|
283
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-cloudwatchalarmdefinition.html#cfn-emr-cluster-cloudwatchalarmdefinition-threshold}
|
|
284
|
+
*/
|
|
285
|
+
Threshold: number;
|
|
286
|
+
/**
|
|
287
|
+
* The unit of measure associated with the CloudWatch metric being watched. The value specified for `Unit` must correspond to the units specified in the CloudWatch metric.
|
|
288
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-cloudwatchalarmdefinition.html#cfn-emr-cluster-cloudwatchalarmdefinition-unit}
|
|
289
|
+
*/
|
|
290
|
+
Unit?: string | undefined;
|
|
291
|
+
};
|
|
292
|
+
/**
|
|
293
|
+
* The Amazon EC2 unit limits for a managed scaling policy. The managed scaling activity of a cluster can not be above or below these limits. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
|
|
294
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-computelimits.html}
|
|
295
|
+
*/
|
|
296
|
+
export type ComputeLimits = {
|
|
297
|
+
/**
|
|
298
|
+
* The upper boundary of Amazon EC2 units. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
|
|
299
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-computelimits.html#cfn-emr-cluster-computelimits-maximumcapacityunits}
|
|
300
|
+
*/
|
|
301
|
+
MaximumCapacityUnits: number;
|
|
302
|
+
/**
|
|
303
|
+
* The upper boundary of Amazon EC2 units for core node type in a cluster. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. The core units are not allowed to scale beyond this boundary. The parameter is used to split capacity allocation between core and task nodes.
|
|
304
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-computelimits.html#cfn-emr-cluster-computelimits-maximumcorecapacityunits}
|
|
305
|
+
*/
|
|
306
|
+
MaximumCoreCapacityUnits?: number | undefined;
|
|
307
|
+
/**
|
|
308
|
+
* The upper boundary of On-Demand Amazon EC2 units. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. The On-Demand units are not allowed to scale beyond this boundary. The parameter is used to split capacity allocation between On-Demand and Spot Instances.
|
|
309
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-computelimits.html#cfn-emr-cluster-computelimits-maximumondemandcapacityunits}
|
|
310
|
+
*/
|
|
311
|
+
MaximumOnDemandCapacityUnits?: number | undefined;
|
|
312
|
+
/**
|
|
313
|
+
* The lower boundary of Amazon EC2 units. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
|
|
314
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-computelimits.html#cfn-emr-cluster-computelimits-minimumcapacityunits}
|
|
315
|
+
*/
|
|
316
|
+
MinimumCapacityUnits: number;
|
|
317
|
+
/**
|
|
318
|
+
* The unit type used for specifying a managed scaling policy.
|
|
319
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-computelimits.html#cfn-emr-cluster-computelimits-unittype}
|
|
320
|
+
*/
|
|
321
|
+
UnitType: string;
|
|
322
|
+
};
|
|
323
|
+
/**
|
|
324
|
+
* > Used only with Amazon EMR release 4.0 and later.
|
|
325
|
+
*
|
|
326
|
+
* `Configuration` is a subproperty of `InstanceFleetConfig` or `InstanceGroupConfig` . `Configuration` specifies optional configurations for customizing open-source big data applications and environment parameters. A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file. For more information, see [Configuring Applications](https://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-configure-apps.html) in the *Amazon EMR Release Guide* .
|
|
327
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-configuration.html}
|
|
328
|
+
*/
|
|
329
|
+
export type Configuration = {
|
|
330
|
+
/**
|
|
331
|
+
* The classification within a configuration.
|
|
332
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-configuration.html#cfn-emr-cluster-configuration-classification}
|
|
333
|
+
*/
|
|
334
|
+
Classification?: string | undefined;
|
|
335
|
+
/**
|
|
336
|
+
* A list of additional configurations to apply within a configuration object.
|
|
337
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-configuration.html#cfn-emr-cluster-configuration-configurationproperties}
|
|
338
|
+
*/
|
|
339
|
+
ConfigurationProperties?: Record<string, string> | undefined;
|
|
340
|
+
/**
|
|
341
|
+
* A list of additional configurations to apply within a configuration object.
|
|
342
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-configuration.html#cfn-emr-cluster-configuration-configurations}
|
|
343
|
+
*/
|
|
344
|
+
Configurations?: Configuration[] | undefined;
|
|
345
|
+
};
|
|
346
|
+
/**
|
|
347
|
+
* `EbsBlockDeviceConfig` is a subproperty of the `EbsConfiguration` property type. `EbsBlockDeviceConfig` defines the number and type of EBS volumes to associate with all EC2 instances in an EMR cluster.
|
|
348
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-ebsblockdeviceconfig.html}
|
|
349
|
+
*/
|
|
350
|
+
export type EbsBlockDeviceConfig = {
|
|
351
|
+
/**
|
|
352
|
+
* EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are requested for the EBS volume attached to an Amazon EC2 instance in the cluster.
|
|
353
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-ebsblockdeviceconfig.html#cfn-emr-cluster-ebsblockdeviceconfig-volumespecification}
|
|
354
|
+
*/
|
|
355
|
+
VolumeSpecification: VolumeSpecification;
|
|
356
|
+
/**
|
|
357
|
+
* Number of EBS volumes with a specific volume configuration that are associated with every instance in the instance group
|
|
358
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-ebsblockdeviceconfig.html#cfn-emr-cluster-ebsblockdeviceconfig-volumesperinstance}
|
|
359
|
+
*/
|
|
360
|
+
VolumesPerInstance?: number | undefined;
|
|
361
|
+
};
|
|
362
|
+
/**
|
|
363
|
+
* `EbsConfiguration` is a subproperty of `InstanceFleetConfig` or `InstanceGroupConfig` . `EbsConfiguration` determines the EBS volumes to attach to EMR cluster instances.
|
|
364
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-ebsconfiguration.html}
|
|
365
|
+
*/
|
|
366
|
+
export type EbsConfiguration = {
|
|
367
|
+
/**
|
|
368
|
+
* An array of Amazon EBS volume specifications attached to a cluster instance.
|
|
369
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-ebsconfiguration.html#cfn-emr-cluster-ebsconfiguration-ebsblockdeviceconfigs}
|
|
370
|
+
*/
|
|
371
|
+
EbsBlockDeviceConfigs?: EbsBlockDeviceConfig[] | undefined;
|
|
372
|
+
/**
|
|
373
|
+
* Indicates whether an Amazon EBS volume is EBS-optimized. The default is false. You should explicitly set this value to true to enable the Amazon EBS-optimized setting for an EC2 instance.
|
|
374
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-ebsconfiguration.html#cfn-emr-cluster-ebsconfiguration-ebsoptimized}
|
|
375
|
+
*/
|
|
376
|
+
EbsOptimized?: boolean | undefined;
|
|
377
|
+
};
|
|
378
|
+
/**
|
|
379
|
+
* The `HadoopJarStepConfig` property type specifies a job flow step consisting of a JAR file whose main function will be executed. The main function submits a job for the cluster to execute as a step on the master node, and then waits for the job to finish or fail before executing subsequent steps.
|
|
380
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-hadoopjarstepconfig.html}
|
|
381
|
+
*/
|
|
382
|
+
export type HadoopJarStepConfig = {
|
|
383
|
+
/**
|
|
384
|
+
* A list of command line arguments passed to the JAR file's main function when executed.
|
|
385
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-hadoopjarstepconfig.html#cfn-emr-cluster-hadoopjarstepconfig-args}
|
|
386
|
+
*/
|
|
387
|
+
Args?: string[] | undefined;
|
|
388
|
+
/**
|
|
389
|
+
* A path to a JAR file run during the step.
|
|
390
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-hadoopjarstepconfig.html#cfn-emr-cluster-hadoopjarstepconfig-jar}
|
|
391
|
+
*/
|
|
392
|
+
Jar: string;
|
|
393
|
+
/**
|
|
394
|
+
* The name of the main class in the specified Java file. If not specified, the JAR file should specify a Main-Class in its manifest file.
|
|
395
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-hadoopjarstepconfig.html#cfn-emr-cluster-hadoopjarstepconfig-mainclass}
|
|
396
|
+
*/
|
|
397
|
+
MainClass?: string | undefined;
|
|
398
|
+
/**
|
|
399
|
+
* A list of Java properties that are set when the step runs. You can use these properties to pass key-value pairs to your main function.
|
|
400
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-hadoopjarstepconfig.html#cfn-emr-cluster-hadoopjarstepconfig-stepproperties}
|
|
401
|
+
*/
|
|
402
|
+
StepProperties?: KeyValue[] | undefined;
|
|
403
|
+
};
|
|
404
|
+
/**
|
|
405
|
+
* Use `InstanceFleetConfig` to define instance fleets for an EMR cluster. A cluster can not use both instance fleets and instance groups. For more information, see [Configure Instance Fleets](https://docs.aws.amazon.com//emr/latest/ManagementGuide/emr-instance-group-configuration.html) in the *Amazon EMR Management Guide* .
|
|
406
|
+
*
|
|
407
|
+
* > The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.
|
|
408
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancefleetconfig.html}
|
|
409
|
+
*/
|
|
410
|
+
export type InstanceFleetConfig = {
|
|
411
|
+
/**
|
|
412
|
+
* The instance type configurations that define the Amazon EC2 instances in the instance fleet.
|
|
413
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancefleetconfig.html#cfn-emr-cluster-instancefleetconfig-instancetypeconfigs}
|
|
414
|
+
*/
|
|
415
|
+
InstanceTypeConfigs?: InstanceTypeConfig[] | undefined;
|
|
416
|
+
/**
|
|
417
|
+
* The launch specification for the instance fleet.
|
|
418
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancefleetconfig.html#cfn-emr-cluster-instancefleetconfig-launchspecifications}
|
|
419
|
+
*/
|
|
420
|
+
LaunchSpecifications?: InstanceFleetProvisioningSpecifications | undefined;
|
|
421
|
+
/**
|
|
422
|
+
* The friendly name of the instance fleet.
|
|
423
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancefleetconfig.html#cfn-emr-cluster-instancefleetconfig-name}
|
|
424
|
+
*/
|
|
425
|
+
Name?: string | undefined;
|
|
426
|
+
/**
|
|
427
|
+
* The resize specification for the instance fleet.
|
|
428
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancefleetconfig.html#cfn-emr-cluster-instancefleetconfig-resizespecifications}
|
|
429
|
+
*/
|
|
430
|
+
ResizeSpecifications?: InstanceFleetResizingSpecifications | undefined;
|
|
431
|
+
/**
|
|
432
|
+
* The target capacity of On-Demand units for the instance fleet, which determines how many On-Demand instances to provision. When the instance fleet launches, Amazon EMR tries to provision On-Demand instances as specified by `InstanceTypeConfig` . Each instance configuration has a specified `WeightedCapacity` . When an On-Demand instance is provisioned, the `WeightedCapacity` units count toward the target capacity. Amazon EMR provisions instances until the target capacity is totally fulfilled, even if this results in an overage. For example, if there are 2 units remaining to fulfill capacity, and Amazon EMR can only provision an instance with a `WeightedCapacity` of 5 units, the instance is provisioned, and the target capacity is exceeded by 3 units.
|
|
433
|
+
*
|
|
434
|
+
* > If not specified or set to 0, only Spot instances are provisioned for the instance fleet using `TargetSpotCapacity` . At least one of `TargetSpotCapacity` and `TargetOnDemandCapacity` should be greater than 0. For a master instance fleet, only one of `TargetSpotCapacity` and `TargetOnDemandCapacity` can be specified, and its value must be 1.
|
|
435
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancefleetconfig.html#cfn-emr-cluster-instancefleetconfig-targetondemandcapacity}
|
|
436
|
+
*/
|
|
437
|
+
TargetOnDemandCapacity?: number | undefined;
|
|
438
|
+
/**
|
|
439
|
+
* The target capacity of Spot units for the instance fleet, which determines how many Spot instances to provision. When the instance fleet launches, Amazon EMR tries to provision Spot instances as specified by `InstanceTypeConfig` . Each instance configuration has a specified `WeightedCapacity` . When a Spot instance is provisioned, the `WeightedCapacity` units count toward the target capacity. Amazon EMR provisions instances until the target capacity is totally fulfilled, even if this results in an overage. For example, if there are 2 units remaining to fulfill capacity, and Amazon EMR can only provision an instance with a `WeightedCapacity` of 5 units, the instance is provisioned, and the target capacity is exceeded by 3 units.
|
|
440
|
+
*
|
|
441
|
+
* > If not specified or set to 0, only On-Demand instances are provisioned for the instance fleet. At least one of `TargetSpotCapacity` and `TargetOnDemandCapacity` should be greater than 0. For a master instance fleet, only one of `TargetSpotCapacity` and `TargetOnDemandCapacity` can be specified, and its value must be 1.
|
|
442
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancefleetconfig.html#cfn-emr-cluster-instancefleetconfig-targetspotcapacity}
|
|
443
|
+
*/
|
|
444
|
+
TargetSpotCapacity?: number | undefined;
|
|
445
|
+
};
|
|
446
|
+
/**
|
|
447
|
+
* `InstanceFleetProvisioningSpecification` is a subproperty of `InstanceFleetConfig` . `InstanceFleetProvisioningSpecification` defines the launch specification for Spot instances in an instance fleet, which determines the defined duration and provisioning timeout behavior for Spot instances.
|
|
448
|
+
*
|
|
449
|
+
* > The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.
|
|
450
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancefleetprovisioningspecifications.html}
|
|
451
|
+
*/
|
|
452
|
+
export type InstanceFleetProvisioningSpecifications = {
|
|
453
|
+
/**
|
|
454
|
+
* The launch specification for On-Demand Instances in the instance fleet, which determines the allocation strategy and capacity reservation options.
|
|
455
|
+
*
|
|
456
|
+
* > The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions. On-Demand Instances allocation strategy is available in Amazon EMR releases 5.12.1 and later.
|
|
457
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancefleetprovisioningspecifications.html#cfn-emr-cluster-instancefleetprovisioningspecifications-ondemandspecification}
|
|
458
|
+
*/
|
|
459
|
+
OnDemandSpecification?: OnDemandProvisioningSpecification | undefined;
|
|
460
|
+
/**
|
|
461
|
+
* The launch specification for Spot instances in the fleet, which determines the allocation strategy, defined duration, and provisioning timeout behavior.
|
|
462
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancefleetprovisioningspecifications.html#cfn-emr-cluster-instancefleetprovisioningspecifications-spotspecification}
|
|
463
|
+
*/
|
|
464
|
+
SpotSpecification?: SpotProvisioningSpecification | undefined;
|
|
465
|
+
};
|
|
466
|
+
/**
|
|
467
|
+
* The resize specification for On-Demand and Spot Instances in the fleet.
|
|
468
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancefleetresizingspecifications.html}
|
|
469
|
+
*/
|
|
470
|
+
export type InstanceFleetResizingSpecifications = {
|
|
471
|
+
/**
|
|
472
|
+
* The resize specification for On-Demand Instances in the instance fleet, which contains the allocation strategy, capacity reservation options, and the resize timeout period.
|
|
473
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancefleetresizingspecifications.html#cfn-emr-cluster-instancefleetresizingspecifications-ondemandresizespecification}
|
|
474
|
+
*/
|
|
475
|
+
OnDemandResizeSpecification?: OnDemandResizingSpecification | undefined;
|
|
476
|
+
/**
|
|
477
|
+
* The resize specification for Spot Instances in the instance fleet, which contains the allocation strategy and the resize timeout period.
|
|
478
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancefleetresizingspecifications.html#cfn-emr-cluster-instancefleetresizingspecifications-spotresizespecification}
|
|
479
|
+
*/
|
|
480
|
+
SpotResizeSpecification?: SpotResizingSpecification | undefined;
|
|
481
|
+
};
|
|
482
|
+
/**
|
|
483
|
+
* Use `InstanceGroupConfig` to define instance groups for an EMR cluster. A cluster can not use both instance groups and instance fleets. For more information, see [Create a Cluster with Instance Fleets or Uniform Instance Groups](https://docs.aws.amazon.com//emr/latest/ManagementGuide/emr-instance-group-configuration.html) in the *Amazon EMR Management Guide* .
|
|
484
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancegroupconfig.html}
|
|
485
|
+
*/
|
|
486
|
+
export type InstanceGroupConfig = {
|
|
487
|
+
/**
|
|
488
|
+
* `AutoScalingPolicy` is a subproperty of the [InstanceGroupConfig](https://docs.aws.amazon.com//AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-jobflowinstancesconfig-instancegroupconfig.html) property type that specifies the constraints and rules of an automatic scaling policy in Amazon EMR . The automatic scaling policy defines how an instance group dynamically adds and terminates EC2 instances in response to the value of a CloudWatch metric. Only core and task instance groups can use automatic scaling policies. For more information, see [Using Automatic Scaling in Amazon EMR](https://docs.aws.amazon.com//emr/latest/ManagementGuide/emr-automatic-scaling.html) .
|
|
489
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancegroupconfig.html#cfn-emr-cluster-instancegroupconfig-autoscalingpolicy}
|
|
490
|
+
*/
|
|
491
|
+
AutoScalingPolicy?: AutoScalingPolicy | undefined;
|
|
492
|
+
/**
|
|
493
|
+
* If specified, indicates that the instance group uses Spot Instances. This is the maximum price you are willing to pay for Spot Instances. Specify `OnDemandPrice` to set the amount equal to the On-Demand price, or specify an amount in USD.
|
|
494
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancegroupconfig.html#cfn-emr-cluster-instancegroupconfig-bidprice}
|
|
495
|
+
*/
|
|
496
|
+
BidPrice?: string | undefined;
|
|
497
|
+
/**
|
|
498
|
+
* > Amazon EMR releases 4.x or later.
|
|
499
|
+
*
|
|
500
|
+
* The list of configurations supplied for an Amazon EMR cluster instance group. You can specify a separate configuration for each instance group (master, core, and task).
|
|
501
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancegroupconfig.html#cfn-emr-cluster-instancegroupconfig-configurations}
|
|
502
|
+
*/
|
|
503
|
+
Configurations?: Configuration[] | undefined;
|
|
504
|
+
/**
|
|
505
|
+
* The custom AMI ID to use for the provisioned instance group.
|
|
506
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancegroupconfig.html#cfn-emr-cluster-instancegroupconfig-customamiid}
|
|
507
|
+
*/
|
|
508
|
+
CustomAmiId?: string | undefined;
|
|
509
|
+
/**
|
|
510
|
+
* EBS configurations that will be attached to each Amazon EC2 instance in the instance group.
|
|
511
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancegroupconfig.html#cfn-emr-cluster-instancegroupconfig-ebsconfiguration}
|
|
512
|
+
*/
|
|
513
|
+
EbsConfiguration?: EbsConfiguration | undefined;
|
|
514
|
+
/**
|
|
515
|
+
* Target number of instances for the instance group.
|
|
516
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancegroupconfig.html#cfn-emr-cluster-instancegroupconfig-instancecount}
|
|
517
|
+
*/
|
|
518
|
+
InstanceCount: number;
|
|
519
|
+
/**
|
|
520
|
+
* The Amazon EC2 instance type for all instances in the instance group.
|
|
521
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancegroupconfig.html#cfn-emr-cluster-instancegroupconfig-instancetype}
|
|
522
|
+
*/
|
|
523
|
+
InstanceType: string;
|
|
524
|
+
/**
|
|
525
|
+
* Market type of the Amazon EC2 instances used to create a cluster node.
|
|
526
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancegroupconfig.html#cfn-emr-cluster-instancegroupconfig-market}
|
|
527
|
+
*/
|
|
528
|
+
Market?: string | undefined;
|
|
529
|
+
/**
|
|
530
|
+
* Friendly name given to the instance group.
|
|
531
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancegroupconfig.html#cfn-emr-cluster-instancegroupconfig-name}
|
|
532
|
+
*/
|
|
533
|
+
Name?: string | undefined;
|
|
534
|
+
};
|
|
535
|
+
/**
|
|
536
|
+
* > The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.
|
|
537
|
+
*
|
|
538
|
+
* `InstanceTypeConfig` is a sub-property of `InstanceFleetConfig` . `InstanceTypeConfig` determines the EC2 instances that Amazon EMR attempts to provision to fulfill On-Demand and Spot target capacities.
|
|
539
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancetypeconfig.html}
|
|
540
|
+
*/
|
|
541
|
+
export type InstanceTypeConfig = {
|
|
542
|
+
/**
|
|
543
|
+
* The bid price for each Amazon EC2 Spot Instance type as defined by `InstanceType` . Expressed in USD. If neither `BidPrice` nor `BidPriceAsPercentageOfOnDemandPrice` is provided, `BidPriceAsPercentageOfOnDemandPrice` defaults to 100%.
|
|
544
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancetypeconfig.html#cfn-emr-cluster-instancetypeconfig-bidprice}
|
|
545
|
+
*/
|
|
546
|
+
BidPrice?: string | undefined;
|
|
547
|
+
/**
|
|
548
|
+
* The bid price, as a percentage of On-Demand price, for each Amazon EC2 Spot Instance as defined by `InstanceType` . Expressed as a number (for example, 20 specifies 20%). If neither `BidPrice` nor `BidPriceAsPercentageOfOnDemandPrice` is provided, `BidPriceAsPercentageOfOnDemandPrice` defaults to 100%.
|
|
549
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancetypeconfig.html#cfn-emr-cluster-instancetypeconfig-bidpriceaspercentageofondemandprice}
|
|
550
|
+
*/
|
|
551
|
+
BidPriceAsPercentageOfOnDemandPrice?: number | undefined;
|
|
552
|
+
/**
|
|
553
|
+
* A configuration classification that applies when provisioning cluster instances, which can include configurations for applications and software that run on the cluster.
|
|
554
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancetypeconfig.html#cfn-emr-cluster-instancetypeconfig-configurations}
|
|
555
|
+
*/
|
|
556
|
+
Configurations?: Configuration[] | undefined;
|
|
557
|
+
/**
|
|
558
|
+
* The custom AMI ID to use for the instance type.
|
|
559
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancetypeconfig.html#cfn-emr-cluster-instancetypeconfig-customamiid}
|
|
560
|
+
*/
|
|
561
|
+
CustomAmiId?: string | undefined;
|
|
562
|
+
/**
|
|
563
|
+
* The configuration of Amazon Elastic Block Store (Amazon EBS) attached to each instance as defined by `InstanceType` .
|
|
564
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancetypeconfig.html#cfn-emr-cluster-instancetypeconfig-ebsconfiguration}
|
|
565
|
+
*/
|
|
566
|
+
EbsConfiguration?: EbsConfiguration | undefined;
|
|
567
|
+
/**
|
|
568
|
+
* An Amazon EC2 instance type, such as `m3.xlarge` .
|
|
569
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancetypeconfig.html#cfn-emr-cluster-instancetypeconfig-instancetype}
|
|
570
|
+
*/
|
|
571
|
+
InstanceType: string;
|
|
572
|
+
/**
|
|
573
|
+
* The priority at which Amazon EMR launches the Amazon EC2 instances with this instance type. Priority starts at 0, which is the highest priority. Amazon EMR considers the highest priority first.
|
|
574
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancetypeconfig.html#cfn-emr-cluster-instancetypeconfig-priority}
|
|
575
|
+
*/
|
|
576
|
+
Priority?: number | undefined;
|
|
577
|
+
/**
|
|
578
|
+
* The number of units that a provisioned instance of this type provides toward fulfilling the target capacities defined in `InstanceFleetConfig` . This value is 1 for a master instance fleet, and must be 1 or greater for core and task instance fleets. Defaults to 1 if not specified.
|
|
579
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-instancetypeconfig.html#cfn-emr-cluster-instancetypeconfig-weightedcapacity}
|
|
580
|
+
*/
|
|
581
|
+
WeightedCapacity?: number | undefined;
|
|
582
|
+
};
|
|
583
|
+
/**
|
|
584
|
+
* `JobFlowInstancesConfig` is a property of the `AWS::EMR::Cluster` resource. `JobFlowInstancesConfig` defines the instance groups or instance fleets that comprise the cluster. `JobFlowInstancesConfig` must contain either `InstanceFleetConfig` or `InstanceGroupConfig` . They cannot be used together.
|
|
585
|
+
*
|
|
586
|
+
* You can now define task instance groups or task instance fleets using the `TaskInstanceGroups` and `TaskInstanceFleets` subproperties. Using these subproperties reduces delays in provisioning task nodes compared to specifying task nodes with the `InstanceFleetConfig` and `InstanceGroupConfig` resources.
|
|
587
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-jobflowinstancesconfig.html}
|
|
588
|
+
*/
|
|
589
|
+
export type JobFlowInstancesConfig = {
|
|
590
|
+
/**
|
|
591
|
+
* A list of additional Amazon EC2 security group IDs for the master node.
|
|
592
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-jobflowinstancesconfig.html#cfn-emr-cluster-jobflowinstancesconfig-additionalmastersecuritygroups}
|
|
593
|
+
*/
|
|
594
|
+
AdditionalMasterSecurityGroups?: string[] | undefined;
|
|
595
|
+
/**
|
|
596
|
+
* A list of additional Amazon EC2 security group IDs for the core and task nodes.
|
|
597
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-jobflowinstancesconfig.html#cfn-emr-cluster-jobflowinstancesconfig-additionalslavesecuritygroups}
|
|
598
|
+
*/
|
|
599
|
+
AdditionalSlaveSecurityGroups?: string[] | undefined;
|
|
600
|
+
/**
|
|
601
|
+
* Describes the EC2 instances and instance configurations for the core instance fleet when using clusters with the instance fleet configuration.
|
|
602
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-jobflowinstancesconfig.html#cfn-emr-cluster-jobflowinstancesconfig-coreinstancefleet}
|
|
603
|
+
*/
|
|
604
|
+
CoreInstanceFleet?: InstanceFleetConfig | undefined;
|
|
605
|
+
/**
|
|
606
|
+
* Describes the EC2 instances and instance configurations for core instance groups when using clusters with the uniform instance group configuration.
|
|
607
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-jobflowinstancesconfig.html#cfn-emr-cluster-jobflowinstancesconfig-coreinstancegroup}
|
|
608
|
+
*/
|
|
609
|
+
CoreInstanceGroup?: InstanceGroupConfig | undefined;
|
|
610
|
+
/**
|
|
611
|
+
* The name of the Amazon EC2 key pair that can be used to connect to the master node using SSH as the user called "hadoop."
|
|
612
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-jobflowinstancesconfig.html#cfn-emr-cluster-jobflowinstancesconfig-ec2keyname}
|
|
613
|
+
*/
|
|
614
|
+
Ec2KeyName?: string | undefined;
|
|
615
|
+
/**
|
|
616
|
+
* Applies to clusters that use the uniform instance group configuration. To launch the cluster in Amazon Virtual Private Cloud (Amazon VPC), set this parameter to the identifier of the Amazon VPC subnet where you want the cluster to launch. If you do not specify this value and your account supports EC2-Classic, the cluster launches in EC2-Classic.
|
|
617
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-jobflowinstancesconfig.html#cfn-emr-cluster-jobflowinstancesconfig-ec2subnetid}
|
|
618
|
+
*/
|
|
619
|
+
Ec2SubnetId?: string | undefined;
|
|
620
|
+
/**
|
|
621
|
+
* Applies to clusters that use the instance fleet configuration. When multiple Amazon EC2 subnet IDs are specified, Amazon EMR evaluates them and launches instances in the optimal subnet.
|
|
622
|
+
*
|
|
623
|
+
* > The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.
|
|
624
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-jobflowinstancesconfig.html#cfn-emr-cluster-jobflowinstancesconfig-ec2subnetids}
|
|
625
|
+
*/
|
|
626
|
+
Ec2SubnetIds?: string[] | undefined;
|
|
627
|
+
/**
|
|
628
|
+
* The identifier of the Amazon EC2 security group for the master node. If you specify `EmrManagedMasterSecurityGroup` , you must also specify `EmrManagedSlaveSecurityGroup` .
|
|
629
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-jobflowinstancesconfig.html#cfn-emr-cluster-jobflowinstancesconfig-emrmanagedmastersecuritygroup}
|
|
630
|
+
*/
|
|
631
|
+
EmrManagedMasterSecurityGroup?: string | undefined;
|
|
632
|
+
/**
|
|
633
|
+
* The identifier of the Amazon EC2 security group for the core and task nodes. If you specify `EmrManagedSlaveSecurityGroup` , you must also specify `EmrManagedMasterSecurityGroup` .
|
|
634
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-jobflowinstancesconfig.html#cfn-emr-cluster-jobflowinstancesconfig-emrmanagedslavesecuritygroup}
|
|
635
|
+
*/
|
|
636
|
+
EmrManagedSlaveSecurityGroup?: string | undefined;
|
|
637
|
+
/**
|
|
638
|
+
* Applies only to Amazon EMR release versions earlier than 4.0. The Hadoop version for the cluster. Valid inputs are "0.18" (no longer maintained), "0.20" (no longer maintained), "0.20.205" (no longer maintained), "1.0.3", "2.2.0", or "2.4.0". If you do not set this value, the default of 0.18 is used, unless the `AmiVersion` parameter is set in the RunJobFlow call, in which case the default version of Hadoop for that AMI version is used.
|
|
639
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-jobflowinstancesconfig.html#cfn-emr-cluster-jobflowinstancesconfig-hadoopversion}
|
|
640
|
+
*/
|
|
641
|
+
HadoopVersion?: string | undefined;
|
|
642
|
+
/**
|
|
643
|
+
* Specifies whether the cluster should remain available after completing all steps. Defaults to `false` . For more information about configuring cluster termination, see [Control Cluster Termination](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-termination.html) in the *EMR Management Guide* .
|
|
644
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-jobflowinstancesconfig.html#cfn-emr-cluster-jobflowinstancesconfig-keepjobflowalivewhennosteps}
|
|
645
|
+
*/
|
|
646
|
+
KeepJobFlowAliveWhenNoSteps?: boolean | undefined;
|
|
647
|
+
/**
|
|
648
|
+
* Describes the EC2 instances and instance configurations for the master instance fleet when using clusters with the instance fleet configuration.
|
|
649
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-jobflowinstancesconfig.html#cfn-emr-cluster-jobflowinstancesconfig-masterinstancefleet}
|
|
650
|
+
*/
|
|
651
|
+
MasterInstanceFleet?: InstanceFleetConfig | undefined;
|
|
652
|
+
/**
|
|
653
|
+
* Describes the EC2 instances and instance configurations for the master instance group when using clusters with the uniform instance group configuration.
|
|
654
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-jobflowinstancesconfig.html#cfn-emr-cluster-jobflowinstancesconfig-masterinstancegroup}
|
|
655
|
+
*/
|
|
656
|
+
MasterInstanceGroup?: InstanceGroupConfig | undefined;
|
|
657
|
+
/**
|
|
658
|
+
* The Availability Zone in which the cluster runs.
|
|
659
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-jobflowinstancesconfig.html#cfn-emr-cluster-jobflowinstancesconfig-placement}
|
|
660
|
+
*/
|
|
661
|
+
Placement?: PlacementType | undefined;
|
|
662
|
+
/**
|
|
663
|
+
* The identifier of the Amazon EC2 security group for the Amazon EMR service to access clusters in VPC private subnets.
|
|
664
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-jobflowinstancesconfig.html#cfn-emr-cluster-jobflowinstancesconfig-serviceaccesssecuritygroup}
|
|
665
|
+
*/
|
|
666
|
+
ServiceAccessSecurityGroup?: string | undefined;
|
|
667
|
+
/**
|
|
668
|
+
* Describes the EC2 instances and instance configurations for the task instance fleets when using clusters with the instance fleet configuration. These task instance fleets are added to the cluster as part of the cluster launch. Each task instance fleet must have a unique name specified so that CloudFormation can differentiate between the task instance fleets.
|
|
669
|
+
*
|
|
670
|
+
* > You can currently specify only one task instance fleet for a cluster. After creating the cluster, you can only modify the mutable properties of `InstanceFleetConfig` , which are `TargetOnDemandCapacity` and `TargetSpotCapacity` . Modifying any other property results in cluster replacement. > To allow a maximum of 30 Amazon EC2 instance types per fleet, include `TaskInstanceFleets` when you create your cluster. If you create your cluster without `TaskInstanceFleets` , Amazon EMR uses its default allocation strategy, which allows for a maximum of five Amazon EC2 instance types.
|
|
671
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-jobflowinstancesconfig.html#cfn-emr-cluster-jobflowinstancesconfig-taskinstancefleets}
|
|
672
|
+
*/
|
|
673
|
+
TaskInstanceFleets?: InstanceFleetConfig[] | undefined;
|
|
674
|
+
/**
|
|
675
|
+
* Describes the EC2 instances and instance configurations for task instance groups when using clusters with the uniform instance group configuration. These task instance groups are added to the cluster as part of the cluster launch. Each task instance group must have a unique name specified so that CloudFormation can differentiate between the task instance groups.
|
|
676
|
+
*
|
|
677
|
+
* > After creating the cluster, you can only modify the mutable properties of `InstanceGroupConfig` , which are `AutoScalingPolicy` and `InstanceCount` . Modifying any other property results in cluster replacement.
|
|
678
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-jobflowinstancesconfig.html#cfn-emr-cluster-jobflowinstancesconfig-taskinstancegroups}
|
|
679
|
+
*/
|
|
680
|
+
TaskInstanceGroups?: InstanceGroupConfig[] | undefined;
|
|
681
|
+
/**
|
|
682
|
+
* Specifies whether to lock the cluster to prevent the Amazon EC2 instances from being terminated by API call, user intervention, or in the event of a job-flow error.
|
|
683
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-jobflowinstancesconfig.html#cfn-emr-cluster-jobflowinstancesconfig-terminationprotected}
|
|
684
|
+
*/
|
|
685
|
+
TerminationProtected?: boolean | undefined;
|
|
686
|
+
/**
|
|
687
|
+
* Indicates whether Amazon EMR should gracefully replace core nodes that have degraded within the cluster.
|
|
688
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-jobflowinstancesconfig.html#cfn-emr-cluster-jobflowinstancesconfig-unhealthynodereplacement}
|
|
689
|
+
*/
|
|
690
|
+
UnhealthyNodeReplacement?: boolean | undefined;
|
|
691
|
+
};
|
|
692
|
+
/**
|
|
693
|
+
* `KerberosAttributes` is a property of the `AWS::EMR::Cluster` resource. `KerberosAttributes` define the cluster-specific Kerberos configuration when Kerberos authentication is enabled using a security configuration. The cluster-specific configuration must be compatible with the security configuration. For more information see [Use Kerberos Authentication](https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-kerberos.html) in the *EMR Management Guide* .
|
|
694
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-kerberosattributes.html}
|
|
695
|
+
*/
|
|
696
|
+
export type KerberosAttributes = {
|
|
697
|
+
/**
|
|
698
|
+
* The Active Directory password for `ADDomainJoinUser` .
|
|
699
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-kerberosattributes.html#cfn-emr-cluster-kerberosattributes-addomainjoinpassword}
|
|
700
|
+
*/
|
|
701
|
+
ADDomainJoinPassword?: string | undefined;
|
|
702
|
+
/**
|
|
703
|
+
* Required only when establishing a cross-realm trust with an Active Directory domain. A user with sufficient privileges to join resources to the domain.
|
|
704
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-kerberosattributes.html#cfn-emr-cluster-kerberosattributes-addomainjoinuser}
|
|
705
|
+
*/
|
|
706
|
+
ADDomainJoinUser?: string | undefined;
|
|
707
|
+
/**
|
|
708
|
+
* Required only when establishing a cross-realm trust with a KDC in a different realm. The cross-realm principal password, which must be identical across realms.
|
|
709
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-kerberosattributes.html#cfn-emr-cluster-kerberosattributes-crossrealmtrustprincipalpassword}
|
|
710
|
+
*/
|
|
711
|
+
CrossRealmTrustPrincipalPassword?: string | undefined;
|
|
712
|
+
/**
|
|
713
|
+
* The password used within the cluster for the kadmin service on the cluster-dedicated KDC, which maintains Kerberos principals, password policies, and keytabs for the cluster.
|
|
714
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-kerberosattributes.html#cfn-emr-cluster-kerberosattributes-kdcadminpassword}
|
|
715
|
+
*/
|
|
716
|
+
KdcAdminPassword: string;
|
|
717
|
+
/**
|
|
718
|
+
* The name of the Kerberos realm to which all nodes in a cluster belong. For example, `EC2.INTERNAL` .
|
|
719
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-kerberosattributes.html#cfn-emr-cluster-kerberosattributes-realm}
|
|
720
|
+
*/
|
|
721
|
+
Realm: string;
|
|
722
|
+
};
|
|
723
|
+
/**
|
|
724
|
+
* `KeyValue` is a subproperty of the `HadoopJarStepConfig` property type. `KeyValue` is used to pass parameters to a step.
|
|
725
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-keyvalue.html}
|
|
726
|
+
*/
|
|
727
|
+
export type KeyValue = {
|
|
728
|
+
/**
|
|
729
|
+
* The unique identifier of a key-value pair.
|
|
730
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-keyvalue.html#cfn-emr-cluster-keyvalue-key}
|
|
731
|
+
*/
|
|
732
|
+
Key?: string | undefined;
|
|
733
|
+
/**
|
|
734
|
+
* The value part of the identified key.
|
|
735
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-keyvalue.html#cfn-emr-cluster-keyvalue-value}
|
|
736
|
+
*/
|
|
737
|
+
Value?: string | undefined;
|
|
738
|
+
};
|
|
739
|
+
/**
|
|
740
|
+
* Managed scaling policy for an Amazon EMR cluster. The policy specifies the limits for resources that can be added or terminated from a cluster. The policy only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
|
|
741
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-managedscalingpolicy.html}
|
|
742
|
+
*/
|
|
743
|
+
export type ManagedScalingPolicy = {
|
|
744
|
+
/**
|
|
745
|
+
* The Amazon EC2 unit limits for a managed scaling policy. The managed scaling activity of a cluster is not allowed to go above or below these limits. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
|
|
746
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-managedscalingpolicy.html#cfn-emr-cluster-managedscalingpolicy-computelimits}
|
|
747
|
+
*/
|
|
748
|
+
ComputeLimits?: ComputeLimits | undefined;
|
|
749
|
+
};
|
|
750
|
+
/**
|
|
751
|
+
* `MetricDimension` is a subproperty of the `CloudWatchAlarmDefinition` property type. `MetricDimension` specifies a CloudWatch dimension, which is specified with a `Key` `Value` pair. The key is known as a `Name` in CloudWatch. By default, Amazon EMR uses one dimension whose `Key` is `JobFlowID` and `Value` is a variable representing the cluster ID, which is `${emr.clusterId}` . This enables the automatic scaling rule for EMR to bootstrap when the cluster ID becomes available during cluster creation.
|
|
752
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-metricdimension.html}
|
|
753
|
+
*/
|
|
754
|
+
export type MetricDimension = {
|
|
755
|
+
/**
|
|
756
|
+
* The dimension name.
|
|
757
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-metricdimension.html#cfn-emr-cluster-metricdimension-key}
|
|
758
|
+
*/
|
|
759
|
+
Key: string;
|
|
760
|
+
/**
|
|
761
|
+
* The dimension value.
|
|
762
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-metricdimension.html#cfn-emr-cluster-metricdimension-value}
|
|
763
|
+
*/
|
|
764
|
+
Value: string;
|
|
765
|
+
};
|
|
766
|
+
/**
|
|
767
|
+
* Describes the strategy for using unused Capacity Reservations for fulfilling On-Demand capacity.
|
|
768
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-ondemandcapacityreservationoptions.html}
|
|
769
|
+
*/
|
|
770
|
+
export type OnDemandCapacityReservationOptions = {
|
|
771
|
+
/**
|
|
772
|
+
* Indicates the instance's Capacity Reservation preferences. Possible preferences include:
|
|
773
|
+
*
|
|
774
|
+
* - `open` - The instance can run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).
|
|
775
|
+
* - `none` - The instance avoids running in a Capacity Reservation even if one is available. The instance runs as an On-Demand Instance.
|
|
776
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-ondemandcapacityreservationoptions.html#cfn-emr-cluster-ondemandcapacityreservationoptions-capacityreservationpreference}
|
|
777
|
+
*/
|
|
778
|
+
CapacityReservationPreference?: string | undefined;
|
|
779
|
+
/**
|
|
780
|
+
* The ARN of the Capacity Reservation resource group in which to run the instance.
|
|
781
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-ondemandcapacityreservationoptions.html#cfn-emr-cluster-ondemandcapacityreservationoptions-capacityreservationresourcegrouparn}
|
|
782
|
+
*/
|
|
783
|
+
CapacityReservationResourceGroupArn?: string | undefined;
|
|
784
|
+
/**
|
|
785
|
+
* Indicates whether to use unused Capacity Reservations for fulfilling On-Demand capacity.
|
|
786
|
+
*
|
|
787
|
+
* If you specify `use-capacity-reservations-first` , the fleet uses unused Capacity Reservations to fulfill On-Demand capacity up to the target On-Demand capacity. If multiple instance pools have unused Capacity Reservations, the On-Demand allocation strategy ( `lowest-price` ) is applied. If the number of unused Capacity Reservations is less than the On-Demand target capacity, the remaining On-Demand target capacity is launched according to the On-Demand allocation strategy ( `lowest-price` ).
|
|
788
|
+
*
|
|
789
|
+
* If you do not specify a value, the fleet fulfills the On-Demand capacity according to the chosen On-Demand allocation strategy.
|
|
790
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-ondemandcapacityreservationoptions.html#cfn-emr-cluster-ondemandcapacityreservationoptions-usagestrategy}
|
|
791
|
+
*/
|
|
792
|
+
UsageStrategy?: string | undefined;
|
|
793
|
+
};
|
|
794
|
+
/**
|
|
795
|
+
* The launch specification for On-Demand Instances in the instance fleet, which determines the allocation strategy.
|
|
796
|
+
*
|
|
797
|
+
* > The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions. On-Demand Instances allocation strategy is available in Amazon EMR releases 5.12.1 and later.
|
|
798
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-ondemandprovisioningspecification.html}
|
|
799
|
+
*/
|
|
800
|
+
export type OnDemandProvisioningSpecification = {
|
|
801
|
+
/**
|
|
802
|
+
* Specifies the strategy to use in launching On-Demand instance fleets. Available options are `lowest-price` and `prioritized` . `lowest-price` specifies to launch the instances with the lowest price first, and `prioritized` specifies that Amazon EMR should launch the instances with the highest priority first. The default is `lowest-price` .
|
|
803
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-ondemandprovisioningspecification.html#cfn-emr-cluster-ondemandprovisioningspecification-allocationstrategy}
|
|
804
|
+
*/
|
|
805
|
+
AllocationStrategy: string;
|
|
806
|
+
/**
|
|
807
|
+
* The launch specification for On-Demand instances in the instance fleet, which determines the allocation strategy.
|
|
808
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-ondemandprovisioningspecification.html#cfn-emr-cluster-ondemandprovisioningspecification-capacityreservationoptions}
|
|
809
|
+
*/
|
|
810
|
+
CapacityReservationOptions?: OnDemandCapacityReservationOptions | undefined;
|
|
811
|
+
};
|
|
812
|
+
/**
|
|
813
|
+
* The resize specification for On-Demand Instances in the instance fleet, which contains the resize timeout period.
|
|
814
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-ondemandresizingspecification.html}
|
|
815
|
+
*/
|
|
816
|
+
export type OnDemandResizingSpecification = {
|
|
817
|
+
/**
|
|
818
|
+
* Specifies the allocation strategy to use to launch On-Demand instances during a resize. The default is `lowest-price` .
|
|
819
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-ondemandresizingspecification.html#cfn-emr-cluster-ondemandresizingspecification-allocationstrategy}
|
|
820
|
+
*/
|
|
821
|
+
AllocationStrategy?: string | undefined;
|
|
822
|
+
/**
|
|
823
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-ondemandresizingspecification.html#cfn-emr-cluster-ondemandresizingspecification-capacityreservationoptions}
|
|
824
|
+
*/
|
|
825
|
+
CapacityReservationOptions?: OnDemandCapacityReservationOptions | undefined;
|
|
826
|
+
/**
|
|
827
|
+
* On-Demand resize timeout in minutes. If On-Demand Instances are not provisioned within this time, the resize workflow stops. The minimum value is 5 minutes, and the maximum value is 10,080 minutes (7 days). The timeout applies to all resize workflows on the Instance Fleet. The resize could be triggered by Amazon EMR Managed Scaling or by the customer (via Amazon EMR Console, Amazon EMR CLI modify-instance-fleet or Amazon EMR SDK ModifyInstanceFleet API) or by Amazon EMR due to Amazon EC2 Spot Reclamation.
|
|
828
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-ondemandresizingspecification.html#cfn-emr-cluster-ondemandresizingspecification-timeoutdurationminutes}
|
|
829
|
+
*/
|
|
830
|
+
TimeoutDurationMinutes?: number | undefined;
|
|
831
|
+
};
|
|
832
|
+
/**
|
|
833
|
+
* Placement group configuration for an Amazon EMR cluster. The configuration specifies the placement strategy that can be applied to instance roles during cluster creation.
|
|
834
|
+
*
|
|
835
|
+
* To use this configuration, consider attaching managed policy AmazonElasticMapReducePlacementGroupPolicy to the Amazon EMR role.
|
|
836
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-placementgroupconfig.html}
|
|
837
|
+
*/
|
|
838
|
+
export type PlacementGroupConfig = {
|
|
839
|
+
/**
|
|
840
|
+
* Role of the instance in the cluster.
|
|
841
|
+
*
|
|
842
|
+
* Starting with Amazon EMR release 5.23.0, the only supported instance role is `MASTER` .
|
|
843
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-placementgroupconfig.html#cfn-emr-cluster-placementgroupconfig-instancerole}
|
|
844
|
+
*/
|
|
845
|
+
InstanceRole: string;
|
|
846
|
+
/**
|
|
847
|
+
* Amazon EC2 Placement Group strategy associated with instance role.
|
|
848
|
+
*
|
|
849
|
+
* Starting with Amazon EMR release 5.23.0, the only supported placement strategy is `SPREAD` for the `MASTER` instance role.
|
|
850
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-placementgroupconfig.html#cfn-emr-cluster-placementgroupconfig-placementstrategy}
|
|
851
|
+
*/
|
|
852
|
+
PlacementStrategy?: string | undefined;
|
|
853
|
+
};
|
|
854
|
+
/**
|
|
855
|
+
* `PlacementType` is a property of the `AWS::EMR::Cluster` resource. `PlacementType` determines the Amazon EC2 Availability Zone configuration of the cluster (job flow).
|
|
856
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-placementtype.html}
|
|
857
|
+
*/
|
|
858
|
+
export type PlacementType = {
|
|
859
|
+
/**
|
|
860
|
+
* The Amazon EC2 Availability Zone for the cluster. `AvailabilityZone` is used for uniform instance groups, while `AvailabilityZones` (plural) is used for instance fleets.
|
|
861
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-placementtype.html#cfn-emr-cluster-placementtype-availabilityzone}
|
|
862
|
+
*/
|
|
863
|
+
AvailabilityZone: string;
|
|
864
|
+
};
|
|
865
|
+
/**
|
|
866
|
+
* `ScalingAction` is a subproperty of the `ScalingRule` property type. `ScalingAction` determines the type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.
|
|
867
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-scalingaction.html}
|
|
868
|
+
*/
|
|
869
|
+
export type ScalingAction = {
|
|
870
|
+
/**
|
|
871
|
+
* Not available for instance groups. Instance groups use the market type specified for the group.
|
|
872
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-scalingaction.html#cfn-emr-cluster-scalingaction-market}
|
|
873
|
+
*/
|
|
874
|
+
Market?: string | undefined;
|
|
875
|
+
/**
|
|
876
|
+
* The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.
|
|
877
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-scalingaction.html#cfn-emr-cluster-scalingaction-simplescalingpolicyconfiguration}
|
|
878
|
+
*/
|
|
879
|
+
SimpleScalingPolicyConfiguration: SimpleScalingPolicyConfiguration;
|
|
880
|
+
};
|
|
881
|
+
/**
|
|
882
|
+
* `ScalingConstraints` is a subproperty of the `AutoScalingPolicy` property type. `ScalingConstraints` defines the upper and lower EC2 instance limits for an automatic scaling policy. Automatic scaling activities triggered by automatic scaling rules will not cause an instance group to grow above or shrink below these limits.
|
|
883
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-scalingconstraints.html}
|
|
884
|
+
*/
|
|
885
|
+
export type ScalingConstraints = {
|
|
886
|
+
/**
|
|
887
|
+
* The upper boundary of Amazon EC2 instances in an instance group beyond which scaling activities are not allowed to grow. Scale-out activities will not add instances beyond this boundary.
|
|
888
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-scalingconstraints.html#cfn-emr-cluster-scalingconstraints-maxcapacity}
|
|
889
|
+
*/
|
|
890
|
+
MaxCapacity: number;
|
|
891
|
+
/**
|
|
892
|
+
* The lower boundary of Amazon EC2 instances in an instance group below which scaling activities are not allowed to shrink. Scale-in activities will not terminate instances below this boundary.
|
|
893
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-scalingconstraints.html#cfn-emr-cluster-scalingconstraints-mincapacity}
|
|
894
|
+
*/
|
|
895
|
+
MinCapacity: number;
|
|
896
|
+
};
|
|
897
|
+
/**
|
|
898
|
+
* `ScalingRule` is a subproperty of the `AutoScalingPolicy` property type. `ScalingRule` defines the scale-in or scale-out rules for scaling activity, including the CloudWatch metric alarm that triggers activity, how EC2 instances are added or removed, and the periodicity of adjustments. The automatic scaling policy for an instance group can comprise one or more automatic scaling rules.
|
|
899
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-scalingrule.html}
|
|
900
|
+
*/
|
|
901
|
+
export type ScalingRule = {
|
|
902
|
+
/**
|
|
903
|
+
* The conditions that trigger an automatic scaling activity.
|
|
904
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-scalingrule.html#cfn-emr-cluster-scalingrule-action}
|
|
905
|
+
*/
|
|
906
|
+
Action: ScalingAction;
|
|
907
|
+
/**
|
|
908
|
+
* A friendly, more verbose description of the automatic scaling rule.
|
|
909
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-scalingrule.html#cfn-emr-cluster-scalingrule-description}
|
|
910
|
+
*/
|
|
911
|
+
Description?: string | undefined;
|
|
912
|
+
/**
|
|
913
|
+
* The name used to identify an automatic scaling rule. Rule names must be unique within a scaling policy.
|
|
914
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-scalingrule.html#cfn-emr-cluster-scalingrule-name}
|
|
915
|
+
*/
|
|
916
|
+
Name: string;
|
|
917
|
+
/**
|
|
918
|
+
* The CloudWatch alarm definition that determines when automatic scaling activity is triggered.
|
|
919
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-scalingrule.html#cfn-emr-cluster-scalingrule-trigger}
|
|
920
|
+
*/
|
|
921
|
+
Trigger: ScalingTrigger;
|
|
922
|
+
};
|
|
923
|
+
/**
|
|
924
|
+
* `ScalingTrigger` is a subproperty of the `ScalingRule` property type. `ScalingTrigger` determines the conditions that trigger an automatic scaling activity.
|
|
925
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-scalingtrigger.html}
|
|
926
|
+
*/
|
|
927
|
+
export type ScalingTrigger = {
|
|
928
|
+
/**
|
|
929
|
+
* The definition of a CloudWatch metric alarm. When the defined alarm conditions are met along with other trigger parameters, scaling activity begins.
|
|
930
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-scalingtrigger.html#cfn-emr-cluster-scalingtrigger-cloudwatchalarmdefinition}
|
|
931
|
+
*/
|
|
932
|
+
CloudWatchAlarmDefinition: CloudWatchAlarmDefinition;
|
|
933
|
+
};
|
|
934
|
+
/**
|
|
935
|
+
* `ScriptBootstrapActionConfig` is a subproperty of the `BootstrapActionConfig` property type. `ScriptBootstrapActionConfig` specifies the arguments and location of the bootstrap script for EMR to run on all cluster nodes before it installs open-source big data applications on them.
|
|
936
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-scriptbootstrapactionconfig.html}
|
|
937
|
+
*/
|
|
938
|
+
export type ScriptBootstrapActionConfig = {
|
|
939
|
+
/**
|
|
940
|
+
* A list of command line arguments to pass to the bootstrap action script.
|
|
941
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-scriptbootstrapactionconfig.html#cfn-emr-cluster-scriptbootstrapactionconfig-args}
|
|
942
|
+
*/
|
|
943
|
+
Args?: string[] | undefined;
|
|
944
|
+
/**
|
|
945
|
+
* Location in Amazon S3 of the script to run during a bootstrap action.
|
|
946
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-scriptbootstrapactionconfig.html#cfn-emr-cluster-scriptbootstrapactionconfig-path}
|
|
947
|
+
*/
|
|
948
|
+
Path: string;
|
|
949
|
+
};
|
|
950
|
+
/**
|
|
951
|
+
* `SimpleScalingPolicyConfiguration` is a subproperty of the `ScalingAction` property type. `SimpleScalingPolicyConfiguration` determines how an automatic scaling action adds or removes instances, the cooldown period, and the number of EC2 instances that are added each time the CloudWatch metric alarm condition is satisfied.
|
|
952
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-simplescalingpolicyconfiguration.html}
|
|
953
|
+
*/
|
|
954
|
+
export type SimpleScalingPolicyConfiguration = {
|
|
955
|
+
/**
|
|
956
|
+
* The way in which Amazon EC2 instances are added (if `ScalingAdjustment` is a positive number) or terminated (if `ScalingAdjustment` is a negative number) each time the scaling activity is triggered. `CHANGE_IN_CAPACITY` is the default. `CHANGE_IN_CAPACITY` indicates that the Amazon EC2 instance count increments or decrements by `ScalingAdjustment` , which should be expressed as an integer. `PERCENT_CHANGE_IN_CAPACITY` indicates the instance count increments or decrements by the percentage specified by `ScalingAdjustment` , which should be expressed as an integer. For example, 20 indicates an increase in 20% increments of cluster capacity. `EXACT_CAPACITY` indicates the scaling activity results in an instance group with the number of Amazon EC2 instances specified by `ScalingAdjustment` , which should be expressed as a positive integer.
|
|
957
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-simplescalingpolicyconfiguration.html#cfn-emr-cluster-simplescalingpolicyconfiguration-adjustmenttype}
|
|
958
|
+
*/
|
|
959
|
+
AdjustmentType?: string | undefined;
|
|
960
|
+
/**
|
|
961
|
+
* The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start. The default value is 0.
|
|
962
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-simplescalingpolicyconfiguration.html#cfn-emr-cluster-simplescalingpolicyconfiguration-cooldown}
|
|
963
|
+
*/
|
|
964
|
+
CoolDown?: number | undefined;
|
|
965
|
+
/**
|
|
966
|
+
* The amount by which to scale in or scale out, based on the specified `AdjustmentType` . A positive value adds to the instance group's Amazon EC2 instance count while a negative number removes instances. If `AdjustmentType` is set to `EXACT_CAPACITY` , the number should only be a positive integer. If `AdjustmentType` is set to `PERCENT_CHANGE_IN_CAPACITY` , the value should express the percentage as an integer. For example, -20 indicates a decrease in 20% increments of cluster capacity.
|
|
967
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-simplescalingpolicyconfiguration.html#cfn-emr-cluster-simplescalingpolicyconfiguration-scalingadjustment}
|
|
968
|
+
*/
|
|
969
|
+
ScalingAdjustment: number;
|
|
970
|
+
};
|
|
971
|
+
/**
|
|
972
|
+
* `SpotProvisioningSpecification` is a subproperty of the `InstanceFleetProvisioningSpecifications` property type. `SpotProvisioningSpecification` determines the launch specification for Spot instances in the instance fleet, which includes the defined duration and provisioning timeout behavior.
|
|
973
|
+
*
|
|
974
|
+
* > The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.
|
|
975
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-spotprovisioningspecification.html}
|
|
976
|
+
*/
|
|
977
|
+
export type SpotProvisioningSpecification = {
|
|
978
|
+
/**
|
|
979
|
+
* Specifies one of the following strategies to launch Spot Instance fleets: `capacity-optimized` , `price-capacity-optimized` , `lowest-price` , or `diversified` , and `capacity-optimized-prioritized` . For more information on the provisioning strategies, see [Allocation strategies for Spot Instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html) in the *Amazon EC2 User Guide for Linux Instances* .
|
|
980
|
+
*
|
|
981
|
+
* > When you launch a Spot Instance fleet with the old console, it automatically launches with the `capacity-optimized` strategy. You can't change the allocation strategy from the old console.
|
|
982
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-spotprovisioningspecification.html#cfn-emr-cluster-spotprovisioningspecification-allocationstrategy}
|
|
983
|
+
*/
|
|
984
|
+
AllocationStrategy?: string | undefined;
|
|
985
|
+
/**
|
|
986
|
+
* The defined duration for Spot Instances (also known as Spot blocks) in minutes. When specified, the Spot Instance does not terminate before the defined duration expires, and defined duration pricing for Spot Instances applies. Valid values are 60, 120, 180, 240, 300, or 360. The duration period starts as soon as a Spot Instance receives its instance ID. At the end of the duration, Amazon EC2 marks the Spot Instance for termination and provides a Spot Instance termination notice, which gives the instance a two-minute warning before it terminates.
|
|
987
|
+
*
|
|
988
|
+
* > Spot Instances with a defined duration (also known as Spot blocks) are no longer available to new customers from July 1, 2021. For customers who have previously used the feature, we will continue to support Spot Instances with a defined duration until December 31, 2022.
|
|
989
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-spotprovisioningspecification.html#cfn-emr-cluster-spotprovisioningspecification-blockdurationminutes}
|
|
990
|
+
*/
|
|
991
|
+
BlockDurationMinutes?: number | undefined;
|
|
992
|
+
/**
|
|
993
|
+
* The action to take when `TargetSpotCapacity` has not been fulfilled when the `TimeoutDurationMinutes` has expired; that is, when all Spot Instances could not be provisioned within the Spot provisioning timeout. Valid values are `TERMINATE_CLUSTER` and `SWITCH_TO_ON_DEMAND` . SWITCH_TO_ON_DEMAND specifies that if no Spot Instances are available, On-Demand Instances should be provisioned to fulfill any remaining Spot capacity.
|
|
994
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-spotprovisioningspecification.html#cfn-emr-cluster-spotprovisioningspecification-timeoutaction}
|
|
995
|
+
*/
|
|
996
|
+
TimeoutAction: string;
|
|
997
|
+
/**
|
|
998
|
+
* The Spot provisioning timeout period in minutes. If Spot Instances are not provisioned within this time period, the `TimeOutAction` is taken. Minimum value is 5 and maximum value is 1440. The timeout applies only during initial provisioning, when the cluster is first created.
|
|
999
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-spotprovisioningspecification.html#cfn-emr-cluster-spotprovisioningspecification-timeoutdurationminutes}
|
|
1000
|
+
*/
|
|
1001
|
+
TimeoutDurationMinutes: number;
|
|
1002
|
+
};
|
|
1003
|
+
/**
|
|
1004
|
+
* The resize specification for Spot Instances in the instance fleet, which contains the resize timeout period.
|
|
1005
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-spotresizingspecification.html}
|
|
1006
|
+
*/
|
|
1007
|
+
export type SpotResizingSpecification = {
|
|
1008
|
+
/**
|
|
1009
|
+
* Specifies the allocation strategy to use to launch Spot instances during a resize. If you run Amazon EMR releases 6.9.0 or higher, the default is `price-capacity-optimized` . If you run Amazon EMR releases 6.8.0 or lower, the default is `capacity-optimized` .
|
|
1010
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-spotresizingspecification.html#cfn-emr-cluster-spotresizingspecification-allocationstrategy}
|
|
1011
|
+
*/
|
|
1012
|
+
AllocationStrategy?: string | undefined;
|
|
1013
|
+
/**
|
|
1014
|
+
* Spot resize timeout in minutes. If Spot Instances are not provisioned within this time, the resize workflow will stop provisioning of Spot instances. Minimum value is 5 minutes and maximum value is 10,080 minutes (7 days). The timeout applies to all resize workflows on the Instance Fleet. The resize could be triggered by Amazon EMR Managed Scaling or by the customer (via Amazon EMR Console, Amazon EMR CLI modify-instance-fleet or Amazon EMR SDK ModifyInstanceFleet API) or by Amazon EMR due to Amazon EC2 Spot Reclamation.
|
|
1015
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-spotresizingspecification.html#cfn-emr-cluster-spotresizingspecification-timeoutdurationminutes}
|
|
1016
|
+
*/
|
|
1017
|
+
TimeoutDurationMinutes?: number | undefined;
|
|
1018
|
+
};
|
|
1019
|
+
/**
|
|
1020
|
+
* `StepConfig` is a property of the `AWS::EMR::Cluster` resource. The `StepConfig` property type specifies a cluster (job flow) step, which runs only on the master node. Steps are used to submit data processing jobs to the cluster.
|
|
1021
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-stepconfig.html}
|
|
1022
|
+
*/
|
|
1023
|
+
export type StepConfig = {
|
|
1024
|
+
/**
|
|
1025
|
+
* The action to take when the cluster step fails. Possible values are `CANCEL_AND_WAIT` and `CONTINUE` .
|
|
1026
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-stepconfig.html#cfn-emr-cluster-stepconfig-actiononfailure}
|
|
1027
|
+
*/
|
|
1028
|
+
ActionOnFailure?: string | undefined;
|
|
1029
|
+
/**
|
|
1030
|
+
* The JAR file used for the step.
|
|
1031
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-stepconfig.html#cfn-emr-cluster-stepconfig-hadoopjarstep}
|
|
1032
|
+
*/
|
|
1033
|
+
HadoopJarStep: HadoopJarStepConfig;
|
|
1034
|
+
/**
|
|
1035
|
+
* The name of the step.
|
|
1036
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-stepconfig.html#cfn-emr-cluster-stepconfig-name}
|
|
1037
|
+
*/
|
|
1038
|
+
Name: string;
|
|
1039
|
+
};
|
|
1040
|
+
/**
|
|
1041
|
+
* `VolumeSpecification` is a subproperty of the `EbsBlockDeviceConfig` property type. `VolumeSecification` determines the volume type, IOPS, and size (GiB) for EBS volumes attached to EC2 instances.
|
|
1042
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-volumespecification.html}
|
|
1043
|
+
*/
|
|
1044
|
+
export type VolumeSpecification = {
|
|
1045
|
+
/**
|
|
1046
|
+
* The number of I/O operations per second (IOPS) that the volume supports.
|
|
1047
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-volumespecification.html#cfn-emr-cluster-volumespecification-iops}
|
|
1048
|
+
*/
|
|
1049
|
+
Iops?: number | undefined;
|
|
1050
|
+
/**
|
|
1051
|
+
* The volume size, in gibibytes (GiB). This can be a number from 1 - 1024. If the volume type is EBS-optimized, the minimum value is 10.
|
|
1052
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-volumespecification.html#cfn-emr-cluster-volumespecification-sizeingb}
|
|
1053
|
+
*/
|
|
1054
|
+
SizeInGB: number;
|
|
1055
|
+
/**
|
|
1056
|
+
* The throughput, in mebibyte per second (MiB/s). This optional parameter can be a number from 125 - 1000 and is valid only for gp3 volumes.
|
|
1057
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-volumespecification.html#cfn-emr-cluster-volumespecification-throughput}
|
|
1058
|
+
*/
|
|
1059
|
+
Throughput?: number | undefined;
|
|
1060
|
+
/**
|
|
1061
|
+
* The volume type. Volume types supported are gp3, gp2, io1, st1, sc1, and standard.
|
|
1062
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-volumespecification.html#cfn-emr-cluster-volumespecification-volumetype}
|
|
1063
|
+
*/
|
|
1064
|
+
VolumeType: string;
|
|
1065
|
+
};
|
|
1066
|
+
//# sourceMappingURL=aws-emr-cluster.d.ts.map
|