@propulsionworks/cloudformation 0.0.1 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/exports/main.ts +6 -5
- package/lib/assert.ts +62 -0
- package/lib/builder.ts +366 -0
- package/lib/intrinsics.ts +1223 -0
- package/{exports/main → lib}/template.ts +41 -13
- package/out/exports/main.d.ts +6 -5
- package/out/exports/main.d.ts.map +1 -1
- package/out/exports/main.js +6 -5
- package/out/exports/main.js.map +1 -1
- package/out/exports/resources.generated/alexa-ask-skill.d.ts +80 -0
- package/out/exports/resources.generated/aws-accessanalyzer-analyzer.d.ts +125 -0
- package/out/exports/resources.generated/aws-acmpca-certificate.d.ts +374 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthority.d.ts +432 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthorityactivation.d.ts +30 -0
- package/out/exports/resources.generated/aws-acmpca-permission.d.ts +30 -0
- package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +330 -0
- package/out/exports/resources.generated/aws-amazonmq-configuration.d.ts +71 -0
- package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-amplify-app.d.ts +301 -0
- package/out/exports/resources.generated/aws-amplify-branch.d.ts +171 -0
- package/out/exports/resources.generated/aws-amplify-domain.d.ts +139 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-component.d.ts +444 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-form.d.ts +409 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-theme.d.ts +76 -0
- package/out/exports/resources.generated/aws-apigateway-account.d.ts +20 -0
- package/out/exports/resources.generated/aws-apigateway-apikey.d.ts +62 -0
- package/out/exports/resources.generated/aws-apigateway-authorizer.d.ts +54 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmapping.d.ts +24 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmappingv2.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigateway-clientcertificate.d.ts +22 -0
- package/out/exports/resources.generated/aws-apigateway-deployment.d.ts +215 -0
- package/out/exports/resources.generated/aws-apigateway-documentationpart.d.ts +53 -0
- package/out/exports/resources.generated/aws-apigateway-documentationversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-apigateway-domainname.d.ts +96 -0
- package/out/exports/resources.generated/aws-apigateway-domainnameaccessassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-apigateway-domainnamev2.d.ts +56 -0
- package/out/exports/resources.generated/aws-apigateway-gatewayresponse.d.ts +34 -0
- package/out/exports/resources.generated/aws-apigateway-method.d.ts +174 -0
- package/out/exports/resources.generated/aws-apigateway-model.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigateway-requestvalidator.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigateway-resource.d.ts +26 -0
- package/out/exports/resources.generated/aws-apigateway-restapi.d.ts +133 -0
- package/out/exports/resources.generated/aws-apigateway-stage.d.ts +151 -0
- package/out/exports/resources.generated/aws-apigateway-usageplan.d.ts +93 -0
- package/out/exports/resources.generated/aws-apigateway-usageplankey.d.ts +26 -0
- package/out/exports/resources.generated/aws-apigateway-vpclink.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigatewayv2-api.d.ts +142 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apigatewaymanagedoverrides.d.ts +143 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apimapping.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigatewayv2-authorizer.d.ts +75 -0
- package/out/exports/resources.generated/aws-apigatewayv2-deployment.d.ts +26 -0
- package/out/exports/resources.generated/aws-apigatewayv2-domainname.d.ts +84 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integration.d.ts +147 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integrationresponse.d.ts +48 -0
- package/out/exports/resources.generated/aws-apigatewayv2-model.d.ts +34 -0
- package/out/exports/resources.generated/aws-apigatewayv2-route.d.ts +62 -0
- package/out/exports/resources.generated/aws-apigatewayv2-routeresponse.d.ts +47 -0
- package/out/exports/resources.generated/aws-apigatewayv2-stage.d.ts +100 -0
- package/out/exports/resources.generated/aws-apigatewayv2-vpclink.d.ts +30 -0
- package/out/exports/resources.generated/aws-appconfig-application.d.ts +36 -0
- package/out/exports/resources.generated/aws-appconfig-configurationprofile.d.ts +121 -0
- package/out/exports/resources.generated/aws-appconfig-deployment.d.ts +80 -0
- package/out/exports/resources.generated/aws-appconfig-deploymentstrategy.d.ts +68 -0
- package/out/exports/resources.generated/aws-appconfig-environment.d.ts +78 -0
- package/out/exports/resources.generated/aws-appconfig-extension.d.ts +102 -0
- package/out/exports/resources.generated/aws-appconfig-extensionassociation.d.ts +46 -0
- package/out/exports/resources.generated/aws-appconfig-hostedconfigurationversion.d.ts +61 -0
- package/out/exports/resources.generated/aws-appflow-connector.d.ts +59 -0
- package/out/exports/resources.generated/aws-appflow-connectorprofile.d.ts +895 -0
- package/out/exports/resources.generated/aws-appflow-flow.d.ts +1067 -0
- package/out/exports/resources.generated/aws-appintegrations-application.d.ts +74 -0
- package/out/exports/resources.generated/aws-appintegrations-dataintegration.d.ts +108 -0
- package/out/exports/resources.generated/aws-appintegrations-eventintegration.d.ts +59 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalabletarget.d.ts +176 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalingpolicy.d.ts +594 -0
- package/out/exports/resources.generated/aws-applicationinsights-application.d.ts +487 -0
- package/out/exports/resources.generated/aws-applicationsignals-discovery.d.ts +23 -0
- package/out/exports/resources.generated/aws-applicationsignals-servicelevelobjective.d.ts +491 -0
- package/out/exports/resources.generated/aws-appmesh-gatewayroute.d.ts +418 -0
- package/out/exports/resources.generated/aws-appmesh-mesh.d.ts +80 -0
- package/out/exports/resources.generated/aws-appmesh-route.d.ts +494 -0
- package/out/exports/resources.generated/aws-appmesh-virtualgateway.d.ts +474 -0
- package/out/exports/resources.generated/aws-appmesh-virtualnode.d.ts +695 -0
- package/out/exports/resources.generated/aws-appmesh-virtualrouter.d.ts +90 -0
- package/out/exports/resources.generated/aws-appmesh-virtualservice.d.ts +99 -0
- package/out/exports/resources.generated/aws-apprunner-autoscalingconfiguration.d.ts +60 -0
- package/out/exports/resources.generated/aws-apprunner-observabilityconfiguration.d.ts +63 -0
- package/out/exports/resources.generated/aws-apprunner-service.d.ts +439 -0
- package/out/exports/resources.generated/aws-apprunner-vpcconnector.d.ts +52 -0
- package/out/exports/resources.generated/aws-apprunner-vpcingressconnection.d.ts +67 -0
- package/out/exports/resources.generated/aws-appstream-appblock.d.ts +98 -0
- package/out/exports/resources.generated/aws-appstream-appblockbuilder.d.ts +92 -0
- package/out/exports/resources.generated/aws-appstream-application.d.ts +95 -0
- package/out/exports/resources.generated/aws-appstream-applicationentitlementassociation.d.ts +20 -0
- package/out/exports/resources.generated/aws-appstream-applicationfleetassociation.d.ts +16 -0
- package/out/exports/resources.generated/aws-appstream-directoryconfig.d.ts +50 -0
- package/out/exports/resources.generated/aws-appstream-entitlement.d.ts +61 -0
- package/out/exports/resources.generated/aws-appstream-fleet.d.ts +210 -0
- package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +143 -0
- package/out/exports/resources.generated/aws-appstream-stack.d.ts +144 -0
- package/out/exports/resources.generated/aws-appstream-stackfleetassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-appstream-stackuserassociation.d.ts +29 -0
- package/out/exports/resources.generated/aws-appstream-user.d.ts +35 -0
- package/out/exports/resources.generated/aws-appsync-api.d.ts +181 -0
- package/out/exports/resources.generated/aws-appsync-apicache.d.ts +71 -0
- package/out/exports/resources.generated/aws-appsync-apikey.d.ts +34 -0
- package/out/exports/resources.generated/aws-appsync-channelnamespace.d.ts +91 -0
- package/out/exports/resources.generated/aws-appsync-datasource.d.ts +263 -0
- package/out/exports/resources.generated/aws-appsync-domainname.d.ts +53 -0
- package/out/exports/resources.generated/aws-appsync-domainnameapiassociation.d.ts +22 -0
- package/out/exports/resources.generated/aws-appsync-functionconfiguration.d.ts +138 -0
- package/out/exports/resources.generated/aws-appsync-graphqlapi.d.ts +319 -0
- package/out/exports/resources.generated/aws-appsync-graphqlschema.d.ts +32 -0
- package/out/exports/resources.generated/aws-appsync-resolver.d.ts +175 -0
- package/out/exports/resources.generated/aws-appsync-sourceapiassociation.d.ts +84 -0
- package/out/exports/resources.generated/aws-apptest-testcase.d.ts +380 -0
- package/out/exports/resources.generated/aws-aps-rulegroupsnamespace.d.ts +36 -0
- package/out/exports/resources.generated/aws-aps-scraper.d.ts +124 -0
- package/out/exports/resources.generated/aws-aps-workspace.d.ts +131 -0
- package/out/exports/resources.generated/aws-arczonalshift-autoshiftobservernotificationstatus.d.ts +20 -0
- package/out/exports/resources.generated/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +101 -0
- package/out/exports/resources.generated/aws-athena-capacityreservation.d.ts +72 -0
- package/out/exports/resources.generated/aws-athena-datacatalog.d.ts +79 -0
- package/out/exports/resources.generated/aws-athena-namedquery.d.ts +44 -0
- package/out/exports/resources.generated/aws-athena-preparedstatement.d.ts +32 -0
- package/out/exports/resources.generated/aws-athena-workgroup.d.ts +254 -0
- package/out/exports/resources.generated/aws-auditmanager-assessment.d.ts +216 -0
- package/out/exports/resources.generated/aws-autoscaling-autoscalinggroup.d.ts +1017 -0
- package/out/exports/resources.generated/aws-autoscaling-launchconfiguration.d.ts +236 -0
- package/out/exports/resources.generated/aws-autoscaling-lifecyclehook.d.ts +55 -0
- package/out/exports/resources.generated/aws-autoscaling-scalingpolicy.d.ts +607 -0
- package/out/exports/resources.generated/aws-autoscaling-scheduledaction.d.ts +60 -0
- package/out/exports/resources.generated/aws-autoscaling-warmpool.d.ts +51 -0
- package/out/exports/resources.generated/aws-autoscalingplans-scalingplan.d.ts +331 -0
- package/out/exports/resources.generated/aws-b2bi-capability.d.ts +123 -0
- package/out/exports/resources.generated/aws-b2bi-partnership.d.ts +211 -0
- package/out/exports/resources.generated/aws-b2bi-profile.d.ts +71 -0
- package/out/exports/resources.generated/aws-b2bi-transformer.d.ts +151 -0
- package/out/exports/resources.generated/aws-backup-backupplan.d.ts +174 -0
- package/out/exports/resources.generated/aws-backup-backupselection.d.ts +112 -0
- package/out/exports/resources.generated/aws-backup-backupvault.d.ts +93 -0
- package/out/exports/resources.generated/aws-backup-framework.d.ts +94 -0
- package/out/exports/resources.generated/aws-backup-logicallyairgappedbackupvault.d.ts +67 -0
- package/out/exports/resources.generated/aws-backup-reportplan.d.ts +82 -0
- package/out/exports/resources.generated/aws-backup-restoretestingplan.d.ts +81 -0
- package/out/exports/resources.generated/aws-backup-restoretestingselection.d.ts +81 -0
- package/out/exports/resources.generated/aws-backupgateway-hypervisor.d.ts +65 -0
- package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +412 -0
- package/out/exports/resources.generated/aws-batch-consumableresource.d.ts +54 -0
- package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +1252 -0
- package/out/exports/resources.generated/aws-batch-jobqueue.d.ts +86 -0
- package/out/exports/resources.generated/aws-batch-schedulingpolicy.d.ts +79 -0
- package/out/exports/resources.generated/aws-bcmdataexports-export.d.ts +156 -0
- package/out/exports/resources.generated/aws-bedrock-agent.d.ts +582 -0
- package/out/exports/resources.generated/aws-bedrock-agentalias.d.ts +91 -0
- package/out/exports/resources.generated/aws-bedrock-applicationinferenceprofile.d.ts +97 -0
- package/out/exports/resources.generated/aws-bedrock-blueprint.d.ts +59 -0
- package/out/exports/resources.generated/aws-bedrock-dataautomationproject.d.ts +504 -0
- package/out/exports/resources.generated/aws-bedrock-datasource.d.ts +743 -0
- package/out/exports/resources.generated/aws-bedrock-flow.d.ts +587 -0
- package/out/exports/resources.generated/aws-bedrock-flowalias.d.ts +78 -0
- package/out/exports/resources.generated/aws-bedrock-flowversion.d.ts +62 -0
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +496 -0
- package/out/exports/resources.generated/aws-bedrock-guardrailversion.d.ts +39 -0
- package/out/exports/resources.generated/aws-bedrock-intelligentpromptrouter.d.ts +96 -0
- package/out/exports/resources.generated/aws-bedrock-knowledgebase.d.ts +936 -0
- package/out/exports/resources.generated/aws-bedrock-prompt.d.ts +398 -0
- package/out/exports/resources.generated/aws-bedrock-promptversion.d.ts +73 -0
- package/out/exports/resources.generated/aws-billingconductor-billinggroup.d.ts +88 -0
- package/out/exports/resources.generated/aws-billingconductor-customlineitem.d.ts +150 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingplan.d.ts +47 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingrule.d.ts +99 -0
- package/out/exports/resources.generated/aws-budgets-budget.d.ts +390 -0
- package/out/exports/resources.generated/aws-budgets-budgetsaction.d.ts +151 -0
- package/out/exports/resources.generated/aws-cassandra-keyspace.d.ts +61 -0
- package/out/exports/resources.generated/aws-cassandra-table.d.ts +316 -0
- package/out/exports/resources.generated/aws-cassandra-type.d.ts +59 -0
- package/out/exports/resources.generated/aws-ce-anomalymonitor.d.ts +63 -0
- package/out/exports/resources.generated/aws-ce-anomalysubscription.d.ts +82 -0
- package/out/exports/resources.generated/aws-ce-costcategory.d.ts +49 -0
- package/out/exports/resources.generated/aws-certificatemanager-account.d.ts +29 -0
- package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +98 -0
- package/out/exports/resources.generated/aws-chatbot-customaction.d.ts +115 -0
- package/out/exports/resources.generated/aws-chatbot-microsoftteamschannelconfiguration.d.ts +98 -0
- package/out/exports/resources.generated/aws-chatbot-slackchannelconfiguration.d.ts +82 -0
- package/out/exports/resources.generated/aws-cleanrooms-analysistemplate.d.ts +206 -0
- package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +235 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtable.d.ts +364 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtableassociation.d.ts +140 -0
- package/out/exports/resources.generated/aws-cleanrooms-idmappingtable.d.ts +80 -0
- package/out/exports/resources.generated/aws-cleanrooms-idnamespaceassociation.d.ts +89 -0
- package/out/exports/resources.generated/aws-cleanrooms-membership.d.ts +260 -0
- package/out/exports/resources.generated/aws-cleanrooms-privacybudgettemplate.d.ts +75 -0
- package/out/exports/resources.generated/aws-cleanroomsml-trainingdataset.d.ts +141 -0
- package/out/exports/resources.generated/aws-cloud9-environmentec2.d.ts +90 -0
- package/out/exports/resources.generated/aws-cloudformation-customresource.d.ts +27 -0
- package/out/exports/resources.generated/aws-cloudformation-guardhook.d.ts +183 -0
- package/out/exports/resources.generated/aws-cloudformation-hookdefaultversion.d.ts +62 -0
- package/out/exports/resources.generated/aws-cloudformation-hooktypeconfig.d.ts +76 -0
- package/out/exports/resources.generated/aws-cloudformation-hookversion.d.ts +94 -0
- package/out/exports/resources.generated/aws-cloudformation-lambdahook.d.ts +159 -0
- package/out/exports/resources.generated/aws-cloudformation-macro.d.ts +35 -0
- package/out/exports/resources.generated/aws-cloudformation-moduledefaultversion.d.ts +55 -0
- package/out/exports/resources.generated/aws-cloudformation-moduleversion.d.ts +73 -0
- package/out/exports/resources.generated/aws-cloudformation-publictypeversion.d.ts +138 -0
- package/out/exports/resources.generated/aws-cloudformation-publisher.d.ts +46 -0
- package/out/exports/resources.generated/aws-cloudformation-resourcedefaultversion.d.ts +60 -0
- package/out/exports/resources.generated/aws-cloudformation-resourceversion.d.ts +112 -0
- package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +129 -0
- package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +387 -0
- package/out/exports/resources.generated/aws-cloudformation-typeactivation.d.ts +172 -0
- package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +33 -0
- package/out/exports/resources.generated/aws-cloudformation-waitconditionhandle.d.ts +19 -0
- package/out/exports/resources.generated/aws-cloudfront-anycastiplist.d.ts +42 -0
- package/out/exports/resources.generated/aws-cloudfront-cachepolicy.d.ts +178 -0
- package/out/exports/resources.generated/aws-cloudfront-cloudfrontoriginaccessidentity.d.ts +31 -0
- package/out/exports/resources.generated/aws-cloudfront-connectiongroup.d.ts +64 -0
- package/out/exports/resources.generated/aws-cloudfront-continuousdeploymentpolicy.d.ts +139 -0
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +1157 -0
- package/out/exports/resources.generated/aws-cloudfront-distributiontenant.d.ts +161 -0
- package/out/exports/resources.generated/aws-cloudfront-function.d.ts +75 -0
- package/out/exports/resources.generated/aws-cloudfront-keygroup.d.ts +43 -0
- package/out/exports/resources.generated/aws-cloudfront-keyvaluestore.d.ts +47 -0
- package/out/exports/resources.generated/aws-cloudfront-monitoringsubscription.d.ts +34 -0
- package/out/exports/resources.generated/aws-cloudfront-originaccesscontrol.d.ts +60 -0
- package/out/exports/resources.generated/aws-cloudfront-originrequestpolicy.d.ts +121 -0
- package/out/exports/resources.generated/aws-cloudfront-publickey.d.ts +43 -0
- package/out/exports/resources.generated/aws-cloudfront-realtimelogconfig.d.ts +62 -0
- package/out/exports/resources.generated/aws-cloudfront-responseheaderspolicy.d.ts +394 -0
- package/out/exports/resources.generated/aws-cloudfront-streamingdistribution.d.ts +107 -0
- package/out/exports/resources.generated/aws-cloudfront-vpcorigin.d.ts +73 -0
- package/out/exports/resources.generated/aws-cloudtrail-channel.d.ts +51 -0
- package/out/exports/resources.generated/aws-cloudtrail-dashboard.d.ts +114 -0
- package/out/exports/resources.generated/aws-cloudtrail-eventdatastore.d.ts +268 -0
- package/out/exports/resources.generated/aws-cloudtrail-resourcepolicy.d.ts +25 -0
- package/out/exports/resources.generated/aws-cloudtrail-trail.d.ts +366 -0
- package/out/exports/resources.generated/aws-cloudwatch-alarm.d.ts +239 -0
- package/out/exports/resources.generated/aws-cloudwatch-anomalydetector.d.ts +232 -0
- package/out/exports/resources.generated/aws-cloudwatch-compositealarm.d.ts +98 -0
- package/out/exports/resources.generated/aws-cloudwatch-dashboard.d.ts +20 -0
- package/out/exports/resources.generated/aws-cloudwatch-insightrule.d.ts +39 -0
- package/out/exports/resources.generated/aws-cloudwatch-metricstream.d.ts +218 -0
- package/out/exports/resources.generated/aws-codeartifact-domain.d.ts +50 -0
- package/out/exports/resources.generated/aws-codeartifact-packagegroup.d.ts +76 -0
- package/out/exports/resources.generated/aws-codeartifact-repository.d.ts +73 -0
- package/out/exports/resources.generated/aws-codebuild-fleet.d.ts +218 -0
- package/out/exports/resources.generated/aws-codebuild-project.d.ts +727 -0
- package/out/exports/resources.generated/aws-codebuild-reportgroup.d.ts +91 -0
- package/out/exports/resources.generated/aws-codebuild-sourcecredential.d.ts +29 -0
- package/out/exports/resources.generated/aws-codecommit-repository.d.ts +122 -0
- package/out/exports/resources.generated/aws-codeconnections-connection.d.ts +53 -0
- package/out/exports/resources.generated/aws-codedeploy-application.d.ts +22 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentconfig.d.ts +150 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentgroup.d.ts +545 -0
- package/out/exports/resources.generated/aws-codeguruprofiler-profilinggroup.d.ts +60 -0
- package/out/exports/resources.generated/aws-codegurureviewer-repositoryassociation.d.ts +72 -0
- package/out/exports/resources.generated/aws-codepipeline-customactiontype.d.ts +118 -0
- package/out/exports/resources.generated/aws-codepipeline-pipeline.d.ts +577 -0
- package/out/exports/resources.generated/aws-codepipeline-webhook.d.ts +91 -0
- package/out/exports/resources.generated/aws-codestar-githubrepository.d.ts +73 -0
- package/out/exports/resources.generated/aws-codestarconnections-connection.d.ts +51 -0
- package/out/exports/resources.generated/aws-codestarconnections-repositorylink.d.ts +48 -0
- package/out/exports/resources.generated/aws-codestarconnections-syncconfiguration.d.ts +58 -0
- package/out/exports/resources.generated/aws-codestarnotifications-notificationrule.d.ts +82 -0
- package/out/exports/resources.generated/aws-cognito-identitypool.d.ts +126 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolprincipaltag.d.ts +24 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolroleattachment.d.ts +87 -0
- package/out/exports/resources.generated/aws-cognito-logdeliveryconfiguration.d.ts +76 -0
- package/out/exports/resources.generated/aws-cognito-managedloginbranding.d.ts +74 -0
- package/out/exports/resources.generated/aws-cognito-userpool.d.ts +652 -0
- package/out/exports/resources.generated/aws-cognito-userpoolclient.d.ts +262 -0
- package/out/exports/resources.generated/aws-cognito-userpooldomain.d.ts +41 -0
- package/out/exports/resources.generated/aws-cognito-userpoolgroup.d.ts +34 -0
- package/out/exports/resources.generated/aws-cognito-userpoolidentityprovider.d.ts +60 -0
- package/out/exports/resources.generated/aws-cognito-userpoolresourceserver.d.ts +41 -0
- package/out/exports/resources.generated/aws-cognito-userpoolriskconfigurationattachment.d.ts +159 -0
- package/out/exports/resources.generated/aws-cognito-userpooluicustomizationattachment.d.ts +20 -0
- package/out/exports/resources.generated/aws-cognito-userpooluser.d.ts +86 -0
- package/out/exports/resources.generated/aws-cognito-userpoolusertogroupattachment.d.ts +25 -0
- package/out/exports/resources.generated/aws-comprehend-documentclassifier.d.ts +250 -0
- package/out/exports/resources.generated/aws-comprehend-flywheel.d.ts +157 -0
- package/out/exports/resources.generated/aws-config-aggregationauthorization.d.ts +29 -0
- package/out/exports/resources.generated/aws-config-configrule.d.ts +177 -0
- package/out/exports/resources.generated/aws-config-configurationaggregator.d.ts +67 -0
- package/out/exports/resources.generated/aws-config-configurationrecorder.d.ts +311 -0
- package/out/exports/resources.generated/aws-config-conformancepack.d.ts +76 -0
- package/out/exports/resources.generated/aws-config-deliverychannel.d.ts +82 -0
- package/out/exports/resources.generated/aws-config-organizationconfigrule.d.ts +183 -0
- package/out/exports/resources.generated/aws-config-organizationconformancepack.d.ts +65 -0
- package/out/exports/resources.generated/aws-config-remediationconfiguration.d.ts +81 -0
- package/out/exports/resources.generated/aws-config-storedquery.d.ts +48 -0
- package/out/exports/resources.generated/aws-connect-agentstatus.d.ts +63 -0
- package/out/exports/resources.generated/aws-connect-approvedorigin.d.ts +22 -0
- package/out/exports/resources.generated/aws-connect-contactflow.d.ts +57 -0
- package/out/exports/resources.generated/aws-connect-contactflowmodule.d.ts +59 -0
- package/out/exports/resources.generated/aws-connect-contactflowversion.d.ts +40 -0
- package/out/exports/resources.generated/aws-connect-emailaddress.d.ts +47 -0
- package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +371 -0
- package/out/exports/resources.generated/aws-connect-hoursofoperation.d.ts +145 -0
- package/out/exports/resources.generated/aws-connect-instance.d.ts +95 -0
- package/out/exports/resources.generated/aws-connect-instancestorageconfig.d.ts +126 -0
- package/out/exports/resources.generated/aws-connect-integrationassociation.d.ts +40 -0
- package/out/exports/resources.generated/aws-connect-phonenumber.d.ts +56 -0
- package/out/exports/resources.generated/aws-connect-predefinedattribute.d.ts +36 -0
- package/out/exports/resources.generated/aws-connect-prompt.d.ts +43 -0
- package/out/exports/resources.generated/aws-connect-queue.d.ts +101 -0
- package/out/exports/resources.generated/aws-connect-quickconnect.d.ts +104 -0
- package/out/exports/resources.generated/aws-connect-routingprofile.d.ts +123 -0
- package/out/exports/resources.generated/aws-connect-rule.d.ts +239 -0
- package/out/exports/resources.generated/aws-connect-securitykey.d.ts +34 -0
- package/out/exports/resources.generated/aws-connect-securityprofile.d.ts +92 -0
- package/out/exports/resources.generated/aws-connect-tasktemplate.d.ts +154 -0
- package/out/exports/resources.generated/aws-connect-trafficdistributiongroup.d.ts +48 -0
- package/out/exports/resources.generated/aws-connect-user.d.ts +143 -0
- package/out/exports/resources.generated/aws-connect-userhierarchygroup.d.ts +33 -0
- package/out/exports/resources.generated/aws-connect-userhierarchystructure.d.ts +115 -0
- package/out/exports/resources.generated/aws-connect-view.d.ts +66 -0
- package/out/exports/resources.generated/aws-connect-viewversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-connectcampaigns-campaign.d.ts +169 -0
- package/out/exports/resources.generated/aws-connectcampaignsv2-campaign.d.ts +499 -0
- package/out/exports/resources.generated/aws-controltower-enabledbaseline.d.ts +49 -0
- package/out/exports/resources.generated/aws-controltower-enabledcontrol.d.ts +43 -0
- package/out/exports/resources.generated/aws-controltower-landingzone.d.ts +53 -0
- package/out/exports/resources.generated/aws-cur-reportdefinition.d.ts +71 -0
- package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +127 -0
- package/out/exports/resources.generated/aws-customerprofiles-domain.d.ts +238 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventstream.d.ts +46 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventtrigger.d.ts +140 -0
- package/out/exports/resources.generated/aws-customerprofiles-integration.d.ts +363 -0
- package/out/exports/resources.generated/aws-customerprofiles-objecttype.d.ts +145 -0
- package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +339 -0
- package/out/exports/resources.generated/aws-databrew-dataset.d.ts +329 -0
- package/out/exports/resources.generated/aws-databrew-job.d.ts +442 -0
- package/out/exports/resources.generated/aws-databrew-project.d.ts +52 -0
- package/out/exports/resources.generated/aws-databrew-recipe.d.ts +548 -0
- package/out/exports/resources.generated/aws-databrew-ruleset.d.ts +126 -0
- package/out/exports/resources.generated/aws-databrew-schedule.d.ts +28 -0
- package/out/exports/resources.generated/aws-datapipeline-pipeline.d.ts +138 -0
- package/out/exports/resources.generated/aws-datasync-agent.d.ts +62 -0
- package/out/exports/resources.generated/aws-datasync-locationazureblob.d.ts +83 -0
- package/out/exports/resources.generated/aws-datasync-locationefs.d.ts +88 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxlustre.d.ts +48 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxontap.d.ts +163 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxopenzfs.d.ts +83 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxwindows.d.ts +68 -0
- package/out/exports/resources.generated/aws-datasync-locationhdfs.d.ts +130 -0
- package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +80 -0
- package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +90 -0
- package/out/exports/resources.generated/aws-datasync-locations3.d.ts +73 -0
- package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +137 -0
- package/out/exports/resources.generated/aws-datasync-storagesystem.d.ts +85 -0
- package/out/exports/resources.generated/aws-datasync-task.d.ts +460 -0
- package/out/exports/resources.generated/aws-datazone-connection.d.ts +612 -0
- package/out/exports/resources.generated/aws-datazone-datasource.d.ts +321 -0
- package/out/exports/resources.generated/aws-datazone-domain.d.ts +115 -0
- package/out/exports/resources.generated/aws-datazone-domainunit.d.ts +71 -0
- package/out/exports/resources.generated/aws-datazone-environment.d.ts +133 -0
- package/out/exports/resources.generated/aws-datazone-environmentactions.d.ts +73 -0
- package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +89 -0
- package/out/exports/resources.generated/aws-datazone-environmentprofile.d.ts +98 -0
- package/out/exports/resources.generated/aws-datazone-groupprofile.d.ts +45 -0
- package/out/exports/resources.generated/aws-datazone-owner.d.ts +53 -0
- package/out/exports/resources.generated/aws-datazone-project.d.ts +95 -0
- package/out/exports/resources.generated/aws-datazone-projectmembership.d.ts +37 -0
- package/out/exports/resources.generated/aws-datazone-subscriptiontarget.d.ts +104 -0
- package/out/exports/resources.generated/aws-datazone-userprofile.d.ts +53 -0
- package/out/exports/resources.generated/aws-dax-cluster.d.ts +113 -0
- package/out/exports/resources.generated/aws-dax-parametergroup.d.ts +25 -0
- package/out/exports/resources.generated/aws-dax-subnetgroup.d.ts +23 -0
- package/out/exports/resources.generated/aws-deadline-farm.d.ts +46 -0
- package/out/exports/resources.generated/aws-deadline-fleet.d.ts +390 -0
- package/out/exports/resources.generated/aws-deadline-licenseendpoint.d.ts +53 -0
- package/out/exports/resources.generated/aws-deadline-limit.d.ts +58 -0
- package/out/exports/resources.generated/aws-deadline-meteredproduct.d.ts +43 -0
- package/out/exports/resources.generated/aws-deadline-monitor.d.ts +51 -0
- package/out/exports/resources.generated/aws-deadline-queue.d.ts +149 -0
- package/out/exports/resources.generated/aws-deadline-queueenvironment.d.ts +46 -0
- package/out/exports/resources.generated/aws-deadline-queuefleetassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-deadline-queuelimitassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-deadline-storageprofile.d.ts +60 -0
- package/out/exports/resources.generated/aws-detective-graph.d.ts +25 -0
- package/out/exports/resources.generated/aws-detective-memberinvitation.d.ts +34 -0
- package/out/exports/resources.generated/aws-detective-organizationadmin.d.ts +19 -0
- package/out/exports/resources.generated/aws-devopsguru-loganomalydetectionintegration.d.ts +13 -0
- package/out/exports/resources.generated/aws-devopsguru-notificationchannel.d.ts +79 -0
- package/out/exports/resources.generated/aws-devopsguru-resourcecollection.d.ts +81 -0
- package/out/exports/resources.generated/aws-directoryservice-microsoftad.d.ts +67 -0
- package/out/exports/resources.generated/aws-directoryservice-simplead.d.ts +71 -0
- package/out/exports/resources.generated/aws-dlm-lifecyclepolicy.d.ts +660 -0
- package/out/exports/resources.generated/aws-dms-certificate.d.ts +23 -0
- package/out/exports/resources.generated/aws-dms-datamigration.d.ts +103 -0
- package/out/exports/resources.generated/aws-dms-dataprovider.d.ts +1112 -0
- package/out/exports/resources.generated/aws-dms-endpoint.d.ts +1463 -0
- package/out/exports/resources.generated/aws-dms-eventsubscription.d.ts +45 -0
- package/out/exports/resources.generated/aws-dms-instanceprofile.d.ts +79 -0
- package/out/exports/resources.generated/aws-dms-migrationproject.d.ts +103 -0
- package/out/exports/resources.generated/aws-dms-replicationconfig.d.ts +109 -0
- package/out/exports/resources.generated/aws-dms-replicationinstance.d.ts +115 -0
- package/out/exports/resources.generated/aws-dms-replicationsubnetgroup.d.ts +29 -0
- package/out/exports/resources.generated/aws-dms-replicationtask.d.ts +85 -0
- package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +247 -0
- package/out/exports/resources.generated/aws-docdb-dbclusterparametergroup.d.ts +43 -0
- package/out/exports/resources.generated/aws-docdb-dbinstance.d.ts +87 -0
- package/out/exports/resources.generated/aws-docdb-dbsubnetgroup.d.ts +31 -0
- package/out/exports/resources.generated/aws-docdb-eventsubscription.d.ts +51 -0
- package/out/exports/resources.generated/aws-docdbelastic-cluster.d.ts +106 -0
- package/out/exports/resources.generated/aws-dsql-cluster.d.ts +65 -0
- package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +608 -0
- package/out/exports/resources.generated/aws-dynamodb-table.d.ts +506 -0
- package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +186 -0
- package/out/exports/resources.generated/aws-ec2-capacityreservationfleet.d.ts +117 -0
- package/out/exports/resources.generated/aws-ec2-carriergateway.d.ts +30 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnauthorizationrule.d.ts +31 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnendpoint.d.ts +235 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnroute.d.ts +36 -0
- package/out/exports/resources.generated/aws-ec2-clientvpntargetnetworkassociation.d.ts +19 -0
- package/out/exports/resources.generated/aws-ec2-customergateway.d.ts +52 -0
- package/out/exports/resources.generated/aws-ec2-dhcpoptions.d.ts +44 -0
- package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +863 -0
- package/out/exports/resources.generated/aws-ec2-egressonlyinternetgateway.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-eip.d.ts +64 -0
- package/out/exports/resources.generated/aws-ec2-eipassociation.d.ts +35 -0
- package/out/exports/resources.generated/aws-ec2-enclavecertificateiamroleassociation.d.ts +40 -0
- package/out/exports/resources.generated/aws-ec2-flowlog.d.ts +92 -0
- package/out/exports/resources.generated/aws-ec2-gatewayroutetableassociation.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-host.d.ts +54 -0
- package/out/exports/resources.generated/aws-ec2-instance.d.ts +664 -0
- package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +43 -0
- package/out/exports/resources.generated/aws-ec2-internetgateway.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-ipam.d.ts +92 -0
- package/out/exports/resources.generated/aws-ec2-ipamallocation.d.ts +40 -0
- package/out/exports/resources.generated/aws-ec2-ipampool.d.ts +147 -0
- package/out/exports/resources.generated/aws-ec2-ipampoolcidr.d.ts +30 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscovery.d.ts +84 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscoveryassociation.d.ts +67 -0
- package/out/exports/resources.generated/aws-ec2-ipamscope.d.ts +48 -0
- package/out/exports/resources.generated/aws-ec2-keypair.d.ts +65 -0
- package/out/exports/resources.generated/aws-ec2-launchtemplate.d.ts +1307 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroute.d.ts +54 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetable.d.ts +42 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.d.ts +42 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevpcassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-ec2-natgateway.d.ts +61 -0
- package/out/exports/resources.generated/aws-ec2-networkacl.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-networkaclentry.d.ts +82 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscope.d.ts +126 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscopeanalysis.d.ts +50 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsanalysis.d.ts +58 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightspath.d.ts +103 -0
- package/out/exports/resources.generated/aws-ec2-networkinterface.d.ts +171 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfaceattachment.d.ts +52 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfacepermission.d.ts +23 -0
- package/out/exports/resources.generated/aws-ec2-networkperformancemetricsubscription.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-placementgroup.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-prefixlist.d.ts +74 -0
- package/out/exports/resources.generated/aws-ec2-route.d.ts +80 -0
- package/out/exports/resources.generated/aws-ec2-routeserver.d.ts +50 -0
- package/out/exports/resources.generated/aws-ec2-routeserverassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-routeserverendpoint.d.ts +46 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpeer.d.ts +79 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpropagation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-routetable.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-securitygroup.d.ts +194 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupegress.d.ts +71 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupingress.d.ts +90 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupvpcassociation.d.ts +31 -0
- package/out/exports/resources.generated/aws-ec2-snapshotblockpublicaccess.d.ts +23 -0
- package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +1059 -0
- package/out/exports/resources.generated/aws-ec2-subnet.d.ts +138 -0
- package/out/exports/resources.generated/aws-ec2-subnetcidrblock.d.ts +41 -0
- package/out/exports/resources.generated/aws-ec2-subnetnetworkaclassociation.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-subnetroutetableassociation.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilter.d.ts +29 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +74 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorsession.d.ts +55 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrortarget.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-transitgateway.d.ts +78 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayattachment.d.ts +57 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayconnect.d.ts +51 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomain.d.ts +58 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomainassociation.d.ts +36 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupmember.d.ts +50 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupsource.d.ts +52 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaypeeringattachment.d.ts +45 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroute.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetable.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetableassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetablepropagation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayvpcattachment.d.ts +59 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessendpoint.d.ts +240 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessgroup.d.ts +69 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessinstance.d.ts +141 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccesstrustprovider.d.ts +154 -0
- package/out/exports/resources.generated/aws-ec2-volume.d.ts +139 -0
- package/out/exports/resources.generated/aws-ec2-volumeattachment.d.ts +26 -0
- package/out/exports/resources.generated/aws-ec2-vpc.d.ts +77 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessexclusion.d.ts +53 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessoptions.d.ts +21 -0
- package/out/exports/resources.generated/aws-ec2-vpccidrblock.d.ts +72 -0
- package/out/exports/resources.generated/aws-ec2-vpcdhcpoptionsassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpoint.d.ts +120 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointconnectionnotification.d.ts +32 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservice.d.ts +54 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservicepermissions.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-vpcgatewayattachment.d.ts +30 -0
- package/out/exports/resources.generated/aws-ec2-vpcpeeringconnection.d.ts +50 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +352 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnectionroute.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-vpngateway.d.ts +29 -0
- package/out/exports/resources.generated/aws-ec2-vpngatewayroutepropagation.d.ts +24 -0
- package/out/exports/resources.generated/aws-ecr-publicrepository.d.ts +42 -0
- package/out/exports/resources.generated/aws-ecr-pullthroughcacherule.d.ts +32 -0
- package/out/exports/resources.generated/aws-ecr-registrypolicy.d.ts +21 -0
- package/out/exports/resources.generated/aws-ecr-registryscanningconfiguration.d.ts +60 -0
- package/out/exports/resources.generated/aws-ecr-replicationconfiguration.d.ts +72 -0
- package/out/exports/resources.generated/aws-ecr-repository.d.ts +109 -0
- package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +96 -0
- package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +92 -0
- package/out/exports/resources.generated/aws-ecs-cluster.d.ts +211 -0
- package/out/exports/resources.generated/aws-ecs-clustercapacityproviderassociations.d.ts +49 -0
- package/out/exports/resources.generated/aws-ecs-primarytaskset.d.ts +20 -0
- package/out/exports/resources.generated/aws-ecs-service.d.ts +864 -0
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +1322 -0
- package/out/exports/resources.generated/aws-ecs-taskset.d.ts +219 -0
- package/out/exports/resources.generated/aws-efs-accesspoint.d.ts +98 -0
- package/out/exports/resources.generated/aws-efs-filesystem.d.ts +182 -0
- package/out/exports/resources.generated/aws-efs-mounttarget.d.ts +38 -0
- package/out/exports/resources.generated/aws-eks-accessentry.d.ts +86 -0
- package/out/exports/resources.generated/aws-eks-addon.d.ts +82 -0
- package/out/exports/resources.generated/aws-eks-cluster.d.ts +458 -0
- package/out/exports/resources.generated/aws-eks-fargateprofile.d.ts +82 -0
- package/out/exports/resources.generated/aws-eks-identityproviderconfig.d.ts +86 -0
- package/out/exports/resources.generated/aws-eks-nodegroup.d.ts +236 -0
- package/out/exports/resources.generated/aws-eks-podidentityassociation.d.ts +50 -0
- package/out/exports/resources.generated/aws-elasticache-cachecluster.d.ts +307 -0
- package/out/exports/resources.generated/aws-elasticache-globalreplicationgroup.d.ts +109 -0
- package/out/exports/resources.generated/aws-elasticache-parametergroup.d.ts +39 -0
- package/out/exports/resources.generated/aws-elasticache-replicationgroup.d.ts +446 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroupingress.d.ts +25 -0
- package/out/exports/resources.generated/aws-elasticache-serverlesscache.d.ts +158 -0
- package/out/exports/resources.generated/aws-elasticache-subnetgroup.d.ts +28 -0
- package/out/exports/resources.generated/aws-elasticache-user.d.ts +65 -0
- package/out/exports/resources.generated/aws-elasticache-usergroup.d.ts +35 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-application.d.ts +104 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-applicationversion.d.ts +44 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-configurationtemplate.d.ts +102 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-environment.d.ts +146 -0
- package/out/exports/resources.generated/aws-elasticloadbalancing-loadbalancer.d.ts +291 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +418 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenercertificate.d.ts +28 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +487 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +204 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-targetgroup.d.ts +220 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststore.d.ts +42 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststorerevocation.d.ts +44 -0
- package/out/exports/resources.generated/aws-elasticsearch-domain.d.ts +351 -0
- package/out/exports/resources.generated/aws-emr-cluster.d.ts +860 -0
- package/out/exports/resources.generated/aws-emr-instancefleetconfig.d.ts +283 -0
- package/out/exports/resources.generated/aws-emr-instancegroupconfig.d.ts +269 -0
- package/out/exports/resources.generated/aws-emr-securityconfiguration.d.ts +16 -0
- package/out/exports/resources.generated/aws-emr-step.d.ts +64 -0
- package/out/exports/resources.generated/aws-emr-studio.d.ts +116 -0
- package/out/exports/resources.generated/aws-emr-studiosessionmapping.d.ts +27 -0
- package/out/exports/resources.generated/aws-emr-walworkspace.d.ts +19 -0
- package/out/exports/resources.generated/aws-emrcontainers-virtualcluster.d.ts +97 -0
- package/out/exports/resources.generated/aws-emrserverless-application.d.ts +352 -0
- package/out/exports/resources.generated/aws-entityresolution-idmappingworkflow.d.ts +176 -0
- package/out/exports/resources.generated/aws-entityresolution-idnamespace.d.ts +151 -0
- package/out/exports/resources.generated/aws-entityresolution-matchingworkflow.d.ts +202 -0
- package/out/exports/resources.generated/aws-entityresolution-policystatement.d.ts +37 -0
- package/out/exports/resources.generated/aws-entityresolution-schemamapping.d.ts +96 -0
- package/out/exports/resources.generated/aws-events-apidestination.d.ts +66 -0
- package/out/exports/resources.generated/aws-events-archive.d.ts +56 -0
- package/out/exports/resources.generated/aws-events-connection.d.ts +290 -0
- package/out/exports/resources.generated/aws-events-endpoint.d.ts +135 -0
- package/out/exports/resources.generated/aws-events-eventbus.d.ts +70 -0
- package/out/exports/resources.generated/aws-events-eventbuspolicy.d.ts +70 -0
- package/out/exports/resources.generated/aws-events-rule.d.ts +585 -0
- package/out/exports/resources.generated/aws-eventschemas-discoverer.d.ts +52 -0
- package/out/exports/resources.generated/aws-eventschemas-registry.d.ts +43 -0
- package/out/exports/resources.generated/aws-eventschemas-registrypolicy.d.ts +27 -0
- package/out/exports/resources.generated/aws-eventschemas-schema.d.ts +69 -0
- package/out/exports/resources.generated/aws-evidently-experiment.d.ts +234 -0
- package/out/exports/resources.generated/aws-evidently-feature.d.ts +198 -0
- package/out/exports/resources.generated/aws-evidently-launch.d.ts +209 -0
- package/out/exports/resources.generated/aws-evidently-project.d.ts +118 -0
- package/out/exports/resources.generated/aws-evidently-segment.d.ts +54 -0
- package/out/exports/resources.generated/aws-finspace-environment.d.ts +155 -0
- package/out/exports/resources.generated/aws-fis-experimenttemplate.d.ts +243 -0
- package/out/exports/resources.generated/aws-fis-targetaccountconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-fms-notificationchannel.d.ts +18 -0
- package/out/exports/resources.generated/aws-fms-policy.d.ts +562 -0
- package/out/exports/resources.generated/aws-fms-resourceset.d.ts +33 -0
- package/out/exports/resources.generated/aws-forecast-dataset.d.ts +95 -0
- package/out/exports/resources.generated/aws-forecast-datasetgroup.d.ts +47 -0
- package/out/exports/resources.generated/aws-frauddetector-detector.d.ts +294 -0
- package/out/exports/resources.generated/aws-frauddetector-entitytype.d.ts +41 -0
- package/out/exports/resources.generated/aws-frauddetector-eventtype.d.ts +158 -0
- package/out/exports/resources.generated/aws-frauddetector-label.d.ts +43 -0
- package/out/exports/resources.generated/aws-frauddetector-list.d.ts +54 -0
- package/out/exports/resources.generated/aws-frauddetector-outcome.d.ts +41 -0
- package/out/exports/resources.generated/aws-frauddetector-variable.d.ts +65 -0
- package/out/exports/resources.generated/aws-fsx-datarepositoryassociation.d.ts +110 -0
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +660 -0
- package/out/exports/resources.generated/aws-fsx-snapshot.d.ts +29 -0
- package/out/exports/resources.generated/aws-fsx-storagevirtualmachine.d.ts +100 -0
- package/out/exports/resources.generated/aws-fsx-volume.d.ts +404 -0
- package/out/exports/resources.generated/aws-gamelift-alias.d.ts +84 -0
- package/out/exports/resources.generated/aws-gamelift-build.d.ts +70 -0
- package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +366 -0
- package/out/exports/resources.generated/aws-gamelift-containergroupdefinition.d.ts +366 -0
- package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +430 -0
- package/out/exports/resources.generated/aws-gamelift-gameservergroup.d.ts +163 -0
- package/out/exports/resources.generated/aws-gamelift-gamesessionqueue.d.ts +129 -0
- package/out/exports/resources.generated/aws-gamelift-location.d.ts +26 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingconfiguration.d.ts +130 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingruleset.d.ts +51 -0
- package/out/exports/resources.generated/aws-gamelift-script.d.ts +76 -0
- package/out/exports/resources.generated/aws-globalaccelerator-accelerator.d.ts +67 -0
- package/out/exports/resources.generated/aws-globalaccelerator-crossaccountattachment.d.ts +64 -0
- package/out/exports/resources.generated/aws-globalaccelerator-endpointgroup.d.ts +116 -0
- package/out/exports/resources.generated/aws-globalaccelerator-listener.d.ts +51 -0
- package/out/exports/resources.generated/aws-glue-classifier.d.ts +125 -0
- package/out/exports/resources.generated/aws-glue-connection.d.ts +276 -0
- package/out/exports/resources.generated/aws-glue-crawler.d.ts +329 -0
- package/out/exports/resources.generated/aws-glue-customentitytype.d.ts +31 -0
- package/out/exports/resources.generated/aws-glue-database.d.ts +107 -0
- package/out/exports/resources.generated/aws-glue-datacatalogencryptionsettings.d.ts +68 -0
- package/out/exports/resources.generated/aws-glue-dataqualityruleset.d.ts +48 -0
- package/out/exports/resources.generated/aws-glue-devendpoint.d.ts +99 -0
- package/out/exports/resources.generated/aws-glue-job.d.ts +192 -0
- package/out/exports/resources.generated/aws-glue-mltransform.d.ts +205 -0
- package/out/exports/resources.generated/aws-glue-partition.d.ts +208 -0
- package/out/exports/resources.generated/aws-glue-registry.d.ts +31 -0
- package/out/exports/resources.generated/aws-glue-schema.d.ts +89 -0
- package/out/exports/resources.generated/aws-glue-schemaversion.d.ts +47 -0
- package/out/exports/resources.generated/aws-glue-schemaversionmetadata.d.ts +25 -0
- package/out/exports/resources.generated/aws-glue-securityconfiguration.d.ts +62 -0
- package/out/exports/resources.generated/aws-glue-table.d.ts +286 -0
- package/out/exports/resources.generated/aws-glue-tableoptimizer.d.ts +60 -0
- package/out/exports/resources.generated/aws-glue-trigger.d.ts +143 -0
- package/out/exports/resources.generated/aws-glue-usageprofile.d.ts +114 -0
- package/out/exports/resources.generated/aws-glue-workflow.d.ts +31 -0
- package/out/exports/resources.generated/aws-grafana-workspace.d.ts +347 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinition.d.ts +89 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinitionversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinition.d.ts +89 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinitionversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinition.d.ts +89 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinitionversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinition.d.ts +223 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinitionversion.d.ts +180 -0
- package/out/exports/resources.generated/aws-greengrass-group.d.ts +110 -0
- package/out/exports/resources.generated/aws-greengrass-groupversion.d.ts +45 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinition.d.ts +93 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinitionversion.d.ts +50 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinition.d.ts +233 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinitionversion.d.ts +190 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinition.d.ts +89 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinitionversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-greengrassv2-componentversion.d.ts +288 -0
- package/out/exports/resources.generated/aws-greengrassv2-deployment.d.ts +313 -0
- package/out/exports/resources.generated/aws-groundstation-config.d.ts +268 -0
- package/out/exports/resources.generated/aws-groundstation-dataflowendpointgroup.d.ts +208 -0
- package/out/exports/resources.generated/aws-groundstation-missionprofile.d.ts +126 -0
- package/out/exports/resources.generated/aws-guardduty-detector.d.ts +154 -0
- package/out/exports/resources.generated/aws-guardduty-filter.d.ts +241 -0
- package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +65 -0
- package/out/exports/resources.generated/aws-guardduty-malwareprotectionplan.d.ts +97 -0
- package/out/exports/resources.generated/aws-guardduty-master.d.ts +23 -0
- package/out/exports/resources.generated/aws-guardduty-member.d.ts +32 -0
- package/out/exports/resources.generated/aws-guardduty-publishingdestination.d.ts +72 -0
- package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +66 -0
- package/out/exports/resources.generated/aws-healthimaging-datastore.d.ts +48 -0
- package/out/exports/resources.generated/aws-healthlake-fhirdatastore.d.ts +138 -0
- package/out/exports/resources.generated/aws-iam-accesskey.d.ts +36 -0
- package/out/exports/resources.generated/aws-iam-group.d.ts +68 -0
- package/out/exports/resources.generated/aws-iam-grouppolicy.d.ts +37 -0
- package/out/exports/resources.generated/aws-iam-instanceprofile.d.ts +38 -0
- package/out/exports/resources.generated/aws-iam-managedpolicy.d.ts +126 -0
- package/out/exports/resources.generated/aws-iam-oidcprovider.d.ts +56 -0
- package/out/exports/resources.generated/aws-iam-policy.d.ts +73 -0
- package/out/exports/resources.generated/aws-iam-role.d.ts +108 -0
- package/out/exports/resources.generated/aws-iam-rolepolicy.d.ts +39 -0
- package/out/exports/resources.generated/aws-iam-samlprovider.d.ts +95 -0
- package/out/exports/resources.generated/aws-iam-servercertificate.d.ts +75 -0
- package/out/exports/resources.generated/aws-iam-servicelinkedrole.d.ts +32 -0
- package/out/exports/resources.generated/aws-iam-user.d.ts +107 -0
- package/out/exports/resources.generated/aws-iam-userpolicy.d.ts +37 -0
- package/out/exports/resources.generated/aws-iam-usertogroupaddition.d.ts +24 -0
- package/out/exports/resources.generated/aws-iam-virtualmfadevice.d.ts +51 -0
- package/out/exports/resources.generated/aws-identitystore-group.d.ts +40 -0
- package/out/exports/resources.generated/aws-identitystore-groupmembership.d.ts +47 -0
- package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +118 -0
- package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +267 -0
- package/out/exports/resources.generated/aws-imagebuilder-distributionconfiguration.d.ts +237 -0
- package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +225 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagepipeline.d.ts +223 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +181 -0
- package/out/exports/resources.generated/aws-imagebuilder-infrastructureconfiguration.d.ts +139 -0
- package/out/exports/resources.generated/aws-imagebuilder-lifecyclepolicy.d.ts +197 -0
- package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +107 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttarget.d.ts +22 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttemplate.d.ts +34 -0
- package/out/exports/resources.generated/aws-inspector-resourcegroup.d.ts +20 -0
- package/out/exports/resources.generated/aws-inspectorv2-cisscanconfiguration.d.ts +120 -0
- package/out/exports/resources.generated/aws-inspectorv2-filter.d.ts +266 -0
- package/out/exports/resources.generated/aws-internetmonitor-monitor.d.ts +204 -0
- package/out/exports/resources.generated/aws-invoicing-invoiceunit.d.ts +51 -0
- package/out/exports/resources.generated/aws-iot-accountauditconfiguration.d.ts +191 -0
- package/out/exports/resources.generated/aws-iot-authorizer.d.ts +57 -0
- package/out/exports/resources.generated/aws-iot-billinggroup.d.ts +41 -0
- package/out/exports/resources.generated/aws-iot-cacertificate.d.ts +96 -0
- package/out/exports/resources.generated/aws-iot-certificate.d.ts +56 -0
- package/out/exports/resources.generated/aws-iot-certificateprovider.d.ts +42 -0
- package/out/exports/resources.generated/aws-iot-command.d.ts +102 -0
- package/out/exports/resources.generated/aws-iot-custommetric.d.ts +38 -0
- package/out/exports/resources.generated/aws-iot-dimension.d.ts +33 -0
- package/out/exports/resources.generated/aws-iot-domainconfiguration.d.ts +149 -0
- package/out/exports/resources.generated/aws-iot-fleetmetric.d.ts +79 -0
- package/out/exports/resources.generated/aws-iot-jobtemplate.d.ts +190 -0
- package/out/exports/resources.generated/aws-iot-logging.d.ts +30 -0
- package/out/exports/resources.generated/aws-iot-mitigationaction.d.ts +132 -0
- package/out/exports/resources.generated/aws-iot-policy.d.ts +30 -0
- package/out/exports/resources.generated/aws-iot-policyprincipalattachment.d.ts +21 -0
- package/out/exports/resources.generated/aws-iot-provisioningtemplate.d.ts +63 -0
- package/out/exports/resources.generated/aws-iot-resourcespecificlogging.d.ts +32 -0
- package/out/exports/resources.generated/aws-iot-rolealias.d.ts +46 -0
- package/out/exports/resources.generated/aws-iot-scheduledaudit.d.ts +61 -0
- package/out/exports/resources.generated/aws-iot-securityprofile.d.ts +246 -0
- package/out/exports/resources.generated/aws-iot-softwarepackage.d.ts +34 -0
- package/out/exports/resources.generated/aws-iot-softwarepackageversion.d.ts +118 -0
- package/out/exports/resources.generated/aws-iot-thing.d.ts +44 -0
- package/out/exports/resources.generated/aws-iot-thinggroup.d.ts +72 -0
- package/out/exports/resources.generated/aws-iot-thingprincipalattachment.d.ts +21 -0
- package/out/exports/resources.generated/aws-iot-thingtype.d.ts +70 -0
- package/out/exports/resources.generated/aws-iot-topicrule.d.ts +913 -0
- package/out/exports/resources.generated/aws-iot-topicruledestination.d.ts +64 -0
- package/out/exports/resources.generated/aws-iotanalytics-channel.d.ts +85 -0
- package/out/exports/resources.generated/aws-iotanalytics-dataset.d.ts +397 -0
- package/out/exports/resources.generated/aws-iotanalytics-datastore.d.ts +226 -0
- package/out/exports/resources.generated/aws-iotanalytics-pipeline.d.ts +338 -0
- package/out/exports/resources.generated/aws-iotcoredeviceadvisor-suitedefinition.d.ts +87 -0
- package/out/exports/resources.generated/aws-iotevents-alarmmodel.d.ts +575 -0
- package/out/exports/resources.generated/aws-iotevents-detectormodel.d.ts +644 -0
- package/out/exports/resources.generated/aws-iotevents-input.d.ts +54 -0
- package/out/exports/resources.generated/aws-iotfleethub-application.d.ts +77 -0
- package/out/exports/resources.generated/aws-iotfleetwise-campaign.d.ts +479 -0
- package/out/exports/resources.generated/aws-iotfleetwise-decodermanifest.d.ts +358 -0
- package/out/exports/resources.generated/aws-iotfleetwise-fleet.d.ts +50 -0
- package/out/exports/resources.generated/aws-iotfleetwise-modelmanifest.d.ts +60 -0
- package/out/exports/resources.generated/aws-iotfleetwise-signalcatalog.d.ts +221 -0
- package/out/exports/resources.generated/aws-iotfleetwise-statetemplate.d.ts +69 -0
- package/out/exports/resources.generated/aws-iotfleetwise-vehicle.d.ts +105 -0
- package/out/exports/resources.generated/aws-iotsitewise-accesspolicy.d.ts +109 -0
- package/out/exports/resources.generated/aws-iotsitewise-asset.d.ts +110 -0
- package/out/exports/resources.generated/aws-iotsitewise-assetmodel.d.ts +392 -0
- package/out/exports/resources.generated/aws-iotsitewise-dashboard.d.ts +45 -0
- package/out/exports/resources.generated/aws-iotsitewise-dataset.d.ts +67 -0
- package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +91 -0
- package/out/exports/resources.generated/aws-iotsitewise-portal.d.ts +97 -0
- package/out/exports/resources.generated/aws-iotsitewise-project.d.ts +42 -0
- package/out/exports/resources.generated/aws-iotthingsgraph-flowtemplate.d.ts +17 -0
- package/out/exports/resources.generated/aws-iottwinmaker-componenttype.d.ts +294 -0
- package/out/exports/resources.generated/aws-iottwinmaker-entity.d.ts +364 -0
- package/out/exports/resources.generated/aws-iottwinmaker-scene.d.ts +66 -0
- package/out/exports/resources.generated/aws-iottwinmaker-syncjob.d.ts +58 -0
- package/out/exports/resources.generated/aws-iottwinmaker-workspace.d.ts +53 -0
- package/out/exports/resources.generated/aws-iotwireless-destination.d.ts +43 -0
- package/out/exports/resources.generated/aws-iotwireless-deviceprofile.d.ts +138 -0
- package/out/exports/resources.generated/aws-iotwireless-fuotatask.d.ts +89 -0
- package/out/exports/resources.generated/aws-iotwireless-multicastgroup.d.ts +76 -0
- package/out/exports/resources.generated/aws-iotwireless-networkanalyzerconfiguration.d.ts +46 -0
- package/out/exports/resources.generated/aws-iotwireless-partneraccount.d.ts +92 -0
- package/out/exports/resources.generated/aws-iotwireless-serviceprofile.d.ts +115 -0
- package/out/exports/resources.generated/aws-iotwireless-taskdefinition.d.ts +126 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdevice.d.ts +343 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdeviceimporttask.d.ts +76 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessgateway.d.ts +64 -0
- package/out/exports/resources.generated/aws-ivs-channel.d.ts +117 -0
- package/out/exports/resources.generated/aws-ivs-encoderconfiguration.d.ts +63 -0
- package/out/exports/resources.generated/aws-ivs-ingestconfiguration.d.ts +67 -0
- package/out/exports/resources.generated/aws-ivs-playbackkeypair.d.ts +38 -0
- package/out/exports/resources.generated/aws-ivs-playbackrestrictionpolicy.d.ts +45 -0
- package/out/exports/resources.generated/aws-ivs-publickey.d.ts +37 -0
- package/out/exports/resources.generated/aws-ivs-recordingconfiguration.d.ts +124 -0
- package/out/exports/resources.generated/aws-ivs-stage.d.ts +58 -0
- package/out/exports/resources.generated/aws-ivs-storageconfiguration.d.ts +46 -0
- package/out/exports/resources.generated/aws-ivs-streamkey.d.ts +32 -0
- package/out/exports/resources.generated/aws-ivschat-loggingconfiguration.d.ts +98 -0
- package/out/exports/resources.generated/aws-ivschat-room.d.ts +78 -0
- package/out/exports/resources.generated/aws-kafkaconnect-connector.d.ts +326 -0
- package/out/exports/resources.generated/aws-kafkaconnect-customplugin.d.ts +69 -0
- package/out/exports/resources.generated/aws-kafkaconnect-workerconfiguration.d.ts +39 -0
- package/out/exports/resources.generated/aws-kendra-datasource.d.ts +1780 -0
- package/out/exports/resources.generated/aws-kendra-faq.d.ts +80 -0
- package/out/exports/resources.generated/aws-kendra-index.d.ts +255 -0
- package/out/exports/resources.generated/aws-kendraranking-executionplan.d.ts +47 -0
- package/out/exports/resources.generated/aws-kinesis-resourcepolicy.d.ts +27 -0
- package/out/exports/resources.generated/aws-kinesis-stream.d.ts +92 -0
- package/out/exports/resources.generated/aws-kinesis-streamconsumer.d.ts +45 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-application.d.ts +225 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationoutput.d.ts +106 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationreferencedatasource.d.ts +149 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-application.d.ts +652 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.d.ts +30 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationoutput.d.ts +90 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationreferencedatasource.d.ts +141 -0
- package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +1629 -0
- package/out/exports/resources.generated/aws-kinesisvideo-signalingchannel.d.ts +39 -0
- package/out/exports/resources.generated/aws-kinesisvideo-stream.d.ts +62 -0
- package/out/exports/resources.generated/aws-kms-alias.d.ts +53 -0
- package/out/exports/resources.generated/aws-kms-key.d.ts +214 -0
- package/out/exports/resources.generated/aws-kms-replicakey.d.ts +118 -0
- package/out/exports/resources.generated/aws-lakeformation-datacellsfilter.d.ts +66 -0
- package/out/exports/resources.generated/aws-lakeformation-datalakesettings.d.ts +75 -0
- package/out/exports/resources.generated/aws-lakeformation-permissions.d.ts +145 -0
- package/out/exports/resources.generated/aws-lakeformation-principalpermissions.d.ts +241 -0
- package/out/exports/resources.generated/aws-lakeformation-resource.d.ts +34 -0
- package/out/exports/resources.generated/aws-lakeformation-tag.d.ts +26 -0
- package/out/exports/resources.generated/aws-lakeformation-tagassociation.d.ts +133 -0
- package/out/exports/resources.generated/aws-lambda-alias.d.ts +77 -0
- package/out/exports/resources.generated/aws-lambda-codesigningconfig.d.ts +61 -0
- package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +101 -0
- package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +374 -0
- package/out/exports/resources.generated/aws-lambda-function.d.ts +374 -0
- package/out/exports/resources.generated/aws-lambda-layerversion.d.ts +59 -0
- package/out/exports/resources.generated/aws-lambda-layerversionpermission.d.ts +32 -0
- package/out/exports/resources.generated/aws-lambda-permission.d.ts +83 -0
- package/out/exports/resources.generated/aws-lambda-url.d.ts +85 -0
- package/out/exports/resources.generated/aws-lambda-version.d.ts +83 -0
- package/out/exports/resources.generated/aws-launchwizard-deployment.d.ts +70 -0
- package/out/exports/resources.generated/aws-lex-bot.d.ts +1730 -0
- package/out/exports/resources.generated/aws-lex-botalias.d.ts +221 -0
- package/out/exports/resources.generated/aws-lex-botversion.d.ts +52 -0
- package/out/exports/resources.generated/aws-lex-resourcepolicy.d.ts +29 -0
- package/out/exports/resources.generated/aws-licensemanager-grant.d.ts +50 -0
- package/out/exports/resources.generated/aws-licensemanager-license.d.ts +175 -0
- package/out/exports/resources.generated/aws-lightsail-alarm.d.ts +82 -0
- package/out/exports/resources.generated/aws-lightsail-bucket.d.ts +89 -0
- package/out/exports/resources.generated/aws-lightsail-certificate.d.ts +40 -0
- package/out/exports/resources.generated/aws-lightsail-container.d.ts +230 -0
- package/out/exports/resources.generated/aws-lightsail-database.d.ts +190 -0
- package/out/exports/resources.generated/aws-lightsail-disk.d.ts +128 -0
- package/out/exports/resources.generated/aws-lightsail-distribution.d.ts +271 -0
- package/out/exports/resources.generated/aws-lightsail-instance.d.ts +313 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancer.d.ts +61 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancertlscertificate.d.ts +47 -0
- package/out/exports/resources.generated/aws-lightsail-staticip.d.ts +30 -0
- package/out/exports/resources.generated/aws-location-apikey.d.ts +151 -0
- package/out/exports/resources.generated/aws-location-geofencecollection.d.ts +80 -0
- package/out/exports/resources.generated/aws-location-map.d.ts +139 -0
- package/out/exports/resources.generated/aws-location-placeindex.d.ts +103 -0
- package/out/exports/resources.generated/aws-location-routecalculator.d.ts +84 -0
- package/out/exports/resources.generated/aws-location-tracker.d.ts +84 -0
- package/out/exports/resources.generated/aws-location-trackerconsumer.d.ts +31 -0
- package/out/exports/resources.generated/aws-logs-accountpolicy.d.ts +150 -0
- package/out/exports/resources.generated/aws-logs-delivery.d.ts +71 -0
- package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +59 -0
- package/out/exports/resources.generated/aws-logs-deliverysource.d.ts +59 -0
- package/out/exports/resources.generated/aws-logs-destination.d.ts +36 -0
- package/out/exports/resources.generated/aws-logs-integration.d.ts +64 -0
- package/out/exports/resources.generated/aws-logs-loganomalydetector.d.ts +66 -0
- package/out/exports/resources.generated/aws-logs-loggroup.d.ts +75 -0
- package/out/exports/resources.generated/aws-logs-logstream.d.ts +24 -0
- package/out/exports/resources.generated/aws-logs-metricfilter.d.ts +112 -0
- package/out/exports/resources.generated/aws-logs-querydefinition.d.ts +39 -0
- package/out/exports/resources.generated/aws-logs-resourcepolicy.d.ts +22 -0
- package/out/exports/resources.generated/aws-logs-subscriptionfilter.d.ts +45 -0
- package/out/exports/resources.generated/aws-logs-transformer.d.ts +376 -0
- package/out/exports/resources.generated/aws-lookoutequipment-inferencescheduler.d.ts +119 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-alert.d.ts +82 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-anomalydetector.d.ts +368 -0
- package/out/exports/resources.generated/aws-lookoutvision-project.d.ts +18 -0
- package/out/exports/resources.generated/aws-m2-application.d.ts +75 -0
- package/out/exports/resources.generated/aws-m2-deployment.d.ts +33 -0
- package/out/exports/resources.generated/aws-m2-environment.d.ts +141 -0
- package/out/exports/resources.generated/aws-macie-allowlist.d.ts +104 -0
- package/out/exports/resources.generated/aws-macie-customdataidentifier.d.ts +65 -0
- package/out/exports/resources.generated/aws-macie-findingsfilter.d.ts +96 -0
- package/out/exports/resources.generated/aws-macie-session.d.ts +38 -0
- package/out/exports/resources.generated/aws-managedblockchain-accessor.d.ts +63 -0
- package/out/exports/resources.generated/aws-managedblockchain-member.d.ts +154 -0
- package/out/exports/resources.generated/aws-managedblockchain-node.d.ts +57 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridge.d.ts +217 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgeoutput.d.ts +47 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgesource.d.ts +83 -0
- package/out/exports/resources.generated/aws-mediaconnect-flow.d.ts +540 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowentitlement.d.ts +85 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowoutput.d.ts +179 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowsource.d.ts +160 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowvpcinterface.d.ts +44 -0
- package/out/exports/resources.generated/aws-mediaconnect-gateway.d.ts +43 -0
- package/out/exports/resources.generated/aws-mediaconvert-jobtemplate.d.ts +125 -0
- package/out/exports/resources.generated/aws-mediaconvert-preset.d.ts +47 -0
- package/out/exports/resources.generated/aws-mediaconvert-queue.d.ts +47 -0
- package/out/exports/resources.generated/aws-medialive-channel.d.ts +3868 -0
- package/out/exports/resources.generated/aws-medialive-channelplacementgroup.d.ts +46 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplate.d.ts +124 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplategroup.d.ts +50 -0
- package/out/exports/resources.generated/aws-medialive-cluster.d.ts +82 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplate.d.ts +89 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplategroup.d.ts +50 -0
- package/out/exports/resources.generated/aws-medialive-input.d.ts +158 -0
- package/out/exports/resources.generated/aws-medialive-inputsecuritygroup.d.ts +39 -0
- package/out/exports/resources.generated/aws-medialive-multiplex.d.ts +94 -0
- package/out/exports/resources.generated/aws-medialive-multiplexprogram.d.ts +163 -0
- package/out/exports/resources.generated/aws-medialive-network.d.ts +59 -0
- package/out/exports/resources.generated/aws-medialive-sdisource.d.ts +54 -0
- package/out/exports/resources.generated/aws-medialive-signalmap.d.ts +101 -0
- package/out/exports/resources.generated/aws-mediapackage-asset.d.ts +44 -0
- package/out/exports/resources.generated/aws-mediapackage-channel.d.ts +51 -0
- package/out/exports/resources.generated/aws-mediapackage-originendpoint.d.ts +550 -0
- package/out/exports/resources.generated/aws-mediapackage-packagingconfiguration.d.ts +355 -0
- package/out/exports/resources.generated/aws-mediapackage-packaginggroup.d.ts +64 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +87 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channelgroup.d.ts +45 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channelpolicy.d.ts +27 -0
- package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +494 -0
- package/out/exports/resources.generated/aws-mediapackagev2-originendpointpolicy.d.ts +34 -0
- package/out/exports/resources.generated/aws-mediastore-container.d.ts +119 -0
- package/out/exports/resources.generated/aws-mediatailor-channel.d.ts +144 -0
- package/out/exports/resources.generated/aws-mediatailor-channelpolicy.d.ts +17 -0
- package/out/exports/resources.generated/aws-mediatailor-livesource.d.ts +48 -0
- package/out/exports/resources.generated/aws-mediatailor-playbackconfiguration.d.ts +194 -0
- package/out/exports/resources.generated/aws-mediatailor-sourcelocation.d.ts +110 -0
- package/out/exports/resources.generated/aws-mediatailor-vodsource.d.ts +48 -0
- package/out/exports/resources.generated/aws-memorydb-acl.d.ts +35 -0
- package/out/exports/resources.generated/aws-memorydb-cluster.d.ts +155 -0
- package/out/exports/resources.generated/aws-memorydb-multiregioncluster.d.ts +63 -0
- package/out/exports/resources.generated/aws-memorydb-parametergroup.d.ts +36 -0
- package/out/exports/resources.generated/aws-memorydb-subnetgroup.d.ts +37 -0
- package/out/exports/resources.generated/aws-memorydb-user.d.ts +52 -0
- package/out/exports/resources.generated/aws-mpa-approvalteam.d.ts +35 -0
- package/out/exports/resources.generated/aws-mpa-identitysource.d.ts +29 -0
- package/out/exports/resources.generated/aws-msk-batchscramsecret.d.ts +16 -0
- package/out/exports/resources.generated/aws-msk-cluster.d.ts +463 -0
- package/out/exports/resources.generated/aws-msk-clusterpolicy.d.ts +25 -0
- package/out/exports/resources.generated/aws-msk-configuration.d.ts +57 -0
- package/out/exports/resources.generated/aws-msk-replicator.d.ts +191 -0
- package/out/exports/resources.generated/aws-msk-serverlesscluster.d.ts +63 -0
- package/out/exports/resources.generated/aws-msk-vpcconnection.d.ts +45 -0
- package/out/exports/resources.generated/aws-mwaa-environment.d.ts +233 -0
- package/out/exports/resources.generated/aws-neptune-dbcluster.d.ts +211 -0
- package/out/exports/resources.generated/aws-neptune-dbclusterparametergroup.d.ts +34 -0
- package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +93 -0
- package/out/exports/resources.generated/aws-neptune-dbparametergroup.d.ts +38 -0
- package/out/exports/resources.generated/aws-neptune-dbsubnetgroup.d.ts +24 -0
- package/out/exports/resources.generated/aws-neptune-eventsubscription.d.ts +29 -0
- package/out/exports/resources.generated/aws-neptunegraph-graph.d.ts +78 -0
- package/out/exports/resources.generated/aws-neptunegraph-privategraphendpoint.d.ts +36 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewall.d.ts +96 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewallpolicy.d.ts +243 -0
- package/out/exports/resources.generated/aws-networkfirewall-loggingconfiguration.d.ts +77 -0
- package/out/exports/resources.generated/aws-networkfirewall-rulegroup.d.ts +496 -0
- package/out/exports/resources.generated/aws-networkfirewall-tlsinspectionconfiguration.d.ts +173 -0
- package/out/exports/resources.generated/aws-networkmanager-connectattachment.d.ts +127 -0
- package/out/exports/resources.generated/aws-networkmanager-connectpeer.d.ts +67 -0
- package/out/exports/resources.generated/aws-networkmanager-corenetwork.d.ts +48 -0
- package/out/exports/resources.generated/aws-networkmanager-customergatewayassociation.d.ts +26 -0
- package/out/exports/resources.generated/aws-networkmanager-device.d.ts +104 -0
- package/out/exports/resources.generated/aws-networkmanager-directconnectgatewayattachment.d.ts +112 -0
- package/out/exports/resources.generated/aws-networkmanager-globalnetwork.d.ts +36 -0
- package/out/exports/resources.generated/aws-networkmanager-link.d.ts +73 -0
- package/out/exports/resources.generated/aws-networkmanager-linkassociation.d.ts +20 -0
- package/out/exports/resources.generated/aws-networkmanager-site.d.ts +65 -0
- package/out/exports/resources.generated/aws-networkmanager-sitetositevpnattachment.d.ts +112 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewaypeering.d.ts +58 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayregistration.d.ts +16 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayroutetableattachment.d.ts +116 -0
- package/out/exports/resources.generated/aws-networkmanager-vpcattachment.d.ts +135 -0
- package/out/exports/resources.generated/aws-notifications-channelassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-notifications-eventrule.d.ts +57 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationaccountcontactassociation.d.ts +20 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationadditionalchannelassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-notifications-notificationconfiguration.d.ts +60 -0
- package/out/exports/resources.generated/aws-notifications-notificationhub.d.ts +19 -0
- package/out/exports/resources.generated/aws-notificationscontacts-emailcontact.d.ts +67 -0
- package/out/exports/resources.generated/aws-oam-link.d.ts +111 -0
- package/out/exports/resources.generated/aws-oam-sink.d.ts +40 -0
- package/out/exports/resources.generated/aws-omics-annotationstore.d.ts +141 -0
- package/out/exports/resources.generated/aws-omics-referencestore.d.ts +72 -0
- package/out/exports/resources.generated/aws-omics-rungroup.d.ts +64 -0
- package/out/exports/resources.generated/aws-omics-sequencestore.d.ts +126 -0
- package/out/exports/resources.generated/aws-omics-variantstore.d.ts +107 -0
- package/out/exports/resources.generated/aws-omics-workflow.d.ts +135 -0
- package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +111 -0
- package/out/exports/resources.generated/aws-opensearchserverless-accesspolicy.d.ts +36 -0
- package/out/exports/resources.generated/aws-opensearchserverless-collection.d.ts +71 -0
- package/out/exports/resources.generated/aws-opensearchserverless-index.d.ts +116 -0
- package/out/exports/resources.generated/aws-opensearchserverless-lifecyclepolicy.d.ts +36 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securityconfig.d.ts +111 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securitypolicy.d.ts +40 -0
- package/out/exports/resources.generated/aws-opensearchserverless-vpcendpoint.d.ts +39 -0
- package/out/exports/resources.generated/aws-opensearchservice-application.d.ts +92 -0
- package/out/exports/resources.generated/aws-opensearchservice-domain.d.ts +572 -0
- package/out/exports/resources.generated/aws-opsworks-app.d.ts +143 -0
- package/out/exports/resources.generated/aws-opsworks-elasticloadbalancerattachment.d.ts +19 -0
- package/out/exports/resources.generated/aws-opsworks-instance.d.ts +212 -0
- package/out/exports/resources.generated/aws-opsworks-layer.d.ts +209 -0
- package/out/exports/resources.generated/aws-opsworks-stack.d.ts +258 -0
- package/out/exports/resources.generated/aws-opsworks-userprofile.d.ts +31 -0
- package/out/exports/resources.generated/aws-opsworks-volume.d.ts +27 -0
- package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +209 -0
- package/out/exports/resources.generated/aws-organizations-account.d.ts +117 -0
- package/out/exports/resources.generated/aws-organizations-organization.d.ts +63 -0
- package/out/exports/resources.generated/aws-organizations-organizationalunit.d.ts +55 -0
- package/out/exports/resources.generated/aws-organizations-policy.d.ts +89 -0
- package/out/exports/resources.generated/aws-organizations-resourcepolicy.d.ts +40 -0
- package/out/exports/resources.generated/aws-osis-pipeline.d.ts +141 -0
- package/out/exports/resources.generated/aws-panorama-applicationinstance.d.ts +94 -0
- package/out/exports/resources.generated/aws-panorama-package.d.ts +50 -0
- package/out/exports/resources.generated/aws-panorama-packageversion.d.ts +59 -0
- package/out/exports/resources.generated/aws-paymentcryptography-alias.d.ts +37 -0
- package/out/exports/resources.generated/aws-paymentcryptography-key.d.ts +150 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-connector.d.ts +50 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-directoryregistration.d.ts +26 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-serviceprincipalname.d.ts +22 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-template.d.ts +723 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-templategroupaccesscontrolentry.d.ts +47 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-challenge.d.ts +27 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-connector.d.ts +69 -0
- package/out/exports/resources.generated/aws-pcs-cluster.d.ts +112 -0
- package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +136 -0
- package/out/exports/resources.generated/aws-pcs-queue.d.ts +48 -0
- package/out/exports/resources.generated/aws-personalize-dataset.d.ts +119 -0
- package/out/exports/resources.generated/aws-personalize-datasetgroup.d.ts +42 -0
- package/out/exports/resources.generated/aws-personalize-schema.d.ts +40 -0
- package/out/exports/resources.generated/aws-personalize-solution.d.ts +198 -0
- package/out/exports/resources.generated/aws-pinpoint-admchannel.d.ts +32 -0
- package/out/exports/resources.generated/aws-pinpoint-apnschannel.d.ts +52 -0
- package/out/exports/resources.generated/aws-pinpoint-apnssandboxchannel.d.ts +52 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipchannel.d.ts +52 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipsandboxchannel.d.ts +52 -0
- package/out/exports/resources.generated/aws-pinpoint-app.d.ts +30 -0
- package/out/exports/resources.generated/aws-pinpoint-applicationsettings.d.ts +92 -0
- package/out/exports/resources.generated/aws-pinpoint-baiduchannel.d.ts +32 -0
- package/out/exports/resources.generated/aws-pinpoint-campaign.d.ts +636 -0
- package/out/exports/resources.generated/aws-pinpoint-emailchannel.d.ts +44 -0
- package/out/exports/resources.generated/aws-pinpoint-emailtemplate.d.ts +45 -0
- package/out/exports/resources.generated/aws-pinpoint-eventstream.d.ts +27 -0
- package/out/exports/resources.generated/aws-pinpoint-gcmchannel.d.ts +36 -0
- package/out/exports/resources.generated/aws-pinpoint-inapptemplate.d.ts +183 -0
- package/out/exports/resources.generated/aws-pinpoint-pushtemplate.d.ts +158 -0
- package/out/exports/resources.generated/aws-pinpoint-segment.d.ts +227 -0
- package/out/exports/resources.generated/aws-pinpoint-smschannel.d.ts +36 -0
- package/out/exports/resources.generated/aws-pinpoint-smstemplate.d.ts +37 -0
- package/out/exports/resources.generated/aws-pinpoint-voicechannel.d.ts +24 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationset.d.ts +73 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationseteventdestination.d.ts +121 -0
- package/out/exports/resources.generated/aws-pinpointemail-dedicatedippool.d.ts +19 -0
- package/out/exports/resources.generated/aws-pinpointemail-identity.d.ts +84 -0
- package/out/exports/resources.generated/aws-pipes-pipe.d.ts +1585 -0
- package/out/exports/resources.generated/aws-proton-environmentaccountconnection.d.ts +72 -0
- package/out/exports/resources.generated/aws-proton-environmenttemplate.d.ts +56 -0
- package/out/exports/resources.generated/aws-proton-servicetemplate.d.ts +52 -0
- package/out/exports/resources.generated/aws-qbusiness-application.d.ts +194 -0
- package/out/exports/resources.generated/aws-qbusiness-dataaccessor.d.ts +172 -0
- package/out/exports/resources.generated/aws-qbusiness-datasource.d.ts +341 -0
- package/out/exports/resources.generated/aws-qbusiness-index.d.ts +117 -0
- package/out/exports/resources.generated/aws-qbusiness-permission.d.ts +33 -0
- package/out/exports/resources.generated/aws-qbusiness-plugin.d.ts +190 -0
- package/out/exports/resources.generated/aws-qbusiness-retriever.d.ts +105 -0
- package/out/exports/resources.generated/aws-qbusiness-webexperience.d.ts +195 -0
- package/out/exports/resources.generated/aws-qldb-ledger.d.ts +67 -0
- package/out/exports/resources.generated/aws-qldb-stream.d.ts +77 -0
- package/out/exports/resources.generated/aws-quicksight-analysis.d.ts +11521 -0
- package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +110 -0
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +11631 -0
- package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +1014 -0
- package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +820 -0
- package/out/exports/resources.generated/aws-quicksight-folder.d.ts +99 -0
- package/out/exports/resources.generated/aws-quicksight-refreshschedule.d.ts +85 -0
- package/out/exports/resources.generated/aws-quicksight-template.d.ts +10850 -0
- package/out/exports/resources.generated/aws-quicksight-theme.d.ts +302 -0
- package/out/exports/resources.generated/aws-quicksight-topic.d.ts +773 -0
- package/out/exports/resources.generated/aws-quicksight-vpcconnection.d.ts +78 -0
- package/out/exports/resources.generated/aws-ram-permission.d.ts +53 -0
- package/out/exports/resources.generated/aws-ram-resourceshare.d.ts +52 -0
- package/out/exports/resources.generated/aws-rbin-rule.d.ts +123 -0
- package/out/exports/resources.generated/aws-rds-customdbengineversion.d.ts +100 -0
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +844 -0
- package/out/exports/resources.generated/aws-rds-dbclusterparametergroup.d.ts +74 -0
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +1159 -0
- package/out/exports/resources.generated/aws-rds-dbparametergroup.d.ts +85 -0
- package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +120 -0
- package/out/exports/resources.generated/aws-rds-dbproxyendpoint.d.ts +77 -0
- package/out/exports/resources.generated/aws-rds-dbproxytargetgroup.d.ts +111 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroup.d.ts +56 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroupingress.d.ts +37 -0
- package/out/exports/resources.generated/aws-rds-dbshardgroup.d.ts +79 -0
- package/out/exports/resources.generated/aws-rds-dbsubnetgroup.d.ts +34 -0
- package/out/exports/resources.generated/aws-rds-eventsubscription.d.ts +55 -0
- package/out/exports/resources.generated/aws-rds-globalcluster.d.ts +155 -0
- package/out/exports/resources.generated/aws-rds-integration.d.ts +59 -0
- package/out/exports/resources.generated/aws-rds-optiongroup.d.ts +100 -0
- package/out/exports/resources.generated/aws-redshift-cluster.d.ts +403 -0
- package/out/exports/resources.generated/aws-redshift-clusterparametergroup.d.ts +46 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroupingress.d.ts +40 -0
- package/out/exports/resources.generated/aws-redshift-clustersubnetgroup.d.ts +29 -0
- package/out/exports/resources.generated/aws-redshift-endpointaccess.d.ts +57 -0
- package/out/exports/resources.generated/aws-redshift-endpointauthorization.d.ts +59 -0
- package/out/exports/resources.generated/aws-redshift-eventsubscription.d.ts +91 -0
- package/out/exports/resources.generated/aws-redshift-integration.d.ts +44 -0
- package/out/exports/resources.generated/aws-redshift-scheduledaction.d.ts +109 -0
- package/out/exports/resources.generated/aws-redshiftserverless-namespace.d.ts +153 -0
- package/out/exports/resources.generated/aws-redshiftserverless-workgroup.d.ts +205 -0
- package/out/exports/resources.generated/aws-refactorspaces-application.d.ts +121 -0
- package/out/exports/resources.generated/aws-refactorspaces-environment.d.ts +56 -0
- package/out/exports/resources.generated/aws-refactorspaces-route.d.ts +134 -0
- package/out/exports/resources.generated/aws-refactorspaces-service.d.ts +109 -0
- package/out/exports/resources.generated/aws-rekognition-collection.d.ts +22 -0
- package/out/exports/resources.generated/aws-rekognition-project.d.ts +18 -0
- package/out/exports/resources.generated/aws-rekognition-streamprocessor.d.ts +285 -0
- package/out/exports/resources.generated/aws-resiliencehub-app.d.ts +360 -0
- package/out/exports/resources.generated/aws-resiliencehub-resiliencypolicy.d.ts +62 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-defaultviewassociation.d.ts +21 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-index.d.ts +38 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-view.d.ts +67 -0
- package/out/exports/resources.generated/aws-resourcegroups-group.d.ts +144 -0
- package/out/exports/resources.generated/aws-resourcegroups-tagsynctask.d.ts +76 -0
- package/out/exports/resources.generated/aws-robomaker-fleet.d.ts +29 -0
- package/out/exports/resources.generated/aws-robomaker-robot.d.ts +44 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplication.d.ts +80 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplicationversion.d.ts +29 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplication.d.ts +113 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplicationversion.d.ts +29 -0
- package/out/exports/resources.generated/aws-rolesanywhere-crl.d.ts +36 -0
- package/out/exports/resources.generated/aws-rolesanywhere-profile.d.ts +84 -0
- package/out/exports/resources.generated/aws-rolesanywhere-trustanchor.d.ts +89 -0
- package/out/exports/resources.generated/aws-route53-cidrcollection.d.ts +44 -0
- package/out/exports/resources.generated/aws-route53-dnssec.d.ts +13 -0
- package/out/exports/resources.generated/aws-route53-healthcheck.d.ts +113 -0
- package/out/exports/resources.generated/aws-route53-hostedzone.d.ts +157 -0
- package/out/exports/resources.generated/aws-route53-keysigningkey.d.ts +36 -0
- package/out/exports/resources.generated/aws-route53-recordset.d.ts +467 -0
- package/out/exports/resources.generated/aws-route53-recordsetgroup.d.ts +477 -0
- package/out/exports/resources.generated/aws-route53profiles-profile.d.ts +34 -0
- package/out/exports/resources.generated/aws-route53profiles-profileassociation.d.ts +36 -0
- package/out/exports/resources.generated/aws-route53profiles-profileresourceassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-cluster.d.ts +35 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-controlpanel.d.ts +42 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-routingcontrol.d.ts +37 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-safetyrule.d.ts +132 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-cell.d.ts +39 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-readinesscheck.d.ts +37 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-recoverygroup.d.ts +34 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-resourceset.d.ts +132 -0
- package/out/exports/resources.generated/aws-route53resolver-firewalldomainlist.d.ts +84 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroup.d.ts +174 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroupassociation.d.ts +89 -0
- package/out/exports/resources.generated/aws-route53resolver-outpostresolver.d.ts +78 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverconfig.d.ts +36 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverdnssecconfig.d.ts +32 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverendpoint.d.ts +114 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfig.d.ts +77 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfigassociation.d.ts +56 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverrule.d.ts +101 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverruleassociation.d.ts +38 -0
- package/out/exports/resources.generated/aws-rum-appmonitor.d.ts +332 -0
- package/out/exports/resources.generated/aws-s3-accessgrant.d.ts +92 -0
- package/out/exports/resources.generated/aws-s3-accessgrantsinstance.d.ts +31 -0
- package/out/exports/resources.generated/aws-s3-accessgrantslocation.d.ts +42 -0
- package/out/exports/resources.generated/aws-s3-accesspoint.d.ts +111 -0
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +1253 -0
- package/out/exports/resources.generated/aws-s3-bucketpolicy.d.ts +34 -0
- package/out/exports/resources.generated/aws-s3-multiregionaccesspoint.d.ts +85 -0
- package/out/exports/resources.generated/aws-s3-multiregionaccesspointpolicy.d.ts +28 -0
- package/out/exports/resources.generated/aws-s3-storagelens.d.ts +309 -0
- package/out/exports/resources.generated/aws-s3-storagelensgroup.d.ts +141 -0
- package/out/exports/resources.generated/aws-s3express-bucketpolicy.d.ts +52 -0
- package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +205 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspoint.d.ts +90 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspointpolicy.d.ts +20 -0
- package/out/exports/resources.generated/aws-s3outposts-accesspoint.d.ts +53 -0
- package/out/exports/resources.generated/aws-s3outposts-bucket.d.ts +285 -0
- package/out/exports/resources.generated/aws-s3outposts-bucketpolicy.d.ts +28 -0
- package/out/exports/resources.generated/aws-s3outposts-endpoint.d.ts +90 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucket.d.ts +61 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucketpolicy.d.ts +19 -0
- package/out/exports/resources.generated/aws-sagemaker-app.d.ts +96 -0
- package/out/exports/resources.generated/aws-sagemaker-appimageconfig.d.ts +150 -0
- package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +175 -0
- package/out/exports/resources.generated/aws-sagemaker-coderepository.d.ts +48 -0
- package/out/exports/resources.generated/aws-sagemaker-dataqualityjobdefinition.d.ts +379 -0
- package/out/exports/resources.generated/aws-sagemaker-device.d.ts +48 -0
- package/out/exports/resources.generated/aws-sagemaker-devicefleet.d.ts +55 -0
- package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +723 -0
- package/out/exports/resources.generated/aws-sagemaker-endpoint.d.ts +175 -0
- package/out/exports/resources.generated/aws-sagemaker-endpointconfig.d.ts +404 -0
- package/out/exports/resources.generated/aws-sagemaker-featuregroup.d.ts +239 -0
- package/out/exports/resources.generated/aws-sagemaker-image.d.ts +54 -0
- package/out/exports/resources.generated/aws-sagemaker-imageversion.d.ts +98 -0
- package/out/exports/resources.generated/aws-sagemaker-inferencecomponent.d.ts +232 -0
- package/out/exports/resources.generated/aws-sagemaker-inferenceexperiment.d.ts +247 -0
- package/out/exports/resources.generated/aws-sagemaker-mlflowtrackingserver.d.ts +62 -0
- package/out/exports/resources.generated/aws-sagemaker-model.d.ts +261 -0
- package/out/exports/resources.generated/aws-sagemaker-modelbiasjobdefinition.d.ts +415 -0
- package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +624 -0
- package/out/exports/resources.generated/aws-sagemaker-modelexplainabilityjobdefinition.d.ts +374 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackage.d.ts +916 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackagegroup.d.ts +41 -0
- package/out/exports/resources.generated/aws-sagemaker-modelqualityjobdefinition.d.ts +425 -0
- package/out/exports/resources.generated/aws-sagemaker-monitoringschedule.d.ts +528 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstance.d.ts +104 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstancelifecycleconfig.d.ts +36 -0
- package/out/exports/resources.generated/aws-sagemaker-partnerapp.d.ts +103 -0
- package/out/exports/resources.generated/aws-sagemaker-pipeline.d.ts +81 -0
- package/out/exports/resources.generated/aws-sagemaker-project.d.ts +77 -0
- package/out/exports/resources.generated/aws-sagemaker-space.d.ts +332 -0
- package/out/exports/resources.generated/aws-sagemaker-studiolifecycleconfig.d.ts +39 -0
- package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +507 -0
- package/out/exports/resources.generated/aws-sagemaker-workteam.d.ts +88 -0
- package/out/exports/resources.generated/aws-scheduler-schedule.d.ts +445 -0
- package/out/exports/resources.generated/aws-scheduler-schedulegroup.d.ts +54 -0
- package/out/exports/resources.generated/aws-sdb-domain.d.ts +17 -0
- package/out/exports/resources.generated/aws-secretsmanager-resourcepolicy.d.ts +33 -0
- package/out/exports/resources.generated/aws-secretsmanager-rotationschedule.d.ts +204 -0
- package/out/exports/resources.generated/aws-secretsmanager-secret.d.ts +143 -0
- package/out/exports/resources.generated/aws-secretsmanager-secrettargetattachment.d.ts +39 -0
- package/out/exports/resources.generated/aws-securityhub-automationrule.d.ts +613 -0
- package/out/exports/resources.generated/aws-securityhub-configurationpolicy.d.ts +179 -0
- package/out/exports/resources.generated/aws-securityhub-delegatedadmin.d.ts +30 -0
- package/out/exports/resources.generated/aws-securityhub-findingaggregator.d.ts +41 -0
- package/out/exports/resources.generated/aws-securityhub-hub.d.ts +54 -0
- package/out/exports/resources.generated/aws-securityhub-insight.d.ts +681 -0
- package/out/exports/resources.generated/aws-securityhub-organizationconfiguration.d.ts +53 -0
- package/out/exports/resources.generated/aws-securityhub-policyassociation.d.ts +43 -0
- package/out/exports/resources.generated/aws-securityhub-productsubscription.d.ts +24 -0
- package/out/exports/resources.generated/aws-securityhub-securitycontrol.d.ts +0 -0
- package/out/exports/resources.generated/aws-securityhub-standard.d.ts +44 -0
- package/out/exports/resources.generated/aws-securitylake-awslogsource.d.ts +29 -0
- package/out/exports/resources.generated/aws-securitylake-datalake.d.ts +110 -0
- package/out/exports/resources.generated/aws-securitylake-subscriber.d.ts +133 -0
- package/out/exports/resources.generated/aws-securitylake-subscribernotification.d.ts +72 -0
- package/out/exports/resources.generated/aws-servicecatalog-acceptedportfolioshare.d.ts +22 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationproduct.d.ts +161 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationprovisionedproduct.d.ts +217 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchnotificationconstraint.d.ts +34 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchroleconstraint.d.ts +44 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchtemplateconstraint.d.ts +34 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolio.d.ts +41 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioprincipalassociation.d.ts +30 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioproductassociation.d.ts +32 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioshare.d.ts +30 -0
- package/out/exports/resources.generated/aws-servicecatalog-resourceupdateconstraint.d.ts +36 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceaction.d.ts +59 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceactionassociation.d.ts +29 -0
- package/out/exports/resources.generated/aws-servicecatalog-stacksetconstraint.d.ts +56 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoption.d.ts +26 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoptionassociation.d.ts +19 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-application.d.ts +55 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroup.d.ts +40 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroupassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-resourceassociation.d.ts +36 -0
- package/out/exports/resources.generated/aws-servicediscovery-httpnamespace.d.ts +32 -0
- package/out/exports/resources.generated/aws-servicediscovery-instance.d.ts +62 -0
- package/out/exports/resources.generated/aws-servicediscovery-privatednsnamespace.d.ts +69 -0
- package/out/exports/resources.generated/aws-servicediscovery-publicdnsnamespace.d.ts +69 -0
- package/out/exports/resources.generated/aws-servicediscovery-service.d.ts +255 -0
- package/out/exports/resources.generated/aws-ses-configurationset.d.ts +164 -0
- package/out/exports/resources.generated/aws-ses-configurationseteventdestination.d.ts +150 -0
- package/out/exports/resources.generated/aws-ses-contactlist.d.ts +52 -0
- package/out/exports/resources.generated/aws-ses-dedicatedippool.d.ts +29 -0
- package/out/exports/resources.generated/aws-ses-emailidentity.d.ts +154 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddoninstance.d.ts +36 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddonsubscription.d.ts +31 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerarchive.d.ts +55 -0
- package/out/exports/resources.generated/aws-ses-mailmanageringresspoint.d.ts +117 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerrelay.d.ts +62 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerruleset.d.ts +441 -0
- package/out/exports/resources.generated/aws-ses-mailmanagertrafficpolicy.d.ts +197 -0
- package/out/exports/resources.generated/aws-ses-receiptfilter.d.ts +47 -0
- package/out/exports/resources.generated/aws-ses-receiptrule.d.ts +285 -0
- package/out/exports/resources.generated/aws-ses-receiptruleset.d.ts +19 -0
- package/out/exports/resources.generated/aws-ses-template.d.ts +39 -0
- package/out/exports/resources.generated/aws-ses-vdmattributes.d.ts +48 -0
- package/out/exports/resources.generated/aws-shield-drtaccess.d.ts +49 -0
- package/out/exports/resources.generated/aws-shield-proactiveengagement.d.ts +77 -0
- package/out/exports/resources.generated/aws-shield-protection.d.ts +96 -0
- package/out/exports/resources.generated/aws-shield-protectiongroup.d.ts +47 -0
- package/out/exports/resources.generated/aws-signer-profilepermission.d.ts +30 -0
- package/out/exports/resources.generated/aws-signer-signingprofile.d.ts +52 -0
- package/out/exports/resources.generated/aws-simspaceweaver-simulation.d.ts +101 -0
- package/out/exports/resources.generated/aws-sns-subscription.d.ts +77 -0
- package/out/exports/resources.generated/aws-sns-topic.d.ts +134 -0
- package/out/exports/resources.generated/aws-sns-topicinlinepolicy.d.ts +17 -0
- package/out/exports/resources.generated/aws-sns-topicpolicy.d.ts +23 -0
- package/out/exports/resources.generated/aws-sqs-queue.d.ts +138 -0
- package/out/exports/resources.generated/aws-sqs-queueinlinepolicy.d.ts +17 -0
- package/out/exports/resources.generated/aws-sqs-queuepolicy.d.ts +23 -0
- package/out/exports/resources.generated/aws-ssm-association.d.ts +191 -0
- package/out/exports/resources.generated/aws-ssm-document.d.ts +117 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindow.d.ts +57 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtarget.d.ts +54 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +308 -0
- package/out/exports/resources.generated/aws-ssm-parameter.d.ts +70 -0
- package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +217 -0
- package/out/exports/resources.generated/aws-ssm-resourcedatasync.d.ts +143 -0
- package/out/exports/resources.generated/aws-ssm-resourcepolicy.d.ts +27 -0
- package/out/exports/resources.generated/aws-ssmcontacts-contact.d.ts +119 -0
- package/out/exports/resources.generated/aws-ssmcontacts-contactchannel.d.ts +46 -0
- package/out/exports/resources.generated/aws-ssmcontacts-plan.d.ts +104 -0
- package/out/exports/resources.generated/aws-ssmcontacts-rotation.d.ts +194 -0
- package/out/exports/resources.generated/aws-ssmguiconnect-preferences.d.ts +44 -0
- package/out/exports/resources.generated/aws-ssmincidents-replicationset.d.ts +51 -0
- package/out/exports/resources.generated/aws-ssmincidents-responseplan.d.ts +261 -0
- package/out/exports/resources.generated/aws-ssmquicksetup-configurationmanager.d.ts +372 -0
- package/out/exports/resources.generated/aws-sso-application.d.ts +90 -0
- package/out/exports/resources.generated/aws-sso-applicationassignment.d.ts +26 -0
- package/out/exports/resources.generated/aws-sso-assignment.d.ts +44 -0
- package/out/exports/resources.generated/aws-sso-instance.d.ts +52 -0
- package/out/exports/resources.generated/aws-sso-instanceaccesscontrolattributeconfiguration.d.ts +52 -0
- package/out/exports/resources.generated/aws-sso-permissionset.d.ts +113 -0
- package/out/exports/resources.generated/aws-stepfunctions-activity.d.ts +102 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachine.d.ts +215 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachinealias.d.ts +157 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachineversion.d.ts +42 -0
- package/out/exports/resources.generated/aws-supportapp-accountalias.d.ts +28 -0
- package/out/exports/resources.generated/aws-supportapp-slackchannelconfiguration.d.ts +63 -0
- package/out/exports/resources.generated/aws-supportapp-slackworkspaceconfiguration.d.ts +30 -0
- package/out/exports/resources.generated/aws-synthetics-canary.d.ts +303 -0
- package/out/exports/resources.generated/aws-synthetics-group.d.ts +33 -0
- package/out/exports/resources.generated/aws-systemsmanagersap-application.d.ts +99 -0
- package/out/exports/resources.generated/aws-timestream-database.d.ts +31 -0
- package/out/exports/resources.generated/aws-timestream-influxdbinstance.d.ts +159 -0
- package/out/exports/resources.generated/aws-timestream-scheduledquery.d.ts +279 -0
- package/out/exports/resources.generated/aws-timestream-table.d.ts +165 -0
- package/out/exports/resources.generated/aws-transfer-agreement.d.ts +137 -0
- package/out/exports/resources.generated/aws-transfer-certificate.d.ts +99 -0
- package/out/exports/resources.generated/aws-transfer-connector.d.ts +140 -0
- package/out/exports/resources.generated/aws-transfer-profile.d.ts +43 -0
- package/out/exports/resources.generated/aws-transfer-server.d.ts +394 -0
- package/out/exports/resources.generated/aws-transfer-user.d.ts +165 -0
- package/out/exports/resources.generated/aws-transfer-webapp.d.ts +115 -0
- package/out/exports/resources.generated/aws-transfer-workflow.d.ts +262 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-identitysource.d.ts +184 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policy.d.ts +127 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policystore.d.ts +80 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policytemplate.d.ts +36 -0
- package/out/exports/resources.generated/aws-voiceid-domain.d.ts +50 -0
- package/out/exports/resources.generated/aws-vpclattice-accesslogsubscription.d.ts +60 -0
- package/out/exports/resources.generated/aws-vpclattice-authpolicy.d.ts +28 -0
- package/out/exports/resources.generated/aws-vpclattice-listener.d.ts +125 -0
- package/out/exports/resources.generated/aws-vpclattice-resourceconfiguration.d.ts +94 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcegateway.d.ts +53 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcepolicy.d.ts +20 -0
- package/out/exports/resources.generated/aws-vpclattice-rule.d.ts +220 -0
- package/out/exports/resources.generated/aws-vpclattice-service.d.ts +79 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetwork.d.ts +68 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkresourceassociation.d.ts +42 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkserviceassociation.d.ts +106 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkvpcassociation.d.ts +88 -0
- package/out/exports/resources.generated/aws-vpclattice-targetgroup.d.ts +191 -0
- package/out/exports/resources.generated/aws-waf-bytematchset.d.ts +178 -0
- package/out/exports/resources.generated/aws-waf-ipset.d.ts +56 -0
- package/out/exports/resources.generated/aws-waf-rule.d.ts +51 -0
- package/out/exports/resources.generated/aws-waf-sizeconstraintset.d.ts +143 -0
- package/out/exports/resources.generated/aws-waf-sqlinjectionmatchset.d.ts +117 -0
- package/out/exports/resources.generated/aws-waf-webacl.d.ts +77 -0
- package/out/exports/resources.generated/aws-waf-xssmatchset.d.ts +117 -0
- package/out/exports/resources.generated/aws-wafregional-bytematchset.d.ts +178 -0
- package/out/exports/resources.generated/aws-wafregional-geomatchset.d.ts +44 -0
- package/out/exports/resources.generated/aws-wafregional-ipset.d.ts +56 -0
- package/out/exports/resources.generated/aws-wafregional-ratebasedrule.d.ts +63 -0
- package/out/exports/resources.generated/aws-wafregional-regexpatternset.d.ts +21 -0
- package/out/exports/resources.generated/aws-wafregional-rule.d.ts +51 -0
- package/out/exports/resources.generated/aws-wafregional-sizeconstraintset.d.ts +143 -0
- package/out/exports/resources.generated/aws-wafregional-sqlinjectionmatchset.d.ts +117 -0
- package/out/exports/resources.generated/aws-wafregional-webacl.d.ts +72 -0
- package/out/exports/resources.generated/aws-wafregional-webaclassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-wafregional-xssmatchset.d.ts +117 -0
- package/out/exports/resources.generated/aws-wafv2-ipset.d.ts +74 -0
- package/out/exports/resources.generated/aws-wafv2-loggingconfiguration.d.ts +142 -0
- package/out/exports/resources.generated/aws-wafv2-regexpatternset.d.ts +49 -0
- package/out/exports/resources.generated/aws-wafv2-rulegroup.d.ts +1496 -0
- package/out/exports/resources.generated/aws-wafv2-webacl.d.ts +2227 -0
- package/out/exports/resources.generated/aws-wafv2-webaclassociation.d.ts +45 -0
- package/out/exports/resources.generated/aws-wisdom-aiagent.d.ts +225 -0
- package/out/exports/resources.generated/aws-wisdom-aiagentversion.d.ts +39 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrail.d.ts +276 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrailversion.d.ts +43 -0
- package/out/exports/resources.generated/aws-wisdom-aiprompt.d.ts +109 -0
- package/out/exports/resources.generated/aws-wisdom-aipromptversion.d.ts +41 -0
- package/out/exports/resources.generated/aws-wisdom-assistant.d.ts +56 -0
- package/out/exports/resources.generated/aws-wisdom-assistantassociation.d.ts +53 -0
- package/out/exports/resources.generated/aws-wisdom-knowledgebase.d.ts +282 -0
- package/out/exports/resources.generated/aws-wisdom-messagetemplate.d.ts +615 -0
- package/out/exports/resources.generated/aws-wisdom-messagetemplateversion.d.ts +30 -0
- package/out/exports/resources.generated/aws-workspaces-connectionalias.d.ts +32 -0
- package/out/exports/resources.generated/aws-workspaces-workspace.d.ts +73 -0
- package/out/exports/resources.generated/aws-workspaces-workspacespool.d.ts +112 -0
- package/out/exports/resources.generated/aws-workspacesthinclient-environment.d.ts +146 -0
- package/out/exports/resources.generated/aws-workspacesweb-browsersettings.d.ts +45 -0
- package/out/exports/resources.generated/aws-workspacesweb-dataprotectionsettings.d.ts +166 -0
- package/out/exports/resources.generated/aws-workspacesweb-identityprovider.d.ts +78 -0
- package/out/exports/resources.generated/aws-workspacesweb-ipaccesssettings.d.ts +78 -0
- package/out/exports/resources.generated/aws-workspacesweb-networksettings.d.ts +50 -0
- package/out/exports/resources.generated/aws-workspacesweb-portal.d.ts +161 -0
- package/out/exports/resources.generated/aws-workspacesweb-truststore.d.ts +29 -0
- package/out/exports/resources.generated/aws-workspacesweb-useraccessloggingsettings.d.ts +38 -0
- package/out/exports/resources.generated/aws-workspacesweb-usersettings.d.ts +146 -0
- package/out/exports/resources.generated/aws-xray-group.d.ts +50 -0
- package/out/exports/resources.generated/aws-xray-resourcepolicy.d.ts +25 -0
- package/out/exports/resources.generated/aws-xray-samplingrule.d.ts +181 -0
- package/out/exports/resources.generated/aws-xray-transactionsearchconfig.d.ts +18 -0
- package/out/lib/assert.d.ts +21 -0
- package/out/lib/assert.d.ts.map +1 -0
- package/out/lib/assert.js +39 -0
- package/out/lib/assert.js.map +1 -0
- package/out/lib/builder.d.ts +153 -0
- package/out/lib/builder.d.ts.map +1 -0
- package/out/lib/builder.js +169 -0
- package/out/lib/builder.js.map +1 -0
- package/out/lib/intrinsics.d.ts +940 -0
- package/out/lib/intrinsics.d.ts.map +1 -0
- package/out/lib/intrinsics.js +431 -0
- package/out/lib/intrinsics.js.map +1 -0
- package/out/lib/json.d.ts.map +1 -0
- package/out/{exports/main → lib}/json.js.map +1 -1
- package/out/lib/parameters.d.ts.map +1 -0
- package/out/{exports/main → lib}/parameters.js.map +1 -1
- package/out/lib/policy.d.ts.map +1 -0
- package/out/{exports/main → lib}/policy.js.map +1 -1
- package/out/{exports/main → lib}/template.d.ts +29 -8
- package/out/lib/template.d.ts.map +1 -0
- package/out/lib/template.js +14 -0
- package/out/lib/template.js.map +1 -0
- package/package.json +13 -4
- package/exports/main/intrinsics.ts +0 -632
- package/out/exports/main/intrinsics.d.ts +0 -522
- package/out/exports/main/intrinsics.d.ts.map +0 -1
- package/out/exports/main/intrinsics.js +0 -20
- package/out/exports/main/intrinsics.js.map +0 -1
- package/out/exports/main/json.d.ts.map +0 -1
- package/out/exports/main/parameters.d.ts.map +0 -1
- package/out/exports/main/policy.d.ts.map +0 -1
- package/out/exports/main/template.d.ts.map +0 -1
- package/out/exports/main/template.js +0 -13
- package/out/exports/main/template.js.map +0 -1
- /package/{exports/main → lib}/json.ts +0 -0
- /package/{exports/main → lib}/parameters.ts +0 -0
- /package/{exports/main → lib}/policy.ts +0 -0
- /package/out/{exports/main → lib}/json.d.ts +0 -0
- /package/out/{exports/main → lib}/json.js +0 -0
- /package/out/{exports/main → lib}/parameters.d.ts +0 -0
- /package/out/{exports/main → lib}/parameters.js +0 -0
- /package/out/{exports/main → lib}/policy.d.ts +0 -0
- /package/out/{exports/main → lib}/policy.js +0 -0
|
@@ -0,0 +1,1629 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
export type KinesisFirehoseDeliveryStream = ResourceDefinitionWithAttributes<"AWS::KinesisFirehose::DeliveryStream", KinesisFirehoseDeliveryStreamProps, KinesisFirehoseDeliveryStreamAttribs>;
|
|
3
|
+
/**
|
|
4
|
+
* The `AWS::KinesisFirehose::DeliveryStream` resource specifies an Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivery stream that delivers real-time streaming data to an Amazon Simple Storage Service (Amazon S3), Amazon Redshift, or Amazon Elasticsearch Service (Amazon ES) destination. For more information, see [Creating an Amazon Kinesis Data Firehose Delivery Stream](https://docs.aws.amazon.com/firehose/latest/dev/basic-create.html) in the *Amazon Kinesis Data Firehose Developer Guide* .
|
|
5
|
+
*/
|
|
6
|
+
export type KinesisFirehoseDeliveryStreamProps = {
|
|
7
|
+
/**
|
|
8
|
+
* Describes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service.
|
|
9
|
+
*/
|
|
10
|
+
AmazonOpenSearchServerlessDestinationConfiguration?: AmazonOpenSearchServerlessDestinationConfiguration | undefined;
|
|
11
|
+
/**
|
|
12
|
+
* The destination in Amazon OpenSearch Service. You can specify only one destination.
|
|
13
|
+
*/
|
|
14
|
+
AmazonopensearchserviceDestinationConfiguration?: AmazonopensearchserviceDestinationConfiguration | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* The top level object for configuring streams with database as a source.
|
|
17
|
+
*
|
|
18
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
19
|
+
*/
|
|
20
|
+
DatabaseSourceConfiguration?: DatabaseSourceConfiguration | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).
|
|
23
|
+
*/
|
|
24
|
+
DeliveryStreamEncryptionConfigurationInput?: DeliveryStreamEncryptionConfigurationInput | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* The name of the Firehose stream.
|
|
27
|
+
* @minLength 1
|
|
28
|
+
* @maxLength 64
|
|
29
|
+
* @pattern [a-zA-Z0-9._-]+
|
|
30
|
+
*/
|
|
31
|
+
DeliveryStreamName?: string | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* The Firehose stream type. This can be one of the following values:
|
|
34
|
+
*
|
|
35
|
+
* - `DirectPut` : Provider applications access the Firehose stream directly.
|
|
36
|
+
* - `KinesisStreamAsSource` : The Firehose stream uses a Kinesis data stream as a source.
|
|
37
|
+
*/
|
|
38
|
+
DeliveryStreamType?: "DatabaseAsSource" | "DirectPut" | "KinesisStreamAsSource" | "MSKAsSource" | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* The structure that configures parameters such as `ThroughputHintInMBs` for a stream configured with Direct PUT as a source.
|
|
41
|
+
*/
|
|
42
|
+
DirectPutSourceConfiguration?: DirectPutSourceConfiguration | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* An Amazon ES destination for the delivery stream.
|
|
45
|
+
*
|
|
46
|
+
* Conditional. You must specify only one destination configuration.
|
|
47
|
+
*
|
|
48
|
+
* If you change the delivery stream destination from an Amazon ES destination to an Amazon S3 or Amazon Redshift destination, update requires [some interruptions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-some-interrupt) .
|
|
49
|
+
*/
|
|
50
|
+
ElasticsearchDestinationConfiguration?: ElasticsearchDestinationConfiguration | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* An Amazon S3 destination for the delivery stream.
|
|
53
|
+
*
|
|
54
|
+
* Conditional. You must specify only one destination configuration.
|
|
55
|
+
*
|
|
56
|
+
* If you change the delivery stream destination from an Amazon Extended S3 destination to an Amazon ES destination, update requires [some interruptions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-some-interrupt) .
|
|
57
|
+
*/
|
|
58
|
+
ExtendedS3DestinationConfiguration?: ExtendedS3DestinationConfiguration | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* Enables configuring Kinesis Firehose to deliver data to any HTTP endpoint destination. You can specify only one destination.
|
|
61
|
+
*/
|
|
62
|
+
HttpEndpointDestinationConfiguration?: HttpEndpointDestinationConfiguration | undefined;
|
|
63
|
+
/**
|
|
64
|
+
* Specifies the destination configure settings for Apache Iceberg Table.
|
|
65
|
+
*/
|
|
66
|
+
IcebergDestinationConfiguration?: IcebergDestinationConfiguration | undefined;
|
|
67
|
+
/**
|
|
68
|
+
* When a Kinesis stream is used as the source for the delivery stream, a [KinesisStreamSourceConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-kinesisstreamsourceconfiguration.html) containing the Kinesis stream ARN and the role ARN for the source stream.
|
|
69
|
+
*/
|
|
70
|
+
KinesisStreamSourceConfiguration?: KinesisStreamSourceConfiguration | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* The configuration for the Amazon MSK cluster to be used as the source for a delivery stream.
|
|
73
|
+
*/
|
|
74
|
+
MSKSourceConfiguration?: MSKSourceConfiguration | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* An Amazon Redshift destination for the delivery stream.
|
|
77
|
+
*
|
|
78
|
+
* Conditional. You must specify only one destination configuration.
|
|
79
|
+
*
|
|
80
|
+
* If you change the delivery stream destination from an Amazon Redshift destination to an Amazon ES destination, update requires [some interruptions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-some-interrupt) .
|
|
81
|
+
*/
|
|
82
|
+
RedshiftDestinationConfiguration?: RedshiftDestinationConfiguration | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* The `S3DestinationConfiguration` property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data.
|
|
85
|
+
*
|
|
86
|
+
* Conditional. You must specify only one destination configuration.
|
|
87
|
+
*
|
|
88
|
+
* If you change the delivery stream destination from an Amazon S3 destination to an Amazon ES destination, update requires [some interruptions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-some-interrupt) .
|
|
89
|
+
*/
|
|
90
|
+
S3DestinationConfiguration?: S3DestinationConfiguration | undefined;
|
|
91
|
+
/**
|
|
92
|
+
* Configure Snowflake destination
|
|
93
|
+
*/
|
|
94
|
+
SnowflakeDestinationConfiguration?: SnowflakeDestinationConfiguration | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* The configuration of a destination in Splunk for the delivery stream.
|
|
97
|
+
*/
|
|
98
|
+
SplunkDestinationConfiguration?: SplunkDestinationConfiguration | undefined;
|
|
99
|
+
/**
|
|
100
|
+
* A set of tags to assign to the Firehose stream. A tag is a key-value pair that you can define and assign to AWS resources. Tags are metadata. For example, you can add friendly names and descriptions or other types of information that can help you distinguish the Firehose stream. For more information about tags, see [Using Cost Allocation Tags](https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html) in the AWS Billing and Cost Management User Guide.
|
|
101
|
+
*
|
|
102
|
+
* You can specify up to 50 tags when creating a Firehose stream.
|
|
103
|
+
*
|
|
104
|
+
* If you specify tags in the `CreateDeliveryStream` action, Amazon Data Firehose performs an additional authorization on the `firehose:TagDeliveryStream` action to verify if users have permissions to create tags. If you do not provide this permission, requests to create new Firehose streams with IAM resource tags will fail with an `AccessDeniedException` such as following.
|
|
105
|
+
*
|
|
106
|
+
* *AccessDeniedException*
|
|
107
|
+
*
|
|
108
|
+
* User: arn:aws:sts::x:assumed-role/x/x is not authorized to perform: firehose:TagDeliveryStream on resource: arn:aws:firehose:us-east-1:x:deliverystream/x with an explicit deny in an identity-based policy.
|
|
109
|
+
*
|
|
110
|
+
* For an example IAM policy, see [Tag example.](https://docs.aws.amazon.com/firehose/latest/APIReference/API_CreateDeliveryStream.html#API_CreateDeliveryStream_Examples)
|
|
111
|
+
*/
|
|
112
|
+
Tags?: Tag[] | undefined;
|
|
113
|
+
};
|
|
114
|
+
export type KinesisFirehoseDeliveryStreamAttribs = {
|
|
115
|
+
/**
|
|
116
|
+
* The Amazon Resource Name (ARN) of the delivery stream, such as `arn:aws:firehose:us-east-2:123456789012:deliverystream/delivery-stream-name` .
|
|
117
|
+
*/
|
|
118
|
+
Arn: string;
|
|
119
|
+
};
|
|
120
|
+
/**
|
|
121
|
+
* Describes the buffering to perform before delivering data to the Serverless offering for Amazon OpenSearch Service destination.
|
|
122
|
+
*/
|
|
123
|
+
export type AmazonOpenSearchServerlessBufferingHints = {
|
|
124
|
+
/**
|
|
125
|
+
* Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).
|
|
126
|
+
*/
|
|
127
|
+
IntervalInSeconds?: number | undefined;
|
|
128
|
+
/**
|
|
129
|
+
* Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.
|
|
130
|
+
*
|
|
131
|
+
* We recommend setting this parameter to a value greater than the amount of data you typically ingest into the Firehose stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.
|
|
132
|
+
*/
|
|
133
|
+
SizeInMBs?: number | undefined;
|
|
134
|
+
};
|
|
135
|
+
/**
|
|
136
|
+
* Describes the configuration of a destination in the Serverless offering for Amazon OpenSearch Service.
|
|
137
|
+
*/
|
|
138
|
+
export type AmazonOpenSearchServerlessDestinationConfiguration = {
|
|
139
|
+
/**
|
|
140
|
+
* The buffering options. If no value is specified, the default values for AmazonopensearchserviceBufferingHints are used.
|
|
141
|
+
*/
|
|
142
|
+
BufferingHints?: AmazonOpenSearchServerlessBufferingHints | undefined;
|
|
143
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
144
|
+
/**
|
|
145
|
+
* The endpoint to use when communicating with the collection in the Serverless offering for Amazon OpenSearch Service.
|
|
146
|
+
* @minLength 1
|
|
147
|
+
* @maxLength 512
|
|
148
|
+
* @pattern https:.*
|
|
149
|
+
*/
|
|
150
|
+
CollectionEndpoint?: string | undefined;
|
|
151
|
+
/**
|
|
152
|
+
* The Serverless offering for Amazon OpenSearch Service index name.
|
|
153
|
+
* @minLength 1
|
|
154
|
+
* @maxLength 80
|
|
155
|
+
*/
|
|
156
|
+
IndexName: string;
|
|
157
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
158
|
+
/**
|
|
159
|
+
* The retry behavior in case Firehose is unable to deliver documents to the Serverless offering for Amazon OpenSearch Service. The default value is 300 (5 minutes).
|
|
160
|
+
*/
|
|
161
|
+
RetryOptions?: AmazonOpenSearchServerlessRetryOptions | undefined;
|
|
162
|
+
/**
|
|
163
|
+
* The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling the Serverless offering for Amazon OpenSearch Service Configuration API and for indexing documents.
|
|
164
|
+
* @minLength 1
|
|
165
|
+
* @maxLength 512
|
|
166
|
+
* @pattern arn:.*
|
|
167
|
+
*/
|
|
168
|
+
RoleARN: string;
|
|
169
|
+
/**
|
|
170
|
+
* Defines how documents should be delivered to Amazon S3. When it is set to FailedDocumentsOnly, Firehose writes any documents that could not be indexed to the configured Amazon S3 destination, with AmazonOpenSearchService-failed/ appended to the key prefix. When set to AllDocuments, Firehose delivers all incoming records to Amazon S3, and also writes failed documents with AmazonOpenSearchService-failed/ appended to the prefix.
|
|
171
|
+
*/
|
|
172
|
+
S3BackupMode?: "FailedDocumentsOnly" | "AllDocuments" | undefined;
|
|
173
|
+
S3Configuration: S3DestinationConfiguration;
|
|
174
|
+
VpcConfiguration?: VpcConfiguration | undefined;
|
|
175
|
+
};
|
|
176
|
+
/**
|
|
177
|
+
* Configures retry behavior in case Firehose is unable to deliver documents to the Serverless offering for Amazon OpenSearch Service.
|
|
178
|
+
*/
|
|
179
|
+
export type AmazonOpenSearchServerlessRetryOptions = {
|
|
180
|
+
/**
|
|
181
|
+
* After an initial failure to deliver to the Serverless offering for Amazon OpenSearch Service, the total amount of time during which Firehose retries delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.
|
|
182
|
+
*/
|
|
183
|
+
DurationInSeconds?: number | undefined;
|
|
184
|
+
};
|
|
185
|
+
/**
|
|
186
|
+
* Describes the buffering to perform before delivering data to the Amazon OpenSearch Service destination.
|
|
187
|
+
*/
|
|
188
|
+
export type AmazonopensearchserviceBufferingHints = {
|
|
189
|
+
/**
|
|
190
|
+
* Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).
|
|
191
|
+
*/
|
|
192
|
+
IntervalInSeconds?: number | undefined;
|
|
193
|
+
/**
|
|
194
|
+
* Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5. We recommend setting this parameter to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, the value should be 10 MB or higher.
|
|
195
|
+
*/
|
|
196
|
+
SizeInMBs?: number | undefined;
|
|
197
|
+
};
|
|
198
|
+
/**
|
|
199
|
+
* Describes the configuration of a destination in Amazon OpenSearch Service.
|
|
200
|
+
*/
|
|
201
|
+
export type AmazonopensearchserviceDestinationConfiguration = {
|
|
202
|
+
/**
|
|
203
|
+
* The buffering options. If no value is specified, the default values for AmazonopensearchserviceBufferingHints are used.
|
|
204
|
+
*/
|
|
205
|
+
BufferingHints?: AmazonopensearchserviceBufferingHints | undefined;
|
|
206
|
+
/**
|
|
207
|
+
* Describes the Amazon CloudWatch logging options for your delivery stream.
|
|
208
|
+
*/
|
|
209
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
210
|
+
/**
|
|
211
|
+
* The endpoint to use when communicating with the cluster. Specify either this ClusterEndpoint or the DomainARN field.
|
|
212
|
+
* @minLength 1
|
|
213
|
+
* @maxLength 512
|
|
214
|
+
* @pattern https:.*
|
|
215
|
+
*/
|
|
216
|
+
ClusterEndpoint?: string | undefined;
|
|
217
|
+
/**
|
|
218
|
+
* Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.
|
|
219
|
+
*/
|
|
220
|
+
DocumentIdOptions?: DocumentIdOptions | undefined;
|
|
221
|
+
/**
|
|
222
|
+
* The ARN of the Amazon OpenSearch Service domain.
|
|
223
|
+
* @minLength 1
|
|
224
|
+
* @maxLength 512
|
|
225
|
+
* @pattern arn:.*
|
|
226
|
+
*/
|
|
227
|
+
DomainARN?: string | undefined;
|
|
228
|
+
/**
|
|
229
|
+
* The Amazon OpenSearch Service index name.
|
|
230
|
+
* @minLength 1
|
|
231
|
+
* @maxLength 80
|
|
232
|
+
*/
|
|
233
|
+
IndexName: string;
|
|
234
|
+
/**
|
|
235
|
+
* The Amazon OpenSearch Service index rotation period. Index rotation appends a timestamp to the IndexName to facilitate the expiration of old data.
|
|
236
|
+
*/
|
|
237
|
+
IndexRotationPeriod?: "NoRotation" | "OneHour" | "OneDay" | "OneWeek" | "OneMonth" | undefined;
|
|
238
|
+
/**
|
|
239
|
+
* Describes a data processing configuration.
|
|
240
|
+
*/
|
|
241
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
242
|
+
/**
|
|
243
|
+
* The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon OpenSearch Service. The default value is 300 (5 minutes).
|
|
244
|
+
*/
|
|
245
|
+
RetryOptions?: AmazonopensearchserviceRetryOptions | undefined;
|
|
246
|
+
/**
|
|
247
|
+
* The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Amazon OpenSearch Service Configuration API and for indexing documents.
|
|
248
|
+
* @minLength 1
|
|
249
|
+
* @maxLength 512
|
|
250
|
+
* @pattern arn:.*
|
|
251
|
+
*/
|
|
252
|
+
RoleARN: string;
|
|
253
|
+
/**
|
|
254
|
+
* Defines how documents should be delivered to Amazon S3.
|
|
255
|
+
*/
|
|
256
|
+
S3BackupMode?: "FailedDocumentsOnly" | "AllDocuments" | undefined;
|
|
257
|
+
/**
|
|
258
|
+
* Describes the configuration of a destination in Amazon S3.
|
|
259
|
+
*/
|
|
260
|
+
S3Configuration: S3DestinationConfiguration;
|
|
261
|
+
/**
|
|
262
|
+
* The Amazon OpenSearch Service type name.
|
|
263
|
+
* @minLength 0
|
|
264
|
+
* @maxLength 100
|
|
265
|
+
*/
|
|
266
|
+
TypeName?: string | undefined;
|
|
267
|
+
/**
|
|
268
|
+
* The details of the VPC of the Amazon OpenSearch Service destination.
|
|
269
|
+
*/
|
|
270
|
+
VpcConfiguration?: VpcConfiguration | undefined;
|
|
271
|
+
};
|
|
272
|
+
/**
|
|
273
|
+
* Configures retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon OpenSearch Service.
|
|
274
|
+
*/
|
|
275
|
+
export type AmazonopensearchserviceRetryOptions = {
|
|
276
|
+
/**
|
|
277
|
+
* After an initial failure to deliver to Amazon OpenSearch Service, the total amount of time during which Kinesis Data Firehose retries delivery (including the first attempt). After this time has elapsed, the failed documents are written to Amazon S3. Default value is 300 seconds (5 minutes). A value of 0 (zero) results in no retries.
|
|
278
|
+
*/
|
|
279
|
+
DurationInSeconds?: number | undefined;
|
|
280
|
+
};
|
|
281
|
+
/**
|
|
282
|
+
* The authentication configuration of the Amazon MSK cluster.
|
|
283
|
+
*/
|
|
284
|
+
export type AuthenticationConfiguration = {
|
|
285
|
+
/**
|
|
286
|
+
* The type of connectivity used to access the Amazon MSK cluster.
|
|
287
|
+
*/
|
|
288
|
+
Connectivity: "PUBLIC" | "PRIVATE";
|
|
289
|
+
/**
|
|
290
|
+
* The ARN of the role used to access the Amazon MSK cluster.
|
|
291
|
+
* @minLength 1
|
|
292
|
+
* @maxLength 512
|
|
293
|
+
* @pattern arn:.*
|
|
294
|
+
*/
|
|
295
|
+
RoleARN: string;
|
|
296
|
+
};
|
|
297
|
+
/**
|
|
298
|
+
* The `BufferingHints` property type specifies how Amazon Kinesis Data Firehose (Kinesis Data Firehose) buffers incoming data before delivering it to the destination. The first buffer condition that is satisfied triggers Kinesis Data Firehose to deliver the data.
|
|
299
|
+
*/
|
|
300
|
+
export type BufferingHints = {
|
|
301
|
+
/**
|
|
302
|
+
* The length of time, in seconds, that Kinesis Data Firehose buffers incoming data before delivering it to the destination. For valid values, see the `IntervalInSeconds` content for the [BufferingHints](https://docs.aws.amazon.com/firehose/latest/APIReference/API_BufferingHints.html) data type in the *Amazon Kinesis Data Firehose API Reference* .
|
|
303
|
+
*/
|
|
304
|
+
IntervalInSeconds?: number | undefined;
|
|
305
|
+
/**
|
|
306
|
+
* The size of the buffer, in MBs, that Kinesis Data Firehose uses for incoming data before delivering it to the destination. For valid values, see the `SizeInMBs` content for the [BufferingHints](https://docs.aws.amazon.com/firehose/latest/APIReference/API_BufferingHints.html) data type in the *Amazon Kinesis Data Firehose API Reference* .
|
|
307
|
+
*/
|
|
308
|
+
SizeInMBs?: number | undefined;
|
|
309
|
+
};
|
|
310
|
+
/**
|
|
311
|
+
* Describes the containers where the destination Apache Iceberg Tables are persisted.
|
|
312
|
+
*/
|
|
313
|
+
export type CatalogConfiguration = {
|
|
314
|
+
/**
|
|
315
|
+
* Specifies the Glue catalog ARN identifier of the destination Apache Iceberg Tables. You must specify the ARN in the format `arn:aws:glue:region:account-id:catalog` .
|
|
316
|
+
* @minLength 1
|
|
317
|
+
* @maxLength 512
|
|
318
|
+
* @pattern arn:.*
|
|
319
|
+
*/
|
|
320
|
+
CatalogArn?: string | undefined;
|
|
321
|
+
};
|
|
322
|
+
/**
|
|
323
|
+
* The `CloudWatchLoggingOptions` property type specifies Amazon CloudWatch Logs (CloudWatch Logs) logging options that Amazon Kinesis Data Firehose (Kinesis Data Firehose) uses for the delivery stream.
|
|
324
|
+
*/
|
|
325
|
+
export type CloudWatchLoggingOptions = {
|
|
326
|
+
/**
|
|
327
|
+
* Indicates whether CloudWatch Logs logging is enabled.
|
|
328
|
+
*/
|
|
329
|
+
Enabled?: boolean | undefined;
|
|
330
|
+
/**
|
|
331
|
+
* The name of the CloudWatch Logs log group that contains the log stream that Kinesis Data Firehose will use.
|
|
332
|
+
*
|
|
333
|
+
* Conditional. If you enable logging, you must specify this property.
|
|
334
|
+
*/
|
|
335
|
+
LogGroupName?: string | undefined;
|
|
336
|
+
/**
|
|
337
|
+
* The name of the CloudWatch Logs log stream that Kinesis Data Firehose uses to send logs about data delivery.
|
|
338
|
+
*
|
|
339
|
+
* Conditional. If you enable logging, you must specify this property.
|
|
340
|
+
*/
|
|
341
|
+
LogStreamName?: string | undefined;
|
|
342
|
+
};
|
|
343
|
+
/**
|
|
344
|
+
* The `CopyCommand` property type configures the Amazon Redshift `COPY` command that Amazon Kinesis Data Firehose (Kinesis Data Firehose) uses to load data into an Amazon Redshift cluster from an Amazon S3 bucket.
|
|
345
|
+
*/
|
|
346
|
+
export type CopyCommand = {
|
|
347
|
+
/**
|
|
348
|
+
* Parameters to use with the Amazon Redshift `COPY` command. For examples, see the `CopyOptions` content for the [CopyCommand](https://docs.aws.amazon.com/firehose/latest/APIReference/API_CopyCommand.html) data type in the *Amazon Kinesis Data Firehose API Reference* .
|
|
349
|
+
* @minLength 0
|
|
350
|
+
* @maxLength 204800
|
|
351
|
+
*/
|
|
352
|
+
CopyOptions?: string | undefined;
|
|
353
|
+
/**
|
|
354
|
+
* A comma-separated list of column names.
|
|
355
|
+
* @minLength 0
|
|
356
|
+
* @maxLength 204800
|
|
357
|
+
*/
|
|
358
|
+
DataTableColumns?: string | undefined;
|
|
359
|
+
/**
|
|
360
|
+
* The name of the target table. The table must already exist in the database.
|
|
361
|
+
* @minLength 1
|
|
362
|
+
* @maxLength 512
|
|
363
|
+
*/
|
|
364
|
+
DataTableName: string;
|
|
365
|
+
};
|
|
366
|
+
/**
|
|
367
|
+
* Specifies that you want Kinesis Data Firehose to convert data from the JSON format to the Parquet or ORC format before writing it to Amazon S3. Kinesis Data Firehose uses the serializer and deserializer that you specify, in addition to the column information from the AWS Glue table, to deserialize your input data from JSON and then serialize it to the Parquet or ORC format. For more information, see [Kinesis Data Firehose Record Format Conversion](https://docs.aws.amazon.com/firehose/latest/dev/record-format-conversion.html) .
|
|
368
|
+
*/
|
|
369
|
+
export type DataFormatConversionConfiguration = {
|
|
370
|
+
/**
|
|
371
|
+
* Defaults to `true` . Set it to `false` if you want to disable format conversion while preserving the configuration details.
|
|
372
|
+
*/
|
|
373
|
+
Enabled?: boolean | undefined;
|
|
374
|
+
/**
|
|
375
|
+
* Specifies the deserializer that you want Firehose to use to convert the format of your data from JSON. This parameter is required if `Enabled` is set to true.
|
|
376
|
+
*/
|
|
377
|
+
InputFormatConfiguration?: InputFormatConfiguration | undefined;
|
|
378
|
+
/**
|
|
379
|
+
* Specifies the serializer that you want Firehose to use to convert the format of your data to the Parquet or ORC format. This parameter is required if `Enabled` is set to true.
|
|
380
|
+
*/
|
|
381
|
+
OutputFormatConfiguration?: OutputFormatConfiguration | undefined;
|
|
382
|
+
/**
|
|
383
|
+
* Specifies the AWS Glue Data Catalog table that contains the column information. This parameter is required if `Enabled` is set to true.
|
|
384
|
+
*/
|
|
385
|
+
SchemaConfiguration?: SchemaConfiguration | undefined;
|
|
386
|
+
};
|
|
387
|
+
export type DatabaseColumns = {
|
|
388
|
+
Exclude?: string[] | undefined;
|
|
389
|
+
Include?: string[] | undefined;
|
|
390
|
+
};
|
|
391
|
+
/**
|
|
392
|
+
* The structure to configure the authentication methods for Firehose to connect to source database endpoint.
|
|
393
|
+
*
|
|
394
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
395
|
+
*/
|
|
396
|
+
export type DatabaseSourceAuthenticationConfiguration = {
|
|
397
|
+
SecretsManagerConfiguration: SecretsManagerConfiguration;
|
|
398
|
+
};
|
|
399
|
+
/**
|
|
400
|
+
* The top level object for configuring streams with database as a source.
|
|
401
|
+
*
|
|
402
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
403
|
+
*/
|
|
404
|
+
export type DatabaseSourceConfiguration = {
|
|
405
|
+
/**
|
|
406
|
+
* The list of column patterns in source database endpoint for Firehose to read from.
|
|
407
|
+
*
|
|
408
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
409
|
+
*/
|
|
410
|
+
Columns?: DatabaseColumns | undefined;
|
|
411
|
+
/**
|
|
412
|
+
* The structure to configure the authentication methods for Firehose to connect to source database endpoint.
|
|
413
|
+
*
|
|
414
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
415
|
+
*/
|
|
416
|
+
DatabaseSourceAuthenticationConfiguration: DatabaseSourceAuthenticationConfiguration;
|
|
417
|
+
/**
|
|
418
|
+
* The details of the VPC Endpoint Service which Firehose uses to create a PrivateLink to the database.
|
|
419
|
+
*
|
|
420
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
421
|
+
*/
|
|
422
|
+
DatabaseSourceVPCConfiguration: DatabaseSourceVPCConfiguration;
|
|
423
|
+
/**
|
|
424
|
+
* The list of database patterns in source database endpoint for Firehose to read from.
|
|
425
|
+
*
|
|
426
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
427
|
+
*/
|
|
428
|
+
Databases: Databases;
|
|
429
|
+
/**
|
|
430
|
+
* @minLength 1
|
|
431
|
+
* @maxLength 512
|
|
432
|
+
* @pattern .*
|
|
433
|
+
*/
|
|
434
|
+
Digest?: string | undefined;
|
|
435
|
+
/**
|
|
436
|
+
* The endpoint of the database server.
|
|
437
|
+
*
|
|
438
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
439
|
+
* @minLength 1
|
|
440
|
+
* @maxLength 255
|
|
441
|
+
* @pattern ^(?!\s*$).+
|
|
442
|
+
*/
|
|
443
|
+
Endpoint: string;
|
|
444
|
+
/**
|
|
445
|
+
* The port of the database. This can be one of the following values.
|
|
446
|
+
*
|
|
447
|
+
* - 3306 for MySQL database type
|
|
448
|
+
* - 5432 for PostgreSQL database type
|
|
449
|
+
*
|
|
450
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
451
|
+
* @min 0
|
|
452
|
+
* @max 65535
|
|
453
|
+
*/
|
|
454
|
+
Port: number;
|
|
455
|
+
/**
|
|
456
|
+
* @minLength 1
|
|
457
|
+
* @maxLength 4096
|
|
458
|
+
* @pattern .*
|
|
459
|
+
*/
|
|
460
|
+
PublicCertificate?: string | undefined;
|
|
461
|
+
/**
|
|
462
|
+
* The mode to enable or disable SSL when Firehose connects to the database endpoint.
|
|
463
|
+
*
|
|
464
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
465
|
+
*/
|
|
466
|
+
SSLMode?: "Disabled" | "Enabled" | undefined;
|
|
467
|
+
/**
|
|
468
|
+
* The fully qualified name of the table in source database endpoint that Firehose uses to track snapshot progress.
|
|
469
|
+
*
|
|
470
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
471
|
+
*/
|
|
472
|
+
SnapshotWatermarkTable: string;
|
|
473
|
+
/**
|
|
474
|
+
* The optional list of table and column names used as unique key columns when taking snapshot if the tables don’t have primary keys configured.
|
|
475
|
+
*
|
|
476
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
477
|
+
*/
|
|
478
|
+
SurrogateKeys?: string[] | undefined;
|
|
479
|
+
/**
|
|
480
|
+
* The list of table patterns in source database endpoint for Firehose to read from.
|
|
481
|
+
*
|
|
482
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
483
|
+
*/
|
|
484
|
+
Tables: DatabaseTables;
|
|
485
|
+
/**
|
|
486
|
+
* The type of database engine. This can be one of the following values.
|
|
487
|
+
*
|
|
488
|
+
* - MySQL
|
|
489
|
+
* - PostgreSQL
|
|
490
|
+
*
|
|
491
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
492
|
+
*/
|
|
493
|
+
Type: "MySQL" | "PostgreSQL";
|
|
494
|
+
};
|
|
495
|
+
/**
|
|
496
|
+
* The structure for details of the VPC Endpoint Service which Firehose uses to create a PrivateLink to the database.
|
|
497
|
+
*
|
|
498
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
499
|
+
*/
|
|
500
|
+
export type DatabaseSourceVPCConfiguration = {
|
|
501
|
+
/**
|
|
502
|
+
* The VPC endpoint service name which Firehose uses to create a PrivateLink to the database. The endpoint service must have the Firehose service principle `firehose.amazonaws.com` as an allowed principal on the VPC endpoint service. The VPC endpoint service name is a string that looks like `com.amazonaws.vpce.<region>.<vpc-endpoint-service-id>` .
|
|
503
|
+
*
|
|
504
|
+
* Amazon Data Firehose is in preview release and is subject to change.
|
|
505
|
+
*/
|
|
506
|
+
VpcEndpointServiceName: string;
|
|
507
|
+
};
|
|
508
|
+
export type DatabaseTables = {
|
|
509
|
+
Exclude?: string[] | undefined;
|
|
510
|
+
Include?: string[] | undefined;
|
|
511
|
+
};
|
|
512
|
+
export type Databases = {
|
|
513
|
+
Exclude?: string[] | undefined;
|
|
514
|
+
Include?: string[] | undefined;
|
|
515
|
+
};
|
|
516
|
+
/**
|
|
517
|
+
* Specifies the type and Amazon Resource Name (ARN) of the CMK to use for Server-Side Encryption (SSE).
|
|
518
|
+
*/
|
|
519
|
+
export type DeliveryStreamEncryptionConfigurationInput = {
|
|
520
|
+
/**
|
|
521
|
+
* If you set `KeyType` to `CUSTOMER_MANAGED_CMK` , you must specify the Amazon Resource Name (ARN) of the CMK. If you set `KeyType` to `AWS _OWNED_CMK` , Firehose uses a service-account CMK.
|
|
522
|
+
* @minLength 1
|
|
523
|
+
* @maxLength 512
|
|
524
|
+
* @pattern arn:.*
|
|
525
|
+
*/
|
|
526
|
+
KeyARN?: string | undefined;
|
|
527
|
+
/**
|
|
528
|
+
* Indicates the type of customer master key (CMK) to use for encryption. The default setting is `AWS_OWNED_CMK` . For more information about CMKs, see [Customer Master Keys (CMKs)](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#master_keys) .
|
|
529
|
+
*
|
|
530
|
+
* You can use a CMK of type CUSTOMER_MANAGED_CMK to encrypt up to 500 delivery streams.
|
|
531
|
+
*
|
|
532
|
+
* > To encrypt your delivery stream, use symmetric CMKs. Kinesis Data Firehose doesn't support asymmetric CMKs. For information about symmetric and asymmetric CMKs, see [About Symmetric and Asymmetric CMKs](https://docs.aws.amazon.com/kms/latest/developerguide/symm-asymm-concepts.html) in the AWS Key Management Service developer guide.
|
|
533
|
+
*/
|
|
534
|
+
KeyType: "AWS_OWNED_CMK" | "CUSTOMER_MANAGED_CMK";
|
|
535
|
+
};
|
|
536
|
+
/**
|
|
537
|
+
* The deserializer you want Kinesis Data Firehose to use for converting the input data from JSON. Kinesis Data Firehose then serializes the data to its final format using the `Serializer` . Kinesis Data Firehose supports two types of deserializers: the [Apache Hive JSON SerDe](https://docs.aws.amazon.com/https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-JSON) and the [OpenX JSON SerDe](https://docs.aws.amazon.com/https://github.com/rcongiu/Hive-JSON-Serde) .
|
|
538
|
+
*/
|
|
539
|
+
export type Deserializer = {
|
|
540
|
+
/**
|
|
541
|
+
* The native Hive / HCatalog JsonSerDe. Used by Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the OpenX SerDe.
|
|
542
|
+
*/
|
|
543
|
+
HiveJsonSerDe?: HiveJsonSerDe | undefined;
|
|
544
|
+
/**
|
|
545
|
+
* The OpenX SerDe. Used by Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the native Hive / HCatalog JsonSerDe.
|
|
546
|
+
*/
|
|
547
|
+
OpenXJsonSerDe?: OpenXJsonSerDe | undefined;
|
|
548
|
+
};
|
|
549
|
+
/**
|
|
550
|
+
* Describes the configuration of a destination in Apache Iceberg Tables.
|
|
551
|
+
*/
|
|
552
|
+
export type DestinationTableConfiguration = {
|
|
553
|
+
/**
|
|
554
|
+
* The name of the Apache Iceberg database.
|
|
555
|
+
* @minLength 1
|
|
556
|
+
* @maxLength 512
|
|
557
|
+
*/
|
|
558
|
+
DestinationDatabaseName: string;
|
|
559
|
+
/**
|
|
560
|
+
* Specifies the name of the Apache Iceberg Table.
|
|
561
|
+
* @minLength 1
|
|
562
|
+
* @maxLength 512
|
|
563
|
+
*/
|
|
564
|
+
DestinationTableName: string;
|
|
565
|
+
/**
|
|
566
|
+
* The table specific S3 error output prefix. All the errors that occurred while delivering to this table will be prefixed with this value in S3 destination.
|
|
567
|
+
* @minLength 1
|
|
568
|
+
* @maxLength 1024
|
|
569
|
+
*/
|
|
570
|
+
S3ErrorOutputPrefix?: string | undefined;
|
|
571
|
+
/**
|
|
572
|
+
* A list of unique keys for a given Apache Iceberg table. Firehose will use these for running Create, Update, or Delete operations on the given Iceberg table.
|
|
573
|
+
*/
|
|
574
|
+
UniqueKeys?: string[] | undefined;
|
|
575
|
+
};
|
|
576
|
+
/**
|
|
577
|
+
* The structure that configures parameters such as `ThroughputHintInMBs` for a stream configured with Direct PUT as a source.
|
|
578
|
+
*/
|
|
579
|
+
export type DirectPutSourceConfiguration = {
|
|
580
|
+
/**
|
|
581
|
+
* The value that you configure for this parameter is for information purpose only and does not affect Firehose delivery throughput limit. You can use the [Firehose Limits form](https://docs.aws.amazon.com/https://support.console.aws.amazon.com/support/home#/case/create%3FissueType=service-limit-increase%26limitType=kinesis-firehose-limits) to request a throughput limit increase.
|
|
582
|
+
* @min 1
|
|
583
|
+
* @max 100
|
|
584
|
+
*/
|
|
585
|
+
ThroughputHintInMBs?: number | undefined;
|
|
586
|
+
};
|
|
587
|
+
/**
|
|
588
|
+
* Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.
|
|
589
|
+
*/
|
|
590
|
+
export type DocumentIdOptions = {
|
|
591
|
+
/**
|
|
592
|
+
* When the `FIREHOSE_DEFAULT` option is chosen, Firehose generates a unique document ID for each record based on a unique internal identifier. The generated document ID is stable across multiple delivery attempts, which helps prevent the same record from being indexed multiple times with different document IDs.
|
|
593
|
+
*
|
|
594
|
+
* When the `NO_DOCUMENT_ID` option is chosen, Firehose does not include any document IDs in the requests it sends to the Amazon OpenSearch Service. This causes the Amazon OpenSearch Service domain to generate document IDs. In case of multiple delivery attempts, this may cause the same record to be indexed more than once with different document IDs. This option enables write-heavy operations, such as the ingestion of logs and observability data, to consume less resources in the Amazon OpenSearch Service domain, resulting in improved performance.
|
|
595
|
+
*/
|
|
596
|
+
DefaultDocumentIdFormat: "FIREHOSE_DEFAULT" | "NO_DOCUMENT_ID";
|
|
597
|
+
};
|
|
598
|
+
/**
|
|
599
|
+
* The `DynamicPartitioningConfiguration` property type specifies the configuration of the dynamic partitioning mechanism that creates targeted data sets from the streaming data by partitioning it based on partition keys.
|
|
600
|
+
*/
|
|
601
|
+
export type DynamicPartitioningConfiguration = {
|
|
602
|
+
/**
|
|
603
|
+
* Specifies whether dynamic partitioning is enabled for this Kinesis Data Firehose delivery stream.
|
|
604
|
+
*/
|
|
605
|
+
Enabled?: boolean | undefined;
|
|
606
|
+
/**
|
|
607
|
+
* Specifies the retry behavior in case Kinesis Data Firehose is unable to deliver data to an Amazon S3 prefix.
|
|
608
|
+
*/
|
|
609
|
+
RetryOptions?: RetryOptions | undefined;
|
|
610
|
+
};
|
|
611
|
+
/**
|
|
612
|
+
* The `ElasticsearchBufferingHints` property type specifies how Amazon Kinesis Data Firehose (Kinesis Data Firehose) buffers incoming data while delivering it to the destination. The first buffer condition that is satisfied triggers Kinesis Data Firehose to deliver the data.
|
|
613
|
+
*
|
|
614
|
+
* ElasticsearchBufferingHints is the property type for the `BufferingHints` property of the [Amazon Kinesis Data Firehose DeliveryStream ElasticsearchDestinationConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-elasticsearchdestinationconfiguration.html) property type.
|
|
615
|
+
*/
|
|
616
|
+
export type ElasticsearchBufferingHints = {
|
|
617
|
+
/**
|
|
618
|
+
* The length of time, in seconds, that Kinesis Data Firehose buffers incoming data before delivering it to the destination. For valid values, see the `IntervalInSeconds` content for the [BufferingHints](https://docs.aws.amazon.com/firehose/latest/APIReference/API_BufferingHints.html) data type in the *Amazon Kinesis Data Firehose API Reference* .
|
|
619
|
+
*/
|
|
620
|
+
IntervalInSeconds?: number | undefined;
|
|
621
|
+
/**
|
|
622
|
+
* The size of the buffer, in MBs, that Kinesis Data Firehose uses for incoming data before delivering it to the destination. For valid values, see the `SizeInMBs` content for the [BufferingHints](https://docs.aws.amazon.com/firehose/latest/APIReference/API_BufferingHints.html) data type in the *Amazon Kinesis Data Firehose API Reference* .
|
|
623
|
+
*/
|
|
624
|
+
SizeInMBs?: number | undefined;
|
|
625
|
+
};
|
|
626
|
+
/**
|
|
627
|
+
* The `ElasticsearchDestinationConfiguration` property type specifies an Amazon Elasticsearch Service (Amazon ES) domain that Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data to.
|
|
628
|
+
*/
|
|
629
|
+
export type ElasticsearchDestinationConfiguration = {
|
|
630
|
+
/**
|
|
631
|
+
* Configures how Kinesis Data Firehose buffers incoming data while delivering it to the Amazon ES domain.
|
|
632
|
+
*/
|
|
633
|
+
BufferingHints?: ElasticsearchBufferingHints | undefined;
|
|
634
|
+
/**
|
|
635
|
+
* The Amazon CloudWatch Logs logging options for the delivery stream.
|
|
636
|
+
*/
|
|
637
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
638
|
+
/**
|
|
639
|
+
* The endpoint to use when communicating with the cluster. Specify either this `ClusterEndpoint` or the `DomainARN` field.
|
|
640
|
+
* @minLength 1
|
|
641
|
+
* @maxLength 512
|
|
642
|
+
* @pattern https:.*
|
|
643
|
+
*/
|
|
644
|
+
ClusterEndpoint?: string | undefined;
|
|
645
|
+
/**
|
|
646
|
+
* Indicates the method for setting up document ID. The supported methods are Firehose generated document ID and OpenSearch Service generated document ID.
|
|
647
|
+
*/
|
|
648
|
+
DocumentIdOptions?: DocumentIdOptions | undefined;
|
|
649
|
+
/**
|
|
650
|
+
* The ARN of the Amazon ES domain. The IAM role must have permissions for `DescribeElasticsearchDomain` , `DescribeElasticsearchDomains` , and `DescribeElasticsearchDomainConfig` after assuming the role specified in *RoleARN* .
|
|
651
|
+
*
|
|
652
|
+
* Specify either `ClusterEndpoint` or `DomainARN` .
|
|
653
|
+
* @minLength 1
|
|
654
|
+
* @maxLength 512
|
|
655
|
+
* @pattern arn:.*
|
|
656
|
+
*/
|
|
657
|
+
DomainARN?: string | undefined;
|
|
658
|
+
/**
|
|
659
|
+
* The name of the Elasticsearch index to which Kinesis Data Firehose adds data for indexing.
|
|
660
|
+
* @minLength 1
|
|
661
|
+
* @maxLength 80
|
|
662
|
+
*/
|
|
663
|
+
IndexName: string;
|
|
664
|
+
/**
|
|
665
|
+
* The frequency of Elasticsearch index rotation. If you enable index rotation, Kinesis Data Firehose appends a portion of the UTC arrival timestamp to the specified index name, and rotates the appended timestamp accordingly. For more information, see [Index Rotation for the Amazon ES Destination](https://docs.aws.amazon.com/firehose/latest/dev/basic-deliver.html#es-index-rotation) in the *Amazon Kinesis Data Firehose Developer Guide* .
|
|
666
|
+
*/
|
|
667
|
+
IndexRotationPeriod?: "NoRotation" | "OneHour" | "OneDay" | "OneWeek" | "OneMonth" | undefined;
|
|
668
|
+
/**
|
|
669
|
+
* The data processing configuration for the Kinesis Data Firehose delivery stream.
|
|
670
|
+
*/
|
|
671
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
672
|
+
/**
|
|
673
|
+
* The retry behavior when Kinesis Data Firehose is unable to deliver data to Amazon ES.
|
|
674
|
+
*/
|
|
675
|
+
RetryOptions?: ElasticsearchRetryOptions | undefined;
|
|
676
|
+
/**
|
|
677
|
+
* The Amazon Resource Name (ARN) of the IAM role to be assumed by Kinesis Data Firehose for calling the Amazon ES Configuration API and for indexing documents. For more information, see [Controlling Access with Amazon Kinesis Data Firehose](https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html) .
|
|
678
|
+
* @minLength 1
|
|
679
|
+
* @maxLength 512
|
|
680
|
+
* @pattern arn:.*
|
|
681
|
+
*/
|
|
682
|
+
RoleARN: string;
|
|
683
|
+
/**
|
|
684
|
+
* The condition under which Kinesis Data Firehose delivers data to Amazon Simple Storage Service (Amazon S3). You can send Amazon S3 all documents (all data) or only the documents that Kinesis Data Firehose could not deliver to the Amazon ES destination. For more information and valid values, see the `S3BackupMode` content for the [ElasticsearchDestinationConfiguration](https://docs.aws.amazon.com/firehose/latest/APIReference/API_ElasticsearchDestinationConfiguration.html) data type in the *Amazon Kinesis Data Firehose API Reference* .
|
|
685
|
+
*/
|
|
686
|
+
S3BackupMode?: "FailedDocumentsOnly" | "AllDocuments" | undefined;
|
|
687
|
+
/**
|
|
688
|
+
* The S3 bucket where Kinesis Data Firehose backs up incoming data.
|
|
689
|
+
*/
|
|
690
|
+
S3Configuration: S3DestinationConfiguration;
|
|
691
|
+
/**
|
|
692
|
+
* The Elasticsearch type name that Amazon ES adds to documents when indexing data.
|
|
693
|
+
* @minLength 0
|
|
694
|
+
* @maxLength 100
|
|
695
|
+
*/
|
|
696
|
+
TypeName?: string | undefined;
|
|
697
|
+
/**
|
|
698
|
+
* The details of the VPC of the Amazon ES destination.
|
|
699
|
+
*/
|
|
700
|
+
VpcConfiguration?: VpcConfiguration | undefined;
|
|
701
|
+
};
|
|
702
|
+
/**
|
|
703
|
+
* The `ElasticsearchRetryOptions` property type configures the retry behavior for when Amazon Kinesis Data Firehose (Kinesis Data Firehose) can't deliver data to Amazon Elasticsearch Service (Amazon ES).
|
|
704
|
+
*/
|
|
705
|
+
export type ElasticsearchRetryOptions = {
|
|
706
|
+
/**
|
|
707
|
+
* After an initial failure to deliver to Amazon ES, the total amount of time during which Kinesis Data Firehose re-attempts delivery (including the first attempt). If Kinesis Data Firehose can't deliver the data within the specified time, it writes the data to the backup S3 bucket. For valid values, see the `DurationInSeconds` content for the [ElasticsearchRetryOptions](https://docs.aws.amazon.com/firehose/latest/APIReference/API_ElasticsearchRetryOptions.html) data type in the *Amazon Kinesis Data Firehose API Reference* .
|
|
708
|
+
*/
|
|
709
|
+
DurationInSeconds?: number | undefined;
|
|
710
|
+
};
|
|
711
|
+
/**
|
|
712
|
+
* The `EncryptionConfiguration` property type specifies the encryption settings that Amazon Kinesis Data Firehose (Kinesis Data Firehose) uses when delivering data to Amazon Simple Storage Service (Amazon S3).
|
|
713
|
+
*/
|
|
714
|
+
export type EncryptionConfiguration = {
|
|
715
|
+
/**
|
|
716
|
+
* The AWS Key Management Service ( AWS KMS) encryption key that Amazon S3 uses to encrypt your data.
|
|
717
|
+
*/
|
|
718
|
+
KMSEncryptionConfig?: KMSEncryptionConfig | undefined;
|
|
719
|
+
/**
|
|
720
|
+
* Disables encryption. For valid values, see the `NoEncryptionConfig` content for the [EncryptionConfiguration](https://docs.aws.amazon.com/firehose/latest/APIReference/API_EncryptionConfiguration.html) data type in the *Amazon Kinesis Data Firehose API Reference* .
|
|
721
|
+
*/
|
|
722
|
+
NoEncryptionConfig?: "NoEncryption" | undefined;
|
|
723
|
+
};
|
|
724
|
+
/**
|
|
725
|
+
* The `ExtendedS3DestinationConfiguration` property type configures an Amazon S3 destination for an Amazon Kinesis Data Firehose delivery stream.
|
|
726
|
+
*/
|
|
727
|
+
export type ExtendedS3DestinationConfiguration = {
|
|
728
|
+
/**
|
|
729
|
+
* The Amazon Resource Name (ARN) of the Amazon S3 bucket. For constraints, see [ExtendedS3DestinationConfiguration](https://docs.aws.amazon.com/firehose/latest/APIReference/API_ExtendedS3DestinationConfiguration.html) in the *Amazon Kinesis Data Firehose API Reference* .
|
|
730
|
+
* @minLength 1
|
|
731
|
+
* @maxLength 2048
|
|
732
|
+
* @pattern arn:.*
|
|
733
|
+
*/
|
|
734
|
+
BucketARN: string;
|
|
735
|
+
/**
|
|
736
|
+
* The buffering option.
|
|
737
|
+
*/
|
|
738
|
+
BufferingHints?: BufferingHints | undefined;
|
|
739
|
+
/**
|
|
740
|
+
* The Amazon CloudWatch logging options for your Firehose stream.
|
|
741
|
+
*/
|
|
742
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
743
|
+
/**
|
|
744
|
+
* The compression format. If no value is specified, the default is `UNCOMPRESSED` .
|
|
745
|
+
*/
|
|
746
|
+
CompressionFormat?: "UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY" | undefined;
|
|
747
|
+
/**
|
|
748
|
+
* The time zone you prefer. UTC is the default.
|
|
749
|
+
* @minLength 0
|
|
750
|
+
* @maxLength 50
|
|
751
|
+
*/
|
|
752
|
+
CustomTimeZone?: string | undefined;
|
|
753
|
+
/**
|
|
754
|
+
* The serializer, deserializer, and schema for converting data from the JSON format to the Parquet or ORC format before writing it to Amazon S3.
|
|
755
|
+
*/
|
|
756
|
+
DataFormatConversionConfiguration?: DataFormatConversionConfiguration | undefined;
|
|
757
|
+
/**
|
|
758
|
+
* The configuration of the dynamic partitioning mechanism that creates targeted data sets from the streaming data by partitioning it based on partition keys.
|
|
759
|
+
*/
|
|
760
|
+
DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration | undefined;
|
|
761
|
+
/**
|
|
762
|
+
* The encryption configuration for the Kinesis Data Firehose delivery stream. The default value is `NoEncryption` .
|
|
763
|
+
*/
|
|
764
|
+
EncryptionConfiguration?: EncryptionConfiguration | undefined;
|
|
765
|
+
/**
|
|
766
|
+
* A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html) .
|
|
767
|
+
* @minLength 0
|
|
768
|
+
* @maxLength 1024
|
|
769
|
+
*/
|
|
770
|
+
ErrorOutputPrefix?: string | undefined;
|
|
771
|
+
/**
|
|
772
|
+
* Specify a file extension. It will override the default file extension
|
|
773
|
+
* @minLength 0
|
|
774
|
+
* @maxLength 128
|
|
775
|
+
* @pattern ^$|\.[0-9a-z!\-_.*'()]+
|
|
776
|
+
*/
|
|
777
|
+
FileExtension?: string | undefined;
|
|
778
|
+
/**
|
|
779
|
+
* The `YYYY/MM/DD/HH` time format prefix is automatically used for delivered Amazon S3 files. For more information, see [ExtendedS3DestinationConfiguration](https://docs.aws.amazon.com/firehose/latest/APIReference/API_ExtendedS3DestinationConfiguration.html) in the *Amazon Kinesis Data Firehose API Reference* .
|
|
780
|
+
* @minLength 0
|
|
781
|
+
* @maxLength 1024
|
|
782
|
+
*/
|
|
783
|
+
Prefix?: string | undefined;
|
|
784
|
+
/**
|
|
785
|
+
* The data processing configuration for the Kinesis Data Firehose delivery stream.
|
|
786
|
+
*/
|
|
787
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
788
|
+
/**
|
|
789
|
+
* The Amazon Resource Name (ARN) of the AWS credentials. For constraints, see [ExtendedS3DestinationConfiguration](https://docs.aws.amazon.com/firehose/latest/APIReference/API_ExtendedS3DestinationConfiguration.html) in the *Amazon Kinesis Data Firehose API Reference* .
|
|
790
|
+
* @minLength 1
|
|
791
|
+
* @maxLength 512
|
|
792
|
+
* @pattern arn:.*
|
|
793
|
+
*/
|
|
794
|
+
RoleARN: string;
|
|
795
|
+
/**
|
|
796
|
+
* The configuration for backup in Amazon S3.
|
|
797
|
+
*/
|
|
798
|
+
S3BackupConfiguration?: S3DestinationConfiguration | undefined;
|
|
799
|
+
/**
|
|
800
|
+
* The Amazon S3 backup mode. After you create a Firehose stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the Firehose stream to disable it.
|
|
801
|
+
*/
|
|
802
|
+
S3BackupMode?: "Disabled" | "Enabled" | undefined;
|
|
803
|
+
};
|
|
804
|
+
/**
|
|
805
|
+
* The native Hive / HCatalog JsonSerDe. Used by Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the OpenX SerDe.
|
|
806
|
+
*/
|
|
807
|
+
export type HiveJsonSerDe = {
|
|
808
|
+
/**
|
|
809
|
+
* Indicates how you want Firehose to parse the date and timestamps that may be present in your input data JSON. To specify these format strings, follow the pattern syntax of JodaTime's DateTimeFormat format strings. For more information, see [Class DateTimeFormat](https://docs.aws.amazon.com/https://www.joda.org/joda-time/apidocs/org/joda/time/format/DateTimeFormat.html) . You can also use the special value `millis` to parse timestamps in epoch milliseconds. If you don't specify a format, Firehose uses `java.sql.Timestamp::valueOf` by default.
|
|
810
|
+
*/
|
|
811
|
+
TimestampFormats?: string[] | undefined;
|
|
812
|
+
};
|
|
813
|
+
/**
|
|
814
|
+
* Describes the metadata that's delivered to the specified HTTP endpoint destination. Kinesis Firehose supports any custom HTTP endpoint or HTTP endpoints owned by supported third-party service providers, including Datadog, MongoDB, and New Relic.
|
|
815
|
+
*/
|
|
816
|
+
export type HttpEndpointCommonAttribute = {
|
|
817
|
+
/**
|
|
818
|
+
* The name of the HTTP endpoint common attribute.
|
|
819
|
+
* @minLength 1
|
|
820
|
+
* @maxLength 256
|
|
821
|
+
*/
|
|
822
|
+
AttributeName: string;
|
|
823
|
+
/**
|
|
824
|
+
* The value of the HTTP endpoint common attribute.
|
|
825
|
+
* @minLength 0
|
|
826
|
+
* @maxLength 1024
|
|
827
|
+
*/
|
|
828
|
+
AttributeValue: string;
|
|
829
|
+
};
|
|
830
|
+
/**
|
|
831
|
+
* Describes the configuration of the HTTP endpoint to which Kinesis Firehose delivers data. Kinesis Firehose supports any custom HTTP endpoint or HTTP endpoints owned by supported third-party service providers, including Datadog, MongoDB, and New Relic.
|
|
832
|
+
*/
|
|
833
|
+
export type HttpEndpointConfiguration = {
|
|
834
|
+
/**
|
|
835
|
+
* The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.
|
|
836
|
+
* @minLength 0
|
|
837
|
+
* @maxLength 4096
|
|
838
|
+
*/
|
|
839
|
+
AccessKey?: string | undefined;
|
|
840
|
+
/**
|
|
841
|
+
* The name of the HTTP endpoint selected as the destination.
|
|
842
|
+
* @minLength 1
|
|
843
|
+
* @maxLength 256
|
|
844
|
+
*/
|
|
845
|
+
Name?: string | undefined;
|
|
846
|
+
/**
|
|
847
|
+
* The URL of the HTTP endpoint selected as the destination.
|
|
848
|
+
* @minLength 1
|
|
849
|
+
* @maxLength 1000
|
|
850
|
+
*/
|
|
851
|
+
Url: string;
|
|
852
|
+
};
|
|
853
|
+
/**
|
|
854
|
+
* Describes the configuration of the HTTP endpoint destination. Kinesis Firehose supports any custom HTTP endpoint or HTTP endpoints owned by supported third-party service providers, including Datadog, MongoDB, and New Relic.
|
|
855
|
+
*/
|
|
856
|
+
export type HttpEndpointDestinationConfiguration = {
|
|
857
|
+
/**
|
|
858
|
+
* The buffering options that can be used before data is delivered to the specified destination. Kinesis Data Firehose treats these options as hints, and it might choose to use more optimal values. The SizeInMBs and IntervalInSeconds parameters are optional. However, if you specify a value for one of them, you must also provide a value for the other.
|
|
859
|
+
*/
|
|
860
|
+
BufferingHints?: BufferingHints | undefined;
|
|
861
|
+
/**
|
|
862
|
+
* Describes the Amazon CloudWatch logging options for your delivery stream.
|
|
863
|
+
*/
|
|
864
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
865
|
+
/**
|
|
866
|
+
* The configuration of the HTTP endpoint selected as the destination.
|
|
867
|
+
*/
|
|
868
|
+
EndpointConfiguration: HttpEndpointConfiguration;
|
|
869
|
+
/**
|
|
870
|
+
* Describes the data processing configuration.
|
|
871
|
+
*/
|
|
872
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
873
|
+
/**
|
|
874
|
+
* The configuration of the request sent to the HTTP endpoint specified as the destination.
|
|
875
|
+
*/
|
|
876
|
+
RequestConfiguration?: HttpEndpointRequestConfiguration | undefined;
|
|
877
|
+
/**
|
|
878
|
+
* Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination.
|
|
879
|
+
*/
|
|
880
|
+
RetryOptions?: RetryOptions | undefined;
|
|
881
|
+
/**
|
|
882
|
+
* Kinesis Data Firehose uses this IAM role for all the permissions that the delivery stream needs.
|
|
883
|
+
* @minLength 1
|
|
884
|
+
* @maxLength 512
|
|
885
|
+
* @pattern arn:.*
|
|
886
|
+
*/
|
|
887
|
+
RoleARN?: string | undefined;
|
|
888
|
+
/**
|
|
889
|
+
* Describes the S3 bucket backup options for the data that Kinesis Data Firehose delivers to the HTTP endpoint destination. You can back up all documents (AllData) or only the documents that Kinesis Data Firehose could not deliver to the specified HTTP endpoint destination (FailedDataOnly).
|
|
890
|
+
*/
|
|
891
|
+
S3BackupMode?: string | undefined;
|
|
892
|
+
/**
|
|
893
|
+
* Describes the configuration of a destination in Amazon S3.
|
|
894
|
+
*/
|
|
895
|
+
S3Configuration: S3DestinationConfiguration;
|
|
896
|
+
/**
|
|
897
|
+
* The configuration that defines how you access secrets for HTTP Endpoint destination.
|
|
898
|
+
*/
|
|
899
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration | undefined;
|
|
900
|
+
};
|
|
901
|
+
/**
|
|
902
|
+
* The configuration of the HTTP endpoint request. Kinesis Firehose supports any custom HTTP endpoint or HTTP endpoints owned by supported third-party service providers, including Datadog, MongoDB, and New Relic.
|
|
903
|
+
*/
|
|
904
|
+
export type HttpEndpointRequestConfiguration = {
|
|
905
|
+
/**
|
|
906
|
+
* Describes the metadata sent to the HTTP endpoint destination.
|
|
907
|
+
*/
|
|
908
|
+
CommonAttributes?: HttpEndpointCommonAttribute[] | undefined;
|
|
909
|
+
/**
|
|
910
|
+
* Kinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to the destination. For more information, see Content-Encoding in MDN Web Docs, the official Mozilla documentation.
|
|
911
|
+
*/
|
|
912
|
+
ContentEncoding?: "NONE" | "GZIP" | undefined;
|
|
913
|
+
};
|
|
914
|
+
/**
|
|
915
|
+
* Specifies the destination configure settings for Apache Iceberg Table.
|
|
916
|
+
*/
|
|
917
|
+
export type IcebergDestinationConfiguration = {
|
|
918
|
+
/**
|
|
919
|
+
* Describes whether all incoming data for this delivery stream will be append only (inserts only and not for updates and deletes) for Iceberg delivery. This feature is only applicable for Apache Iceberg Tables.
|
|
920
|
+
*
|
|
921
|
+
* The default value is false. If you set this value to true, Firehose automatically increases the throughput limit of a stream based on the throttling levels of the stream. If you set this parameter to true for a stream with updates and deletes, you will see out of order delivery.
|
|
922
|
+
*/
|
|
923
|
+
AppendOnly?: boolean | undefined;
|
|
924
|
+
BufferingHints?: BufferingHints | undefined;
|
|
925
|
+
/**
|
|
926
|
+
* Configuration describing where the destination Apache Iceberg Tables are persisted.
|
|
927
|
+
*/
|
|
928
|
+
CatalogConfiguration: CatalogConfiguration;
|
|
929
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
930
|
+
/**
|
|
931
|
+
* Provides a list of `DestinationTableConfigurations` which Firehose uses to deliver data to Apache Iceberg Tables. Firehose will write data with insert if table specific configuration is not provided here.
|
|
932
|
+
*/
|
|
933
|
+
DestinationTableConfigurationList?: DestinationTableConfiguration[] | undefined;
|
|
934
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
935
|
+
RetryOptions?: RetryOptions | undefined;
|
|
936
|
+
/**
|
|
937
|
+
* The Amazon Resource Name (ARN) of the IAM role to be assumed by Firehose for calling Apache Iceberg Tables.
|
|
938
|
+
* @minLength 1
|
|
939
|
+
* @maxLength 512
|
|
940
|
+
* @pattern arn:.*
|
|
941
|
+
*/
|
|
942
|
+
RoleARN: string;
|
|
943
|
+
S3Configuration: S3DestinationConfiguration;
|
|
944
|
+
/**
|
|
945
|
+
* Describes how Firehose will backup records. Currently,S3 backup only supports `FailedDataOnly` .
|
|
946
|
+
*/
|
|
947
|
+
s3BackupMode?: "AllData" | "FailedDataOnly" | undefined;
|
|
948
|
+
};
|
|
949
|
+
/**
|
|
950
|
+
* Specifies the deserializer you want to use to convert the format of the input data. This parameter is required if `Enabled` is set to true.
|
|
951
|
+
*/
|
|
952
|
+
export type InputFormatConfiguration = {
|
|
953
|
+
/**
|
|
954
|
+
* Specifies which deserializer to use. You can choose either the Apache Hive JSON SerDe or the OpenX JSON SerDe. If both are non-null, the server rejects the request.
|
|
955
|
+
*/
|
|
956
|
+
Deserializer?: Deserializer | undefined;
|
|
957
|
+
};
|
|
958
|
+
/**
|
|
959
|
+
* The `KMSEncryptionConfig` property type specifies the AWS Key Management Service ( AWS KMS) encryption key that Amazon Simple Storage Service (Amazon S3) uses to encrypt data delivered by the Amazon Kinesis Data Firehose (Kinesis Data Firehose) stream.
|
|
960
|
+
*/
|
|
961
|
+
export type KMSEncryptionConfig = {
|
|
962
|
+
/**
|
|
963
|
+
* The Amazon Resource Name (ARN) of the AWS KMS encryption key that Amazon S3 uses to encrypt data delivered by the Kinesis Data Firehose stream. The key must belong to the same region as the destination S3 bucket.
|
|
964
|
+
*/
|
|
965
|
+
AWSKMSKeyARN: string;
|
|
966
|
+
};
|
|
967
|
+
/**
|
|
968
|
+
* The `KinesisStreamSourceConfiguration` property type specifies the stream and role Amazon Resource Names (ARNs) for a Kinesis stream used as the source for a delivery stream.
|
|
969
|
+
*/
|
|
970
|
+
export type KinesisStreamSourceConfiguration = {
|
|
971
|
+
/**
|
|
972
|
+
* The ARN of the source Kinesis data stream.
|
|
973
|
+
* @minLength 1
|
|
974
|
+
* @maxLength 512
|
|
975
|
+
* @pattern arn:.*
|
|
976
|
+
*/
|
|
977
|
+
KinesisStreamARN: string;
|
|
978
|
+
/**
|
|
979
|
+
* The ARN of the role that provides access to the source Kinesis data stream.
|
|
980
|
+
* @minLength 1
|
|
981
|
+
* @maxLength 512
|
|
982
|
+
* @pattern arn:.*
|
|
983
|
+
*/
|
|
984
|
+
RoleARN: string;
|
|
985
|
+
};
|
|
986
|
+
/**
|
|
987
|
+
* The configuration for the Amazon MSK cluster to be used as the source for a delivery stream.
|
|
988
|
+
*/
|
|
989
|
+
export type MSKSourceConfiguration = {
|
|
990
|
+
/**
|
|
991
|
+
* The authentication configuration of the Amazon MSK cluster.
|
|
992
|
+
*/
|
|
993
|
+
AuthenticationConfiguration: AuthenticationConfiguration;
|
|
994
|
+
/**
|
|
995
|
+
* The ARN of the Amazon MSK cluster.
|
|
996
|
+
* @minLength 1
|
|
997
|
+
* @maxLength 512
|
|
998
|
+
* @pattern arn:.*
|
|
999
|
+
*/
|
|
1000
|
+
MSKClusterARN: string;
|
|
1001
|
+
/**
|
|
1002
|
+
* The start date and time in UTC for the offset position within your MSK topic from where Firehose begins to read. By default, this is set to timestamp when Firehose becomes Active.
|
|
1003
|
+
*
|
|
1004
|
+
* If you want to create a Firehose stream with Earliest start position from SDK or CLI, you need to set the `ReadFromTimestamp` parameter to Epoch (1970-01-01T00:00:00Z).
|
|
1005
|
+
*/
|
|
1006
|
+
ReadFromTimestamp?: string | undefined;
|
|
1007
|
+
/**
|
|
1008
|
+
* The topic name within the Amazon MSK cluster.
|
|
1009
|
+
* @minLength 1
|
|
1010
|
+
* @maxLength 255
|
|
1011
|
+
* @pattern [a-zA-Z0-9\._\-]+
|
|
1012
|
+
*/
|
|
1013
|
+
TopicName: string;
|
|
1014
|
+
};
|
|
1015
|
+
/**
|
|
1016
|
+
* The OpenX SerDe. Used by Firehose for deserializing data, which means converting it from the JSON format in preparation for serializing it to the Parquet or ORC format. This is one of two deserializers you can choose, depending on which one offers the functionality you need. The other option is the native Hive / HCatalog JsonSerDe.
|
|
1017
|
+
*/
|
|
1018
|
+
export type OpenXJsonSerDe = {
|
|
1019
|
+
/**
|
|
1020
|
+
* When set to `true` , which is the default, Firehose converts JSON keys to lowercase before deserializing them.
|
|
1021
|
+
*/
|
|
1022
|
+
CaseInsensitive?: boolean | undefined;
|
|
1023
|
+
/**
|
|
1024
|
+
* Maps column names to JSON keys that aren't identical to the column names. This is useful when the JSON contains keys that are Hive keywords. For example, `timestamp` is a Hive keyword. If you have a JSON key named `timestamp` , set this parameter to `{"ts": "timestamp"}` to map this key to a column named `ts` .
|
|
1025
|
+
*/
|
|
1026
|
+
ColumnToJsonKeyMappings?: Record<string, string> | undefined;
|
|
1027
|
+
/**
|
|
1028
|
+
* When set to `true` , specifies that the names of the keys include dots and that you want Firehose to replace them with underscores. This is useful because Apache Hive does not allow dots in column names. For example, if the JSON contains a key whose name is "a.b", you can define the column name to be "a_b" when using this option.
|
|
1029
|
+
*
|
|
1030
|
+
* The default is `false` .
|
|
1031
|
+
*/
|
|
1032
|
+
ConvertDotsInJsonKeysToUnderscores?: boolean | undefined;
|
|
1033
|
+
};
|
|
1034
|
+
/**
|
|
1035
|
+
* A serializer to use for converting data to the ORC format before storing it in Amazon S3. For more information, see [Apache ORC](https://docs.aws.amazon.com/https://orc.apache.org/docs/) .
|
|
1036
|
+
*/
|
|
1037
|
+
export type OrcSerDe = {
|
|
1038
|
+
/**
|
|
1039
|
+
* The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Firehose uses this value for padding calculations.
|
|
1040
|
+
*/
|
|
1041
|
+
BlockSizeBytes?: number | undefined;
|
|
1042
|
+
/**
|
|
1043
|
+
* The column names for which you want Firehose to create bloom filters. The default is `null` .
|
|
1044
|
+
*/
|
|
1045
|
+
BloomFilterColumns?: string[] | undefined;
|
|
1046
|
+
/**
|
|
1047
|
+
* The Bloom filter false positive probability (FPP). The lower the FPP, the bigger the Bloom filter. The default value is 0.05, the minimum is 0, and the maximum is 1.
|
|
1048
|
+
*/
|
|
1049
|
+
BloomFilterFalsePositiveProbability?: number | undefined;
|
|
1050
|
+
/**
|
|
1051
|
+
* The compression code to use over data blocks. The default is `SNAPPY` .
|
|
1052
|
+
*/
|
|
1053
|
+
Compression?: string | undefined;
|
|
1054
|
+
/**
|
|
1055
|
+
* Represents the fraction of the total number of non-null rows. To turn off dictionary encoding, set this fraction to a number that is less than the number of distinct keys in a dictionary. To always use dictionary encoding, set this threshold to 1.
|
|
1056
|
+
*/
|
|
1057
|
+
DictionaryKeyThreshold?: number | undefined;
|
|
1058
|
+
/**
|
|
1059
|
+
* Set this to `true` to indicate that you want stripes to be padded to the HDFS block boundaries. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is `false` .
|
|
1060
|
+
*/
|
|
1061
|
+
EnablePadding?: boolean | undefined;
|
|
1062
|
+
/**
|
|
1063
|
+
* The version of the file to write. The possible values are `V0_11` and `V0_12` . The default is `V0_12` .
|
|
1064
|
+
*/
|
|
1065
|
+
FormatVersion?: string | undefined;
|
|
1066
|
+
/**
|
|
1067
|
+
* A number between 0 and 1 that defines the tolerance for block padding as a decimal fraction of stripe size. The default value is 0.05, which means 5 percent of stripe size.
|
|
1068
|
+
*
|
|
1069
|
+
* For the default values of 64 MiB ORC stripes and 256 MiB HDFS blocks, the default block padding tolerance of 5 percent reserves a maximum of 3.2 MiB for padding within the 256 MiB block. In such a case, if the available size within the block is more than 3.2 MiB, a new, smaller stripe is inserted to fit within that space. This ensures that no stripe crosses block boundaries and causes remote reads within a node-local task.
|
|
1070
|
+
*
|
|
1071
|
+
* Kinesis Data Firehose ignores this parameter when `EnablePadding` is `false` .
|
|
1072
|
+
*/
|
|
1073
|
+
PaddingTolerance?: number | undefined;
|
|
1074
|
+
/**
|
|
1075
|
+
* The number of rows between index entries. The default is 10,000 and the minimum is 1,000.
|
|
1076
|
+
*/
|
|
1077
|
+
RowIndexStride?: number | undefined;
|
|
1078
|
+
/**
|
|
1079
|
+
* The number of bytes in each stripe. The default is 64 MiB and the minimum is 8 MiB.
|
|
1080
|
+
*/
|
|
1081
|
+
StripeSizeBytes?: number | undefined;
|
|
1082
|
+
};
|
|
1083
|
+
/**
|
|
1084
|
+
* Specifies the serializer that you want Firehose to use to convert the format of your data before it writes it to Amazon S3. This parameter is required if `Enabled` is set to true.
|
|
1085
|
+
*/
|
|
1086
|
+
export type OutputFormatConfiguration = {
|
|
1087
|
+
/**
|
|
1088
|
+
* Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. If both are non-null, the server rejects the request.
|
|
1089
|
+
*/
|
|
1090
|
+
Serializer?: Serializer | undefined;
|
|
1091
|
+
};
|
|
1092
|
+
/**
|
|
1093
|
+
* A serializer to use for converting data to the Parquet format before storing it in Amazon S3. For more information, see [Apache Parquet](https://docs.aws.amazon.com/https://parquet.apache.org/docs/) .
|
|
1094
|
+
*/
|
|
1095
|
+
export type ParquetSerDe = {
|
|
1096
|
+
/**
|
|
1097
|
+
* The Hadoop Distributed File System (HDFS) block size. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 256 MiB and the minimum is 64 MiB. Firehose uses this value for padding calculations.
|
|
1098
|
+
*/
|
|
1099
|
+
BlockSizeBytes?: number | undefined;
|
|
1100
|
+
/**
|
|
1101
|
+
* The compression code to use over data blocks. The possible values are `UNCOMPRESSED` , `SNAPPY` , and `GZIP` , with the default being `SNAPPY` . Use `SNAPPY` for higher decompression speed. Use `GZIP` if the compression ratio is more important than speed.
|
|
1102
|
+
*/
|
|
1103
|
+
Compression?: string | undefined;
|
|
1104
|
+
/**
|
|
1105
|
+
* Indicates whether to enable dictionary compression.
|
|
1106
|
+
*/
|
|
1107
|
+
EnableDictionaryCompression?: boolean | undefined;
|
|
1108
|
+
/**
|
|
1109
|
+
* The maximum amount of padding to apply. This is useful if you intend to copy the data from Amazon S3 to HDFS before querying. The default is 0.
|
|
1110
|
+
*/
|
|
1111
|
+
MaxPaddingBytes?: number | undefined;
|
|
1112
|
+
/**
|
|
1113
|
+
* The Parquet page size. Column chunks are divided into pages. A page is conceptually an indivisible unit (in terms of compression and encoding). The minimum value is 64 KiB and the default is 1 MiB.
|
|
1114
|
+
*/
|
|
1115
|
+
PageSizeBytes?: number | undefined;
|
|
1116
|
+
/**
|
|
1117
|
+
* Indicates the version of row format to output. The possible values are `V1` and `V2` . The default is `V1` .
|
|
1118
|
+
*/
|
|
1119
|
+
WriterVersion?: string | undefined;
|
|
1120
|
+
};
|
|
1121
|
+
/**
|
|
1122
|
+
* The `ProcessingConfiguration` property configures data processing for an Amazon Kinesis Data Firehose delivery stream.
|
|
1123
|
+
*/
|
|
1124
|
+
export type ProcessingConfiguration = {
|
|
1125
|
+
/**
|
|
1126
|
+
* Indicates whether data processing is enabled (true) or disabled (false).
|
|
1127
|
+
*/
|
|
1128
|
+
Enabled?: boolean | undefined;
|
|
1129
|
+
/**
|
|
1130
|
+
* The data processors.
|
|
1131
|
+
*/
|
|
1132
|
+
Processors?: Processor[] | undefined;
|
|
1133
|
+
};
|
|
1134
|
+
/**
|
|
1135
|
+
* The `Processor` property specifies a data processor for an Amazon Kinesis Data Firehose delivery stream.
|
|
1136
|
+
*/
|
|
1137
|
+
export type Processor = {
|
|
1138
|
+
/**
|
|
1139
|
+
* The processor parameters.
|
|
1140
|
+
*/
|
|
1141
|
+
Parameters?: ProcessorParameter[] | undefined;
|
|
1142
|
+
/**
|
|
1143
|
+
* The type of processor. Valid values: `Lambda` .
|
|
1144
|
+
*/
|
|
1145
|
+
Type: "RecordDeAggregation" | "Decompression" | "CloudWatchLogProcessing" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord";
|
|
1146
|
+
};
|
|
1147
|
+
/**
|
|
1148
|
+
* The `ProcessorParameter` property specifies a processor parameter in a data processor for an Amazon Kinesis Data Firehose delivery stream.
|
|
1149
|
+
*/
|
|
1150
|
+
export type ProcessorParameter = {
|
|
1151
|
+
/**
|
|
1152
|
+
* The name of the parameter. Currently the following default values are supported: 3 for `NumberOfRetries` and 60 for the `BufferIntervalInSeconds` . The `BufferSizeInMBs` ranges between 0.2 MB and up to 3MB. The default buffering hint is 1MB for all destinations, except Splunk. For Splunk, the default buffering hint is 256 KB.
|
|
1153
|
+
*/
|
|
1154
|
+
ParameterName: string;
|
|
1155
|
+
/**
|
|
1156
|
+
* The parameter value.
|
|
1157
|
+
*/
|
|
1158
|
+
ParameterValue: string;
|
|
1159
|
+
};
|
|
1160
|
+
/**
|
|
1161
|
+
* The `RedshiftDestinationConfiguration` property type specifies an Amazon Redshift cluster to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data.
|
|
1162
|
+
*/
|
|
1163
|
+
export type RedshiftDestinationConfiguration = {
|
|
1164
|
+
/**
|
|
1165
|
+
* The CloudWatch logging options for your Firehose stream.
|
|
1166
|
+
*/
|
|
1167
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
1168
|
+
/**
|
|
1169
|
+
* The connection string that Kinesis Data Firehose uses to connect to the Amazon Redshift cluster.
|
|
1170
|
+
* @minLength 1
|
|
1171
|
+
* @maxLength 512
|
|
1172
|
+
*/
|
|
1173
|
+
ClusterJDBCURL: string;
|
|
1174
|
+
/**
|
|
1175
|
+
* Configures the Amazon Redshift `COPY` command that Kinesis Data Firehose uses to load data into the cluster from the Amazon S3 bucket.
|
|
1176
|
+
*/
|
|
1177
|
+
CopyCommand: CopyCommand;
|
|
1178
|
+
/**
|
|
1179
|
+
* The password for the Amazon Redshift user that you specified in the `Username` property.
|
|
1180
|
+
* @minLength 6
|
|
1181
|
+
* @maxLength 512
|
|
1182
|
+
*/
|
|
1183
|
+
Password?: string | undefined;
|
|
1184
|
+
/**
|
|
1185
|
+
* The data processing configuration for the Kinesis Data Firehose delivery stream.
|
|
1186
|
+
*/
|
|
1187
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
1188
|
+
/**
|
|
1189
|
+
* The retry behavior in case Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).
|
|
1190
|
+
*/
|
|
1191
|
+
RetryOptions?: RedshiftRetryOptions | undefined;
|
|
1192
|
+
/**
|
|
1193
|
+
* The ARN of the AWS Identity and Access Management (IAM) role that grants Kinesis Data Firehose access to your Amazon S3 bucket and AWS KMS (if you enable data encryption). For more information, see [Grant Kinesis Data Firehose Access to an Amazon Redshift Destination](https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-rs) in the *Amazon Kinesis Data Firehose Developer Guide* .
|
|
1194
|
+
* @minLength 1
|
|
1195
|
+
* @maxLength 512
|
|
1196
|
+
* @pattern arn:.*
|
|
1197
|
+
*/
|
|
1198
|
+
RoleARN: string;
|
|
1199
|
+
/**
|
|
1200
|
+
* The configuration for backup in Amazon S3.
|
|
1201
|
+
*/
|
|
1202
|
+
S3BackupConfiguration?: S3DestinationConfiguration | undefined;
|
|
1203
|
+
/**
|
|
1204
|
+
* The Amazon S3 backup mode. After you create a Firehose stream, you can update it to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the Firehose stream to disable it.
|
|
1205
|
+
*/
|
|
1206
|
+
S3BackupMode?: "Disabled" | "Enabled" | undefined;
|
|
1207
|
+
/**
|
|
1208
|
+
* The S3 bucket where Kinesis Data Firehose first delivers data. After the data is in the bucket, Kinesis Data Firehose uses the `COPY` command to load the data into the Amazon Redshift cluster. For the Amazon S3 bucket's compression format, don't specify `SNAPPY` or `ZIP` because the Amazon Redshift `COPY` command doesn't support them.
|
|
1209
|
+
*/
|
|
1210
|
+
S3Configuration: S3DestinationConfiguration;
|
|
1211
|
+
/**
|
|
1212
|
+
* The configuration that defines how you access secrets for Amazon Redshift.
|
|
1213
|
+
*/
|
|
1214
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration | undefined;
|
|
1215
|
+
/**
|
|
1216
|
+
* The Amazon Redshift user that has permission to access the Amazon Redshift cluster. This user must have `INSERT` privileges for copying data from the Amazon S3 bucket to the cluster.
|
|
1217
|
+
* @minLength 1
|
|
1218
|
+
* @maxLength 512
|
|
1219
|
+
*/
|
|
1220
|
+
Username?: string | undefined;
|
|
1221
|
+
};
|
|
1222
|
+
/**
|
|
1223
|
+
* Configures retry behavior in case Firehose is unable to deliver documents to Amazon Redshift.
|
|
1224
|
+
*/
|
|
1225
|
+
export type RedshiftRetryOptions = {
|
|
1226
|
+
/**
|
|
1227
|
+
* The length of time during which Firehose retries delivery after a failure, starting from the initial request and including the first attempt. The default value is 3600 seconds (60 minutes). Firehose does not retry if the value of `DurationInSeconds` is 0 (zero) or if the first delivery attempt takes longer than the current value.
|
|
1228
|
+
*/
|
|
1229
|
+
DurationInSeconds?: number | undefined;
|
|
1230
|
+
};
|
|
1231
|
+
/**
|
|
1232
|
+
* Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination. Kinesis Firehose supports any custom HTTP endpoint or HTTP endpoints owned by supported third-party service providers, including Datadog, MongoDB, and New Relic.
|
|
1233
|
+
*/
|
|
1234
|
+
export type RetryOptions = {
|
|
1235
|
+
/**
|
|
1236
|
+
* The total amount of time that Kinesis Data Firehose spends on retries. This duration starts after the initial attempt to send data to the custom destination via HTTPS endpoint fails. It doesn't include the periods during which Kinesis Data Firehose waits for acknowledgment from the specified destination after each attempt.
|
|
1237
|
+
*/
|
|
1238
|
+
DurationInSeconds?: number | undefined;
|
|
1239
|
+
};
|
|
1240
|
+
/**
|
|
1241
|
+
* The `S3DestinationConfiguration` property type specifies an Amazon Simple Storage Service (Amazon S3) destination to which Amazon Kinesis Data Firehose (Kinesis Data Firehose) delivers data.
|
|
1242
|
+
*/
|
|
1243
|
+
export type S3DestinationConfiguration = {
|
|
1244
|
+
/**
|
|
1245
|
+
* The Amazon Resource Name (ARN) of the Amazon S3 bucket to send data to.
|
|
1246
|
+
* @minLength 1
|
|
1247
|
+
* @maxLength 2048
|
|
1248
|
+
* @pattern arn:.*
|
|
1249
|
+
*/
|
|
1250
|
+
BucketARN: string;
|
|
1251
|
+
/**
|
|
1252
|
+
* Configures how Kinesis Data Firehose buffers incoming data while delivering it to the Amazon S3 bucket.
|
|
1253
|
+
*/
|
|
1254
|
+
BufferingHints?: BufferingHints | undefined;
|
|
1255
|
+
/**
|
|
1256
|
+
* The CloudWatch logging options for your Firehose stream.
|
|
1257
|
+
*/
|
|
1258
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
1259
|
+
/**
|
|
1260
|
+
* The type of compression that Kinesis Data Firehose uses to compress the data that it delivers to the Amazon S3 bucket. For valid values, see the `CompressionFormat` content for the [S3DestinationConfiguration](https://docs.aws.amazon.com/firehose/latest/APIReference/API_S3DestinationConfiguration.html) data type in the *Amazon Kinesis Data Firehose API Reference* .
|
|
1261
|
+
*/
|
|
1262
|
+
CompressionFormat?: "UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY" | undefined;
|
|
1263
|
+
/**
|
|
1264
|
+
* Configures Amazon Simple Storage Service (Amazon S3) server-side encryption. Kinesis Data Firehose uses AWS Key Management Service ( AWS KMS) to encrypt the data that it delivers to your Amazon S3 bucket.
|
|
1265
|
+
*/
|
|
1266
|
+
EncryptionConfiguration?: EncryptionConfiguration | undefined;
|
|
1267
|
+
/**
|
|
1268
|
+
* A prefix that Kinesis Data Firehose evaluates and adds to failed records before writing them to S3. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html) .
|
|
1269
|
+
* @minLength 0
|
|
1270
|
+
* @maxLength 1024
|
|
1271
|
+
*/
|
|
1272
|
+
ErrorOutputPrefix?: string | undefined;
|
|
1273
|
+
/**
|
|
1274
|
+
* A prefix that Kinesis Data Firehose adds to the files that it delivers to the Amazon S3 bucket. The prefix helps you identify the files that Kinesis Data Firehose delivered.
|
|
1275
|
+
* @minLength 0
|
|
1276
|
+
* @maxLength 1024
|
|
1277
|
+
*/
|
|
1278
|
+
Prefix?: string | undefined;
|
|
1279
|
+
/**
|
|
1280
|
+
* The ARN of an AWS Identity and Access Management (IAM) role that grants Kinesis Data Firehose access to your Amazon S3 bucket and AWS KMS (if you enable data encryption). For more information, see [Grant Kinesis Data Firehose Access to an Amazon S3 Destination](https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-s3) in the *Amazon Kinesis Data Firehose Developer Guide* .
|
|
1281
|
+
* @minLength 1
|
|
1282
|
+
* @maxLength 512
|
|
1283
|
+
* @pattern arn:.*
|
|
1284
|
+
*/
|
|
1285
|
+
RoleARN: string;
|
|
1286
|
+
};
|
|
1287
|
+
/**
|
|
1288
|
+
* Specifies the schema to which you want Firehose to configure your data before it writes it to Amazon S3. This parameter is required if `Enabled` is set to true.
|
|
1289
|
+
*/
|
|
1290
|
+
export type SchemaConfiguration = {
|
|
1291
|
+
/**
|
|
1292
|
+
* The ID of the AWS Glue Data Catalog. If you don't supply this, the AWS account ID is used by default.
|
|
1293
|
+
*/
|
|
1294
|
+
CatalogId?: string | undefined;
|
|
1295
|
+
/**
|
|
1296
|
+
* Specifies the name of the AWS Glue database that contains the schema for the output data.
|
|
1297
|
+
*
|
|
1298
|
+
* > If the `SchemaConfiguration` request parameter is used as part of invoking the `CreateDeliveryStream` API, then the `DatabaseName` property is required and its value must be specified.
|
|
1299
|
+
*/
|
|
1300
|
+
DatabaseName?: string | undefined;
|
|
1301
|
+
/**
|
|
1302
|
+
* If you don't specify an AWS Region, the default is the current Region.
|
|
1303
|
+
*/
|
|
1304
|
+
Region?: string | undefined;
|
|
1305
|
+
/**
|
|
1306
|
+
* The role that Firehose can use to access AWS Glue. This role must be in the same account you use for Firehose. Cross-account roles aren't allowed.
|
|
1307
|
+
*
|
|
1308
|
+
* > If the `SchemaConfiguration` request parameter is used as part of invoking the `CreateDeliveryStream` API, then the `RoleARN` property is required and its value must be specified.
|
|
1309
|
+
* @minLength 1
|
|
1310
|
+
* @maxLength 512
|
|
1311
|
+
* @pattern arn:.*
|
|
1312
|
+
*/
|
|
1313
|
+
RoleARN?: string | undefined;
|
|
1314
|
+
/**
|
|
1315
|
+
* Specifies the AWS Glue table that contains the column information that constitutes your data schema.
|
|
1316
|
+
*
|
|
1317
|
+
* > If the `SchemaConfiguration` request parameter is used as part of invoking the `CreateDeliveryStream` API, then the `TableName` property is required and its value must be specified.
|
|
1318
|
+
*/
|
|
1319
|
+
TableName?: string | undefined;
|
|
1320
|
+
/**
|
|
1321
|
+
* Specifies the table version for the output data schema. If you don't specify this version ID, or if you set it to `LATEST` , Firehose uses the most recent version. This means that any updates to the table are automatically picked up.
|
|
1322
|
+
*/
|
|
1323
|
+
VersionId?: string | undefined;
|
|
1324
|
+
};
|
|
1325
|
+
/**
|
|
1326
|
+
* The structure that defines how Firehose accesses the secret.
|
|
1327
|
+
*/
|
|
1328
|
+
export type SecretsManagerConfiguration = {
|
|
1329
|
+
/**
|
|
1330
|
+
* Specifies whether you want to use the secrets manager feature. When set as `True` the secrets manager configuration overwrites the existing secrets in the destination configuration. When it's set to `False` Firehose falls back to the credentials in the destination configuration.
|
|
1331
|
+
*/
|
|
1332
|
+
Enabled: boolean;
|
|
1333
|
+
/**
|
|
1334
|
+
* Specifies the role that Firehose assumes when calling the Secrets Manager API operation. When you provide the role, it overrides any destination specific role defined in the destination configuration. If you do not provide the then we use the destination specific role. This parameter is required for Splunk.
|
|
1335
|
+
* @minLength 1
|
|
1336
|
+
* @maxLength 512
|
|
1337
|
+
* @pattern arn:.*:iam::\d{12}:role/[a-zA-Z_0-9+=,.@\-_/]+
|
|
1338
|
+
*/
|
|
1339
|
+
RoleARN?: string | undefined;
|
|
1340
|
+
/**
|
|
1341
|
+
* The ARN of the secret that stores your credentials. It must be in the same region as the Firehose stream and the role. The secret ARN can reside in a different account than the Firehose stream and role as Firehose supports cross-account secret access. This parameter is required when *Enabled* is set to `True` .
|
|
1342
|
+
* @minLength 1
|
|
1343
|
+
* @maxLength 2048
|
|
1344
|
+
* @pattern arn:.*:secretsmanager:[a-zA-Z0-9\-]+:\d{12}:secret:[a-zA-Z0-9\-/_+=.@]+
|
|
1345
|
+
*/
|
|
1346
|
+
SecretARN?: string | undefined;
|
|
1347
|
+
};
|
|
1348
|
+
/**
|
|
1349
|
+
* The serializer that you want Firehose to use to convert data to the target format before writing it to Amazon S3. Firehose supports two types of serializers: the ORC SerDe and the Parquet SerDe.
|
|
1350
|
+
*/
|
|
1351
|
+
export type Serializer = {
|
|
1352
|
+
/**
|
|
1353
|
+
* A serializer to use for converting data to the ORC format before storing it in Amazon S3. For more information, see [Apache ORC](https://docs.aws.amazon.com/https://orc.apache.org/docs/) .
|
|
1354
|
+
*/
|
|
1355
|
+
OrcSerDe?: OrcSerDe | undefined;
|
|
1356
|
+
/**
|
|
1357
|
+
* A serializer to use for converting data to the Parquet format before storing it in Amazon S3. For more information, see [Apache Parquet](https://docs.aws.amazon.com/https://parquet.apache.org/docs/contribution-guidelines/) .
|
|
1358
|
+
*/
|
|
1359
|
+
ParquetSerDe?: ParquetSerDe | undefined;
|
|
1360
|
+
};
|
|
1361
|
+
/**
|
|
1362
|
+
* Describes the buffering to perform before delivering data to the Snowflake destination. If you do not specify any value, Firehose uses the default values.
|
|
1363
|
+
*/
|
|
1364
|
+
export type SnowflakeBufferingHints = {
|
|
1365
|
+
/**
|
|
1366
|
+
* Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 0.
|
|
1367
|
+
*/
|
|
1368
|
+
IntervalInSeconds?: number | undefined;
|
|
1369
|
+
/**
|
|
1370
|
+
* Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 128.
|
|
1371
|
+
*/
|
|
1372
|
+
SizeInMBs?: number | undefined;
|
|
1373
|
+
};
|
|
1374
|
+
/**
|
|
1375
|
+
* Configure Snowflake destination
|
|
1376
|
+
*/
|
|
1377
|
+
export type SnowflakeDestinationConfiguration = {
|
|
1378
|
+
/**
|
|
1379
|
+
* URL for accessing your Snowflake account. This URL must include your [account identifier](https://docs.aws.amazon.com/https://docs.snowflake.com/en/user-guide/admin-account-identifier) . Note that the protocol (https://) and port number are optional.
|
|
1380
|
+
* @minLength 24
|
|
1381
|
+
* @maxLength 2048
|
|
1382
|
+
* @pattern .+?\.snowflakecomputing\.com
|
|
1383
|
+
*/
|
|
1384
|
+
AccountUrl: string;
|
|
1385
|
+
/**
|
|
1386
|
+
* Describes the buffering to perform before delivering data to the Snowflake destination. If you do not specify any value, Firehose uses the default values.
|
|
1387
|
+
*/
|
|
1388
|
+
BufferingHints?: SnowflakeBufferingHints | undefined;
|
|
1389
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
1390
|
+
/**
|
|
1391
|
+
* The name of the record content column.
|
|
1392
|
+
* @minLength 1
|
|
1393
|
+
* @maxLength 255
|
|
1394
|
+
*/
|
|
1395
|
+
ContentColumnName?: string | undefined;
|
|
1396
|
+
/**
|
|
1397
|
+
* Choose to load JSON keys mapped to table column names or choose to split the JSON payload where content is mapped to a record content column and source metadata is mapped to a record metadata column.
|
|
1398
|
+
*/
|
|
1399
|
+
DataLoadingOption?: "JSON_MAPPING" | "VARIANT_CONTENT_MAPPING" | "VARIANT_CONTENT_AND_METADATA_MAPPING" | undefined;
|
|
1400
|
+
/**
|
|
1401
|
+
* All data in Snowflake is maintained in databases.
|
|
1402
|
+
* @minLength 1
|
|
1403
|
+
* @maxLength 255
|
|
1404
|
+
*/
|
|
1405
|
+
Database: string;
|
|
1406
|
+
/**
|
|
1407
|
+
* Passphrase to decrypt the private key when the key is encrypted. For information, see [Using Key Pair Authentication & Key Rotation](https://docs.aws.amazon.com/https://docs.snowflake.com/en/user-guide/data-load-snowpipe-streaming-configuration#using-key-pair-authentication-key-rotation) .
|
|
1408
|
+
* @minLength 7
|
|
1409
|
+
* @maxLength 255
|
|
1410
|
+
*/
|
|
1411
|
+
KeyPassphrase?: string | undefined;
|
|
1412
|
+
/**
|
|
1413
|
+
* Specify a column name in the table, where the metadata information has to be loaded. When you enable this field, you will see the following column in the snowflake table, which differs based on the source type.
|
|
1414
|
+
*
|
|
1415
|
+
* For Direct PUT as source
|
|
1416
|
+
*
|
|
1417
|
+
* `{ "firehoseDeliveryStreamName" : "streamname", "IngestionTime" : "timestamp" }`
|
|
1418
|
+
*
|
|
1419
|
+
* For Kinesis Data Stream as source
|
|
1420
|
+
*
|
|
1421
|
+
* `"kinesisStreamName" : "streamname", "kinesisShardId" : "Id", "kinesisPartitionKey" : "key", "kinesisSequenceNumber" : "1234", "subsequenceNumber" : "2334", "IngestionTime" : "timestamp" }`
|
|
1422
|
+
* @minLength 1
|
|
1423
|
+
* @maxLength 255
|
|
1424
|
+
*/
|
|
1425
|
+
MetaDataColumnName?: string | undefined;
|
|
1426
|
+
/**
|
|
1427
|
+
* The private key used to encrypt your Snowflake client. For information, see [Using Key Pair Authentication & Key Rotation](https://docs.aws.amazon.com/https://docs.snowflake.com/en/user-guide/data-load-snowpipe-streaming-configuration#using-key-pair-authentication-key-rotation) .
|
|
1428
|
+
* @minLength 256
|
|
1429
|
+
* @maxLength 4096
|
|
1430
|
+
* @pattern ^(?:[A-Za-z0-9+\/]{4})*(?:[A-Za-z0-9+\/]{2}==|[A-Za-z0-9+\/]{3}=)?$
|
|
1431
|
+
*/
|
|
1432
|
+
PrivateKey?: string | undefined;
|
|
1433
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
1434
|
+
/**
|
|
1435
|
+
* The time period where Firehose will retry sending data to the chosen HTTP endpoint.
|
|
1436
|
+
*/
|
|
1437
|
+
RetryOptions?: SnowflakeRetryOptions | undefined;
|
|
1438
|
+
/**
|
|
1439
|
+
* The Amazon Resource Name (ARN) of the Snowflake role
|
|
1440
|
+
* @minLength 1
|
|
1441
|
+
* @maxLength 512
|
|
1442
|
+
* @pattern arn:.*
|
|
1443
|
+
*/
|
|
1444
|
+
RoleARN: string;
|
|
1445
|
+
/**
|
|
1446
|
+
* Choose an S3 backup mode
|
|
1447
|
+
*/
|
|
1448
|
+
S3BackupMode?: "FailedDataOnly" | "AllData" | undefined;
|
|
1449
|
+
S3Configuration: S3DestinationConfiguration;
|
|
1450
|
+
/**
|
|
1451
|
+
* Each database consists of one or more schemas, which are logical groupings of database objects, such as tables and views
|
|
1452
|
+
* @minLength 1
|
|
1453
|
+
* @maxLength 255
|
|
1454
|
+
*/
|
|
1455
|
+
Schema: string;
|
|
1456
|
+
/**
|
|
1457
|
+
* The configuration that defines how you access secrets for Snowflake.
|
|
1458
|
+
*/
|
|
1459
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration | undefined;
|
|
1460
|
+
/**
|
|
1461
|
+
* Optionally configure a Snowflake role. Otherwise the default user role will be used.
|
|
1462
|
+
*/
|
|
1463
|
+
SnowflakeRoleConfiguration?: SnowflakeRoleConfiguration | undefined;
|
|
1464
|
+
/**
|
|
1465
|
+
* The VPCE ID for Firehose to privately connect with Snowflake. The ID format is com.amazonaws.vpce.[region].vpce-svc-<[id]>. For more information, see [Amazon PrivateLink & Snowflake](https://docs.aws.amazon.com/https://docs.snowflake.com/en/user-guide/admin-security-privatelink)
|
|
1466
|
+
*/
|
|
1467
|
+
SnowflakeVpcConfiguration?: SnowflakeVpcConfiguration | undefined;
|
|
1468
|
+
/**
|
|
1469
|
+
* All data in Snowflake is stored in database tables, logically structured as collections of columns and rows.
|
|
1470
|
+
* @minLength 1
|
|
1471
|
+
* @maxLength 255
|
|
1472
|
+
*/
|
|
1473
|
+
Table: string;
|
|
1474
|
+
/**
|
|
1475
|
+
* User login name for the Snowflake account.
|
|
1476
|
+
* @minLength 1
|
|
1477
|
+
* @maxLength 255
|
|
1478
|
+
*/
|
|
1479
|
+
User?: string | undefined;
|
|
1480
|
+
};
|
|
1481
|
+
/**
|
|
1482
|
+
* Specify how long Firehose retries sending data to the New Relic HTTP endpoint. After sending data, Firehose first waits for an acknowledgment from the HTTP endpoint. If an error occurs or the acknowledgment doesn’t arrive within the acknowledgment timeout period, Firehose starts the retry duration counter. It keeps retrying until the retry duration expires. After that, Firehose considers it a data delivery failure and backs up the data to your Amazon S3 bucket. Every time that Firehose sends data to the HTTP endpoint (either the initial attempt or a retry), it restarts the acknowledgement timeout counter and waits for an acknowledgement from the HTTP endpoint. Even if the retry duration expires, Firehose still waits for the acknowledgment until it receives it or the acknowledgement timeout period is reached. If the acknowledgment times out, Firehose determines whether there's time left in the retry counter. If there is time left, it retries again and repeats the logic until it receives an acknowledgment or determines that the retry time has expired. If you don't want Firehose to retry sending data, set this value to 0.
|
|
1483
|
+
*/
|
|
1484
|
+
export type SnowflakeRetryOptions = {
|
|
1485
|
+
/**
|
|
1486
|
+
* the time period where Firehose will retry sending data to the chosen HTTP endpoint.
|
|
1487
|
+
*/
|
|
1488
|
+
DurationInSeconds?: number | undefined;
|
|
1489
|
+
};
|
|
1490
|
+
/**
|
|
1491
|
+
* Optionally configure a Snowflake role. Otherwise the default user role will be used.
|
|
1492
|
+
*/
|
|
1493
|
+
export type SnowflakeRoleConfiguration = {
|
|
1494
|
+
/**
|
|
1495
|
+
* Enable Snowflake role
|
|
1496
|
+
*/
|
|
1497
|
+
Enabled?: boolean | undefined;
|
|
1498
|
+
/**
|
|
1499
|
+
* The Snowflake role you wish to configure
|
|
1500
|
+
* @minLength 1
|
|
1501
|
+
* @maxLength 255
|
|
1502
|
+
*/
|
|
1503
|
+
SnowflakeRole?: string | undefined;
|
|
1504
|
+
};
|
|
1505
|
+
/**
|
|
1506
|
+
* Configure a Snowflake VPC
|
|
1507
|
+
*/
|
|
1508
|
+
export type SnowflakeVpcConfiguration = {
|
|
1509
|
+
/**
|
|
1510
|
+
* The VPCE ID for Firehose to privately connect with Snowflake. The ID format is com.amazonaws.vpce.[region].vpce-svc-<[id]>. For more information, see [Amazon PrivateLink & Snowflake](https://docs.aws.amazon.com/https://docs.snowflake.com/en/user-guide/admin-security-privatelink)
|
|
1511
|
+
* @minLength 47
|
|
1512
|
+
* @maxLength 255
|
|
1513
|
+
* @pattern ([a-zA-Z0-9\-\_]+\.){2,3}vpce\.[a-zA-Z0-9\-]*\.vpce-svc\-[a-zA-Z0-9\-]{17}$
|
|
1514
|
+
*/
|
|
1515
|
+
PrivateLinkVpceId: string;
|
|
1516
|
+
};
|
|
1517
|
+
/**
|
|
1518
|
+
* The buffering options. If no value is specified, the default values for Splunk are used.
|
|
1519
|
+
*/
|
|
1520
|
+
export type SplunkBufferingHints = {
|
|
1521
|
+
/**
|
|
1522
|
+
* Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 60 (1 minute).
|
|
1523
|
+
*/
|
|
1524
|
+
IntervalInSeconds?: number | undefined;
|
|
1525
|
+
/**
|
|
1526
|
+
* Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.
|
|
1527
|
+
*/
|
|
1528
|
+
SizeInMBs?: number | undefined;
|
|
1529
|
+
};
|
|
1530
|
+
/**
|
|
1531
|
+
* The `SplunkDestinationConfiguration` property type specifies the configuration of a destination in Splunk for a Kinesis Data Firehose delivery stream.
|
|
1532
|
+
*/
|
|
1533
|
+
export type SplunkDestinationConfiguration = {
|
|
1534
|
+
/**
|
|
1535
|
+
* The buffering options. If no value is specified, the default values for Splunk are used.
|
|
1536
|
+
*/
|
|
1537
|
+
BufferingHints?: SplunkBufferingHints | undefined;
|
|
1538
|
+
/**
|
|
1539
|
+
* The Amazon CloudWatch logging options for your Firehose stream.
|
|
1540
|
+
*/
|
|
1541
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions | undefined;
|
|
1542
|
+
/**
|
|
1543
|
+
* The amount of time that Firehose waits to receive an acknowledgment from Splunk after it sends it data. At the end of the timeout period, Firehose either tries to send the data again or considers it an error, based on your retry settings.
|
|
1544
|
+
* @min 180
|
|
1545
|
+
* @max 600
|
|
1546
|
+
*/
|
|
1547
|
+
HECAcknowledgmentTimeoutInSeconds?: number | undefined;
|
|
1548
|
+
/**
|
|
1549
|
+
* The HTTP Event Collector (HEC) endpoint to which Firehose sends your data.
|
|
1550
|
+
* @minLength 0
|
|
1551
|
+
* @maxLength 2048
|
|
1552
|
+
*/
|
|
1553
|
+
HECEndpoint: string;
|
|
1554
|
+
/**
|
|
1555
|
+
* This type can be either `Raw` or `Event` .
|
|
1556
|
+
*/
|
|
1557
|
+
HECEndpointType: "Raw" | "Event";
|
|
1558
|
+
/**
|
|
1559
|
+
* This is a GUID that you obtain from your Splunk cluster when you create a new HEC endpoint.
|
|
1560
|
+
* @minLength 0
|
|
1561
|
+
* @maxLength 2048
|
|
1562
|
+
*/
|
|
1563
|
+
HECToken?: string | undefined;
|
|
1564
|
+
/**
|
|
1565
|
+
* The data processing configuration.
|
|
1566
|
+
*/
|
|
1567
|
+
ProcessingConfiguration?: ProcessingConfiguration | undefined;
|
|
1568
|
+
/**
|
|
1569
|
+
* The retry behavior in case Firehose is unable to deliver data to Splunk, or if it doesn't receive an acknowledgment of receipt from Splunk.
|
|
1570
|
+
*/
|
|
1571
|
+
RetryOptions?: SplunkRetryOptions | undefined;
|
|
1572
|
+
/**
|
|
1573
|
+
* Defines how documents should be delivered to Amazon S3. When set to `FailedEventsOnly` , Firehose writes any data that could not be indexed to the configured Amazon S3 destination. When set to `AllEvents` , Firehose delivers all incoming records to Amazon S3, and also writes failed documents to Amazon S3. The default value is `FailedEventsOnly` .
|
|
1574
|
+
*
|
|
1575
|
+
* You can update this backup mode from `FailedEventsOnly` to `AllEvents` . You can't update it from `AllEvents` to `FailedEventsOnly` .
|
|
1576
|
+
*/
|
|
1577
|
+
S3BackupMode?: string | undefined;
|
|
1578
|
+
/**
|
|
1579
|
+
* The configuration for the backup Amazon S3 location.
|
|
1580
|
+
*/
|
|
1581
|
+
S3Configuration: S3DestinationConfiguration;
|
|
1582
|
+
/**
|
|
1583
|
+
* The configuration that defines how you access secrets for Splunk.
|
|
1584
|
+
*/
|
|
1585
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration | undefined;
|
|
1586
|
+
};
|
|
1587
|
+
/**
|
|
1588
|
+
* The `SplunkRetryOptions` property type specifies retry behavior in case Kinesis Data Firehose is unable to deliver documents to Splunk or if it doesn't receive an acknowledgment from Splunk.
|
|
1589
|
+
*/
|
|
1590
|
+
export type SplunkRetryOptions = {
|
|
1591
|
+
/**
|
|
1592
|
+
* The total amount of time that Firehose spends on retries. This duration starts after the initial attempt to send data to Splunk fails. It doesn't include the periods during which Firehose waits for acknowledgment from Splunk after each attempt.
|
|
1593
|
+
*/
|
|
1594
|
+
DurationInSeconds?: number | undefined;
|
|
1595
|
+
};
|
|
1596
|
+
/**
|
|
1597
|
+
* The details of the VPC of the Amazon ES destination.
|
|
1598
|
+
*/
|
|
1599
|
+
export type VpcConfiguration = {
|
|
1600
|
+
/**
|
|
1601
|
+
* The ARN of the IAM role that you want the delivery stream to use to create endpoints in the destination VPC. You can use your existing Kinesis Data Firehose delivery role or you can specify a new role. In either case, make sure that the role trusts the Kinesis Data Firehose service principal and that it grants the following permissions:
|
|
1602
|
+
*
|
|
1603
|
+
* - `ec2:DescribeVpcs`
|
|
1604
|
+
* - `ec2:DescribeVpcAttribute`
|
|
1605
|
+
* - `ec2:DescribeSubnets`
|
|
1606
|
+
* - `ec2:DescribeSecurityGroups`
|
|
1607
|
+
* - `ec2:DescribeNetworkInterfaces`
|
|
1608
|
+
* - `ec2:CreateNetworkInterface`
|
|
1609
|
+
* - `ec2:CreateNetworkInterfacePermission`
|
|
1610
|
+
* - `ec2:DeleteNetworkInterface`
|
|
1611
|
+
*
|
|
1612
|
+
* If you revoke these permissions after you create the delivery stream, Kinesis Data Firehose can't scale out by creating more ENIs when necessary. You might therefore see a degradation in performance.
|
|
1613
|
+
* @minLength 1
|
|
1614
|
+
* @maxLength 512
|
|
1615
|
+
* @pattern arn:.*
|
|
1616
|
+
*/
|
|
1617
|
+
RoleARN: string;
|
|
1618
|
+
/**
|
|
1619
|
+
* The IDs of the security groups that you want Kinesis Data Firehose to use when it creates ENIs in the VPC of the Amazon ES destination. You can use the same security group that the Amazon ES domain uses or different ones. If you specify different security groups here, ensure that they allow outbound HTTPS traffic to the Amazon ES domain's security group. Also ensure that the Amazon ES domain's security group allows HTTPS traffic from the security groups specified here. If you use the same security group for both your delivery stream and the Amazon ES domain, make sure the security group inbound rule allows HTTPS traffic.
|
|
1620
|
+
*/
|
|
1621
|
+
SecurityGroupIds: string[];
|
|
1622
|
+
/**
|
|
1623
|
+
* The IDs of the subnets that Kinesis Data Firehose uses to create ENIs in the VPC of the Amazon ES destination. Make sure that the routing tables and inbound and outbound rules allow traffic to flow from the subnets whose IDs are specified here to the subnets that have the destination Amazon ES endpoints. Kinesis Data Firehose creates at least one ENI in each of the subnets that are specified here. Do not delete or modify these ENIs.
|
|
1624
|
+
*
|
|
1625
|
+
* The number of ENIs that Kinesis Data Firehose creates in the subnets specified here scales up and down automatically based on throughput. To enable Kinesis Data Firehose to scale up the number of ENIs to match throughput, ensure that you have sufficient quota. To help you calculate the quota you need, assume that Kinesis Data Firehose can create up to three ENIs for this delivery stream for each of the subnets specified here.
|
|
1626
|
+
*/
|
|
1627
|
+
SubnetIds: string[];
|
|
1628
|
+
};
|
|
1629
|
+
//# sourceMappingURL=aws-kinesisfirehose-deliverystream.d.ts.map
|