@propulsionworks/cloudformation 0.0.2 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/exports/main.ts +6 -5
- package/lib/assert.ts +62 -0
- package/lib/builder.ts +366 -0
- package/lib/intrinsics.ts +1223 -0
- package/{exports/main → lib}/template.ts +41 -13
- package/out/exports/main.d.ts +6 -5
- package/out/exports/main.d.ts.map +1 -1
- package/out/exports/main.js +6 -5
- package/out/exports/main.js.map +1 -1
- package/out/exports/resources.generated/alexa-ask-skill.d.ts +106 -0
- package/out/exports/resources.generated/aws-accessanalyzer-analyzer.d.ts +154 -0
- package/out/exports/resources.generated/aws-acmpca-certificate.d.ts +462 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthority.d.ts +523 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthorityactivation.d.ts +43 -0
- package/out/exports/resources.generated/aws-acmpca-permission.d.ts +45 -0
- package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +422 -0
- package/out/exports/resources.generated/aws-amazonmq-configuration.d.ts +94 -0
- package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +52 -0
- package/out/exports/resources.generated/aws-amplify-app.d.ts +356 -0
- package/out/exports/resources.generated/aws-amplify-branch.d.ts +206 -0
- package/out/exports/resources.generated/aws-amplify-domain.d.ts +169 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-component.d.ts +558 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-form.d.ts +526 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-theme.d.ts +99 -0
- package/out/exports/resources.generated/aws-apigateway-account.d.ts +32 -0
- package/out/exports/resources.generated/aws-apigateway-apikey.d.ts +82 -0
- package/out/exports/resources.generated/aws-apigateway-authorizer.d.ts +73 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmapping.d.ts +33 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmappingv2.d.ts +43 -0
- package/out/exports/resources.generated/aws-apigateway-clientcertificate.d.ts +33 -0
- package/out/exports/resources.generated/aws-apigateway-deployment.d.ts +271 -0
- package/out/exports/resources.generated/aws-apigateway-documentationpart.d.ts +71 -0
- package/out/exports/resources.generated/aws-apigateway-documentationversion.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigateway-domainname.d.ts +127 -0
- package/out/exports/resources.generated/aws-apigateway-domainnameaccessassociation.d.ts +51 -0
- package/out/exports/resources.generated/aws-apigateway-domainnamev2.d.ts +74 -0
- package/out/exports/resources.generated/aws-apigateway-gatewayresponse.d.ts +48 -0
- package/out/exports/resources.generated/aws-apigateway-method.d.ts +217 -0
- package/out/exports/resources.generated/aws-apigateway-model.d.ts +40 -0
- package/out/exports/resources.generated/aws-apigateway-requestvalidator.d.ts +43 -0
- package/out/exports/resources.generated/aws-apigateway-resource.d.ts +38 -0
- package/out/exports/resources.generated/aws-apigateway-restapi.d.ts +168 -0
- package/out/exports/resources.generated/aws-apigateway-stage.d.ts +189 -0
- package/out/exports/resources.generated/aws-apigateway-usageplan.d.ts +121 -0
- package/out/exports/resources.generated/aws-apigateway-usageplankey.d.ts +38 -0
- package/out/exports/resources.generated/aws-apigateway-vpclink.d.ts +43 -0
- package/out/exports/resources.generated/aws-apigatewayv2-api.d.ts +182 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apigatewaymanagedoverrides.d.ts +183 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apimapping.d.ts +43 -0
- package/out/exports/resources.generated/aws-apigatewayv2-authorizer.d.ts +98 -0
- package/out/exports/resources.generated/aws-apigatewayv2-deployment.d.ts +38 -0
- package/out/exports/resources.generated/aws-apigatewayv2-domainname.d.ts +111 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integration.d.ts +181 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integrationresponse.d.ts +64 -0
- package/out/exports/resources.generated/aws-apigatewayv2-model.d.ts +48 -0
- package/out/exports/resources.generated/aws-apigatewayv2-route.d.ts +83 -0
- package/out/exports/resources.generated/aws-apigatewayv2-routeresponse.d.ts +64 -0
- package/out/exports/resources.generated/aws-apigatewayv2-stage.d.ts +130 -0
- package/out/exports/resources.generated/aws-apigatewayv2-vpclink.d.ts +43 -0
- package/out/exports/resources.generated/aws-appconfig-application.d.ts +58 -0
- package/out/exports/resources.generated/aws-appconfig-configurationprofile.d.ts +158 -0
- package/out/exports/resources.generated/aws-appconfig-deployment.d.ts +114 -0
- package/out/exports/resources.generated/aws-appconfig-deploymentstrategy.d.ts +95 -0
- package/out/exports/resources.generated/aws-appconfig-environment.d.ts +106 -0
- package/out/exports/resources.generated/aws-appconfig-extension.d.ts +136 -0
- package/out/exports/resources.generated/aws-appconfig-extensionassociation.d.ts +63 -0
- package/out/exports/resources.generated/aws-appconfig-hostedconfigurationversion.d.ts +83 -0
- package/out/exports/resources.generated/aws-appflow-connector.d.ts +76 -0
- package/out/exports/resources.generated/aws-appflow-connectorprofile.d.ts +1113 -0
- package/out/exports/resources.generated/aws-appflow-flow.d.ts +1383 -0
- package/out/exports/resources.generated/aws-appintegrations-application.d.ts +93 -0
- package/out/exports/resources.generated/aws-appintegrations-dataintegration.d.ts +133 -0
- package/out/exports/resources.generated/aws-appintegrations-eventintegration.d.ts +75 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalabletarget.d.ts +213 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalingpolicy.d.ts +745 -0
- package/out/exports/resources.generated/aws-applicationinsights-application.d.ts +592 -0
- package/out/exports/resources.generated/aws-applicationsignals-discovery.d.ts +42 -0
- package/out/exports/resources.generated/aws-applicationsignals-servicelevelobjective.d.ts +621 -0
- package/out/exports/resources.generated/aws-appmesh-gatewayroute.d.ts +528 -0
- package/out/exports/resources.generated/aws-appmesh-mesh.d.ts +110 -0
- package/out/exports/resources.generated/aws-appmesh-route.d.ts +620 -0
- package/out/exports/resources.generated/aws-appmesh-virtualgateway.d.ts +594 -0
- package/out/exports/resources.generated/aws-appmesh-virtualnode.d.ts +869 -0
- package/out/exports/resources.generated/aws-appmesh-virtualrouter.d.ts +123 -0
- package/out/exports/resources.generated/aws-appmesh-virtualservice.d.ts +134 -0
- package/out/exports/resources.generated/aws-apprunner-autoscalingconfiguration.d.ts +86 -0
- package/out/exports/resources.generated/aws-apprunner-observabilityconfiguration.d.ts +87 -0
- package/out/exports/resources.generated/aws-apprunner-service.d.ts +525 -0
- package/out/exports/resources.generated/aws-apprunner-vpcconnector.d.ts +70 -0
- package/out/exports/resources.generated/aws-apprunner-vpcingressconnection.d.ts +89 -0
- package/out/exports/resources.generated/aws-appstream-appblock.d.ts +125 -0
- package/out/exports/resources.generated/aws-appstream-appblockbuilder.d.ts +119 -0
- package/out/exports/resources.generated/aws-appstream-application.d.ts +121 -0
- package/out/exports/resources.generated/aws-appstream-applicationentitlementassociation.d.ts +28 -0
- package/out/exports/resources.generated/aws-appstream-applicationfleetassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-appstream-directoryconfig.d.ts +65 -0
- package/out/exports/resources.generated/aws-appstream-entitlement.d.ts +79 -0
- package/out/exports/resources.generated/aws-appstream-fleet.d.ts +255 -0
- package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +176 -0
- package/out/exports/resources.generated/aws-appstream-stack.d.ts +185 -0
- package/out/exports/resources.generated/aws-appstream-stackfleetassociation.d.ts +36 -0
- package/out/exports/resources.generated/aws-appstream-stackuserassociation.d.ts +44 -0
- package/out/exports/resources.generated/aws-appstream-user.d.ts +51 -0
- package/out/exports/resources.generated/aws-appsync-api.d.ts +228 -0
- package/out/exports/resources.generated/aws-appsync-apicache.d.ts +89 -0
- package/out/exports/resources.generated/aws-appsync-apikey.d.ts +48 -0
- package/out/exports/resources.generated/aws-appsync-channelnamespace.d.ts +151 -0
- package/out/exports/resources.generated/aws-appsync-datasource.d.ts +326 -0
- package/out/exports/resources.generated/aws-appsync-domainname.d.ts +69 -0
- package/out/exports/resources.generated/aws-appsync-domainnameapiassociation.d.ts +35 -0
- package/out/exports/resources.generated/aws-appsync-functionconfiguration.d.ts +177 -0
- package/out/exports/resources.generated/aws-appsync-graphqlapi.d.ts +383 -0
- package/out/exports/resources.generated/aws-appsync-graphqlschema.d.ts +48 -0
- package/out/exports/resources.generated/aws-appsync-resolver.d.ts +221 -0
- package/out/exports/resources.generated/aws-appsync-sourceapiassociation.d.ts +107 -0
- package/out/exports/resources.generated/aws-apptest-testcase.d.ts +493 -0
- package/out/exports/resources.generated/aws-aps-rulegroupsnamespace.d.ts +49 -0
- package/out/exports/resources.generated/aws-aps-scraper.d.ts +156 -0
- package/out/exports/resources.generated/aws-aps-workspace.d.ts +218 -0
- package/out/exports/resources.generated/aws-arczonalshift-autoshiftobservernotificationstatus.d.ts +36 -0
- package/out/exports/resources.generated/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +125 -0
- package/out/exports/resources.generated/aws-athena-capacityreservation.d.ts +96 -0
- package/out/exports/resources.generated/aws-athena-datacatalog.d.ts +92 -0
- package/out/exports/resources.generated/aws-athena-namedquery.d.ts +58 -0
- package/out/exports/resources.generated/aws-athena-preparedstatement.d.ts +41 -0
- package/out/exports/resources.generated/aws-athena-workgroup.d.ts +321 -0
- package/out/exports/resources.generated/aws-auditmanager-assessment.d.ts +268 -0
- package/out/exports/resources.generated/aws-autoscaling-autoscalinggroup.d.ts +1188 -0
- package/out/exports/resources.generated/aws-autoscaling-launchconfiguration.d.ts +283 -0
- package/out/exports/resources.generated/aws-autoscaling-lifecyclehook.d.ts +72 -0
- package/out/exports/resources.generated/aws-autoscaling-scalingpolicy.d.ts +708 -0
- package/out/exports/resources.generated/aws-autoscaling-scheduledaction.d.ts +81 -0
- package/out/exports/resources.generated/aws-autoscaling-warmpool.d.ts +69 -0
- package/out/exports/resources.generated/aws-autoscalingplans-scalingplan.d.ts +408 -0
- package/out/exports/resources.generated/aws-b2bi-capability.d.ts +170 -0
- package/out/exports/resources.generated/aws-b2bi-partnership.d.ts +263 -0
- package/out/exports/resources.generated/aws-b2bi-profile.d.ts +93 -0
- package/out/exports/resources.generated/aws-b2bi-transformer.d.ts +254 -0
- package/out/exports/resources.generated/aws-backup-backupplan.d.ts +217 -0
- package/out/exports/resources.generated/aws-backup-backupselection.d.ts +141 -0
- package/out/exports/resources.generated/aws-backup-backupvault.d.ts +119 -0
- package/out/exports/resources.generated/aws-backup-framework.d.ts +119 -0
- package/out/exports/resources.generated/aws-backup-logicallyairgappedbackupvault.d.ts +93 -0
- package/out/exports/resources.generated/aws-backup-reportplan.d.ts +100 -0
- package/out/exports/resources.generated/aws-backup-restoretestingplan.d.ts +110 -0
- package/out/exports/resources.generated/aws-backup-restoretestingselection.d.ts +111 -0
- package/out/exports/resources.generated/aws-backupgateway-hypervisor.d.ts +83 -0
- package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +498 -0
- package/out/exports/resources.generated/aws-batch-consumableresource.d.ts +71 -0
- package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +1586 -0
- package/out/exports/resources.generated/aws-batch-jobqueue.d.ts +110 -0
- package/out/exports/resources.generated/aws-batch-schedulingpolicy.d.ts +98 -0
- package/out/exports/resources.generated/aws-bcmdataexports-export.d.ts +214 -0
- package/out/exports/resources.generated/aws-bedrock-agent.d.ts +706 -0
- package/out/exports/resources.generated/aws-bedrock-agentalias.d.ts +118 -0
- package/out/exports/resources.generated/aws-bedrock-applicationinferenceprofile.d.ts +121 -0
- package/out/exports/resources.generated/aws-bedrock-blueprint.d.ts +77 -0
- package/out/exports/resources.generated/aws-bedrock-dataautomationproject.d.ts +654 -0
- package/out/exports/resources.generated/aws-bedrock-datasource.d.ts +912 -0
- package/out/exports/resources.generated/aws-bedrock-flow.d.ts +733 -0
- package/out/exports/resources.generated/aws-bedrock-flowalias.d.ts +122 -0
- package/out/exports/resources.generated/aws-bedrock-flowversion.d.ts +80 -0
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +663 -0
- package/out/exports/resources.generated/aws-bedrock-guardrailversion.d.ts +52 -0
- package/out/exports/resources.generated/aws-bedrock-intelligentpromptrouter.d.ts +121 -0
- package/out/exports/resources.generated/aws-bedrock-knowledgebase.d.ts +1153 -0
- package/out/exports/resources.generated/aws-bedrock-prompt.d.ts +477 -0
- package/out/exports/resources.generated/aws-bedrock-promptversion.d.ts +92 -0
- package/out/exports/resources.generated/aws-billingconductor-billinggroup.d.ts +116 -0
- package/out/exports/resources.generated/aws-billingconductor-customlineitem.d.ts +194 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingplan.d.ts +63 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingrule.d.ts +124 -0
- package/out/exports/resources.generated/aws-budgets-budget.d.ts +473 -0
- package/out/exports/resources.generated/aws-budgets-budgetsaction.d.ts +191 -0
- package/out/exports/resources.generated/aws-cassandra-keyspace.d.ts +73 -0
- package/out/exports/resources.generated/aws-cassandra-table.d.ts +370 -0
- package/out/exports/resources.generated/aws-cassandra-type.d.ts +82 -0
- package/out/exports/resources.generated/aws-ce-anomalymonitor.d.ts +81 -0
- package/out/exports/resources.generated/aws-ce-anomalysubscription.d.ts +108 -0
- package/out/exports/resources.generated/aws-ce-costcategory.d.ts +65 -0
- package/out/exports/resources.generated/aws-certificatemanager-account.d.ts +41 -0
- package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +125 -0
- package/out/exports/resources.generated/aws-chatbot-customaction.d.ts +145 -0
- package/out/exports/resources.generated/aws-chatbot-microsoftteamschannelconfiguration.d.ts +125 -0
- package/out/exports/resources.generated/aws-chatbot-slackchannelconfiguration.d.ts +107 -0
- package/out/exports/resources.generated/aws-cleanrooms-analysistemplate.d.ts +250 -0
- package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +300 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtable.d.ts +466 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtableassociation.d.ts +175 -0
- package/out/exports/resources.generated/aws-cleanrooms-idmappingtable.d.ts +102 -0
- package/out/exports/resources.generated/aws-cleanrooms-idnamespaceassociation.d.ts +113 -0
- package/out/exports/resources.generated/aws-cleanrooms-membership.d.ts +321 -0
- package/out/exports/resources.generated/aws-cleanrooms-privacybudgettemplate.d.ts +93 -0
- package/out/exports/resources.generated/aws-cleanroomsml-trainingdataset.d.ts +180 -0
- package/out/exports/resources.generated/aws-cloud9-environmentec2.d.ts +116 -0
- package/out/exports/resources.generated/aws-cloudformation-customresource.d.ts +44 -0
- package/out/exports/resources.generated/aws-cloudformation-guardhook.d.ts +214 -0
- package/out/exports/resources.generated/aws-cloudformation-hookdefaultversion.d.ts +81 -0
- package/out/exports/resources.generated/aws-cloudformation-hooktypeconfig.d.ts +95 -0
- package/out/exports/resources.generated/aws-cloudformation-hookversion.d.ts +118 -0
- package/out/exports/resources.generated/aws-cloudformation-lambdahook.d.ts +185 -0
- package/out/exports/resources.generated/aws-cloudformation-macro.d.ts +53 -0
- package/out/exports/resources.generated/aws-cloudformation-moduledefaultversion.d.ts +70 -0
- package/out/exports/resources.generated/aws-cloudformation-moduleversion.d.ts +95 -0
- package/out/exports/resources.generated/aws-cloudformation-publictypeversion.d.ts +172 -0
- package/out/exports/resources.generated/aws-cloudformation-publisher.d.ts +62 -0
- package/out/exports/resources.generated/aws-cloudformation-resourcedefaultversion.d.ts +77 -0
- package/out/exports/resources.generated/aws-cloudformation-resourceversion.d.ts +141 -0
- package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +221 -0
- package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +456 -0
- package/out/exports/resources.generated/aws-cloudformation-typeactivation.d.ts +206 -0
- package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +49 -0
- package/out/exports/resources.generated/aws-cloudformation-waitconditionhandle.d.ts +34 -0
- package/out/exports/resources.generated/aws-cloudfront-anycastiplist.d.ts +57 -0
- package/out/exports/resources.generated/aws-cloudfront-cachepolicy.d.ts +218 -0
- package/out/exports/resources.generated/aws-cloudfront-cloudfrontoriginaccessidentity.d.ts +44 -0
- package/out/exports/resources.generated/aws-cloudfront-connectiongroup.d.ts +85 -0
- package/out/exports/resources.generated/aws-cloudfront-continuousdeploymentpolicy.d.ts +174 -0
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +1341 -0
- package/out/exports/resources.generated/aws-cloudfront-distributiontenant.d.ts +203 -0
- package/out/exports/resources.generated/aws-cloudfront-function.d.ts +106 -0
- package/out/exports/resources.generated/aws-cloudfront-keygroup.d.ts +60 -0
- package/out/exports/resources.generated/aws-cloudfront-keyvaluestore.d.ts +64 -0
- package/out/exports/resources.generated/aws-cloudfront-monitoringsubscription.d.ts +45 -0
- package/out/exports/resources.generated/aws-cloudfront-originaccesscontrol.d.ts +80 -0
- package/out/exports/resources.generated/aws-cloudfront-originrequestpolicy.d.ts +155 -0
- package/out/exports/resources.generated/aws-cloudfront-publickey.d.ts +59 -0
- package/out/exports/resources.generated/aws-cloudfront-realtimelogconfig.d.ts +81 -0
- package/out/exports/resources.generated/aws-cloudfront-responseheaderspolicy.d.ts +476 -0
- package/out/exports/resources.generated/aws-cloudfront-streamingdistribution.d.ts +139 -0
- package/out/exports/resources.generated/aws-cloudfront-vpcorigin.d.ts +95 -0
- package/out/exports/resources.generated/aws-cloudtrail-channel.d.ts +67 -0
- package/out/exports/resources.generated/aws-cloudtrail-dashboard.d.ts +149 -0
- package/out/exports/resources.generated/aws-cloudtrail-eventdatastore.d.ts +307 -0
- package/out/exports/resources.generated/aws-cloudtrail-resourcepolicy.d.ts +31 -0
- package/out/exports/resources.generated/aws-cloudtrail-trail.d.ts +413 -0
- package/out/exports/resources.generated/aws-cloudwatch-alarm.d.ts +294 -0
- package/out/exports/resources.generated/aws-cloudwatch-anomalydetector.d.ts +289 -0
- package/out/exports/resources.generated/aws-cloudwatch-compositealarm.d.ts +126 -0
- package/out/exports/resources.generated/aws-cloudwatch-dashboard.d.ts +29 -0
- package/out/exports/resources.generated/aws-cloudwatch-insightrule.d.ts +56 -0
- package/out/exports/resources.generated/aws-cloudwatch-metricstream.d.ts +269 -0
- package/out/exports/resources.generated/aws-codeartifact-domain.d.ts +64 -0
- package/out/exports/resources.generated/aws-codeartifact-packagegroup.d.ts +111 -0
- package/out/exports/resources.generated/aws-codeartifact-repository.d.ts +91 -0
- package/out/exports/resources.generated/aws-codebuild-fleet.d.ts +263 -0
- package/out/exports/resources.generated/aws-codebuild-project.d.ts +865 -0
- package/out/exports/resources.generated/aws-codebuild-reportgroup.d.ts +118 -0
- package/out/exports/resources.generated/aws-codebuild-sourcecredential.d.ts +46 -0
- package/out/exports/resources.generated/aws-codecommit-repository.d.ts +158 -0
- package/out/exports/resources.generated/aws-codeconnections-connection.d.ts +70 -0
- package/out/exports/resources.generated/aws-codedeploy-application.d.ts +30 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentconfig.d.ts +180 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentgroup.d.ts +656 -0
- package/out/exports/resources.generated/aws-codeguruprofiler-profilinggroup.d.ts +77 -0
- package/out/exports/resources.generated/aws-codegurureviewer-repositoryassociation.d.ts +94 -0
- package/out/exports/resources.generated/aws-codepipeline-customactiontype.d.ts +153 -0
- package/out/exports/resources.generated/aws-codepipeline-pipeline.d.ts +703 -0
- package/out/exports/resources.generated/aws-codepipeline-webhook.d.ts +121 -0
- package/out/exports/resources.generated/aws-codestar-githubrepository.d.ts +98 -0
- package/out/exports/resources.generated/aws-codestarconnections-connection.d.ts +68 -0
- package/out/exports/resources.generated/aws-codestarconnections-repositorylink.d.ts +64 -0
- package/out/exports/resources.generated/aws-codestarconnections-syncconfiguration.d.ts +77 -0
- package/out/exports/resources.generated/aws-codestarnotifications-notificationrule.d.ts +104 -0
- package/out/exports/resources.generated/aws-cognito-identitypool.d.ts +163 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolprincipaltag.d.ts +33 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolroleattachment.d.ts +111 -0
- package/out/exports/resources.generated/aws-cognito-logdeliveryconfiguration.d.ts +99 -0
- package/out/exports/resources.generated/aws-cognito-managedloginbranding.d.ts +110 -0
- package/out/exports/resources.generated/aws-cognito-userpool.d.ts +788 -0
- package/out/exports/resources.generated/aws-cognito-userpoolclient.d.ts +315 -0
- package/out/exports/resources.generated/aws-cognito-userpooldomain.d.ts +56 -0
- package/out/exports/resources.generated/aws-cognito-userpoolgroup.d.ts +44 -0
- package/out/exports/resources.generated/aws-cognito-userpoolidentityprovider.d.ts +71 -0
- package/out/exports/resources.generated/aws-cognito-userpoolresourceserver.d.ts +55 -0
- package/out/exports/resources.generated/aws-cognito-userpoolriskconfigurationattachment.d.ts +200 -0
- package/out/exports/resources.generated/aws-cognito-userpooluicustomizationattachment.d.ts +28 -0
- package/out/exports/resources.generated/aws-cognito-userpooluser.d.ts +102 -0
- package/out/exports/resources.generated/aws-cognito-userpoolusertogroupattachment.d.ts +38 -0
- package/out/exports/resources.generated/aws-comprehend-documentclassifier.d.ts +299 -0
- package/out/exports/resources.generated/aws-comprehend-flywheel.d.ts +201 -0
- package/out/exports/resources.generated/aws-config-aggregationauthorization.d.ts +41 -0
- package/out/exports/resources.generated/aws-config-configrule.d.ts +230 -0
- package/out/exports/resources.generated/aws-config-configurationaggregator.d.ts +88 -0
- package/out/exports/resources.generated/aws-config-configurationrecorder.d.ts +355 -0
- package/out/exports/resources.generated/aws-config-conformancepack.d.ts +91 -0
- package/out/exports/resources.generated/aws-config-deliverychannel.d.ts +115 -0
- package/out/exports/resources.generated/aws-config-organizationconfigrule.d.ts +244 -0
- package/out/exports/resources.generated/aws-config-organizationconformancepack.d.ts +80 -0
- package/out/exports/resources.generated/aws-config-remediationconfiguration.d.ts +107 -0
- package/out/exports/resources.generated/aws-config-storedquery.d.ts +62 -0
- package/out/exports/resources.generated/aws-connect-agentstatus.d.ts +82 -0
- package/out/exports/resources.generated/aws-connect-approvedorigin.d.ts +29 -0
- package/out/exports/resources.generated/aws-connect-contactflow.d.ts +73 -0
- package/out/exports/resources.generated/aws-connect-contactflowmodule.d.ts +75 -0
- package/out/exports/resources.generated/aws-connect-contactflowversion.d.ts +53 -0
- package/out/exports/resources.generated/aws-connect-emailaddress.d.ts +61 -0
- package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +444 -0
- package/out/exports/resources.generated/aws-connect-hoursofoperation.d.ts +182 -0
- package/out/exports/resources.generated/aws-connect-instance.d.ts +125 -0
- package/out/exports/resources.generated/aws-connect-instancestorageconfig.d.ts +160 -0
- package/out/exports/resources.generated/aws-connect-integrationassociation.d.ts +53 -0
- package/out/exports/resources.generated/aws-connect-phonenumber.d.ts +73 -0
- package/out/exports/resources.generated/aws-connect-predefinedattribute.d.ts +49 -0
- package/out/exports/resources.generated/aws-connect-prompt.d.ts +57 -0
- package/out/exports/resources.generated/aws-connect-queue.d.ts +134 -0
- package/out/exports/resources.generated/aws-connect-quickconnect.d.ts +133 -0
- package/out/exports/resources.generated/aws-connect-routingprofile.d.ts +155 -0
- package/out/exports/resources.generated/aws-connect-rule.d.ts +317 -0
- package/out/exports/resources.generated/aws-connect-securitykey.d.ts +47 -0
- package/out/exports/resources.generated/aws-connect-securityprofile.d.ts +118 -0
- package/out/exports/resources.generated/aws-connect-tasktemplate.d.ts +192 -0
- package/out/exports/resources.generated/aws-connect-trafficdistributiongroup.d.ts +63 -0
- package/out/exports/resources.generated/aws-connect-user.d.ts +181 -0
- package/out/exports/resources.generated/aws-connect-userhierarchygroup.d.ts +46 -0
- package/out/exports/resources.generated/aws-connect-userhierarchystructure.d.ts +146 -0
- package/out/exports/resources.generated/aws-connect-view.d.ts +83 -0
- package/out/exports/resources.generated/aws-connect-viewversion.d.ts +59 -0
- package/out/exports/resources.generated/aws-connectcampaigns-campaign.d.ts +209 -0
- package/out/exports/resources.generated/aws-connectcampaignsv2-campaign.d.ts +622 -0
- package/out/exports/resources.generated/aws-controltower-enabledbaseline.d.ts +75 -0
- package/out/exports/resources.generated/aws-controltower-enabledcontrol.d.ts +55 -0
- package/out/exports/resources.generated/aws-controltower-landingzone.d.ts +75 -0
- package/out/exports/resources.generated/aws-cur-reportdefinition.d.ts +88 -0
- package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +163 -0
- package/out/exports/resources.generated/aws-customerprofiles-domain.d.ts +294 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventstream.d.ts +61 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventtrigger.d.ts +177 -0
- package/out/exports/resources.generated/aws-customerprofiles-integration.d.ts +471 -0
- package/out/exports/resources.generated/aws-customerprofiles-objecttype.d.ts +179 -0
- package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +423 -0
- package/out/exports/resources.generated/aws-databrew-dataset.d.ts +405 -0
- package/out/exports/resources.generated/aws-databrew-job.d.ts +538 -0
- package/out/exports/resources.generated/aws-databrew-project.d.ts +66 -0
- package/out/exports/resources.generated/aws-databrew-recipe.d.ts +682 -0
- package/out/exports/resources.generated/aws-databrew-ruleset.d.ts +155 -0
- package/out/exports/resources.generated/aws-databrew-schedule.d.ts +37 -0
- package/out/exports/resources.generated/aws-datapipeline-pipeline.d.ts +186 -0
- package/out/exports/resources.generated/aws-datasync-agent.d.ts +84 -0
- package/out/exports/resources.generated/aws-datasync-locationazureblob.d.ts +155 -0
- package/out/exports/resources.generated/aws-datasync-locationefs.d.ts +108 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxlustre.d.ts +62 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxontap.d.ts +193 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxopenzfs.d.ts +104 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxwindows.d.ts +85 -0
- package/out/exports/resources.generated/aws-datasync-locationhdfs.d.ts +159 -0
- package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +99 -0
- package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +160 -0
- package/out/exports/resources.generated/aws-datasync-locations3.d.ts +92 -0
- package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +162 -0
- package/out/exports/resources.generated/aws-datasync-storagesystem.d.ts +111 -0
- package/out/exports/resources.generated/aws-datasync-task.d.ts +525 -0
- package/out/exports/resources.generated/aws-datazone-connection.d.ts +731 -0
- package/out/exports/resources.generated/aws-datazone-datasource.d.ts +393 -0
- package/out/exports/resources.generated/aws-datazone-domain.d.ts +146 -0
- package/out/exports/resources.generated/aws-datazone-domainunit.d.ts +89 -0
- package/out/exports/resources.generated/aws-datazone-environment.d.ts +167 -0
- package/out/exports/resources.generated/aws-datazone-environmentactions.d.ts +92 -0
- package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +124 -0
- package/out/exports/resources.generated/aws-datazone-environmentprofile.d.ts +124 -0
- package/out/exports/resources.generated/aws-datazone-groupprofile.d.ts +60 -0
- package/out/exports/resources.generated/aws-datazone-owner.d.ts +67 -0
- package/out/exports/resources.generated/aws-datazone-project.d.ts +137 -0
- package/out/exports/resources.generated/aws-datazone-projectmembership.d.ts +50 -0
- package/out/exports/resources.generated/aws-datazone-subscriptiontarget.d.ts +132 -0
- package/out/exports/resources.generated/aws-datazone-userprofile.d.ts +71 -0
- package/out/exports/resources.generated/aws-dax-cluster.d.ts +143 -0
- package/out/exports/resources.generated/aws-dax-parametergroup.d.ts +39 -0
- package/out/exports/resources.generated/aws-dax-subnetgroup.d.ts +37 -0
- package/out/exports/resources.generated/aws-deadline-farm.d.ts +60 -0
- package/out/exports/resources.generated/aws-deadline-fleet.d.ts +521 -0
- package/out/exports/resources.generated/aws-deadline-licenseendpoint.d.ts +73 -0
- package/out/exports/resources.generated/aws-deadline-limit.d.ts +75 -0
- package/out/exports/resources.generated/aws-deadline-meteredproduct.d.ts +57 -0
- package/out/exports/resources.generated/aws-deadline-monitor.d.ts +67 -0
- package/out/exports/resources.generated/aws-deadline-queue.d.ts +186 -0
- package/out/exports/resources.generated/aws-deadline-queueenvironment.d.ts +64 -0
- package/out/exports/resources.generated/aws-deadline-queuefleetassociation.d.ts +31 -0
- package/out/exports/resources.generated/aws-deadline-queuelimitassociation.d.ts +31 -0
- package/out/exports/resources.generated/aws-deadline-storageprofile.d.ts +83 -0
- package/out/exports/resources.generated/aws-detective-graph.d.ts +36 -0
- package/out/exports/resources.generated/aws-detective-memberinvitation.d.ts +44 -0
- package/out/exports/resources.generated/aws-detective-organizationadmin.d.ts +29 -0
- package/out/exports/resources.generated/aws-devopsguru-loganomalydetectionintegration.d.ts +22 -0
- package/out/exports/resources.generated/aws-devopsguru-notificationchannel.d.ts +103 -0
- package/out/exports/resources.generated/aws-devopsguru-resourcecollection.d.ts +99 -0
- package/out/exports/resources.generated/aws-directoryservice-microsoftad.d.ts +88 -0
- package/out/exports/resources.generated/aws-directoryservice-simplead.d.ts +93 -0
- package/out/exports/resources.generated/aws-dlm-lifecyclepolicy.d.ts +793 -0
- package/out/exports/resources.generated/aws-dms-certificate.d.ts +37 -0
- package/out/exports/resources.generated/aws-dms-datamigration.d.ts +132 -0
- package/out/exports/resources.generated/aws-dms-dataprovider.d.ts +1144 -0
- package/out/exports/resources.generated/aws-dms-endpoint.d.ts +1758 -0
- package/out/exports/resources.generated/aws-dms-eventsubscription.d.ts +63 -0
- package/out/exports/resources.generated/aws-dms-instanceprofile.d.ts +99 -0
- package/out/exports/resources.generated/aws-dms-migrationproject.d.ts +132 -0
- package/out/exports/resources.generated/aws-dms-replicationconfig.d.ts +138 -0
- package/out/exports/resources.generated/aws-dms-replicationinstance.d.ts +145 -0
- package/out/exports/resources.generated/aws-dms-replicationsubnetgroup.d.ts +46 -0
- package/out/exports/resources.generated/aws-dms-replicationtask.d.ts +109 -0
- package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +301 -0
- package/out/exports/resources.generated/aws-docdb-dbclusterparametergroup.d.ts +65 -0
- package/out/exports/resources.generated/aws-docdb-dbinstance.d.ts +110 -0
- package/out/exports/resources.generated/aws-docdb-dbsubnetgroup.d.ts +46 -0
- package/out/exports/resources.generated/aws-docdb-eventsubscription.d.ts +72 -0
- package/out/exports/resources.generated/aws-docdbelastic-cluster.d.ts +132 -0
- package/out/exports/resources.generated/aws-dsql-cluster.d.ts +107 -0
- package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +767 -0
- package/out/exports/resources.generated/aws-dynamodb-table.d.ts +607 -0
- package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +226 -0
- package/out/exports/resources.generated/aws-ec2-capacityreservationfleet.d.ts +146 -0
- package/out/exports/resources.generated/aws-ec2-carriergateway.d.ts +43 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnauthorizationrule.d.ts +47 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnendpoint.d.ts +291 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnroute.d.ts +53 -0
- package/out/exports/resources.generated/aws-ec2-clientvpntargetnetworkassociation.d.ts +32 -0
- package/out/exports/resources.generated/aws-ec2-customergateway.d.ts +68 -0
- package/out/exports/resources.generated/aws-ec2-dhcpoptions.d.ts +62 -0
- package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +1000 -0
- package/out/exports/resources.generated/aws-ec2-egressonlyinternetgateway.d.ts +32 -0
- package/out/exports/resources.generated/aws-ec2-eip.d.ts +86 -0
- package/out/exports/resources.generated/aws-ec2-eipassociation.d.ts +53 -0
- package/out/exports/resources.generated/aws-ec2-enclavecertificateiamroleassociation.d.ts +57 -0
- package/out/exports/resources.generated/aws-ec2-flowlog.d.ts +113 -0
- package/out/exports/resources.generated/aws-ec2-gatewayroutetableassociation.d.ts +33 -0
- package/out/exports/resources.generated/aws-ec2-host.d.ts +72 -0
- package/out/exports/resources.generated/aws-ec2-instance.d.ts +824 -0
- package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +61 -0
- package/out/exports/resources.generated/aws-ec2-internetgateway.d.ts +28 -0
- package/out/exports/resources.generated/aws-ec2-ipam.d.ts +120 -0
- package/out/exports/resources.generated/aws-ec2-ipamallocation.d.ts +53 -0
- package/out/exports/resources.generated/aws-ec2-ipampool.d.ts +186 -0
- package/out/exports/resources.generated/aws-ec2-ipampoolcidr.d.ts +43 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscovery.d.ts +106 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscoveryassociation.d.ts +86 -0
- package/out/exports/resources.generated/aws-ec2-ipamscope.d.ts +67 -0
- package/out/exports/resources.generated/aws-ec2-keypair.d.ts +89 -0
- package/out/exports/resources.generated/aws-ec2-launchtemplate.d.ts +1546 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroute.d.ts +75 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetable.d.ts +58 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.d.ts +58 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevpcassociation.d.ts +48 -0
- package/out/exports/resources.generated/aws-ec2-natgateway.d.ts +85 -0
- package/out/exports/resources.generated/aws-ec2-networkacl.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-networkaclentry.d.ts +110 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscope.d.ts +166 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscopeanalysis.d.ts +68 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsanalysis.d.ts +78 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightspath.d.ts +138 -0
- package/out/exports/resources.generated/aws-ec2-networkinterface.d.ts +214 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfaceattachment.d.ts +69 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfacepermission.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-networkperformancemetricsubscription.d.ts +33 -0
- package/out/exports/resources.generated/aws-ec2-placementgroup.d.ts +54 -0
- package/out/exports/resources.generated/aws-ec2-prefixlist.d.ts +94 -0
- package/out/exports/resources.generated/aws-ec2-route.d.ts +108 -0
- package/out/exports/resources.generated/aws-ec2-routeserver.d.ts +69 -0
- package/out/exports/resources.generated/aws-ec2-routeserverassociation.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-routeserverendpoint.d.ts +66 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpeer.d.ts +103 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpropagation.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-routetable.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-securitygroup.d.ts +241 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupegress.d.ts +99 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupingress.d.ts +119 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupvpcassociation.d.ts +47 -0
- package/out/exports/resources.generated/aws-ec2-snapshotblockpublicaccess.d.ts +33 -0
- package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +1256 -0
- package/out/exports/resources.generated/aws-ec2-subnet.d.ts +175 -0
- package/out/exports/resources.generated/aws-ec2-subnetcidrblock.d.ts +56 -0
- package/out/exports/resources.generated/aws-ec2-subnetnetworkaclassociation.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-subnetroutetableassociation.d.ts +35 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilter.d.ts +47 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +103 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorsession.d.ts +80 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrortarget.d.ts +59 -0
- package/out/exports/resources.generated/aws-ec2-transitgateway.d.ts +111 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayattachment.d.ts +77 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayconnect.d.ts +70 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomain.d.ts +75 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomainassociation.d.ts +52 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupmember.d.ts +68 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupsource.d.ts +72 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaypeeringattachment.d.ts +63 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroute.d.ts +33 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetable.d.ts +33 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetableassociation.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetablepropagation.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayvpcattachment.d.ts +75 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessendpoint.d.ts +301 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessgroup.d.ts +91 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessinstance.d.ts +172 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccesstrustprovider.d.ts +195 -0
- package/out/exports/resources.generated/aws-ec2-volume.d.ts +178 -0
- package/out/exports/resources.generated/aws-ec2-volumeattachment.d.ts +40 -0
- package/out/exports/resources.generated/aws-ec2-vpc.d.ts +102 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessexclusion.d.ts +70 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessoptions.d.ts +31 -0
- package/out/exports/resources.generated/aws-ec2-vpccidrblock.d.ts +97 -0
- package/out/exports/resources.generated/aws-ec2-vpcdhcpoptionsassociation.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpoint.d.ts +154 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointconnectionnotification.d.ts +47 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservice.d.ts +81 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservicepermissions.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-vpcgatewayattachment.d.ts +42 -0
- package/out/exports/resources.generated/aws-ec2-vpcpeeringconnection.d.ts +71 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +423 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnectionroute.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-vpngateway.d.ts +43 -0
- package/out/exports/resources.generated/aws-ec2-vpngatewayroutepropagation.d.ts +37 -0
- package/out/exports/resources.generated/aws-ecr-publicrepository.d.ts +54 -0
- package/out/exports/resources.generated/aws-ecr-pullthroughcacherule.d.ts +43 -0
- package/out/exports/resources.generated/aws-ecr-registrypolicy.d.ts +32 -0
- package/out/exports/resources.generated/aws-ecr-registryscanningconfiguration.d.ts +80 -0
- package/out/exports/resources.generated/aws-ecr-replicationconfiguration.d.ts +96 -0
- package/out/exports/resources.generated/aws-ecr-repository.d.ts +135 -0
- package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +120 -0
- package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +113 -0
- package/out/exports/resources.generated/aws-ecs-cluster.d.ts +252 -0
- package/out/exports/resources.generated/aws-ecs-clustercapacityproviderassociations.d.ts +62 -0
- package/out/exports/resources.generated/aws-ecs-primarytaskset.d.ts +28 -0
- package/out/exports/resources.generated/aws-ecs-service.d.ts +1000 -0
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +1524 -0
- package/out/exports/resources.generated/aws-ecs-taskset.d.ts +266 -0
- package/out/exports/resources.generated/aws-efs-accesspoint.d.ts +126 -0
- package/out/exports/resources.generated/aws-efs-filesystem.d.ts +220 -0
- package/out/exports/resources.generated/aws-efs-mounttarget.d.ts +52 -0
- package/out/exports/resources.generated/aws-eks-accessentry.d.ts +112 -0
- package/out/exports/resources.generated/aws-eks-addon.d.ts +105 -0
- package/out/exports/resources.generated/aws-eks-cluster.d.ts +556 -0
- package/out/exports/resources.generated/aws-eks-fargateprofile.d.ts +113 -0
- package/out/exports/resources.generated/aws-eks-identityproviderconfig.d.ts +113 -0
- package/out/exports/resources.generated/aws-eks-nodegroup.d.ts +298 -0
- package/out/exports/resources.generated/aws-eks-podidentityassociation.d.ts +65 -0
- package/out/exports/resources.generated/aws-elasticache-cachecluster.d.ts +357 -0
- package/out/exports/resources.generated/aws-elasticache-globalreplicationgroup.d.ts +142 -0
- package/out/exports/resources.generated/aws-elasticache-parametergroup.d.ts +52 -0
- package/out/exports/resources.generated/aws-elasticache-replicationgroup.d.ts +527 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroup.d.ts +36 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroupingress.d.ts +41 -0
- package/out/exports/resources.generated/aws-elasticache-serverlesscache.d.ts +202 -0
- package/out/exports/resources.generated/aws-elasticache-subnetgroup.d.ts +37 -0
- package/out/exports/resources.generated/aws-elasticache-user.d.ts +83 -0
- package/out/exports/resources.generated/aws-elasticache-usergroup.d.ts +49 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-application.d.ts +128 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-applicationversion.d.ts +65 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-configurationtemplate.d.ts +130 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-environment.d.ts +178 -0
- package/out/exports/resources.generated/aws-elasticloadbalancing-loadbalancer.d.ts +360 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +509 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenercertificate.d.ts +43 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +591 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +242 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-targetgroup.d.ts +263 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststore.d.ts +58 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststorerevocation.d.ts +60 -0
- package/out/exports/resources.generated/aws-elasticsearch-domain.d.ts +440 -0
- package/out/exports/resources.generated/aws-emr-cluster.d.ts +1066 -0
- package/out/exports/resources.generated/aws-emr-instancefleetconfig.d.ts +355 -0
- package/out/exports/resources.generated/aws-emr-instancegroupconfig.d.ts +341 -0
- package/out/exports/resources.generated/aws-emr-securityconfiguration.d.ts +23 -0
- package/out/exports/resources.generated/aws-emr-step.d.ts +85 -0
- package/out/exports/resources.generated/aws-emr-studio.d.ts +144 -0
- package/out/exports/resources.generated/aws-emr-studiosessionmapping.d.ts +36 -0
- package/out/exports/resources.generated/aws-emr-walworkspace.d.ts +26 -0
- package/out/exports/resources.generated/aws-emrcontainers-virtualcluster.d.ts +119 -0
- package/out/exports/resources.generated/aws-emrserverless-application.d.ts +446 -0
- package/out/exports/resources.generated/aws-entityresolution-idmappingworkflow.d.ts +219 -0
- package/out/exports/resources.generated/aws-entityresolution-idnamespace.d.ts +193 -0
- package/out/exports/resources.generated/aws-entityresolution-matchingworkflow.d.ts +255 -0
- package/out/exports/resources.generated/aws-entityresolution-policystatement.d.ts +51 -0
- package/out/exports/resources.generated/aws-entityresolution-schemamapping.d.ts +122 -0
- package/out/exports/resources.generated/aws-events-apidestination.d.ts +93 -0
- package/out/exports/resources.generated/aws-events-archive.d.ts +75 -0
- package/out/exports/resources.generated/aws-events-connection.d.ts +353 -0
- package/out/exports/resources.generated/aws-events-endpoint.d.ts +170 -0
- package/out/exports/resources.generated/aws-events-eventbus.d.ts +88 -0
- package/out/exports/resources.generated/aws-events-eventbuspolicy.d.ts +99 -0
- package/out/exports/resources.generated/aws-events-rule.d.ts +714 -0
- package/out/exports/resources.generated/aws-eventschemas-discoverer.d.ts +70 -0
- package/out/exports/resources.generated/aws-eventschemas-registry.d.ts +59 -0
- package/out/exports/resources.generated/aws-eventschemas-registrypolicy.d.ts +38 -0
- package/out/exports/resources.generated/aws-eventschemas-schema.d.ts +91 -0
- package/out/exports/resources.generated/aws-evidently-experiment.d.ts +284 -0
- package/out/exports/resources.generated/aws-evidently-feature.d.ts +239 -0
- package/out/exports/resources.generated/aws-evidently-launch.d.ts +255 -0
- package/out/exports/resources.generated/aws-evidently-project.d.ts +143 -0
- package/out/exports/resources.generated/aws-evidently-segment.d.ts +73 -0
- package/out/exports/resources.generated/aws-finspace-environment.d.ts +189 -0
- package/out/exports/resources.generated/aws-fis-experimenttemplate.d.ts +302 -0
- package/out/exports/resources.generated/aws-fis-targetaccountconfiguration.d.ts +33 -0
- package/out/exports/resources.generated/aws-fms-notificationchannel.d.ts +27 -0
- package/out/exports/resources.generated/aws-fms-policy.d.ts +648 -0
- package/out/exports/resources.generated/aws-fms-resourceset.d.ts +51 -0
- package/out/exports/resources.generated/aws-forecast-dataset.d.ts +127 -0
- package/out/exports/resources.generated/aws-forecast-datasetgroup.d.ts +68 -0
- package/out/exports/resources.generated/aws-frauddetector-detector.d.ts +356 -0
- package/out/exports/resources.generated/aws-frauddetector-entitytype.d.ts +55 -0
- package/out/exports/resources.generated/aws-frauddetector-eventtype.d.ts +194 -0
- package/out/exports/resources.generated/aws-frauddetector-label.d.ts +57 -0
- package/out/exports/resources.generated/aws-frauddetector-list.d.ts +72 -0
- package/out/exports/resources.generated/aws-frauddetector-outcome.d.ts +55 -0
- package/out/exports/resources.generated/aws-frauddetector-variable.d.ts +83 -0
- package/out/exports/resources.generated/aws-fsx-datarepositoryassociation.d.ts +139 -0
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +795 -0
- package/out/exports/resources.generated/aws-fsx-snapshot.d.ts +44 -0
- package/out/exports/resources.generated/aws-fsx-storagevirtualmachine.d.ts +127 -0
- package/out/exports/resources.generated/aws-fsx-volume.d.ts +482 -0
- package/out/exports/resources.generated/aws-gamelift-alias.d.ts +105 -0
- package/out/exports/resources.generated/aws-gamelift-build.d.ts +91 -0
- package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +439 -0
- package/out/exports/resources.generated/aws-gamelift-containergroupdefinition.d.ts +436 -0
- package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +510 -0
- package/out/exports/resources.generated/aws-gamelift-gameservergroup.d.ts +215 -0
- package/out/exports/resources.generated/aws-gamelift-gamesessionqueue.d.ts +158 -0
- package/out/exports/resources.generated/aws-gamelift-location.d.ts +37 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingconfiguration.d.ts +160 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingruleset.d.ts +75 -0
- package/out/exports/resources.generated/aws-gamelift-script.d.ts +97 -0
- package/out/exports/resources.generated/aws-globalaccelerator-accelerator.d.ts +85 -0
- package/out/exports/resources.generated/aws-globalaccelerator-crossaccountattachment.d.ts +89 -0
- package/out/exports/resources.generated/aws-globalaccelerator-endpointgroup.d.ts +143 -0
- package/out/exports/resources.generated/aws-globalaccelerator-listener.d.ts +67 -0
- package/out/exports/resources.generated/aws-glue-classifier.d.ts +162 -0
- package/out/exports/resources.generated/aws-glue-connection.d.ts +334 -0
- package/out/exports/resources.generated/aws-glue-crawler.d.ts +405 -0
- package/out/exports/resources.generated/aws-glue-customentitytype.d.ts +48 -0
- package/out/exports/resources.generated/aws-glue-database.d.ts +135 -0
- package/out/exports/resources.generated/aws-glue-datacatalogencryptionsettings.d.ts +91 -0
- package/out/exports/resources.generated/aws-glue-dataqualityruleset.d.ts +68 -0
- package/out/exports/resources.generated/aws-glue-devendpoint.d.ts +125 -0
- package/out/exports/resources.generated/aws-glue-job.d.ts +231 -0
- package/out/exports/resources.generated/aws-glue-mltransform.d.ts +250 -0
- package/out/exports/resources.generated/aws-glue-partition.d.ts +264 -0
- package/out/exports/resources.generated/aws-glue-registry.d.ts +43 -0
- package/out/exports/resources.generated/aws-glue-schema.d.ts +113 -0
- package/out/exports/resources.generated/aws-glue-schemaversion.d.ts +62 -0
- package/out/exports/resources.generated/aws-glue-schemaversionmetadata.d.ts +33 -0
- package/out/exports/resources.generated/aws-glue-securityconfiguration.d.ts +85 -0
- package/out/exports/resources.generated/aws-glue-table.d.ts +360 -0
- package/out/exports/resources.generated/aws-glue-tableoptimizer.d.ts +115 -0
- package/out/exports/resources.generated/aws-glue-trigger.d.ts +179 -0
- package/out/exports/resources.generated/aws-glue-usageprofile.d.ts +145 -0
- package/out/exports/resources.generated/aws-glue-workflow.d.ts +47 -0
- package/out/exports/resources.generated/aws-grafana-workspace.d.ts +412 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinition.d.ts +116 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinitionversion.d.ts +67 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinition.d.ts +117 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinitionversion.d.ts +68 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinition.d.ts +117 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinitionversion.d.ts +68 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinition.d.ts +275 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinitionversion.d.ts +226 -0
- package/out/exports/resources.generated/aws-greengrass-group.d.ts +152 -0
- package/out/exports/resources.generated/aws-greengrass-groupversion.d.ts +66 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinition.d.ts +122 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinitionversion.d.ts +73 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinition.d.ts +290 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinitionversion.d.ts +241 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinition.d.ts +117 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinitionversion.d.ts +68 -0
- package/out/exports/resources.generated/aws-greengrassv2-componentversion.d.ts +365 -0
- package/out/exports/resources.generated/aws-greengrassv2-deployment.d.ts +385 -0
- package/out/exports/resources.generated/aws-groundstation-config.d.ts +346 -0
- package/out/exports/resources.generated/aws-groundstation-dataflowendpointgroup.d.ts +264 -0
- package/out/exports/resources.generated/aws-groundstation-missionprofile.d.ts +159 -0
- package/out/exports/resources.generated/aws-guardduty-detector.d.ts +194 -0
- package/out/exports/resources.generated/aws-guardduty-filter.d.ts +271 -0
- package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +85 -0
- package/out/exports/resources.generated/aws-guardduty-malwareprotectionplan.d.ts +124 -0
- package/out/exports/resources.generated/aws-guardduty-master.d.ts +31 -0
- package/out/exports/resources.generated/aws-guardduty-member.d.ts +43 -0
- package/out/exports/resources.generated/aws-guardduty-publishingdestination.d.ts +95 -0
- package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +84 -0
- package/out/exports/resources.generated/aws-healthimaging-datastore.d.ts +65 -0
- package/out/exports/resources.generated/aws-healthlake-fhirdatastore.d.ts +172 -0
- package/out/exports/resources.generated/aws-iam-accesskey.d.ts +53 -0
- package/out/exports/resources.generated/aws-iam-group.d.ts +85 -0
- package/out/exports/resources.generated/aws-iam-grouppolicy.d.ts +48 -0
- package/out/exports/resources.generated/aws-iam-instanceprofile.d.ts +52 -0
- package/out/exports/resources.generated/aws-iam-managedpolicy.d.ts +154 -0
- package/out/exports/resources.generated/aws-iam-oidcprovider.d.ts +89 -0
- package/out/exports/resources.generated/aws-iam-policy.d.ts +100 -0
- package/out/exports/resources.generated/aws-iam-role.d.ts +130 -0
- package/out/exports/resources.generated/aws-iam-rolepolicy.d.ts +52 -0
- package/out/exports/resources.generated/aws-iam-samlprovider.d.ts +123 -0
- package/out/exports/resources.generated/aws-iam-servercertificate.d.ts +98 -0
- package/out/exports/resources.generated/aws-iam-servicelinkedrole.d.ts +46 -0
- package/out/exports/resources.generated/aws-iam-user.d.ts +131 -0
- package/out/exports/resources.generated/aws-iam-userpolicy.d.ts +48 -0
- package/out/exports/resources.generated/aws-iam-usertogroupaddition.d.ts +35 -0
- package/out/exports/resources.generated/aws-iam-virtualmfadevice.d.ts +68 -0
- package/out/exports/resources.generated/aws-identitystore-group.d.ts +52 -0
- package/out/exports/resources.generated/aws-identitystore-groupmembership.d.ts +61 -0
- package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +153 -0
- package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +333 -0
- package/out/exports/resources.generated/aws-imagebuilder-distributionconfiguration.d.ts +298 -0
- package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +284 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagepipeline.d.ts +281 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +225 -0
- package/out/exports/resources.generated/aws-imagebuilder-infrastructureconfiguration.d.ts +176 -0
- package/out/exports/resources.generated/aws-imagebuilder-lifecyclepolicy.d.ts +249 -0
- package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +134 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttarget.d.ts +33 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttemplate.d.ts +48 -0
- package/out/exports/resources.generated/aws-inspector-resourcegroup.d.ts +30 -0
- package/out/exports/resources.generated/aws-inspectorv2-cisscanconfiguration.d.ts +159 -0
- package/out/exports/resources.generated/aws-inspectorv2-filter.d.ts +343 -0
- package/out/exports/resources.generated/aws-internetmonitor-monitor.d.ts +254 -0
- package/out/exports/resources.generated/aws-invoicing-invoiceunit.d.ts +69 -0
- package/out/exports/resources.generated/aws-iot-accountauditconfiguration.d.ts +236 -0
- package/out/exports/resources.generated/aws-iot-authorizer.d.ts +74 -0
- package/out/exports/resources.generated/aws-iot-billinggroup.d.ts +56 -0
- package/out/exports/resources.generated/aws-iot-cacertificate.d.ts +118 -0
- package/out/exports/resources.generated/aws-iot-certificate.d.ts +71 -0
- package/out/exports/resources.generated/aws-iot-certificateprovider.d.ts +58 -0
- package/out/exports/resources.generated/aws-iot-command.d.ts +163 -0
- package/out/exports/resources.generated/aws-iot-custommetric.d.ts +51 -0
- package/out/exports/resources.generated/aws-iot-dimension.d.ts +46 -0
- package/out/exports/resources.generated/aws-iot-domainconfiguration.d.ts +183 -0
- package/out/exports/resources.generated/aws-iot-fleetmetric.d.ts +104 -0
- package/out/exports/resources.generated/aws-iot-jobtemplate.d.ts +239 -0
- package/out/exports/resources.generated/aws-iot-logging.d.ts +43 -0
- package/out/exports/resources.generated/aws-iot-mitigationaction.d.ts +167 -0
- package/out/exports/resources.generated/aws-iot-policy.d.ts +44 -0
- package/out/exports/resources.generated/aws-iot-policyprincipalattachment.d.ts +36 -0
- package/out/exports/resources.generated/aws-iot-provisioningtemplate.d.ts +83 -0
- package/out/exports/resources.generated/aws-iot-resourcespecificlogging.d.ts +44 -0
- package/out/exports/resources.generated/aws-iot-rolealias.d.ts +61 -0
- package/out/exports/resources.generated/aws-iot-scheduledaudit.d.ts +76 -0
- package/out/exports/resources.generated/aws-iot-securityprofile.d.ts +299 -0
- package/out/exports/resources.generated/aws-iot-softwarepackage.d.ts +48 -0
- package/out/exports/resources.generated/aws-iot-softwarepackageversion.d.ts +156 -0
- package/out/exports/resources.generated/aws-iot-thing.d.ts +60 -0
- package/out/exports/resources.generated/aws-iot-thinggroup.d.ts +93 -0
- package/out/exports/resources.generated/aws-iot-thingprincipalattachment.d.ts +36 -0
- package/out/exports/resources.generated/aws-iot-thingtype.d.ts +88 -0
- package/out/exports/resources.generated/aws-iot-topicrule.d.ts +1120 -0
- package/out/exports/resources.generated/aws-iot-topicruledestination.d.ts +87 -0
- package/out/exports/resources.generated/aws-iotanalytics-channel.d.ts +110 -0
- package/out/exports/resources.generated/aws-iotanalytics-dataset.d.ts +483 -0
- package/out/exports/resources.generated/aws-iotanalytics-datastore.d.ts +279 -0
- package/out/exports/resources.generated/aws-iotanalytics-pipeline.d.ts +408 -0
- package/out/exports/resources.generated/aws-iotcoredeviceadvisor-suitedefinition.d.ts +105 -0
- package/out/exports/resources.generated/aws-iotevents-alarmmodel.d.ts +669 -0
- package/out/exports/resources.generated/aws-iotevents-detectormodel.d.ts +768 -0
- package/out/exports/resources.generated/aws-iotevents-input.d.ts +67 -0
- package/out/exports/resources.generated/aws-iotfleethub-application.d.ts +97 -0
- package/out/exports/resources.generated/aws-iotfleetwise-campaign.d.ts +591 -0
- package/out/exports/resources.generated/aws-iotfleetwise-decodermanifest.d.ts +474 -0
- package/out/exports/resources.generated/aws-iotfleetwise-fleet.d.ts +69 -0
- package/out/exports/resources.generated/aws-iotfleetwise-modelmanifest.d.ts +80 -0
- package/out/exports/resources.generated/aws-iotfleetwise-signalcatalog.d.ts +277 -0
- package/out/exports/resources.generated/aws-iotfleetwise-statetemplate.d.ts +92 -0
- package/out/exports/resources.generated/aws-iotfleetwise-vehicle.d.ts +146 -0
- package/out/exports/resources.generated/aws-iotsitewise-accesspolicy.d.ts +139 -0
- package/out/exports/resources.generated/aws-iotsitewise-asset.d.ts +137 -0
- package/out/exports/resources.generated/aws-iotsitewise-assetmodel.d.ts +477 -0
- package/out/exports/resources.generated/aws-iotsitewise-dashboard.d.ts +60 -0
- package/out/exports/resources.generated/aws-iotsitewise-dataset.d.ts +96 -0
- package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +118 -0
- package/out/exports/resources.generated/aws-iotsitewise-portal.d.ts +123 -0
- package/out/exports/resources.generated/aws-iotsitewise-project.d.ts +59 -0
- package/out/exports/resources.generated/aws-iotthingsgraph-flowtemplate.d.ts +43 -0
- package/out/exports/resources.generated/aws-iottwinmaker-componenttype.d.ts +358 -0
- package/out/exports/resources.generated/aws-iottwinmaker-entity.d.ts +439 -0
- package/out/exports/resources.generated/aws-iottwinmaker-scene.d.ts +84 -0
- package/out/exports/resources.generated/aws-iottwinmaker-syncjob.d.ts +74 -0
- package/out/exports/resources.generated/aws-iottwinmaker-workspace.d.ts +69 -0
- package/out/exports/resources.generated/aws-iotwireless-destination.d.ts +58 -0
- package/out/exports/resources.generated/aws-iotwireless-deviceprofile.d.ts +171 -0
- package/out/exports/resources.generated/aws-iotwireless-fuotatask.d.ts +113 -0
- package/out/exports/resources.generated/aws-iotwireless-multicastgroup.d.ts +98 -0
- package/out/exports/resources.generated/aws-iotwireless-networkanalyzerconfiguration.d.ts +67 -0
- package/out/exports/resources.generated/aws-iotwireless-partneraccount.d.ts +117 -0
- package/out/exports/resources.generated/aws-iotwireless-serviceprofile.d.ts +148 -0
- package/out/exports/resources.generated/aws-iotwireless-taskdefinition.d.ts +158 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdevice.d.ts +423 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdeviceimporttask.d.ts +96 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessgateway.d.ts +84 -0
- package/out/exports/resources.generated/aws-ivs-channel.d.ts +144 -0
- package/out/exports/resources.generated/aws-ivs-encoderconfiguration.d.ts +75 -0
- package/out/exports/resources.generated/aws-ivs-ingestconfiguration.d.ts +85 -0
- package/out/exports/resources.generated/aws-ivs-playbackkeypair.d.ts +51 -0
- package/out/exports/resources.generated/aws-ivs-playbackrestrictionpolicy.d.ts +59 -0
- package/out/exports/resources.generated/aws-ivs-publickey.d.ts +50 -0
- package/out/exports/resources.generated/aws-ivs-recordingconfiguration.d.ts +152 -0
- package/out/exports/resources.generated/aws-ivs-stage.d.ts +74 -0
- package/out/exports/resources.generated/aws-ivs-storageconfiguration.d.ts +60 -0
- package/out/exports/resources.generated/aws-ivs-streamkey.d.ts +44 -0
- package/out/exports/resources.generated/aws-ivschat-loggingconfiguration.d.ts +122 -0
- package/out/exports/resources.generated/aws-ivschat-room.d.ts +97 -0
- package/out/exports/resources.generated/aws-kafkaconnect-connector.d.ts +404 -0
- package/out/exports/resources.generated/aws-kafkaconnect-customplugin.d.ts +90 -0
- package/out/exports/resources.generated/aws-kafkaconnect-workerconfiguration.d.ts +53 -0
- package/out/exports/resources.generated/aws-kendra-datasource.d.ts +2182 -0
- package/out/exports/resources.generated/aws-kendra-faq.d.ts +102 -0
- package/out/exports/resources.generated/aws-kendra-index.d.ts +328 -0
- package/out/exports/resources.generated/aws-kendraranking-executionplan.d.ts +65 -0
- package/out/exports/resources.generated/aws-kinesis-resourcepolicy.d.ts +40 -0
- package/out/exports/resources.generated/aws-kinesis-stream.d.ts +114 -0
- package/out/exports/resources.generated/aws-kinesis-streamconsumer.d.ts +67 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-application.d.ts +279 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationoutput.d.ts +146 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationreferencedatasource.d.ts +195 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-application.d.ts +788 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.d.ts +47 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationoutput.d.ts +125 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationreferencedatasource.d.ts +182 -0
- package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +2012 -0
- package/out/exports/resources.generated/aws-kinesisvideo-signalingchannel.d.ts +54 -0
- package/out/exports/resources.generated/aws-kinesisvideo-stream.d.ts +85 -0
- package/out/exports/resources.generated/aws-kms-alias.d.ts +75 -0
- package/out/exports/resources.generated/aws-kms-key.d.ts +251 -0
- package/out/exports/resources.generated/aws-kms-replicakey.d.ts +147 -0
- package/out/exports/resources.generated/aws-lakeformation-datacellsfilter.d.ts +83 -0
- package/out/exports/resources.generated/aws-lakeformation-datalakesettings.d.ts +96 -0
- package/out/exports/resources.generated/aws-lakeformation-permissions.d.ts +186 -0
- package/out/exports/resources.generated/aws-lakeformation-principalpermissions.d.ts +308 -0
- package/out/exports/resources.generated/aws-lakeformation-resource.d.ts +48 -0
- package/out/exports/resources.generated/aws-lakeformation-tag.d.ts +34 -0
- package/out/exports/resources.generated/aws-lakeformation-tagassociation.d.ts +167 -0
- package/out/exports/resources.generated/aws-lambda-alias.d.ts +101 -0
- package/out/exports/resources.generated/aws-lambda-codesigningconfig.d.ts +79 -0
- package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +120 -0
- package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +451 -0
- package/out/exports/resources.generated/aws-lambda-function.d.ts +460 -0
- package/out/exports/resources.generated/aws-lambda-layerversion.d.ts +78 -0
- package/out/exports/resources.generated/aws-lambda-layerversionpermission.d.ts +47 -0
- package/out/exports/resources.generated/aws-lambda-permission.d.ts +106 -0
- package/out/exports/resources.generated/aws-lambda-url.d.ts +107 -0
- package/out/exports/resources.generated/aws-lambda-version.d.ts +103 -0
- package/out/exports/resources.generated/aws-launchwizard-deployment.d.ts +92 -0
- package/out/exports/resources.generated/aws-lex-bot.d.ts +2202 -0
- package/out/exports/resources.generated/aws-lex-botalias.d.ts +278 -0
- package/out/exports/resources.generated/aws-lex-botversion.d.ts +73 -0
- package/out/exports/resources.generated/aws-lex-resourcepolicy.d.ts +42 -0
- package/out/exports/resources.generated/aws-licensemanager-grant.d.ts +68 -0
- package/out/exports/resources.generated/aws-licensemanager-license.d.ts +223 -0
- package/out/exports/resources.generated/aws-lightsail-alarm.d.ts +103 -0
- package/out/exports/resources.generated/aws-lightsail-bucket.d.ts +110 -0
- package/out/exports/resources.generated/aws-lightsail-certificate.d.ts +56 -0
- package/out/exports/resources.generated/aws-lightsail-container.d.ts +282 -0
- package/out/exports/resources.generated/aws-lightsail-database.d.ts +223 -0
- package/out/exports/resources.generated/aws-lightsail-disk.d.ts +158 -0
- package/out/exports/resources.generated/aws-lightsail-distribution.d.ts +321 -0
- package/out/exports/resources.generated/aws-lightsail-instance.d.ts +376 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancer.d.ts +81 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancertlscertificate.d.ts +63 -0
- package/out/exports/resources.generated/aws-lightsail-staticip.d.ts +43 -0
- package/out/exports/resources.generated/aws-location-apikey.d.ts +175 -0
- package/out/exports/resources.generated/aws-location-geofencecollection.d.ts +103 -0
- package/out/exports/resources.generated/aws-location-map.d.ts +163 -0
- package/out/exports/resources.generated/aws-location-placeindex.d.ts +131 -0
- package/out/exports/resources.generated/aws-location-routecalculator.d.ts +108 -0
- package/out/exports/resources.generated/aws-location-tracker.d.ts +117 -0
- package/out/exports/resources.generated/aws-location-trackerconsumer.d.ts +40 -0
- package/out/exports/resources.generated/aws-logs-accountpolicy.d.ts +219 -0
- package/out/exports/resources.generated/aws-logs-delivery.d.ts +95 -0
- package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +82 -0
- package/out/exports/resources.generated/aws-logs-deliverysource.d.ts +84 -0
- package/out/exports/resources.generated/aws-logs-destination.d.ts +49 -0
- package/out/exports/resources.generated/aws-logs-integration.d.ts +86 -0
- package/out/exports/resources.generated/aws-logs-loganomalydetector.d.ts +93 -0
- package/out/exports/resources.generated/aws-logs-loggroup.d.ts +97 -0
- package/out/exports/resources.generated/aws-logs-logstream.d.ts +39 -0
- package/out/exports/resources.generated/aws-logs-metricfilter.d.ts +134 -0
- package/out/exports/resources.generated/aws-logs-querydefinition.d.ts +52 -0
- package/out/exports/resources.generated/aws-logs-resourcepolicy.d.ts +29 -0
- package/out/exports/resources.generated/aws-logs-subscriptionfilter.d.ts +64 -0
- package/out/exports/resources.generated/aws-logs-transformer.d.ts +454 -0
- package/out/exports/resources.generated/aws-lookoutequipment-inferencescheduler.d.ts +156 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-alert.d.ts +105 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-anomalydetector.d.ts +452 -0
- package/out/exports/resources.generated/aws-lookoutvision-project.d.ts +28 -0
- package/out/exports/resources.generated/aws-m2-application.d.ts +98 -0
- package/out/exports/resources.generated/aws-m2-deployment.d.ts +46 -0
- package/out/exports/resources.generated/aws-m2-environment.d.ts +178 -0
- package/out/exports/resources.generated/aws-macie-allowlist.d.ts +137 -0
- package/out/exports/resources.generated/aws-macie-customdataidentifier.d.ts +89 -0
- package/out/exports/resources.generated/aws-macie-findingsfilter.d.ts +126 -0
- package/out/exports/resources.generated/aws-macie-session.d.ts +53 -0
- package/out/exports/resources.generated/aws-managedblockchain-accessor.d.ts +88 -0
- package/out/exports/resources.generated/aws-managedblockchain-member.d.ts +196 -0
- package/out/exports/resources.generated/aws-managedblockchain-node.d.ts +77 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridge.d.ts +284 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgeoutput.d.ts +61 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgesource.d.ts +108 -0
- package/out/exports/resources.generated/aws-mediaconnect-flow.d.ts +669 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowentitlement.d.ts +111 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowoutput.d.ts +227 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowsource.d.ts +204 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowvpcinterface.d.ts +68 -0
- package/out/exports/resources.generated/aws-mediaconnect-gateway.d.ts +59 -0
- package/out/exports/resources.generated/aws-mediaconvert-jobtemplate.d.ts +158 -0
- package/out/exports/resources.generated/aws-mediaconvert-preset.d.ts +69 -0
- package/out/exports/resources.generated/aws-mediaconvert-queue.d.ts +66 -0
- package/out/exports/resources.generated/aws-medialive-channel.d.ts +5166 -0
- package/out/exports/resources.generated/aws-medialive-channelplacementgroup.d.ts +63 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplate.d.ts +157 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplategroup.d.ts +68 -0
- package/out/exports/resources.generated/aws-medialive-cluster.d.ts +107 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplate.d.ts +112 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplategroup.d.ts +68 -0
- package/out/exports/resources.generated/aws-medialive-input.d.ts +268 -0
- package/out/exports/resources.generated/aws-medialive-inputsecuritygroup.d.ts +55 -0
- package/out/exports/resources.generated/aws-medialive-multiplex.d.ts +119 -0
- package/out/exports/resources.generated/aws-medialive-multiplexprogram.d.ts +235 -0
- package/out/exports/resources.generated/aws-medialive-network.d.ts +87 -0
- package/out/exports/resources.generated/aws-medialive-sdisource.d.ts +73 -0
- package/out/exports/resources.generated/aws-medialive-signalmap.d.ts +130 -0
- package/out/exports/resources.generated/aws-mediapackage-asset.d.ts +62 -0
- package/out/exports/resources.generated/aws-mediapackage-channel.d.ts +69 -0
- package/out/exports/resources.generated/aws-mediapackage-originendpoint.d.ts +664 -0
- package/out/exports/resources.generated/aws-mediapackage-packagingconfiguration.d.ts +435 -0
- package/out/exports/resources.generated/aws-mediapackage-packaginggroup.d.ts +85 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +117 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channelgroup.d.ts +60 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channelpolicy.d.ts +34 -0
- package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +647 -0
- package/out/exports/resources.generated/aws-mediapackagev2-originendpointpolicy.d.ts +42 -0
- package/out/exports/resources.generated/aws-mediastore-container.d.ts +154 -0
- package/out/exports/resources.generated/aws-mediatailor-channel.d.ts +194 -0
- package/out/exports/resources.generated/aws-mediatailor-channelpolicy.d.ts +23 -0
- package/out/exports/resources.generated/aws-mediatailor-livesource.d.ts +68 -0
- package/out/exports/resources.generated/aws-mediatailor-playbackconfiguration.d.ts +247 -0
- package/out/exports/resources.generated/aws-mediatailor-sourcelocation.d.ts +142 -0
- package/out/exports/resources.generated/aws-mediatailor-vodsource.d.ts +68 -0
- package/out/exports/resources.generated/aws-memorydb-acl.d.ts +48 -0
- package/out/exports/resources.generated/aws-memorydb-cluster.d.ts +205 -0
- package/out/exports/resources.generated/aws-memorydb-multiregioncluster.d.ts +84 -0
- package/out/exports/resources.generated/aws-memorydb-parametergroup.d.ts +50 -0
- package/out/exports/resources.generated/aws-memorydb-subnetgroup.d.ts +51 -0
- package/out/exports/resources.generated/aws-memorydb-user.d.ts +66 -0
- package/out/exports/resources.generated/aws-mpa-approvalteam.d.ts +116 -0
- package/out/exports/resources.generated/aws-mpa-identitysource.d.ts +76 -0
- package/out/exports/resources.generated/aws-msk-batchscramsecret.d.ts +23 -0
- package/out/exports/resources.generated/aws-msk-cluster.d.ts +575 -0
- package/out/exports/resources.generated/aws-msk-clusterpolicy.d.ts +35 -0
- package/out/exports/resources.generated/aws-msk-configuration.d.ts +82 -0
- package/out/exports/resources.generated/aws-msk-replicator.d.ts +240 -0
- package/out/exports/resources.generated/aws-msk-serverlesscluster.d.ts +91 -0
- package/out/exports/resources.generated/aws-msk-vpcconnection.d.ts +61 -0
- package/out/exports/resources.generated/aws-mwaa-environment.d.ts +293 -0
- package/out/exports/resources.generated/aws-neptune-dbcluster.d.ts +260 -0
- package/out/exports/resources.generated/aws-neptune-dbclusterparametergroup.d.ts +46 -0
- package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +137 -0
- package/out/exports/resources.generated/aws-neptune-dbparametergroup.d.ts +54 -0
- package/out/exports/resources.generated/aws-neptune-dbsubnetgroup.d.ts +33 -0
- package/out/exports/resources.generated/aws-neptune-eventsubscription.d.ts +53 -0
- package/out/exports/resources.generated/aws-neptunegraph-graph.d.ts +100 -0
- package/out/exports/resources.generated/aws-neptunegraph-privategraphendpoint.d.ts +52 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewall.d.ts +123 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewallpolicy.d.ts +302 -0
- package/out/exports/resources.generated/aws-networkfirewall-loggingconfiguration.d.ts +101 -0
- package/out/exports/resources.generated/aws-networkfirewall-rulegroup.d.ts +600 -0
- package/out/exports/resources.generated/aws-networkfirewall-tlsinspectionconfiguration.d.ts +217 -0
- package/out/exports/resources.generated/aws-networkmanager-connectattachment.d.ts +165 -0
- package/out/exports/resources.generated/aws-networkmanager-connectpeer.d.ts +89 -0
- package/out/exports/resources.generated/aws-networkmanager-corenetwork.d.ts +65 -0
- package/out/exports/resources.generated/aws-networkmanager-customergatewayassociation.d.ts +37 -0
- package/out/exports/resources.generated/aws-networkmanager-device.d.ts +133 -0
- package/out/exports/resources.generated/aws-networkmanager-directconnectgatewayattachment.d.ts +145 -0
- package/out/exports/resources.generated/aws-networkmanager-globalnetwork.d.ts +50 -0
- package/out/exports/resources.generated/aws-networkmanager-link.d.ts +95 -0
- package/out/exports/resources.generated/aws-networkmanager-linkassociation.d.ts +28 -0
- package/out/exports/resources.generated/aws-networkmanager-site.d.ts +85 -0
- package/out/exports/resources.generated/aws-networkmanager-sitetositevpnattachment.d.ts +145 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewaypeering.d.ts +78 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayregistration.d.ts +23 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayroutetableattachment.d.ts +150 -0
- package/out/exports/resources.generated/aws-networkmanager-vpcattachment.d.ts +173 -0
- package/out/exports/resources.generated/aws-notifications-channelassociation.d.ts +25 -0
- package/out/exports/resources.generated/aws-notifications-eventrule.d.ts +73 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationaccountcontactassociation.d.ts +28 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationadditionalchannelassociation.d.ts +25 -0
- package/out/exports/resources.generated/aws-notifications-notificationconfiguration.d.ts +81 -0
- package/out/exports/resources.generated/aws-notifications-notificationhub.d.ts +29 -0
- package/out/exports/resources.generated/aws-notificationscontacts-emailcontact.d.ts +88 -0
- package/out/exports/resources.generated/aws-oam-link.d.ts +142 -0
- package/out/exports/resources.generated/aws-oam-sink.d.ts +55 -0
- package/out/exports/resources.generated/aws-omics-annotationstore.d.ts +188 -0
- package/out/exports/resources.generated/aws-omics-referencestore.d.ts +93 -0
- package/out/exports/resources.generated/aws-omics-rungroup.d.ts +81 -0
- package/out/exports/resources.generated/aws-omics-sequencestore.d.ts +162 -0
- package/out/exports/resources.generated/aws-omics-variantstore.d.ts +138 -0
- package/out/exports/resources.generated/aws-omics-workflow.d.ts +181 -0
- package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +186 -0
- package/out/exports/resources.generated/aws-opensearchserverless-accesspolicy.d.ts +46 -0
- package/out/exports/resources.generated/aws-opensearchserverless-collection.d.ts +92 -0
- package/out/exports/resources.generated/aws-opensearchserverless-index.d.ts +138 -0
- package/out/exports/resources.generated/aws-opensearchserverless-lifecyclepolicy.d.ts +46 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securityconfig.d.ts +139 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securitypolicy.d.ts +54 -0
- package/out/exports/resources.generated/aws-opensearchserverless-vpcendpoint.d.ts +52 -0
- package/out/exports/resources.generated/aws-opensearchservice-application.d.ts +115 -0
- package/out/exports/resources.generated/aws-opensearchservice-domain.d.ts +721 -0
- package/out/exports/resources.generated/aws-opsworks-app.d.ts +193 -0
- package/out/exports/resources.generated/aws-opsworks-elasticloadbalancerattachment.d.ts +32 -0
- package/out/exports/resources.generated/aws-opsworks-instance.d.ts +274 -0
- package/out/exports/resources.generated/aws-opsworks-layer.d.ts +281 -0
- package/out/exports/resources.generated/aws-opsworks-stack.d.ts +324 -0
- package/out/exports/resources.generated/aws-opsworks-userprofile.d.ts +47 -0
- package/out/exports/resources.generated/aws-opsworks-volume.d.ts +42 -0
- package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +243 -0
- package/out/exports/resources.generated/aws-organizations-account.d.ts +169 -0
- package/out/exports/resources.generated/aws-organizations-organization.d.ts +86 -0
- package/out/exports/resources.generated/aws-organizations-organizationalunit.d.ts +74 -0
- package/out/exports/resources.generated/aws-organizations-policy.d.ts +114 -0
- package/out/exports/resources.generated/aws-organizations-resourcepolicy.d.ts +56 -0
- package/out/exports/resources.generated/aws-osis-pipeline.d.ts +173 -0
- package/out/exports/resources.generated/aws-panorama-applicationinstance.d.ts +128 -0
- package/out/exports/resources.generated/aws-panorama-package.d.ts +68 -0
- package/out/exports/resources.generated/aws-panorama-packageversion.d.ts +82 -0
- package/out/exports/resources.generated/aws-paymentcryptography-alias.d.ts +57 -0
- package/out/exports/resources.generated/aws-paymentcryptography-key.d.ts +219 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-connector.d.ts +66 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-directoryregistration.d.ts +37 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-serviceprincipalname.d.ts +29 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-template.d.ts +919 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-templategroupaccesscontrolentry.d.ts +62 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-challenge.d.ts +42 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-connector.d.ts +92 -0
- package/out/exports/resources.generated/aws-pcs-cluster.d.ts +156 -0
- package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +164 -0
- package/out/exports/resources.generated/aws-pcs-queue.d.ts +65 -0
- package/out/exports/resources.generated/aws-personalize-dataset.d.ts +161 -0
- package/out/exports/resources.generated/aws-personalize-datasetgroup.d.ts +57 -0
- package/out/exports/resources.generated/aws-personalize-schema.d.ts +60 -0
- package/out/exports/resources.generated/aws-personalize-solution.d.ts +235 -0
- package/out/exports/resources.generated/aws-pinpoint-admchannel.d.ts +47 -0
- package/out/exports/resources.generated/aws-pinpoint-apnschannel.d.ts +72 -0
- package/out/exports/resources.generated/aws-pinpoint-apnssandboxchannel.d.ts +72 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipchannel.d.ts +72 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipsandboxchannel.d.ts +72 -0
- package/out/exports/resources.generated/aws-pinpoint-app.d.ts +44 -0
- package/out/exports/resources.generated/aws-pinpoint-applicationsettings.d.ts +122 -0
- package/out/exports/resources.generated/aws-pinpoint-baiduchannel.d.ts +47 -0
- package/out/exports/resources.generated/aws-pinpoint-campaign.d.ts +785 -0
- package/out/exports/resources.generated/aws-pinpoint-emailchannel.d.ts +62 -0
- package/out/exports/resources.generated/aws-pinpoint-emailtemplate.d.ts +64 -0
- package/out/exports/resources.generated/aws-pinpoint-eventstream.d.ts +41 -0
- package/out/exports/resources.generated/aws-pinpoint-gcmchannel.d.ts +52 -0
- package/out/exports/resources.generated/aws-pinpoint-inapptemplate.d.ts +234 -0
- package/out/exports/resources.generated/aws-pinpoint-pushtemplate.d.ts +201 -0
- package/out/exports/resources.generated/aws-pinpoint-segment.d.ts +284 -0
- package/out/exports/resources.generated/aws-pinpoint-smschannel.d.ts +51 -0
- package/out/exports/resources.generated/aws-pinpoint-smstemplate.d.ts +54 -0
- package/out/exports/resources.generated/aws-pinpoint-voicechannel.d.ts +37 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationset.d.ts +98 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationseteventdestination.d.ts +157 -0
- package/out/exports/resources.generated/aws-pinpointemail-dedicatedippool.d.ts +32 -0
- package/out/exports/resources.generated/aws-pinpointemail-identity.d.ts +115 -0
- package/out/exports/resources.generated/aws-pipes-pipe.d.ts +1939 -0
- package/out/exports/resources.generated/aws-proton-environmentaccountconnection.d.ts +93 -0
- package/out/exports/resources.generated/aws-proton-environmenttemplate.d.ts +79 -0
- package/out/exports/resources.generated/aws-proton-servicetemplate.d.ts +70 -0
- package/out/exports/resources.generated/aws-qbusiness-application.d.ts +262 -0
- package/out/exports/resources.generated/aws-qbusiness-dataaccessor.d.ts +210 -0
- package/out/exports/resources.generated/aws-qbusiness-datasource.d.ts +424 -0
- package/out/exports/resources.generated/aws-qbusiness-index.d.ts +159 -0
- package/out/exports/resources.generated/aws-qbusiness-permission.d.ts +42 -0
- package/out/exports/resources.generated/aws-qbusiness-plugin.d.ts +240 -0
- package/out/exports/resources.generated/aws-qbusiness-retriever.d.ts +135 -0
- package/out/exports/resources.generated/aws-qbusiness-webexperience.d.ts +242 -0
- package/out/exports/resources.generated/aws-qldb-ledger.d.ts +85 -0
- package/out/exports/resources.generated/aws-qldb-stream.d.ts +99 -0
- package/out/exports/resources.generated/aws-quicksight-analysis.d.ts +14405 -0
- package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +144 -0
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +14534 -0
- package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +1290 -0
- package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +1001 -0
- package/out/exports/resources.generated/aws-quicksight-folder.d.ts +127 -0
- package/out/exports/resources.generated/aws-quicksight-refreshschedule.d.ts +102 -0
- package/out/exports/resources.generated/aws-quicksight-template.d.ts +13542 -0
- package/out/exports/resources.generated/aws-quicksight-theme.d.ts +374 -0
- package/out/exports/resources.generated/aws-quicksight-topic.d.ts +1001 -0
- package/out/exports/resources.generated/aws-quicksight-vpcconnection.d.ts +106 -0
- package/out/exports/resources.generated/aws-ram-permission.d.ts +69 -0
- package/out/exports/resources.generated/aws-ram-resourceshare.d.ts +70 -0
- package/out/exports/resources.generated/aws-rbin-rule.d.ts +156 -0
- package/out/exports/resources.generated/aws-rds-customdbengineversion.d.ts +121 -0
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +960 -0
- package/out/exports/resources.generated/aws-rds-dbclusterparametergroup.d.ts +90 -0
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +1300 -0
- package/out/exports/resources.generated/aws-rds-dbparametergroup.d.ts +107 -0
- package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +160 -0
- package/out/exports/resources.generated/aws-rds-dbproxyendpoint.d.ts +100 -0
- package/out/exports/resources.generated/aws-rds-dbproxytargetgroup.d.ts +145 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroup.d.ts +78 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroupingress.d.ts +59 -0
- package/out/exports/resources.generated/aws-rds-dbshardgroup.d.ts +98 -0
- package/out/exports/resources.generated/aws-rds-dbsubnetgroup.d.ts +45 -0
- package/out/exports/resources.generated/aws-rds-eventsubscription.d.ts +67 -0
- package/out/exports/resources.generated/aws-rds-globalcluster.d.ts +182 -0
- package/out/exports/resources.generated/aws-rds-integration.d.ts +77 -0
- package/out/exports/resources.generated/aws-rds-optiongroup.d.ts +121 -0
- package/out/exports/resources.generated/aws-redshift-cluster.d.ts +473 -0
- package/out/exports/resources.generated/aws-redshift-clusterparametergroup.d.ts +59 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroup.d.ts +36 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroupingress.d.ts +59 -0
- package/out/exports/resources.generated/aws-redshift-clustersubnetgroup.d.ts +43 -0
- package/out/exports/resources.generated/aws-redshift-endpointaccess.d.ts +74 -0
- package/out/exports/resources.generated/aws-redshift-endpointauthorization.d.ts +79 -0
- package/out/exports/resources.generated/aws-redshift-eventsubscription.d.ts +113 -0
- package/out/exports/resources.generated/aws-redshift-integration.d.ts +60 -0
- package/out/exports/resources.generated/aws-redshift-scheduledaction.d.ts +138 -0
- package/out/exports/resources.generated/aws-redshiftserverless-namespace.d.ts +197 -0
- package/out/exports/resources.generated/aws-redshiftserverless-workgroup.d.ts +260 -0
- package/out/exports/resources.generated/aws-refactorspaces-application.d.ts +154 -0
- package/out/exports/resources.generated/aws-refactorspaces-environment.d.ts +76 -0
- package/out/exports/resources.generated/aws-refactorspaces-route.d.ts +198 -0
- package/out/exports/resources.generated/aws-refactorspaces-service.d.ts +138 -0
- package/out/exports/resources.generated/aws-rekognition-collection.d.ts +33 -0
- package/out/exports/resources.generated/aws-rekognition-project.d.ts +28 -0
- package/out/exports/resources.generated/aws-rekognition-streamprocessor.d.ts +355 -0
- package/out/exports/resources.generated/aws-resiliencehub-app.d.ts +401 -0
- package/out/exports/resources.generated/aws-resiliencehub-resiliencypolicy.d.ts +97 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-defaultviewassociation.d.ts +31 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-index.d.ts +62 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-view.d.ts +85 -0
- package/out/exports/resources.generated/aws-resourcegroups-group.d.ts +181 -0
- package/out/exports/resources.generated/aws-resourcegroups-tagsynctask.d.ts +100 -0
- package/out/exports/resources.generated/aws-robomaker-fleet.d.ts +44 -0
- package/out/exports/resources.generated/aws-robomaker-robot.d.ts +62 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplication.d.ts +103 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplicationversion.d.ts +41 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplication.d.ts +144 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplicationversion.d.ts +41 -0
- package/out/exports/resources.generated/aws-rolesanywhere-crl.d.ts +50 -0
- package/out/exports/resources.generated/aws-rolesanywhere-profile.d.ts +112 -0
- package/out/exports/resources.generated/aws-rolesanywhere-trustanchor.d.ts +122 -0
- package/out/exports/resources.generated/aws-route53-cidrcollection.d.ts +59 -0
- package/out/exports/resources.generated/aws-route53-dnssec.d.ts +19 -0
- package/out/exports/resources.generated/aws-route53-healthcheck.d.ts +143 -0
- package/out/exports/resources.generated/aws-route53-hostedzone.d.ts +202 -0
- package/out/exports/resources.generated/aws-route53-keysigningkey.d.ts +45 -0
- package/out/exports/resources.generated/aws-route53-recordset.d.ts +516 -0
- package/out/exports/resources.generated/aws-route53-recordsetgroup.d.ts +528 -0
- package/out/exports/resources.generated/aws-route53profiles-profile.d.ts +47 -0
- package/out/exports/resources.generated/aws-route53profiles-profileassociation.d.ts +50 -0
- package/out/exports/resources.generated/aws-route53profiles-profileresourceassociation.d.ts +48 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-cluster.d.ts +48 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-controlpanel.d.ts +57 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-routingcontrol.d.ts +52 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-safetyrule.d.ts +174 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-cell.d.ts +58 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-readinesscheck.d.ts +53 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-recoverygroup.d.ts +50 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-resourceset.d.ts +172 -0
- package/out/exports/resources.generated/aws-route53resolver-firewalldomainlist.d.ts +107 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroup.d.ts +207 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroupassociation.d.ts +111 -0
- package/out/exports/resources.generated/aws-route53resolver-outpostresolver.d.ts +98 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverconfig.d.ts +49 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverdnssecconfig.d.ts +44 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverendpoint.d.ts +147 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfig.d.ts +96 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfigassociation.d.ts +71 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverrule.d.ts +126 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverruleassociation.d.ts +53 -0
- package/out/exports/resources.generated/aws-rum-appmonitor.d.ts +397 -0
- package/out/exports/resources.generated/aws-s3-accessgrant.d.ts +122 -0
- package/out/exports/resources.generated/aws-s3-accessgrantsinstance.d.ts +46 -0
- package/out/exports/resources.generated/aws-s3-accessgrantslocation.d.ts +64 -0
- package/out/exports/resources.generated/aws-s3-accesspoint.d.ts +135 -0
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +1511 -0
- package/out/exports/resources.generated/aws-s3-bucketpolicy.d.ts +57 -0
- package/out/exports/resources.generated/aws-s3-multiregionaccesspoint.d.ts +106 -0
- package/out/exports/resources.generated/aws-s3-multiregionaccesspointpolicy.d.ts +39 -0
- package/out/exports/resources.generated/aws-s3-storagelens.d.ts +383 -0
- package/out/exports/resources.generated/aws-s3-storagelensgroup.d.ts +179 -0
- package/out/exports/resources.generated/aws-s3express-bucketpolicy.d.ts +93 -0
- package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +278 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspoint.d.ts +120 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspointpolicy.d.ts +26 -0
- package/out/exports/resources.generated/aws-s3outposts-accesspoint.d.ts +69 -0
- package/out/exports/resources.generated/aws-s3outposts-bucket.d.ts +331 -0
- package/out/exports/resources.generated/aws-s3outposts-bucketpolicy.d.ts +42 -0
- package/out/exports/resources.generated/aws-s3outposts-endpoint.d.ts +116 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucket.d.ts +83 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucketpolicy.d.ts +27 -0
- package/out/exports/resources.generated/aws-sagemaker-app.d.ts +118 -0
- package/out/exports/resources.generated/aws-sagemaker-appimageconfig.d.ts +185 -0
- package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +217 -0
- package/out/exports/resources.generated/aws-sagemaker-coderepository.d.ts +69 -0
- package/out/exports/resources.generated/aws-sagemaker-dataqualityjobdefinition.d.ts +464 -0
- package/out/exports/resources.generated/aws-sagemaker-device.d.ts +60 -0
- package/out/exports/resources.generated/aws-sagemaker-devicefleet.d.ts +68 -0
- package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +897 -0
- package/out/exports/resources.generated/aws-sagemaker-endpoint.d.ts +218 -0
- package/out/exports/resources.generated/aws-sagemaker-endpointconfig.d.ts +541 -0
- package/out/exports/resources.generated/aws-sagemaker-featuregroup.d.ts +288 -0
- package/out/exports/resources.generated/aws-sagemaker-image.d.ts +68 -0
- package/out/exports/resources.generated/aws-sagemaker-imageversion.d.ts +130 -0
- package/out/exports/resources.generated/aws-sagemaker-inferencecomponent.d.ts +302 -0
- package/out/exports/resources.generated/aws-sagemaker-inferenceexperiment.d.ts +304 -0
- package/out/exports/resources.generated/aws-sagemaker-mlflowtrackingserver.d.ts +79 -0
- package/out/exports/resources.generated/aws-sagemaker-model.d.ts +320 -0
- package/out/exports/resources.generated/aws-sagemaker-modelbiasjobdefinition.d.ts +507 -0
- package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +808 -0
- package/out/exports/resources.generated/aws-sagemaker-modelexplainabilityjobdefinition.d.ts +457 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackage.d.ts +1093 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackagegroup.d.ts +55 -0
- package/out/exports/resources.generated/aws-sagemaker-modelqualityjobdefinition.d.ts +520 -0
- package/out/exports/resources.generated/aws-sagemaker-monitoringschedule.d.ts +637 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstance.d.ts +134 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstancelifecycleconfig.d.ts +53 -0
- package/out/exports/resources.generated/aws-sagemaker-partnerapp.d.ts +129 -0
- package/out/exports/resources.generated/aws-sagemaker-pipeline.d.ts +98 -0
- package/out/exports/resources.generated/aws-sagemaker-project.d.ts +97 -0
- package/out/exports/resources.generated/aws-sagemaker-space.d.ts +404 -0
- package/out/exports/resources.generated/aws-sagemaker-studiolifecycleconfig.d.ts +52 -0
- package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +626 -0
- package/out/exports/resources.generated/aws-sagemaker-workteam.d.ts +121 -0
- package/out/exports/resources.generated/aws-scheduler-schedule.d.ts +540 -0
- package/out/exports/resources.generated/aws-scheduler-schedulegroup.d.ts +73 -0
- package/out/exports/resources.generated/aws-sdb-domain.d.ts +31 -0
- package/out/exports/resources.generated/aws-secretsmanager-resourcepolicy.d.ts +46 -0
- package/out/exports/resources.generated/aws-secretsmanager-rotationschedule.d.ts +249 -0
- package/out/exports/resources.generated/aws-secretsmanager-secret.d.ts +183 -0
- package/out/exports/resources.generated/aws-secretsmanager-secrettargetattachment.d.ts +61 -0
- package/out/exports/resources.generated/aws-securityhub-automationrule.d.ts +723 -0
- package/out/exports/resources.generated/aws-securityhub-configurationpolicy.d.ts +221 -0
- package/out/exports/resources.generated/aws-securityhub-delegatedadmin.d.ts +47 -0
- package/out/exports/resources.generated/aws-securityhub-findingaggregator.d.ts +57 -0
- package/out/exports/resources.generated/aws-securityhub-hub.d.ts +74 -0
- package/out/exports/resources.generated/aws-securityhub-insight.d.ts +825 -0
- package/out/exports/resources.generated/aws-securityhub-organizationconfiguration.d.ts +68 -0
- package/out/exports/resources.generated/aws-securityhub-policyassociation.d.ts +59 -0
- package/out/exports/resources.generated/aws-securityhub-productsubscription.d.ts +38 -0
- package/out/exports/resources.generated/aws-securityhub-securitycontrol.d.ts +0 -0
- package/out/exports/resources.generated/aws-securityhub-standard.d.ts +62 -0
- package/out/exports/resources.generated/aws-securitylake-awslogsource.d.ts +40 -0
- package/out/exports/resources.generated/aws-securitylake-datalake.d.ts +142 -0
- package/out/exports/resources.generated/aws-securitylake-subscriber.d.ts +164 -0
- package/out/exports/resources.generated/aws-securitylake-subscribernotification.d.ts +94 -0
- package/out/exports/resources.generated/aws-servicecatalog-acceptedportfolioshare.d.ts +35 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationproduct.d.ts +204 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationprovisionedproduct.d.ts +255 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchnotificationconstraint.d.ts +50 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchroleconstraint.d.ts +61 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchtemplateconstraint.d.ts +50 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolio.d.ts +56 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioprincipalassociation.d.ts +45 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioproductassociation.d.ts +49 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioshare.d.ts +45 -0
- package/out/exports/resources.generated/aws-servicecatalog-resourceupdateconstraint.d.ts +52 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceaction.d.ts +76 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceactionassociation.d.ts +37 -0
- package/out/exports/resources.generated/aws-servicecatalog-stacksetconstraint.d.ts +76 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoption.d.ts +38 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoptionassociation.d.ts +32 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-application.d.ts +71 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroup.d.ts +54 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroupassociation.d.ts +46 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-resourceassociation.d.ts +49 -0
- package/out/exports/resources.generated/aws-servicediscovery-httpnamespace.d.ts +47 -0
- package/out/exports/resources.generated/aws-servicediscovery-instance.d.ts +73 -0
- package/out/exports/resources.generated/aws-servicediscovery-privatednsnamespace.d.ts +91 -0
- package/out/exports/resources.generated/aws-servicediscovery-publicdnsnamespace.d.ts +92 -0
- package/out/exports/resources.generated/aws-servicediscovery-service.d.ts +297 -0
- package/out/exports/resources.generated/aws-ses-configurationset.d.ts +209 -0
- package/out/exports/resources.generated/aws-ses-configurationseteventdestination.d.ts +186 -0
- package/out/exports/resources.generated/aws-ses-contactlist.d.ts +66 -0
- package/out/exports/resources.generated/aws-ses-dedicatedippool.d.ts +38 -0
- package/out/exports/resources.generated/aws-ses-emailidentity.d.ts +193 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddoninstance.d.ts +49 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddonsubscription.d.ts +43 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddresslist.d.ts +40 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerarchive.d.ts +77 -0
- package/out/exports/resources.generated/aws-ses-mailmanageringresspoint.d.ts +155 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerrelay.d.ts +78 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerruleset.d.ts +607 -0
- package/out/exports/resources.generated/aws-ses-mailmanagertrafficpolicy.d.ts +285 -0
- package/out/exports/resources.generated/aws-ses-receiptfilter.d.ts +65 -0
- package/out/exports/resources.generated/aws-ses-receiptrule.d.ts +348 -0
- package/out/exports/resources.generated/aws-ses-receiptruleset.d.ts +35 -0
- package/out/exports/resources.generated/aws-ses-template.d.ts +56 -0
- package/out/exports/resources.generated/aws-ses-vdmattributes.d.ts +63 -0
- package/out/exports/resources.generated/aws-shield-drtaccess.d.ts +72 -0
- package/out/exports/resources.generated/aws-shield-proactiveengagement.d.ts +106 -0
- package/out/exports/resources.generated/aws-shield-protection.d.ts +132 -0
- package/out/exports/resources.generated/aws-shield-protectiongroup.d.ts +64 -0
- package/out/exports/resources.generated/aws-signer-profilepermission.d.ts +40 -0
- package/out/exports/resources.generated/aws-signer-signingprofile.d.ts +73 -0
- package/out/exports/resources.generated/aws-simspaceweaver-simulation.d.ts +125 -0
- package/out/exports/resources.generated/aws-sns-subscription.d.ts +97 -0
- package/out/exports/resources.generated/aws-sns-topic.d.ts +167 -0
- package/out/exports/resources.generated/aws-sns-topicinlinepolicy.d.ts +23 -0
- package/out/exports/resources.generated/aws-sns-topicpolicy.d.ts +33 -0
- package/out/exports/resources.generated/aws-sqs-queue.d.ts +176 -0
- package/out/exports/resources.generated/aws-sqs-queueinlinepolicy.d.ts +23 -0
- package/out/exports/resources.generated/aws-sqs-queuepolicy.d.ts +33 -0
- package/out/exports/resources.generated/aws-ssm-association.d.ts +226 -0
- package/out/exports/resources.generated/aws-ssm-document.d.ts +141 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindow.d.ts +81 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtarget.d.ts +74 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +374 -0
- package/out/exports/resources.generated/aws-ssm-parameter.d.ts +97 -0
- package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +259 -0
- package/out/exports/resources.generated/aws-ssm-resourcedatasync.d.ts +183 -0
- package/out/exports/resources.generated/aws-ssm-resourcepolicy.d.ts +38 -0
- package/out/exports/resources.generated/aws-ssmcontacts-contact.d.ts +153 -0
- package/out/exports/resources.generated/aws-ssmcontacts-contactchannel.d.ts +62 -0
- package/out/exports/resources.generated/aws-ssmcontacts-plan.d.ts +135 -0
- package/out/exports/resources.generated/aws-ssmcontacts-rotation.d.ts +243 -0
- package/out/exports/resources.generated/aws-ssmguiconnect-preferences.d.ts +59 -0
- package/out/exports/resources.generated/aws-ssmincidents-replicationset.d.ts +68 -0
- package/out/exports/resources.generated/aws-ssmincidents-responseplan.d.ts +315 -0
- package/out/exports/resources.generated/aws-ssmquicksetup-configurationmanager.d.ts +397 -0
- package/out/exports/resources.generated/aws-sso-application.d.ts +114 -0
- package/out/exports/resources.generated/aws-sso-applicationassignment.d.ts +34 -0
- package/out/exports/resources.generated/aws-sso-assignment.d.ts +57 -0
- package/out/exports/resources.generated/aws-sso-instance.d.ts +71 -0
- package/out/exports/resources.generated/aws-sso-instanceaccesscontrolattributeconfiguration.d.ts +67 -0
- package/out/exports/resources.generated/aws-sso-permissionset.d.ts +137 -0
- package/out/exports/resources.generated/aws-stepfunctions-activity.d.ts +124 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachine.d.ts +258 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachinealias.d.ts +185 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachineversion.d.ts +58 -0
- package/out/exports/resources.generated/aws-supportapp-accountalias.d.ts +40 -0
- package/out/exports/resources.generated/aws-supportapp-slackchannelconfiguration.d.ts +87 -0
- package/out/exports/resources.generated/aws-supportapp-slackworkspaceconfiguration.d.ts +45 -0
- package/out/exports/resources.generated/aws-synthetics-canary.d.ts +379 -0
- package/out/exports/resources.generated/aws-synthetics-group.d.ts +49 -0
- package/out/exports/resources.generated/aws-systemsmanagersap-application.d.ts +125 -0
- package/out/exports/resources.generated/aws-timestream-database.d.ts +43 -0
- package/out/exports/resources.generated/aws-timestream-influxdbinstance.d.ts +191 -0
- package/out/exports/resources.generated/aws-timestream-scheduledquery.d.ts +355 -0
- package/out/exports/resources.generated/aws-timestream-table.d.ts +187 -0
- package/out/exports/resources.generated/aws-transfer-agreement.d.ts +162 -0
- package/out/exports/resources.generated/aws-transfer-certificate.d.ts +126 -0
- package/out/exports/resources.generated/aws-transfer-connector.d.ts +160 -0
- package/out/exports/resources.generated/aws-transfer-profile.d.ts +57 -0
- package/out/exports/resources.generated/aws-transfer-server.d.ts +475 -0
- package/out/exports/resources.generated/aws-transfer-user.d.ts +200 -0
- package/out/exports/resources.generated/aws-transfer-webapp.d.ts +143 -0
- package/out/exports/resources.generated/aws-transfer-workflow.d.ts +294 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-identitysource.d.ts +230 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policy.d.ts +172 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policystore.d.ts +111 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policytemplate.d.ts +48 -0
- package/out/exports/resources.generated/aws-voiceid-domain.d.ts +65 -0
- package/out/exports/resources.generated/aws-vpclattice-accesslogsubscription.d.ts +76 -0
- package/out/exports/resources.generated/aws-vpclattice-authpolicy.d.ts +40 -0
- package/out/exports/resources.generated/aws-vpclattice-listener.d.ts +153 -0
- package/out/exports/resources.generated/aws-vpclattice-resourceconfiguration.d.ts +117 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcegateway.d.ts +69 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcepolicy.d.ts +26 -0
- package/out/exports/resources.generated/aws-vpclattice-rule.d.ts +267 -0
- package/out/exports/resources.generated/aws-vpclattice-service.d.ts +101 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetwork.d.ts +88 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkresourceassociation.d.ts +55 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkserviceassociation.d.ts +135 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkvpcassociation.d.ts +114 -0
- package/out/exports/resources.generated/aws-vpclattice-targetgroup.d.ts +235 -0
- package/out/exports/resources.generated/aws-waf-bytematchset.d.ts +204 -0
- package/out/exports/resources.generated/aws-waf-ipset.d.ts +80 -0
- package/out/exports/resources.generated/aws-waf-rule.d.ts +78 -0
- package/out/exports/resources.generated/aws-waf-sizeconstraintset.d.ts +170 -0
- package/out/exports/resources.generated/aws-waf-sqlinjectionmatchset.d.ts +142 -0
- package/out/exports/resources.generated/aws-waf-webacl.d.ts +102 -0
- package/out/exports/resources.generated/aws-waf-xssmatchset.d.ts +142 -0
- package/out/exports/resources.generated/aws-wafregional-bytematchset.d.ts +204 -0
- package/out/exports/resources.generated/aws-wafregional-geomatchset.d.ts +66 -0
- package/out/exports/resources.generated/aws-wafregional-ipset.d.ts +80 -0
- package/out/exports/resources.generated/aws-wafregional-ratebasedrule.d.ts +96 -0
- package/out/exports/resources.generated/aws-wafregional-regexpatternset.d.ts +36 -0
- package/out/exports/resources.generated/aws-wafregional-rule.d.ts +78 -0
- package/out/exports/resources.generated/aws-wafregional-sizeconstraintset.d.ts +170 -0
- package/out/exports/resources.generated/aws-wafregional-sqlinjectionmatchset.d.ts +142 -0
- package/out/exports/resources.generated/aws-wafregional-webacl.d.ts +99 -0
- package/out/exports/resources.generated/aws-wafregional-webaclassociation.d.ts +40 -0
- package/out/exports/resources.generated/aws-wafregional-xssmatchset.d.ts +142 -0
- package/out/exports/resources.generated/aws-wafv2-ipset.d.ts +96 -0
- package/out/exports/resources.generated/aws-wafv2-loggingconfiguration.d.ts +184 -0
- package/out/exports/resources.generated/aws-wafv2-regexpatternset.d.ts +68 -0
- package/out/exports/resources.generated/aws-wafv2-rulegroup.d.ts +1745 -0
- package/out/exports/resources.generated/aws-wafv2-webacl.d.ts +2591 -0
- package/out/exports/resources.generated/aws-wafv2-webaclassociation.d.ts +71 -0
- package/out/exports/resources.generated/aws-wisdom-aiagent.d.ts +290 -0
- package/out/exports/resources.generated/aws-wisdom-aiagentversion.d.ts +54 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrail.d.ts +341 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrailversion.d.ts +58 -0
- package/out/exports/resources.generated/aws-wisdom-aiprompt.d.ts +144 -0
- package/out/exports/resources.generated/aws-wisdom-aipromptversion.d.ts +56 -0
- package/out/exports/resources.generated/aws-wisdom-assistant.d.ts +76 -0
- package/out/exports/resources.generated/aws-wisdom-assistantassociation.d.ts +73 -0
- package/out/exports/resources.generated/aws-wisdom-knowledgebase.d.ts +338 -0
- package/out/exports/resources.generated/aws-wisdom-messagetemplate.d.ts +733 -0
- package/out/exports/resources.generated/aws-wisdom-messagetemplateversion.d.ts +42 -0
- package/out/exports/resources.generated/aws-workspaces-connectionalias.d.ts +44 -0
- package/out/exports/resources.generated/aws-workspaces-workspace.d.ts +98 -0
- package/out/exports/resources.generated/aws-workspaces-workspacespool.d.ts +152 -0
- package/out/exports/resources.generated/aws-workspacesthinclient-environment.d.ts +185 -0
- package/out/exports/resources.generated/aws-workspacesweb-browsersettings.d.ts +59 -0
- package/out/exports/resources.generated/aws-workspacesweb-dataprotectionsettings.d.ts +206 -0
- package/out/exports/resources.generated/aws-workspacesweb-identityprovider.d.ts +97 -0
- package/out/exports/resources.generated/aws-workspacesweb-ipaccesssettings.d.ts +98 -0
- package/out/exports/resources.generated/aws-workspacesweb-networksettings.d.ts +68 -0
- package/out/exports/resources.generated/aws-workspacesweb-portal.d.ts +208 -0
- package/out/exports/resources.generated/aws-workspacesweb-truststore.d.ts +41 -0
- package/out/exports/resources.generated/aws-workspacesweb-useraccessloggingsettings.d.ts +56 -0
- package/out/exports/resources.generated/aws-workspacesweb-usersettings.d.ts +196 -0
- package/out/exports/resources.generated/aws-xray-group.d.ts +66 -0
- package/out/exports/resources.generated/aws-xray-resourcepolicy.d.ts +33 -0
- package/out/exports/resources.generated/aws-xray-samplingrule.d.ts +240 -0
- package/out/exports/resources.generated/aws-xray-transactionsearchconfig.d.ts +28 -0
- package/out/lib/assert.d.ts +21 -0
- package/out/lib/assert.d.ts.map +1 -0
- package/out/lib/assert.js +39 -0
- package/out/lib/assert.js.map +1 -0
- package/out/lib/builder.d.ts +153 -0
- package/out/lib/builder.d.ts.map +1 -0
- package/out/lib/builder.js +169 -0
- package/out/lib/builder.js.map +1 -0
- package/out/lib/intrinsics.d.ts +940 -0
- package/out/lib/intrinsics.d.ts.map +1 -0
- package/out/lib/intrinsics.js +431 -0
- package/out/lib/intrinsics.js.map +1 -0
- package/out/lib/json.d.ts.map +1 -0
- package/out/{exports/main → lib}/json.js.map +1 -1
- package/out/lib/parameters.d.ts.map +1 -0
- package/out/{exports/main → lib}/parameters.js.map +1 -1
- package/out/lib/policy.d.ts.map +1 -0
- package/out/{exports/main → lib}/policy.js.map +1 -1
- package/out/{exports/main → lib}/template.d.ts +29 -8
- package/out/lib/template.d.ts.map +1 -0
- package/out/lib/template.js +14 -0
- package/out/lib/template.js.map +1 -0
- package/package.json +12 -4
- package/exports/main/intrinsics.ts +0 -632
- package/out/exports/main/intrinsics.d.ts +0 -522
- package/out/exports/main/intrinsics.d.ts.map +0 -1
- package/out/exports/main/intrinsics.js +0 -20
- package/out/exports/main/intrinsics.js.map +0 -1
- package/out/exports/main/json.d.ts.map +0 -1
- package/out/exports/main/parameters.d.ts.map +0 -1
- package/out/exports/main/policy.d.ts.map +0 -1
- package/out/exports/main/template.d.ts.map +0 -1
- package/out/exports/main/template.js +0 -13
- package/out/exports/main/template.js.map +0 -1
- /package/{exports/main → lib}/json.ts +0 -0
- /package/{exports/main → lib}/parameters.ts +0 -0
- /package/{exports/main → lib}/policy.ts +0 -0
- /package/out/{exports/main → lib}/json.d.ts +0 -0
- /package/out/{exports/main → lib}/json.js +0 -0
- /package/out/{exports/main → lib}/parameters.d.ts +0 -0
- /package/out/{exports/main → lib}/parameters.js +0 -0
- /package/out/{exports/main → lib}/policy.d.ts +0 -0
- /package/out/{exports/main → lib}/policy.js +0 -0
|
@@ -0,0 +1,1383 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* The `AWS::AppFlow::Flow` resource is an Amazon AppFlow resource type that specifies a new flow.
|
|
4
|
+
*
|
|
5
|
+
* > If you want to use AWS CloudFormation to create a connector profile for connectors that implement OAuth (such as Salesforce, Slack, Zendesk, and Google Analytics), you must fetch the access and refresh tokens. You can do this by implementing your own UI for OAuth, or by retrieving the tokens from elsewhere. Alternatively, you can use the Amazon AppFlow console to create the connector profile, and then use that connector profile in the flow creation CloudFormation template.
|
|
6
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html}
|
|
7
|
+
*/
|
|
8
|
+
export type AppFlowFlow = ResourceDefinitionWithAttributes<"AWS::AppFlow::Flow", AppFlowFlowProps, AppFlowFlowAttribs>;
|
|
9
|
+
/**
|
|
10
|
+
* The `AWS::AppFlow::Flow` resource is an Amazon AppFlow resource type that specifies a new flow.
|
|
11
|
+
*
|
|
12
|
+
* > If you want to use AWS CloudFormation to create a connector profile for connectors that implement OAuth (such as Salesforce, Slack, Zendesk, and Google Analytics), you must fetch the access and refresh tokens. You can do this by implementing your own UI for OAuth, or by retrieving the tokens from elsewhere. Alternatively, you can use the Amazon AppFlow console to create the connector profile, and then use that connector profile in the flow creation CloudFormation template.
|
|
13
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html}
|
|
14
|
+
*/
|
|
15
|
+
export type AppFlowFlowProps = {
|
|
16
|
+
/**
|
|
17
|
+
* A user-entered description of the flow.
|
|
18
|
+
* @maxLength 2048
|
|
19
|
+
* @pattern [\w!@#\-.?,\s]*
|
|
20
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-description}
|
|
21
|
+
*/
|
|
22
|
+
Description?: string | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* The configuration that controls how Amazon AppFlow places data in the destination connector.
|
|
25
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-destinationflowconfiglist}
|
|
26
|
+
*/
|
|
27
|
+
DestinationFlowConfigList: DestinationFlowConfig[];
|
|
28
|
+
/**
|
|
29
|
+
* The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
|
|
30
|
+
* @minLength 1
|
|
31
|
+
* @maxLength 256
|
|
32
|
+
* @pattern [a-zA-Z0-9][\w!@#.-]+
|
|
33
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-flowname}
|
|
34
|
+
*/
|
|
35
|
+
FlowName: string;
|
|
36
|
+
/**
|
|
37
|
+
* Sets the status of the flow. You can specify one of the following values:
|
|
38
|
+
*
|
|
39
|
+
* - **Active** - The flow runs based on the trigger settings that you defined. Active scheduled flows run as scheduled, and active event-triggered flows run when the specified change event occurs. However, active on-demand flows run only when you manually start them by using Amazon AppFlow.
|
|
40
|
+
* - **Suspended** - You can use this option to deactivate an active flow. Scheduled and event-triggered flows will cease to run until you reactive them. This value only affects scheduled and event-triggered flows. It has no effect for on-demand flows.
|
|
41
|
+
*
|
|
42
|
+
* If you omit the FlowStatus parameter, Amazon AppFlow creates the flow with a default status. The default status for on-demand flows is Active. The default status for scheduled and event-triggered flows is Draft, which means they’re not yet active.
|
|
43
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-flowstatus}
|
|
44
|
+
*/
|
|
45
|
+
FlowStatus?: "Active" | "Suspended" | "Draft" | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
|
|
48
|
+
* @minLength 20
|
|
49
|
+
* @maxLength 2048
|
|
50
|
+
* @pattern arn:aws:kms:.*:[0-9]+:.*
|
|
51
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-kmsarn}
|
|
52
|
+
*/
|
|
53
|
+
KMSArn?: string | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* Specifies the configuration that Amazon AppFlow uses when it catalogs your data. When Amazon AppFlow catalogs your data, it stores metadata in a data catalog.
|
|
56
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-metadatacatalogconfig}
|
|
57
|
+
*/
|
|
58
|
+
MetadataCatalogConfig?: MetadataCatalogConfig | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* Contains information about the configuration of the source connector used in the flow.
|
|
61
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-sourceflowconfig}
|
|
62
|
+
*/
|
|
63
|
+
SourceFlowConfig: SourceFlowConfig;
|
|
64
|
+
/**
|
|
65
|
+
* The tags used to organize, track, or control access for your flow.
|
|
66
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-tags}
|
|
67
|
+
*/
|
|
68
|
+
Tags?: Tag[] | undefined;
|
|
69
|
+
/**
|
|
70
|
+
* A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
|
71
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-tasks}
|
|
72
|
+
*/
|
|
73
|
+
Tasks: Task[];
|
|
74
|
+
/**
|
|
75
|
+
* The trigger settings that determine how and when Amazon AppFlow runs the specified flow.
|
|
76
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-triggerconfig}
|
|
77
|
+
*/
|
|
78
|
+
TriggerConfig: TriggerConfig;
|
|
79
|
+
};
|
|
80
|
+
/**
|
|
81
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#aws-resource-appflow-flow-return-values}
|
|
82
|
+
*/
|
|
83
|
+
export type AppFlowFlowAttribs = {
|
|
84
|
+
/**
|
|
85
|
+
* The flow's Amazon Resource Name (ARN).
|
|
86
|
+
* @maxLength 512
|
|
87
|
+
* @pattern arn:aws:appflow:.*:[0-9]+:.*
|
|
88
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appflow-flow.html#cfn-appflow-flow-flowarn}
|
|
89
|
+
*/
|
|
90
|
+
FlowArn: string;
|
|
91
|
+
};
|
|
92
|
+
/**
|
|
93
|
+
* The aggregation settings that you can use to customize the output format of your flow data.
|
|
94
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-aggregationconfig.html}
|
|
95
|
+
*/
|
|
96
|
+
export type AggregationConfig = {
|
|
97
|
+
/**
|
|
98
|
+
* Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
|
|
99
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-aggregationconfig.html#cfn-appflow-flow-aggregationconfig-aggregationtype}
|
|
100
|
+
*/
|
|
101
|
+
AggregationType?: AggregationType | undefined;
|
|
102
|
+
/**
|
|
103
|
+
* The desired file size, in MB, for each output file that Amazon AppFlow writes to the flow destination. For each file, Amazon AppFlow attempts to achieve the size that you specify. The actual file sizes might differ from this target based on the number and size of the records that each file contains.
|
|
104
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-aggregationconfig.html#cfn-appflow-flow-aggregationconfig-targetfilesize}
|
|
105
|
+
*/
|
|
106
|
+
TargetFileSize?: number | undefined;
|
|
107
|
+
};
|
|
108
|
+
/**
|
|
109
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-aggregationtype.html}
|
|
110
|
+
*/
|
|
111
|
+
export type AggregationType = "None" | "SingleFile";
|
|
112
|
+
/**
|
|
113
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-amplitudeconnectoroperator.html}
|
|
114
|
+
*/
|
|
115
|
+
export type AmplitudeConnectorOperator = "BETWEEN";
|
|
116
|
+
/**
|
|
117
|
+
* The properties that are applied when Amplitude is being used as a source.
|
|
118
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-amplitudesourceproperties.html}
|
|
119
|
+
*/
|
|
120
|
+
export type AmplitudeSourceProperties = {
|
|
121
|
+
/**
|
|
122
|
+
* The object specified in the Amplitude flow source.
|
|
123
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-amplitudesourceproperties.html#cfn-appflow-flow-amplitudesourceproperties-object}
|
|
124
|
+
*/
|
|
125
|
+
Object: string;
|
|
126
|
+
};
|
|
127
|
+
/**
|
|
128
|
+
* The operation to be performed on the provided source fields.
|
|
129
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html}
|
|
130
|
+
*/
|
|
131
|
+
export type ConnectorOperator = {
|
|
132
|
+
/**
|
|
133
|
+
* The operation to be performed on the provided Amplitude source fields.
|
|
134
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-amplitude}
|
|
135
|
+
*/
|
|
136
|
+
Amplitude?: AmplitudeConnectorOperator | undefined;
|
|
137
|
+
/**
|
|
138
|
+
* Operators supported by the custom connector.
|
|
139
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-customconnector}
|
|
140
|
+
*/
|
|
141
|
+
CustomConnector?: Operator | undefined;
|
|
142
|
+
/**
|
|
143
|
+
* The operation to be performed on the provided Datadog source fields.
|
|
144
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-datadog}
|
|
145
|
+
*/
|
|
146
|
+
Datadog?: DatadogConnectorOperator | undefined;
|
|
147
|
+
/**
|
|
148
|
+
* The operation to be performed on the provided Dynatrace source fields.
|
|
149
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-dynatrace}
|
|
150
|
+
*/
|
|
151
|
+
Dynatrace?: DynatraceConnectorOperator | undefined;
|
|
152
|
+
/**
|
|
153
|
+
* The operation to be performed on the provided Google Analytics source fields.
|
|
154
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-googleanalytics}
|
|
155
|
+
*/
|
|
156
|
+
GoogleAnalytics?: GoogleAnalyticsConnectorOperator | undefined;
|
|
157
|
+
/**
|
|
158
|
+
* The operation to be performed on the provided Infor Nexus source fields.
|
|
159
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-infornexus}
|
|
160
|
+
*/
|
|
161
|
+
InforNexus?: InforNexusConnectorOperator | undefined;
|
|
162
|
+
/**
|
|
163
|
+
* The operation to be performed on the provided Marketo source fields.
|
|
164
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-marketo}
|
|
165
|
+
*/
|
|
166
|
+
Marketo?: MarketoConnectorOperator | undefined;
|
|
167
|
+
/**
|
|
168
|
+
* The operation to be performed on the provided Salesforce Pardot source fields.
|
|
169
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-pardot}
|
|
170
|
+
*/
|
|
171
|
+
Pardot?: PardotConnectorOperator | undefined;
|
|
172
|
+
/**
|
|
173
|
+
* The operation to be performed on the provided Amazon S3 source fields.
|
|
174
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-s3}
|
|
175
|
+
*/
|
|
176
|
+
S3?: S3ConnectorOperator | undefined;
|
|
177
|
+
/**
|
|
178
|
+
* The operation to be performed on the provided SAPOData source fields.
|
|
179
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-sapodata}
|
|
180
|
+
*/
|
|
181
|
+
SAPOData?: SAPODataConnectorOperator | undefined;
|
|
182
|
+
/**
|
|
183
|
+
* The operation to be performed on the provided Salesforce source fields.
|
|
184
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-salesforce}
|
|
185
|
+
*/
|
|
186
|
+
Salesforce?: SalesforceConnectorOperator | undefined;
|
|
187
|
+
/**
|
|
188
|
+
* The operation to be performed on the provided ServiceNow source fields.
|
|
189
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-servicenow}
|
|
190
|
+
*/
|
|
191
|
+
ServiceNow?: ServiceNowConnectorOperator | undefined;
|
|
192
|
+
/**
|
|
193
|
+
* The operation to be performed on the provided Singular source fields.
|
|
194
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-singular}
|
|
195
|
+
*/
|
|
196
|
+
Singular?: SingularConnectorOperator | undefined;
|
|
197
|
+
/**
|
|
198
|
+
* The operation to be performed on the provided Slack source fields.
|
|
199
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-slack}
|
|
200
|
+
*/
|
|
201
|
+
Slack?: SlackConnectorOperator | undefined;
|
|
202
|
+
/**
|
|
203
|
+
* The operation to be performed on the provided Trend Micro source fields.
|
|
204
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-trendmicro}
|
|
205
|
+
*/
|
|
206
|
+
Trendmicro?: TrendmicroConnectorOperator | undefined;
|
|
207
|
+
/**
|
|
208
|
+
* The operation to be performed on the provided Veeva source fields.
|
|
209
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-veeva}
|
|
210
|
+
*/
|
|
211
|
+
Veeva?: VeevaConnectorOperator | undefined;
|
|
212
|
+
/**
|
|
213
|
+
* The operation to be performed on the provided Zendesk source fields.
|
|
214
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectoroperator.html#cfn-appflow-flow-connectoroperator-zendesk}
|
|
215
|
+
*/
|
|
216
|
+
Zendesk?: ZendeskConnectorOperator | undefined;
|
|
217
|
+
};
|
|
218
|
+
/**
|
|
219
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-connectortype.html}
|
|
220
|
+
*/
|
|
221
|
+
export type ConnectorType = "SAPOData" | "Salesforce" | "Pardot" | "Singular" | "Slack" | "Redshift" | "S3" | "Marketo" | "Googleanalytics" | "Zendesk" | "Servicenow" | "Datadog" | "Trendmicro" | "Snowflake" | "Dynatrace" | "Infornexus" | "Amplitude" | "Veeva" | "CustomConnector" | "EventBridge" | "Upsolver" | "LookoutMetrics";
|
|
222
|
+
/**
|
|
223
|
+
* The properties that are applied when the custom connector is being used as a destination.
|
|
224
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-customconnectordestinationproperties.html}
|
|
225
|
+
*/
|
|
226
|
+
export type CustomConnectorDestinationProperties = {
|
|
227
|
+
/**
|
|
228
|
+
* The custom properties that are specific to the connector when it's used as a destination in the flow.
|
|
229
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-customconnectordestinationproperties.html#cfn-appflow-flow-customconnectordestinationproperties-customproperties}
|
|
230
|
+
*/
|
|
231
|
+
CustomProperties?: Record<string, string> | undefined;
|
|
232
|
+
/**
|
|
233
|
+
* The entity specified in the custom connector as a destination in the flow.
|
|
234
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-customconnectordestinationproperties.html#cfn-appflow-flow-customconnectordestinationproperties-entityname}
|
|
235
|
+
*/
|
|
236
|
+
EntityName: string;
|
|
237
|
+
/**
|
|
238
|
+
* The settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination.
|
|
239
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-customconnectordestinationproperties.html#cfn-appflow-flow-customconnectordestinationproperties-errorhandlingconfig}
|
|
240
|
+
*/
|
|
241
|
+
ErrorHandlingConfig?: ErrorHandlingConfig | undefined;
|
|
242
|
+
/**
|
|
243
|
+
* The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update, delete, or upsert.
|
|
244
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-customconnectordestinationproperties.html#cfn-appflow-flow-customconnectordestinationproperties-idfieldnames}
|
|
245
|
+
*/
|
|
246
|
+
IdFieldNames?: string[] | undefined;
|
|
247
|
+
/**
|
|
248
|
+
* Specifies the type of write operation to be performed in the custom connector when it's used as destination.
|
|
249
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-customconnectordestinationproperties.html#cfn-appflow-flow-customconnectordestinationproperties-writeoperationtype}
|
|
250
|
+
*/
|
|
251
|
+
WriteOperationType?: WriteOperationType | undefined;
|
|
252
|
+
};
|
|
253
|
+
/**
|
|
254
|
+
* The properties that are applied when the custom connector is being used as a source.
|
|
255
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-customconnectorsourceproperties.html}
|
|
256
|
+
*/
|
|
257
|
+
export type CustomConnectorSourceProperties = {
|
|
258
|
+
/**
|
|
259
|
+
* Custom properties that are required to use the custom connector as a source.
|
|
260
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-customconnectorsourceproperties.html#cfn-appflow-flow-customconnectorsourceproperties-customproperties}
|
|
261
|
+
*/
|
|
262
|
+
CustomProperties?: Record<string, string> | undefined;
|
|
263
|
+
/**
|
|
264
|
+
* The API of the connector application that Amazon AppFlow uses to transfer your data.
|
|
265
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-customconnectorsourceproperties.html#cfn-appflow-flow-customconnectorsourceproperties-datatransferapi}
|
|
266
|
+
*/
|
|
267
|
+
DataTransferApi?: {
|
|
268
|
+
/**
|
|
269
|
+
* @maxLength 64
|
|
270
|
+
* @pattern [\w/-]+
|
|
271
|
+
*/
|
|
272
|
+
Name: string;
|
|
273
|
+
Type: "SYNC" | "ASYNC" | "AUTOMATIC";
|
|
274
|
+
} | undefined;
|
|
275
|
+
/**
|
|
276
|
+
* The entity specified in the custom connector as a source in the flow.
|
|
277
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-customconnectorsourceproperties.html#cfn-appflow-flow-customconnectorsourceproperties-entityname}
|
|
278
|
+
*/
|
|
279
|
+
EntityName: string;
|
|
280
|
+
};
|
|
281
|
+
/**
|
|
282
|
+
* The API of the connector application that Amazon AppFlow uses to transfer your data.
|
|
283
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-datatransferapi.html}
|
|
284
|
+
*/
|
|
285
|
+
export type DataTransferApi = "AUTOMATIC" | "BULKV2" | "REST_SYNC";
|
|
286
|
+
/**
|
|
287
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-datadogconnectoroperator.html}
|
|
288
|
+
*/
|
|
289
|
+
export type DatadogConnectorOperator = "PROJECTION" | "BETWEEN" | "EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP";
|
|
290
|
+
/**
|
|
291
|
+
* The properties that are applied when Datadog is being used as a source.
|
|
292
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-datadogsourceproperties.html}
|
|
293
|
+
*/
|
|
294
|
+
export type DatadogSourceProperties = {
|
|
295
|
+
/**
|
|
296
|
+
* The object specified in the Datadog flow source.
|
|
297
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-datadogsourceproperties.html#cfn-appflow-flow-datadogsourceproperties-object}
|
|
298
|
+
*/
|
|
299
|
+
Object: string;
|
|
300
|
+
};
|
|
301
|
+
/**
|
|
302
|
+
* This stores the information that is required to query a particular connector.
|
|
303
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationconnectorproperties.html}
|
|
304
|
+
*/
|
|
305
|
+
export type DestinationConnectorProperties = {
|
|
306
|
+
/**
|
|
307
|
+
* The properties that are required to query the custom Connector.
|
|
308
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationconnectorproperties.html#cfn-appflow-flow-destinationconnectorproperties-customconnector}
|
|
309
|
+
*/
|
|
310
|
+
CustomConnector?: CustomConnectorDestinationProperties | undefined;
|
|
311
|
+
/**
|
|
312
|
+
* The properties required to query Amazon EventBridge.
|
|
313
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationconnectorproperties.html#cfn-appflow-flow-destinationconnectorproperties-eventbridge}
|
|
314
|
+
*/
|
|
315
|
+
EventBridge?: EventBridgeDestinationProperties | undefined;
|
|
316
|
+
/**
|
|
317
|
+
* The properties required to query Amazon Lookout for Metrics.
|
|
318
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationconnectorproperties.html#cfn-appflow-flow-destinationconnectorproperties-lookoutmetrics}
|
|
319
|
+
*/
|
|
320
|
+
LookoutMetrics?: LookoutMetricsDestinationProperties | undefined;
|
|
321
|
+
/**
|
|
322
|
+
* The properties required to query Marketo.
|
|
323
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationconnectorproperties.html#cfn-appflow-flow-destinationconnectorproperties-marketo}
|
|
324
|
+
*/
|
|
325
|
+
Marketo?: MarketoDestinationProperties | undefined;
|
|
326
|
+
/**
|
|
327
|
+
* The properties required to query Amazon Redshift.
|
|
328
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationconnectorproperties.html#cfn-appflow-flow-destinationconnectorproperties-redshift}
|
|
329
|
+
*/
|
|
330
|
+
Redshift?: RedshiftDestinationProperties | undefined;
|
|
331
|
+
/**
|
|
332
|
+
* The properties required to query Amazon S3.
|
|
333
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationconnectorproperties.html#cfn-appflow-flow-destinationconnectorproperties-s3}
|
|
334
|
+
*/
|
|
335
|
+
S3?: S3DestinationProperties | undefined;
|
|
336
|
+
/**
|
|
337
|
+
* The properties required to query SAPOData.
|
|
338
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationconnectorproperties.html#cfn-appflow-flow-destinationconnectorproperties-sapodata}
|
|
339
|
+
*/
|
|
340
|
+
SAPOData?: SAPODataDestinationProperties | undefined;
|
|
341
|
+
/**
|
|
342
|
+
* The properties required to query Salesforce.
|
|
343
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationconnectorproperties.html#cfn-appflow-flow-destinationconnectorproperties-salesforce}
|
|
344
|
+
*/
|
|
345
|
+
Salesforce?: SalesforceDestinationProperties | undefined;
|
|
346
|
+
/**
|
|
347
|
+
* The properties required to query Snowflake.
|
|
348
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationconnectorproperties.html#cfn-appflow-flow-destinationconnectorproperties-snowflake}
|
|
349
|
+
*/
|
|
350
|
+
Snowflake?: SnowflakeDestinationProperties | undefined;
|
|
351
|
+
/**
|
|
352
|
+
* The properties required to query Upsolver.
|
|
353
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationconnectorproperties.html#cfn-appflow-flow-destinationconnectorproperties-upsolver}
|
|
354
|
+
*/
|
|
355
|
+
Upsolver?: UpsolverDestinationProperties | undefined;
|
|
356
|
+
/**
|
|
357
|
+
* The properties required to query Zendesk.
|
|
358
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationconnectorproperties.html#cfn-appflow-flow-destinationconnectorproperties-zendesk}
|
|
359
|
+
*/
|
|
360
|
+
Zendesk?: ZendeskDestinationProperties | undefined;
|
|
361
|
+
};
|
|
362
|
+
/**
|
|
363
|
+
* Contains information about the configuration of destination connectors present in the flow.
|
|
364
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationflowconfig.html}
|
|
365
|
+
*/
|
|
366
|
+
export type DestinationFlowConfig = {
|
|
367
|
+
/**
|
|
368
|
+
* The API version that the destination connector uses.
|
|
369
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationflowconfig.html#cfn-appflow-flow-destinationflowconfig-apiversion}
|
|
370
|
+
*/
|
|
371
|
+
ApiVersion?: string | undefined;
|
|
372
|
+
/**
|
|
373
|
+
* The name of the connector profile. This name must be unique for each connector profile in the AWS account .
|
|
374
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationflowconfig.html#cfn-appflow-flow-destinationflowconfig-connectorprofilename}
|
|
375
|
+
*/
|
|
376
|
+
ConnectorProfileName?: string | undefined;
|
|
377
|
+
/**
|
|
378
|
+
* The type of destination connector, such as Sales force, Amazon S3, and so on.
|
|
379
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationflowconfig.html#cfn-appflow-flow-destinationflowconfig-connectortype}
|
|
380
|
+
*/
|
|
381
|
+
ConnectorType: ConnectorType;
|
|
382
|
+
/**
|
|
383
|
+
* This stores the information that is required to query a particular connector.
|
|
384
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-destinationflowconfig.html#cfn-appflow-flow-destinationflowconfig-destinationconnectorproperties}
|
|
385
|
+
*/
|
|
386
|
+
DestinationConnectorProperties: DestinationConnectorProperties;
|
|
387
|
+
};
|
|
388
|
+
/**
|
|
389
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-dynatraceconnectoroperator.html}
|
|
390
|
+
*/
|
|
391
|
+
export type DynatraceConnectorOperator = "PROJECTION" | "BETWEEN" | "EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP";
|
|
392
|
+
/**
|
|
393
|
+
* The properties that are applied when Dynatrace is being used as a source.
|
|
394
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-dynatracesourceproperties.html}
|
|
395
|
+
*/
|
|
396
|
+
export type DynatraceSourceProperties = {
|
|
397
|
+
/**
|
|
398
|
+
* The object specified in the Dynatrace flow source.
|
|
399
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-dynatracesourceproperties.html#cfn-appflow-flow-dynatracesourceproperties-object}
|
|
400
|
+
*/
|
|
401
|
+
Object: string;
|
|
402
|
+
};
|
|
403
|
+
/**
|
|
404
|
+
* The settings that determine how Amazon AppFlow handles an error when placing data in the destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. `ErrorHandlingConfig` is a part of the destination connector details.
|
|
405
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-errorhandlingconfig.html}
|
|
406
|
+
*/
|
|
407
|
+
export type ErrorHandlingConfig = {
|
|
408
|
+
/**
|
|
409
|
+
* Specifies the name of the Amazon S3 bucket.
|
|
410
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-errorhandlingconfig.html#cfn-appflow-flow-errorhandlingconfig-bucketname}
|
|
411
|
+
*/
|
|
412
|
+
BucketName?: string | undefined;
|
|
413
|
+
/**
|
|
414
|
+
* Specifies the Amazon S3 bucket prefix.
|
|
415
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-errorhandlingconfig.html#cfn-appflow-flow-errorhandlingconfig-bucketprefix}
|
|
416
|
+
*/
|
|
417
|
+
BucketPrefix?: string | undefined;
|
|
418
|
+
/**
|
|
419
|
+
* Specifies if the flow should fail after the first instance of a failure when attempting to place data in the destination.
|
|
420
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-errorhandlingconfig.html#cfn-appflow-flow-errorhandlingconfig-failonfirsterror}
|
|
421
|
+
*/
|
|
422
|
+
FailOnFirstError?: boolean | undefined;
|
|
423
|
+
};
|
|
424
|
+
/**
|
|
425
|
+
* The properties that are applied when Amazon EventBridge is being used as a destination.
|
|
426
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-eventbridgedestinationproperties.html}
|
|
427
|
+
*/
|
|
428
|
+
export type EventBridgeDestinationProperties = {
|
|
429
|
+
/**
|
|
430
|
+
* The object specified in the Amplitude flow source.
|
|
431
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-eventbridgedestinationproperties.html#cfn-appflow-flow-eventbridgedestinationproperties-errorhandlingconfig}
|
|
432
|
+
*/
|
|
433
|
+
ErrorHandlingConfig?: ErrorHandlingConfig | undefined;
|
|
434
|
+
/**
|
|
435
|
+
* The object specified in the Amazon EventBridge flow destination.
|
|
436
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-eventbridgedestinationproperties.html#cfn-appflow-flow-eventbridgedestinationproperties-object}
|
|
437
|
+
*/
|
|
438
|
+
Object: string;
|
|
439
|
+
};
|
|
440
|
+
/**
|
|
441
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-filetype.html}
|
|
442
|
+
*/
|
|
443
|
+
export type FileType = "CSV" | "JSON" | "PARQUET";
|
|
444
|
+
/**
|
|
445
|
+
* Trigger settings of the flow.
|
|
446
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-gluedatacatalog.html}
|
|
447
|
+
*/
|
|
448
|
+
export type GlueDataCatalog = {
|
|
449
|
+
/**
|
|
450
|
+
* A string containing the value for the tag
|
|
451
|
+
* @minLength 0
|
|
452
|
+
* @maxLength 255
|
|
453
|
+
* @pattern [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*
|
|
454
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-gluedatacatalog.html#cfn-appflow-flow-gluedatacatalog-databasename}
|
|
455
|
+
*/
|
|
456
|
+
DatabaseName: string;
|
|
457
|
+
/**
|
|
458
|
+
* A string containing the value for the tag
|
|
459
|
+
* @minLength 0
|
|
460
|
+
* @maxLength 512
|
|
461
|
+
* @pattern arn:aws:iam:.*:[0-9]+:.*
|
|
462
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-gluedatacatalog.html#cfn-appflow-flow-gluedatacatalog-rolearn}
|
|
463
|
+
*/
|
|
464
|
+
RoleArn: string;
|
|
465
|
+
/**
|
|
466
|
+
* A string containing the value for the tag
|
|
467
|
+
* @minLength 0
|
|
468
|
+
* @maxLength 128
|
|
469
|
+
* @pattern [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*
|
|
470
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-gluedatacatalog.html#cfn-appflow-flow-gluedatacatalog-tableprefix}
|
|
471
|
+
*/
|
|
472
|
+
TablePrefix: string;
|
|
473
|
+
};
|
|
474
|
+
/**
|
|
475
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-googleanalyticsconnectoroperator.html}
|
|
476
|
+
*/
|
|
477
|
+
export type GoogleAnalyticsConnectorOperator = "PROJECTION" | "BETWEEN";
|
|
478
|
+
/**
|
|
479
|
+
* The properties that are applied when Google Analytics is being used as a source.
|
|
480
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-googleanalyticssourceproperties.html}
|
|
481
|
+
*/
|
|
482
|
+
export type GoogleAnalyticsSourceProperties = {
|
|
483
|
+
/**
|
|
484
|
+
* The object specified in the Google Analytics flow source.
|
|
485
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-googleanalyticssourceproperties.html#cfn-appflow-flow-googleanalyticssourceproperties-object}
|
|
486
|
+
*/
|
|
487
|
+
Object: string;
|
|
488
|
+
};
|
|
489
|
+
/**
|
|
490
|
+
* Specifies the configuration used when importing incremental records from the source.
|
|
491
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-incrementalpullconfig.html}
|
|
492
|
+
*/
|
|
493
|
+
export type IncrementalPullConfig = {
|
|
494
|
+
/**
|
|
495
|
+
* A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.
|
|
496
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-incrementalpullconfig.html#cfn-appflow-flow-incrementalpullconfig-datetimetypefieldname}
|
|
497
|
+
*/
|
|
498
|
+
DatetimeTypeFieldName?: string | undefined;
|
|
499
|
+
};
|
|
500
|
+
/**
|
|
501
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-infornexusconnectoroperator.html}
|
|
502
|
+
*/
|
|
503
|
+
export type InforNexusConnectorOperator = "PROJECTION" | "BETWEEN" | "EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP";
|
|
504
|
+
/**
|
|
505
|
+
* The properties that are applied when Infor Nexus is being used as a source.
|
|
506
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-infornexussourceproperties.html}
|
|
507
|
+
*/
|
|
508
|
+
export type InforNexusSourceProperties = {
|
|
509
|
+
/**
|
|
510
|
+
* The object specified in the Infor Nexus flow source.
|
|
511
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-infornexussourceproperties.html#cfn-appflow-flow-infornexussourceproperties-object}
|
|
512
|
+
*/
|
|
513
|
+
Object: string;
|
|
514
|
+
};
|
|
515
|
+
/**
|
|
516
|
+
* The properties that are applied when Amazon Lookout for Metrics is used as a destination.
|
|
517
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-lookoutmetricsdestinationproperties.html}
|
|
518
|
+
*/
|
|
519
|
+
export type LookoutMetricsDestinationProperties = {
|
|
520
|
+
/**
|
|
521
|
+
* The object specified in the Amazon Lookout for Metrics flow destination.
|
|
522
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-lookoutmetricsdestinationproperties.html#cfn-appflow-flow-lookoutmetricsdestinationproperties-object}
|
|
523
|
+
*/
|
|
524
|
+
Object?: string | undefined;
|
|
525
|
+
};
|
|
526
|
+
/**
|
|
527
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-marketoconnectoroperator.html}
|
|
528
|
+
*/
|
|
529
|
+
export type MarketoConnectorOperator = "PROJECTION" | "LESS_THAN" | "GREATER_THAN" | "BETWEEN" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP";
|
|
530
|
+
/**
|
|
531
|
+
* The properties that Amazon AppFlow applies when you use Marketo as a flow destination.
|
|
532
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-marketodestinationproperties.html}
|
|
533
|
+
*/
|
|
534
|
+
export type MarketoDestinationProperties = {
|
|
535
|
+
/**
|
|
536
|
+
* The settings that determine how Amazon AppFlow handles an error when placing data in the destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. `ErrorHandlingConfig` is a part of the destination connector details.
|
|
537
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-marketodestinationproperties.html#cfn-appflow-flow-marketodestinationproperties-errorhandlingconfig}
|
|
538
|
+
*/
|
|
539
|
+
ErrorHandlingConfig?: ErrorHandlingConfig | undefined;
|
|
540
|
+
/**
|
|
541
|
+
* The object specified in the Marketo flow destination.
|
|
542
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-marketodestinationproperties.html#cfn-appflow-flow-marketodestinationproperties-object}
|
|
543
|
+
*/
|
|
544
|
+
Object: string;
|
|
545
|
+
};
|
|
546
|
+
/**
|
|
547
|
+
* The properties that are applied when Marketo is being used as a source.
|
|
548
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-marketosourceproperties.html}
|
|
549
|
+
*/
|
|
550
|
+
export type MarketoSourceProperties = {
|
|
551
|
+
/**
|
|
552
|
+
* The object specified in the Marketo flow source.
|
|
553
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-marketosourceproperties.html#cfn-appflow-flow-marketosourceproperties-object}
|
|
554
|
+
*/
|
|
555
|
+
Object: string;
|
|
556
|
+
};
|
|
557
|
+
/**
|
|
558
|
+
* Specifies the configuration that Amazon AppFlow uses when it catalogs your data. When Amazon AppFlow catalogs your data, it stores metadata in a data catalog.
|
|
559
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-metadatacatalogconfig.html}
|
|
560
|
+
*/
|
|
561
|
+
export type MetadataCatalogConfig = {
|
|
562
|
+
/**
|
|
563
|
+
* Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the AWS Glue Data Catalog .
|
|
564
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-metadatacatalogconfig.html#cfn-appflow-flow-metadatacatalogconfig-gluedatacatalog}
|
|
565
|
+
*/
|
|
566
|
+
GlueDataCatalog?: GlueDataCatalog | undefined;
|
|
567
|
+
};
|
|
568
|
+
/**
|
|
569
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-operator.html}
|
|
570
|
+
*/
|
|
571
|
+
export type Operator = "PROJECTION" | "LESS_THAN" | "GREATER_THAN" | "CONTAINS" | "BETWEEN" | "LESS_THAN_OR_EQUAL_TO" | "GREATER_THAN_OR_EQUAL_TO" | "EQUAL_TO" | "NOT_EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP";
|
|
572
|
+
/**
|
|
573
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-operatorpropertieskeys.html}
|
|
574
|
+
*/
|
|
575
|
+
export type OperatorPropertiesKeys = "VALUE" | "VALUES" | "DATA_TYPE" | "UPPER_BOUND" | "LOWER_BOUND" | "SOURCE_DATA_TYPE" | "DESTINATION_DATA_TYPE" | "VALIDATION_ACTION" | "MASK_VALUE" | "MASK_LENGTH" | "TRUNCATE_LENGTH" | "MATH_OPERATION_FIELDS_ORDER" | "CONCAT_FORMAT" | "SUBFIELD_CATEGORY_MAP" | "EXCLUDE_SOURCE_FIELDS_LIST" | "INCLUDE_NEW_FIELDS" | "ORDERED_PARTITION_KEYS_LIST";
|
|
576
|
+
/**
|
|
577
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-pardotconnectoroperator.html}
|
|
578
|
+
*/
|
|
579
|
+
export type PardotConnectorOperator = "PROJECTION" | "EQUAL_TO" | "NO_OP" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC";
|
|
580
|
+
/**
|
|
581
|
+
* The properties that are applied when Salesforce Pardot is being used as a source.
|
|
582
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-pardotsourceproperties.html}
|
|
583
|
+
*/
|
|
584
|
+
export type PardotSourceProperties = {
|
|
585
|
+
/**
|
|
586
|
+
* The object specified in the Salesforce Pardot flow source.
|
|
587
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-pardotsourceproperties.html#cfn-appflow-flow-pardotsourceproperties-object}
|
|
588
|
+
*/
|
|
589
|
+
Object: string;
|
|
590
|
+
};
|
|
591
|
+
/**
|
|
592
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-pathprefix.html}
|
|
593
|
+
*/
|
|
594
|
+
export type PathPrefix = "EXECUTION_ID" | "SCHEMA_VERSION";
|
|
595
|
+
/**
|
|
596
|
+
* Specifies elements that Amazon AppFlow includes in the file and folder names in the flow destination.
|
|
597
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-prefixconfig.html}
|
|
598
|
+
*/
|
|
599
|
+
export type PrefixConfig = {
|
|
600
|
+
/**
|
|
601
|
+
* Specifies whether the destination file path includes either or both of the following elements:
|
|
602
|
+
*
|
|
603
|
+
* - **EXECUTION_ID** - The ID that Amazon AppFlow assigns to the flow run.
|
|
604
|
+
* - **SCHEMA_VERSION** - The version number of your data schema. Amazon AppFlow assigns this version number. The version number increases by one when you change any of the following settings in your flow configuration:
|
|
605
|
+
*
|
|
606
|
+
* - Source-to-destination field mappings
|
|
607
|
+
* - Field data types
|
|
608
|
+
* - Partition keys
|
|
609
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-prefixconfig.html#cfn-appflow-flow-prefixconfig-pathprefixhierarchy}
|
|
610
|
+
*/
|
|
611
|
+
PathPrefixHierarchy?: PathPrefix[] | undefined;
|
|
612
|
+
/**
|
|
613
|
+
* Determines the level of granularity for the date and time that's included in the prefix.
|
|
614
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-prefixconfig.html#cfn-appflow-flow-prefixconfig-prefixformat}
|
|
615
|
+
*/
|
|
616
|
+
PrefixFormat?: PrefixFormat | undefined;
|
|
617
|
+
/**
|
|
618
|
+
* Determines the format of the prefix, and whether it applies to the file name, file path, or both.
|
|
619
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-prefixconfig.html#cfn-appflow-flow-prefixconfig-prefixtype}
|
|
620
|
+
*/
|
|
621
|
+
PrefixType?: PrefixType | undefined;
|
|
622
|
+
};
|
|
623
|
+
/**
|
|
624
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-prefixformat.html}
|
|
625
|
+
*/
|
|
626
|
+
export type PrefixFormat = "YEAR" | "MONTH" | "DAY" | "HOUR" | "MINUTE";
|
|
627
|
+
/**
|
|
628
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-prefixtype.html}
|
|
629
|
+
*/
|
|
630
|
+
export type PrefixType = "FILENAME" | "PATH" | "PATH_AND_FILENAME";
|
|
631
|
+
/**
|
|
632
|
+
* The properties that are applied when Amazon Redshift is being used as a destination.
|
|
633
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-redshiftdestinationproperties.html}
|
|
634
|
+
*/
|
|
635
|
+
export type RedshiftDestinationProperties = {
|
|
636
|
+
/**
|
|
637
|
+
* The object key for the bucket in which Amazon AppFlow places the destination files.
|
|
638
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-redshiftdestinationproperties.html#cfn-appflow-flow-redshiftdestinationproperties-bucketprefix}
|
|
639
|
+
*/
|
|
640
|
+
BucketPrefix?: string | undefined;
|
|
641
|
+
/**
|
|
642
|
+
* The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. `ErrorHandlingConfig` is a part of the destination connector details.
|
|
643
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-redshiftdestinationproperties.html#cfn-appflow-flow-redshiftdestinationproperties-errorhandlingconfig}
|
|
644
|
+
*/
|
|
645
|
+
ErrorHandlingConfig?: ErrorHandlingConfig | undefined;
|
|
646
|
+
/**
|
|
647
|
+
* The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.
|
|
648
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-redshiftdestinationproperties.html#cfn-appflow-flow-redshiftdestinationproperties-intermediatebucketname}
|
|
649
|
+
*/
|
|
650
|
+
IntermediateBucketName: string;
|
|
651
|
+
/**
|
|
652
|
+
* The object specified in the Amazon Redshift flow destination.
|
|
653
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-redshiftdestinationproperties.html#cfn-appflow-flow-redshiftdestinationproperties-object}
|
|
654
|
+
*/
|
|
655
|
+
Object: string;
|
|
656
|
+
};
|
|
657
|
+
/**
|
|
658
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3connectoroperator.html}
|
|
659
|
+
*/
|
|
660
|
+
export type S3ConnectorOperator = "PROJECTION" | "LESS_THAN" | "GREATER_THAN" | "BETWEEN" | "LESS_THAN_OR_EQUAL_TO" | "GREATER_THAN_OR_EQUAL_TO" | "EQUAL_TO" | "NOT_EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP";
|
|
661
|
+
/**
|
|
662
|
+
* The properties that are applied when Amazon S3 is used as a destination.
|
|
663
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3destinationproperties.html}
|
|
664
|
+
*/
|
|
665
|
+
export type S3DestinationProperties = {
|
|
666
|
+
/**
|
|
667
|
+
* The Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
|
|
668
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3destinationproperties.html#cfn-appflow-flow-s3destinationproperties-bucketname}
|
|
669
|
+
*/
|
|
670
|
+
BucketName: string;
|
|
671
|
+
/**
|
|
672
|
+
* The object key for the destination bucket in which Amazon AppFlow places the files.
|
|
673
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3destinationproperties.html#cfn-appflow-flow-s3destinationproperties-bucketprefix}
|
|
674
|
+
*/
|
|
675
|
+
BucketPrefix?: string | undefined;
|
|
676
|
+
/**
|
|
677
|
+
* The configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination.
|
|
678
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3destinationproperties.html#cfn-appflow-flow-s3destinationproperties-s3outputformatconfig}
|
|
679
|
+
*/
|
|
680
|
+
S3OutputFormatConfig?: S3OutputFormatConfig | undefined;
|
|
681
|
+
};
|
|
682
|
+
/**
|
|
683
|
+
* When you use Amazon S3 as the source, the configuration format that you provide the flow input data.
|
|
684
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3inputformatconfig.html}
|
|
685
|
+
*/
|
|
686
|
+
export type S3InputFormatConfig = {
|
|
687
|
+
/**
|
|
688
|
+
* The file type that Amazon AppFlow gets from your Amazon S3 bucket.
|
|
689
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3inputformatconfig.html#cfn-appflow-flow-s3inputformatconfig-s3inputfiletype}
|
|
690
|
+
*/
|
|
691
|
+
S3InputFileType?: "CSV" | "JSON" | undefined;
|
|
692
|
+
};
|
|
693
|
+
/**
|
|
694
|
+
* The configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination.
|
|
695
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3outputformatconfig.html}
|
|
696
|
+
*/
|
|
697
|
+
export type S3OutputFormatConfig = {
|
|
698
|
+
/**
|
|
699
|
+
* The aggregation settings that you can use to customize the output format of your flow data.
|
|
700
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3outputformatconfig.html#cfn-appflow-flow-s3outputformatconfig-aggregationconfig}
|
|
701
|
+
*/
|
|
702
|
+
AggregationConfig?: AggregationConfig | undefined;
|
|
703
|
+
/**
|
|
704
|
+
* Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket.
|
|
705
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3outputformatconfig.html#cfn-appflow-flow-s3outputformatconfig-filetype}
|
|
706
|
+
*/
|
|
707
|
+
FileType?: FileType | undefined;
|
|
708
|
+
/**
|
|
709
|
+
* Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3 bucket. You can name folders according to the flow frequency and date.
|
|
710
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3outputformatconfig.html#cfn-appflow-flow-s3outputformatconfig-prefixconfig}
|
|
711
|
+
*/
|
|
712
|
+
PrefixConfig?: PrefixConfig | undefined;
|
|
713
|
+
/**
|
|
714
|
+
* If your file output format is Parquet, use this parameter to set whether Amazon AppFlow preserves the data types in your source data when it writes the output to Amazon S3.
|
|
715
|
+
*
|
|
716
|
+
* - `true` : Amazon AppFlow preserves the data types when it writes to Amazon S3. For example, an integer or `1` in your source data is still an integer in your output.
|
|
717
|
+
* - `false` : Amazon AppFlow converts all of the source data into strings when it writes to Amazon S3. For example, an integer of `1` in your source data becomes the string `"1"` in the output.
|
|
718
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3outputformatconfig.html#cfn-appflow-flow-s3outputformatconfig-preservesourcedatatyping}
|
|
719
|
+
*/
|
|
720
|
+
PreserveSourceDataTyping?: boolean | undefined;
|
|
721
|
+
};
|
|
722
|
+
/**
|
|
723
|
+
* The properties that are applied when Amazon S3 is being used as the flow source.
|
|
724
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3sourceproperties.html}
|
|
725
|
+
*/
|
|
726
|
+
export type S3SourceProperties = {
|
|
727
|
+
/**
|
|
728
|
+
* The Amazon S3 bucket name where the source files are stored.
|
|
729
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3sourceproperties.html#cfn-appflow-flow-s3sourceproperties-bucketname}
|
|
730
|
+
*/
|
|
731
|
+
BucketName: string;
|
|
732
|
+
/**
|
|
733
|
+
* The object key for the Amazon S3 bucket in which the source files are stored.
|
|
734
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3sourceproperties.html#cfn-appflow-flow-s3sourceproperties-bucketprefix}
|
|
735
|
+
*/
|
|
736
|
+
BucketPrefix: string;
|
|
737
|
+
/**
|
|
738
|
+
* When you use Amazon S3 as the source, the configuration format that you provide the flow input data.
|
|
739
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-s3sourceproperties.html#cfn-appflow-flow-s3sourceproperties-s3inputformatconfig}
|
|
740
|
+
*/
|
|
741
|
+
S3InputFormatConfig?: S3InputFormatConfig | undefined;
|
|
742
|
+
};
|
|
743
|
+
/**
|
|
744
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodataconnectoroperator.html}
|
|
745
|
+
*/
|
|
746
|
+
export type SAPODataConnectorOperator = "PROJECTION" | "LESS_THAN" | "CONTAINS" | "GREATER_THAN" | "BETWEEN" | "LESS_THAN_OR_EQUAL_TO" | "GREATER_THAN_OR_EQUAL_TO" | "EQUAL_TO" | "NOT_EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP";
|
|
747
|
+
/**
|
|
748
|
+
* The properties that are applied when using SAPOData as a flow destination
|
|
749
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatadestinationproperties.html}
|
|
750
|
+
*/
|
|
751
|
+
export type SAPODataDestinationProperties = {
|
|
752
|
+
/**
|
|
753
|
+
* The settings that determine how Amazon AppFlow handles an error when placing data in the destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. `ErrorHandlingConfig` is a part of the destination connector details.
|
|
754
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatadestinationproperties.html#cfn-appflow-flow-sapodatadestinationproperties-errorhandlingconfig}
|
|
755
|
+
*/
|
|
756
|
+
ErrorHandlingConfig?: ErrorHandlingConfig | undefined;
|
|
757
|
+
/**
|
|
758
|
+
* A list of field names that can be used as an ID field when performing a write operation.
|
|
759
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatadestinationproperties.html#cfn-appflow-flow-sapodatadestinationproperties-idfieldnames}
|
|
760
|
+
*/
|
|
761
|
+
IdFieldNames?: string[] | undefined;
|
|
762
|
+
/**
|
|
763
|
+
* The object path specified in the SAPOData flow destination.
|
|
764
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatadestinationproperties.html#cfn-appflow-flow-sapodatadestinationproperties-objectpath}
|
|
765
|
+
*/
|
|
766
|
+
ObjectPath: string;
|
|
767
|
+
/**
|
|
768
|
+
* Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.
|
|
769
|
+
*
|
|
770
|
+
* For example, this setting would determine where to write the response from a destination connector upon a successful insert operation.
|
|
771
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatadestinationproperties.html#cfn-appflow-flow-sapodatadestinationproperties-successresponsehandlingconfig}
|
|
772
|
+
*/
|
|
773
|
+
SuccessResponseHandlingConfig?: SuccessResponseHandlingConfig | undefined;
|
|
774
|
+
/**
|
|
775
|
+
* The possible write operations in the destination connector. When this value is not provided, this defaults to the `INSERT` operation.
|
|
776
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatadestinationproperties.html#cfn-appflow-flow-sapodatadestinationproperties-writeoperationtype}
|
|
777
|
+
*/
|
|
778
|
+
WriteOperationType?: WriteOperationType | undefined;
|
|
779
|
+
};
|
|
780
|
+
/**
|
|
781
|
+
* Sets the page size for each *concurrent process* that transfers OData records from your SAP instance. A concurrent process is query that retrieves a batch of records as part of a flow run. Amazon AppFlow can run multiple concurrent processes in parallel to transfer data faster.
|
|
782
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatapaginationconfig.html}
|
|
783
|
+
*/
|
|
784
|
+
export type SAPODataPaginationConfig = {
|
|
785
|
+
/**
|
|
786
|
+
* The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application. For transfers of OData records, the maximum page size is 3,000. For transfers of data that comes from an ODP provider, the maximum page size is 10,000.
|
|
787
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatapaginationconfig.html#cfn-appflow-flow-sapodatapaginationconfig-maxpagesize}
|
|
788
|
+
*/
|
|
789
|
+
maxPageSize: number;
|
|
790
|
+
};
|
|
791
|
+
/**
|
|
792
|
+
* Sets the number of *concurrent processes* that transfer OData records from your SAP instance. A concurrent process is query that retrieves a batch of records as part of a flow run. Amazon AppFlow can run multiple concurrent processes in parallel to transfer data faster.
|
|
793
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodataparallelismconfig.html}
|
|
794
|
+
*/
|
|
795
|
+
export type SAPODataParallelismConfig = {
|
|
796
|
+
/**
|
|
797
|
+
* The maximum number of processes that Amazon AppFlow runs at the same time when it retrieves your data from your SAP application.
|
|
798
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodataparallelismconfig.html#cfn-appflow-flow-sapodataparallelismconfig-maxparallelism}
|
|
799
|
+
*/
|
|
800
|
+
maxParallelism: number;
|
|
801
|
+
};
|
|
802
|
+
/**
|
|
803
|
+
* The properties that are applied when using SAPOData as a flow source.
|
|
804
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatasourceproperties.html}
|
|
805
|
+
*/
|
|
806
|
+
export type SAPODataSourceProperties = {
|
|
807
|
+
/**
|
|
808
|
+
* The object path specified in the SAPOData flow source.
|
|
809
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatasourceproperties.html#cfn-appflow-flow-sapodatasourceproperties-objectpath}
|
|
810
|
+
*/
|
|
811
|
+
ObjectPath: string;
|
|
812
|
+
/**
|
|
813
|
+
* Sets the page size for each concurrent process that transfers OData records from your SAP instance.
|
|
814
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatasourceproperties.html#cfn-appflow-flow-sapodatasourceproperties-paginationconfig}
|
|
815
|
+
*/
|
|
816
|
+
paginationConfig?: SAPODataPaginationConfig | undefined;
|
|
817
|
+
/**
|
|
818
|
+
* Sets the number of concurrent processes that transfers OData records from your SAP instance.
|
|
819
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sapodatasourceproperties.html#cfn-appflow-flow-sapodatasourceproperties-parallelismconfig}
|
|
820
|
+
*/
|
|
821
|
+
parallelismConfig?: SAPODataParallelismConfig | undefined;
|
|
822
|
+
};
|
|
823
|
+
/**
|
|
824
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-salesforceconnectoroperator.html}
|
|
825
|
+
*/
|
|
826
|
+
export type SalesforceConnectorOperator = "PROJECTION" | "LESS_THAN" | "CONTAINS" | "GREATER_THAN" | "BETWEEN" | "LESS_THAN_OR_EQUAL_TO" | "GREATER_THAN_OR_EQUAL_TO" | "EQUAL_TO" | "NOT_EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP";
|
|
827
|
+
/**
|
|
828
|
+
* The properties that are applied when Salesforce is being used as a destination.
|
|
829
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-salesforcedestinationproperties.html}
|
|
830
|
+
*/
|
|
831
|
+
export type SalesforceDestinationProperties = {
|
|
832
|
+
/**
|
|
833
|
+
* Specifies which Salesforce API is used by Amazon AppFlow when your flow transfers data to Salesforce.
|
|
834
|
+
*
|
|
835
|
+
* - **AUTOMATIC** - The default. Amazon AppFlow selects which API to use based on the number of records that your flow transfers to Salesforce. If your flow transfers fewer than 1,000 records, Amazon AppFlow uses Salesforce REST API. If your flow transfers 1,000 records or more, Amazon AppFlow uses Salesforce Bulk API 2.0.
|
|
836
|
+
*
|
|
837
|
+
* Each of these Salesforce APIs structures data differently. If Amazon AppFlow selects the API automatically, be aware that, for recurring flows, the data output might vary from one flow run to the next. For example, if a flow runs daily, it might use REST API on one day to transfer 900 records, and it might use Bulk API 2.0 on the next day to transfer 1,100 records. For each of these flow runs, the respective Salesforce API formats the data differently. Some of the differences include how dates are formatted and null values are represented. Also, Bulk API 2.0 doesn't transfer Salesforce compound fields.
|
|
838
|
+
*
|
|
839
|
+
* By choosing this option, you optimize flow performance for both small and large data transfers, but the tradeoff is inconsistent formatting in the output.
|
|
840
|
+
* - **BULKV2** - Amazon AppFlow uses only Salesforce Bulk API 2.0. This API runs asynchronous data transfers, and it's optimal for large sets of data. By choosing this option, you ensure that your flow writes consistent output, but you optimize performance only for large data transfers.
|
|
841
|
+
*
|
|
842
|
+
* Note that Bulk API 2.0 does not transfer Salesforce compound fields.
|
|
843
|
+
* - **REST_SYNC** - Amazon AppFlow uses only Salesforce REST API. By choosing this option, you ensure that your flow writes consistent output, but you decrease performance for large data transfers that are better suited for Bulk API 2.0. In some cases, if your flow attempts to transfer a vary large set of data, it might fail with a timed out error.
|
|
844
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-salesforcedestinationproperties.html#cfn-appflow-flow-salesforcedestinationproperties-datatransferapi}
|
|
845
|
+
*/
|
|
846
|
+
DataTransferApi?: DataTransferApi | undefined;
|
|
847
|
+
/**
|
|
848
|
+
* The settings that determine how Amazon AppFlow handles an error when placing data in the Salesforce destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. `ErrorHandlingConfig` is a part of the destination connector details.
|
|
849
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-salesforcedestinationproperties.html#cfn-appflow-flow-salesforcedestinationproperties-errorhandlingconfig}
|
|
850
|
+
*/
|
|
851
|
+
ErrorHandlingConfig?: ErrorHandlingConfig | undefined;
|
|
852
|
+
/**
|
|
853
|
+
* The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update or delete.
|
|
854
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-salesforcedestinationproperties.html#cfn-appflow-flow-salesforcedestinationproperties-idfieldnames}
|
|
855
|
+
*/
|
|
856
|
+
IdFieldNames?: string[] | undefined;
|
|
857
|
+
/**
|
|
858
|
+
* The object specified in the Salesforce flow destination.
|
|
859
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-salesforcedestinationproperties.html#cfn-appflow-flow-salesforcedestinationproperties-object}
|
|
860
|
+
*/
|
|
861
|
+
Object: string;
|
|
862
|
+
/**
|
|
863
|
+
* This specifies the type of write operation to be performed in Salesforce. When the value is `UPSERT` , then `idFieldNames` is required.
|
|
864
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-salesforcedestinationproperties.html#cfn-appflow-flow-salesforcedestinationproperties-writeoperationtype}
|
|
865
|
+
*/
|
|
866
|
+
WriteOperationType?: WriteOperationType | undefined;
|
|
867
|
+
};
|
|
868
|
+
/**
|
|
869
|
+
* The properties that are applied when Salesforce is being used as a source.
|
|
870
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-salesforcesourceproperties.html}
|
|
871
|
+
*/
|
|
872
|
+
export type SalesforceSourceProperties = {
|
|
873
|
+
/**
|
|
874
|
+
* Specifies which Salesforce API is used by Amazon AppFlow when your flow transfers data from Salesforce.
|
|
875
|
+
*
|
|
876
|
+
* - **AUTOMATIC** - The default. Amazon AppFlow selects which API to use based on the number of records that your flow transfers from Salesforce. If your flow transfers fewer than 1,000,000 records, Amazon AppFlow uses Salesforce REST API. If your flow transfers 1,000,000 records or more, Amazon AppFlow uses Salesforce Bulk API 2.0.
|
|
877
|
+
*
|
|
878
|
+
* Each of these Salesforce APIs structures data differently. If Amazon AppFlow selects the API automatically, be aware that, for recurring flows, the data output might vary from one flow run to the next. For example, if a flow runs daily, it might use REST API on one day to transfer 900,000 records, and it might use Bulk API 2.0 on the next day to transfer 1,100,000 records. For each of these flow runs, the respective Salesforce API formats the data differently. Some of the differences include how dates are formatted and null values are represented. Also, Bulk API 2.0 doesn't transfer Salesforce compound fields.
|
|
879
|
+
*
|
|
880
|
+
* By choosing this option, you optimize flow performance for both small and large data transfers, but the tradeoff is inconsistent formatting in the output.
|
|
881
|
+
* - **BULKV2** - Amazon AppFlow uses only Salesforce Bulk API 2.0. This API runs asynchronous data transfers, and it's optimal for large sets of data. By choosing this option, you ensure that your flow writes consistent output, but you optimize performance only for large data transfers.
|
|
882
|
+
*
|
|
883
|
+
* Note that Bulk API 2.0 does not transfer Salesforce compound fields.
|
|
884
|
+
* - **REST_SYNC** - Amazon AppFlow uses only Salesforce REST API. By choosing this option, you ensure that your flow writes consistent output, but you decrease performance for large data transfers that are better suited for Bulk API 2.0. In some cases, if your flow attempts to transfer a vary large set of data, it might fail wituh a timed out error.
|
|
885
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-salesforcesourceproperties.html#cfn-appflow-flow-salesforcesourceproperties-datatransferapi}
|
|
886
|
+
*/
|
|
887
|
+
DataTransferApi?: DataTransferApi | undefined;
|
|
888
|
+
/**
|
|
889
|
+
* The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
|
|
890
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-salesforcesourceproperties.html#cfn-appflow-flow-salesforcesourceproperties-enabledynamicfieldupdate}
|
|
891
|
+
*/
|
|
892
|
+
EnableDynamicFieldUpdate?: boolean | undefined;
|
|
893
|
+
/**
|
|
894
|
+
* Indicates whether Amazon AppFlow includes deleted files in the flow run.
|
|
895
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-salesforcesourceproperties.html#cfn-appflow-flow-salesforcesourceproperties-includedeletedrecords}
|
|
896
|
+
*/
|
|
897
|
+
IncludeDeletedRecords?: boolean | undefined;
|
|
898
|
+
/**
|
|
899
|
+
* The object specified in the Salesforce flow source.
|
|
900
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-salesforcesourceproperties.html#cfn-appflow-flow-salesforcesourceproperties-object}
|
|
901
|
+
*/
|
|
902
|
+
Object: string;
|
|
903
|
+
};
|
|
904
|
+
/**
|
|
905
|
+
* Specifies the configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the `Scheduled` trigger type.
|
|
906
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-scheduledtriggerproperties.html}
|
|
907
|
+
*/
|
|
908
|
+
export type ScheduledTriggerProperties = {
|
|
909
|
+
/**
|
|
910
|
+
* Specifies whether a scheduled flow has an incremental data transfer or a complete data transfer for each flow run.
|
|
911
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-scheduledtriggerproperties.html#cfn-appflow-flow-scheduledtriggerproperties-datapullmode}
|
|
912
|
+
*/
|
|
913
|
+
DataPullMode?: "Incremental" | "Complete" | undefined;
|
|
914
|
+
/**
|
|
915
|
+
* Specifies the date range for the records to import from the connector in the first flow run.
|
|
916
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-scheduledtriggerproperties.html#cfn-appflow-flow-scheduledtriggerproperties-firstexecutionfrom}
|
|
917
|
+
*/
|
|
918
|
+
FirstExecutionFrom?: number | undefined;
|
|
919
|
+
/**
|
|
920
|
+
* Defines how many times a scheduled flow fails consecutively before Amazon AppFlow deactivates it.
|
|
921
|
+
* @min 1
|
|
922
|
+
* @max 100
|
|
923
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-scheduledtriggerproperties.html#cfn-appflow-flow-scheduledtriggerproperties-flowerrordeactivationthreshold}
|
|
924
|
+
*/
|
|
925
|
+
FlowErrorDeactivationThreshold?: number | undefined;
|
|
926
|
+
/**
|
|
927
|
+
* The time at which the scheduled flow ends. The time is formatted as a timestamp that follows the ISO 8601 standard, such as `2022-04-27T13:00:00-07:00` .
|
|
928
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-scheduledtriggerproperties.html#cfn-appflow-flow-scheduledtriggerproperties-scheduleendtime}
|
|
929
|
+
*/
|
|
930
|
+
ScheduleEndTime?: number | undefined;
|
|
931
|
+
/**
|
|
932
|
+
* The scheduling expression that determines the rate at which the schedule will run, for example `rate(5minutes)` .
|
|
933
|
+
* @minLength 1
|
|
934
|
+
* @maxLength 256
|
|
935
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-scheduledtriggerproperties.html#cfn-appflow-flow-scheduledtriggerproperties-scheduleexpression}
|
|
936
|
+
*/
|
|
937
|
+
ScheduleExpression: string;
|
|
938
|
+
/**
|
|
939
|
+
* Specifies the optional offset that is added to the time interval for a schedule-triggered flow.
|
|
940
|
+
* @min 0
|
|
941
|
+
* @max 36000
|
|
942
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-scheduledtriggerproperties.html#cfn-appflow-flow-scheduledtriggerproperties-scheduleoffset}
|
|
943
|
+
*/
|
|
944
|
+
ScheduleOffset?: number | undefined;
|
|
945
|
+
/**
|
|
946
|
+
* The time at which the scheduled flow starts. The time is formatted as a timestamp that follows the ISO 8601 standard, such as `2022-04-26T13:00:00-07:00` .
|
|
947
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-scheduledtriggerproperties.html#cfn-appflow-flow-scheduledtriggerproperties-schedulestarttime}
|
|
948
|
+
*/
|
|
949
|
+
ScheduleStartTime?: number | undefined;
|
|
950
|
+
/**
|
|
951
|
+
* Specifies the time zone used when referring to the dates and times of a scheduled flow, such as `America/New_York` . This time zone is only a descriptive label. It doesn't affect how Amazon AppFlow interprets the timestamps that you specify to schedule the flow.
|
|
952
|
+
*
|
|
953
|
+
* If you want to schedule a flow by using times in a particular time zone, indicate the time zone as a UTC offset in your timestamps. For example, the UTC offsets for the `America/New_York` timezone are `-04:00` EDT and `-05:00 EST` .
|
|
954
|
+
* @maxLength 256
|
|
955
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-scheduledtriggerproperties.html#cfn-appflow-flow-scheduledtriggerproperties-timezone}
|
|
956
|
+
*/
|
|
957
|
+
TimeZone?: string | undefined;
|
|
958
|
+
};
|
|
959
|
+
/**
|
|
960
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-servicenowconnectoroperator.html}
|
|
961
|
+
*/
|
|
962
|
+
export type ServiceNowConnectorOperator = "PROJECTION" | "LESS_THAN" | "CONTAINS" | "GREATER_THAN" | "BETWEEN" | "LESS_THAN_OR_EQUAL_TO" | "GREATER_THAN_OR_EQUAL_TO" | "EQUAL_TO" | "NOT_EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP";
|
|
963
|
+
/**
|
|
964
|
+
* The properties that are applied when ServiceNow is being used as a source.
|
|
965
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-servicenowsourceproperties.html}
|
|
966
|
+
*/
|
|
967
|
+
export type ServiceNowSourceProperties = {
|
|
968
|
+
/**
|
|
969
|
+
* The object specified in the ServiceNow flow source.
|
|
970
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-servicenowsourceproperties.html#cfn-appflow-flow-servicenowsourceproperties-object}
|
|
971
|
+
*/
|
|
972
|
+
Object: string;
|
|
973
|
+
};
|
|
974
|
+
/**
|
|
975
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-singularconnectoroperator.html}
|
|
976
|
+
*/
|
|
977
|
+
export type SingularConnectorOperator = "PROJECTION" | "EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP";
|
|
978
|
+
/**
|
|
979
|
+
* The properties that are applied when Singular is being used as a source.
|
|
980
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-singularsourceproperties.html}
|
|
981
|
+
*/
|
|
982
|
+
export type SingularSourceProperties = {
|
|
983
|
+
/**
|
|
984
|
+
* The object specified in the Singular flow source.
|
|
985
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-singularsourceproperties.html#cfn-appflow-flow-singularsourceproperties-object}
|
|
986
|
+
*/
|
|
987
|
+
Object: string;
|
|
988
|
+
};
|
|
989
|
+
/**
|
|
990
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-slackconnectoroperator.html}
|
|
991
|
+
*/
|
|
992
|
+
export type SlackConnectorOperator = "PROJECTION" | "BETWEEN" | "EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP";
|
|
993
|
+
/**
|
|
994
|
+
* The properties that are applied when Slack is being used as a source.
|
|
995
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-slacksourceproperties.html}
|
|
996
|
+
*/
|
|
997
|
+
export type SlackSourceProperties = {
|
|
998
|
+
/**
|
|
999
|
+
* The object specified in the Slack flow source.
|
|
1000
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-slacksourceproperties.html#cfn-appflow-flow-slacksourceproperties-object}
|
|
1001
|
+
*/
|
|
1002
|
+
Object: string;
|
|
1003
|
+
};
|
|
1004
|
+
/**
|
|
1005
|
+
* The properties that are applied when Snowflake is being used as a destination.
|
|
1006
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-snowflakedestinationproperties.html}
|
|
1007
|
+
*/
|
|
1008
|
+
export type SnowflakeDestinationProperties = {
|
|
1009
|
+
/**
|
|
1010
|
+
* The object key for the destination bucket in which Amazon AppFlow places the files.
|
|
1011
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-snowflakedestinationproperties.html#cfn-appflow-flow-snowflakedestinationproperties-bucketprefix}
|
|
1012
|
+
*/
|
|
1013
|
+
BucketPrefix?: string | undefined;
|
|
1014
|
+
/**
|
|
1015
|
+
* The settings that determine how Amazon AppFlow handles an error when placing data in the Snowflake destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. `ErrorHandlingConfig` is a part of the destination connector details.
|
|
1016
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-snowflakedestinationproperties.html#cfn-appflow-flow-snowflakedestinationproperties-errorhandlingconfig}
|
|
1017
|
+
*/
|
|
1018
|
+
ErrorHandlingConfig?: ErrorHandlingConfig | undefined;
|
|
1019
|
+
/**
|
|
1020
|
+
* The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.
|
|
1021
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-snowflakedestinationproperties.html#cfn-appflow-flow-snowflakedestinationproperties-intermediatebucketname}
|
|
1022
|
+
*/
|
|
1023
|
+
IntermediateBucketName: string;
|
|
1024
|
+
/**
|
|
1025
|
+
* The object specified in the Snowflake flow destination.
|
|
1026
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-snowflakedestinationproperties.html#cfn-appflow-flow-snowflakedestinationproperties-object}
|
|
1027
|
+
*/
|
|
1028
|
+
Object: string;
|
|
1029
|
+
};
|
|
1030
|
+
/**
|
|
1031
|
+
* Specifies the information that is required to query a particular connector.
|
|
1032
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html}
|
|
1033
|
+
*/
|
|
1034
|
+
export type SourceConnectorProperties = {
|
|
1035
|
+
/**
|
|
1036
|
+
* Specifies the information that is required for querying Amplitude.
|
|
1037
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-amplitude}
|
|
1038
|
+
*/
|
|
1039
|
+
Amplitude?: AmplitudeSourceProperties | undefined;
|
|
1040
|
+
/**
|
|
1041
|
+
* The properties that are applied when the custom connector is being used as a source.
|
|
1042
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-customconnector}
|
|
1043
|
+
*/
|
|
1044
|
+
CustomConnector?: CustomConnectorSourceProperties | undefined;
|
|
1045
|
+
/**
|
|
1046
|
+
* Specifies the information that is required for querying Datadog.
|
|
1047
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-datadog}
|
|
1048
|
+
*/
|
|
1049
|
+
Datadog?: DatadogSourceProperties | undefined;
|
|
1050
|
+
/**
|
|
1051
|
+
* Specifies the information that is required for querying Dynatrace.
|
|
1052
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-dynatrace}
|
|
1053
|
+
*/
|
|
1054
|
+
Dynatrace?: DynatraceSourceProperties | undefined;
|
|
1055
|
+
/**
|
|
1056
|
+
* Specifies the information that is required for querying Google Analytics.
|
|
1057
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-googleanalytics}
|
|
1058
|
+
*/
|
|
1059
|
+
GoogleAnalytics?: GoogleAnalyticsSourceProperties | undefined;
|
|
1060
|
+
/**
|
|
1061
|
+
* Specifies the information that is required for querying Infor Nexus.
|
|
1062
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-infornexus}
|
|
1063
|
+
*/
|
|
1064
|
+
InforNexus?: InforNexusSourceProperties | undefined;
|
|
1065
|
+
/**
|
|
1066
|
+
* Specifies the information that is required for querying Marketo.
|
|
1067
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-marketo}
|
|
1068
|
+
*/
|
|
1069
|
+
Marketo?: MarketoSourceProperties | undefined;
|
|
1070
|
+
/**
|
|
1071
|
+
* Specifies the information that is required for querying Salesforce Pardot.
|
|
1072
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-pardot}
|
|
1073
|
+
*/
|
|
1074
|
+
Pardot?: PardotSourceProperties | undefined;
|
|
1075
|
+
/**
|
|
1076
|
+
* Specifies the information that is required for querying Amazon S3.
|
|
1077
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-s3}
|
|
1078
|
+
*/
|
|
1079
|
+
S3?: S3SourceProperties | undefined;
|
|
1080
|
+
/**
|
|
1081
|
+
* The properties that are applied when using SAPOData as a flow source.
|
|
1082
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-sapodata}
|
|
1083
|
+
*/
|
|
1084
|
+
SAPOData?: SAPODataSourceProperties | undefined;
|
|
1085
|
+
/**
|
|
1086
|
+
* Specifies the information that is required for querying Salesforce.
|
|
1087
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-salesforce}
|
|
1088
|
+
*/
|
|
1089
|
+
Salesforce?: SalesforceSourceProperties | undefined;
|
|
1090
|
+
/**
|
|
1091
|
+
* Specifies the information that is required for querying ServiceNow.
|
|
1092
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-servicenow}
|
|
1093
|
+
*/
|
|
1094
|
+
ServiceNow?: ServiceNowSourceProperties | undefined;
|
|
1095
|
+
/**
|
|
1096
|
+
* Specifies the information that is required for querying Singular.
|
|
1097
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-singular}
|
|
1098
|
+
*/
|
|
1099
|
+
Singular?: SingularSourceProperties | undefined;
|
|
1100
|
+
/**
|
|
1101
|
+
* Specifies the information that is required for querying Slack.
|
|
1102
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-slack}
|
|
1103
|
+
*/
|
|
1104
|
+
Slack?: SlackSourceProperties | undefined;
|
|
1105
|
+
/**
|
|
1106
|
+
* Specifies the information that is required for querying Trend Micro.
|
|
1107
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-trendmicro}
|
|
1108
|
+
*/
|
|
1109
|
+
Trendmicro?: TrendmicroSourceProperties | undefined;
|
|
1110
|
+
/**
|
|
1111
|
+
* Specifies the information that is required for querying Veeva.
|
|
1112
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-veeva}
|
|
1113
|
+
*/
|
|
1114
|
+
Veeva?: VeevaSourceProperties | undefined;
|
|
1115
|
+
/**
|
|
1116
|
+
* Specifies the information that is required for querying Zendesk.
|
|
1117
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceconnectorproperties.html#cfn-appflow-flow-sourceconnectorproperties-zendesk}
|
|
1118
|
+
*/
|
|
1119
|
+
Zendesk?: ZendeskSourceProperties | undefined;
|
|
1120
|
+
};
|
|
1121
|
+
/**
|
|
1122
|
+
* Contains information about the configuration of the source connector used in the flow.
|
|
1123
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceflowconfig.html}
|
|
1124
|
+
*/
|
|
1125
|
+
export type SourceFlowConfig = {
|
|
1126
|
+
/**
|
|
1127
|
+
* The API version of the connector when it's used as a source in the flow.
|
|
1128
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceflowconfig.html#cfn-appflow-flow-sourceflowconfig-apiversion}
|
|
1129
|
+
*/
|
|
1130
|
+
ApiVersion?: string | undefined;
|
|
1131
|
+
/**
|
|
1132
|
+
* The name of the connector profile. This name must be unique for each connector profile in the AWS account .
|
|
1133
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceflowconfig.html#cfn-appflow-flow-sourceflowconfig-connectorprofilename}
|
|
1134
|
+
*/
|
|
1135
|
+
ConnectorProfileName?: string | undefined;
|
|
1136
|
+
/**
|
|
1137
|
+
* The type of connector, such as Salesforce, Amplitude, and so on.
|
|
1138
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceflowconfig.html#cfn-appflow-flow-sourceflowconfig-connectortype}
|
|
1139
|
+
*/
|
|
1140
|
+
ConnectorType: ConnectorType;
|
|
1141
|
+
/**
|
|
1142
|
+
* Defines the configuration for a scheduled incremental data pull. If a valid configuration is provided, the fields specified in the configuration are used when querying for the incremental data pull.
|
|
1143
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceflowconfig.html#cfn-appflow-flow-sourceflowconfig-incrementalpullconfig}
|
|
1144
|
+
*/
|
|
1145
|
+
IncrementalPullConfig?: IncrementalPullConfig | undefined;
|
|
1146
|
+
/**
|
|
1147
|
+
* Specifies the information that is required to query a particular source connector.
|
|
1148
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-sourceflowconfig.html#cfn-appflow-flow-sourceflowconfig-sourceconnectorproperties}
|
|
1149
|
+
*/
|
|
1150
|
+
SourceConnectorProperties: SourceConnectorProperties;
|
|
1151
|
+
};
|
|
1152
|
+
/**
|
|
1153
|
+
* Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.
|
|
1154
|
+
*
|
|
1155
|
+
* For example, this setting would determine where to write the response from the destination connector upon a successful insert operation.
|
|
1156
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-successresponsehandlingconfig.html}
|
|
1157
|
+
*/
|
|
1158
|
+
export type SuccessResponseHandlingConfig = {
|
|
1159
|
+
/**
|
|
1160
|
+
* The name of the Amazon S3 bucket.
|
|
1161
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-successresponsehandlingconfig.html#cfn-appflow-flow-successresponsehandlingconfig-bucketname}
|
|
1162
|
+
*/
|
|
1163
|
+
BucketName?: string | undefined;
|
|
1164
|
+
/**
|
|
1165
|
+
* The Amazon S3 bucket prefix.
|
|
1166
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-successresponsehandlingconfig.html#cfn-appflow-flow-successresponsehandlingconfig-bucketprefix}
|
|
1167
|
+
*/
|
|
1168
|
+
BucketPrefix?: string | undefined;
|
|
1169
|
+
};
|
|
1170
|
+
/**
|
|
1171
|
+
* A class for modeling different type of tasks. Task implementation varies based on the `TaskType` .
|
|
1172
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-task.html}
|
|
1173
|
+
*/
|
|
1174
|
+
export type Task = {
|
|
1175
|
+
/**
|
|
1176
|
+
* The operation to be performed on the provided source fields.
|
|
1177
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-task.html#cfn-appflow-flow-task-connectoroperator}
|
|
1178
|
+
*/
|
|
1179
|
+
ConnectorOperator?: ConnectorOperator | undefined;
|
|
1180
|
+
/**
|
|
1181
|
+
* A field in a destination connector, or a field value against which Amazon AppFlow validates a source field.
|
|
1182
|
+
* @maxLength 256
|
|
1183
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-task.html#cfn-appflow-flow-task-destinationfield}
|
|
1184
|
+
*/
|
|
1185
|
+
DestinationField?: string | undefined;
|
|
1186
|
+
/**
|
|
1187
|
+
* The source fields to which a particular task is applied.
|
|
1188
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-task.html#cfn-appflow-flow-task-sourcefields}
|
|
1189
|
+
*/
|
|
1190
|
+
SourceFields: string[];
|
|
1191
|
+
/**
|
|
1192
|
+
* A map used to store task-related information. The execution service looks for particular information based on the `TaskType` .
|
|
1193
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-task.html#cfn-appflow-flow-task-taskproperties}
|
|
1194
|
+
*/
|
|
1195
|
+
TaskProperties?: TaskPropertiesObject[] | undefined;
|
|
1196
|
+
/**
|
|
1197
|
+
* Specifies the particular task implementation that Amazon AppFlow performs.
|
|
1198
|
+
*
|
|
1199
|
+
* *Allowed values* : `Arithmetic` | `Filter` | `Map` | `Map_all` | `Mask` | `Merge` | `Truncate` | `Validate`
|
|
1200
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-task.html#cfn-appflow-flow-task-tasktype}
|
|
1201
|
+
*/
|
|
1202
|
+
TaskType: TaskType;
|
|
1203
|
+
};
|
|
1204
|
+
/**
|
|
1205
|
+
* A map used to store task-related information. The execution service looks for particular information based on the `TaskType` .
|
|
1206
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-taskpropertiesobject.html}
|
|
1207
|
+
*/
|
|
1208
|
+
export type TaskPropertiesObject = {
|
|
1209
|
+
/**
|
|
1210
|
+
* The task property key.
|
|
1211
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-taskpropertiesobject.html#cfn-appflow-flow-taskpropertiesobject-key}
|
|
1212
|
+
*/
|
|
1213
|
+
Key: OperatorPropertiesKeys;
|
|
1214
|
+
/**
|
|
1215
|
+
* The task property value.
|
|
1216
|
+
* @maxLength 2048
|
|
1217
|
+
* @pattern .+
|
|
1218
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-taskpropertiesobject.html#cfn-appflow-flow-taskpropertiesobject-value}
|
|
1219
|
+
*/
|
|
1220
|
+
Value: string;
|
|
1221
|
+
};
|
|
1222
|
+
/**
|
|
1223
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-tasktype.html}
|
|
1224
|
+
*/
|
|
1225
|
+
export type TaskType = "Arithmetic" | "Filter" | "Map" | "Map_all" | "Mask" | "Merge" | "Passthrough" | "Truncate" | "Validate" | "Partition";
|
|
1226
|
+
/**
|
|
1227
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-trendmicroconnectoroperator.html}
|
|
1228
|
+
*/
|
|
1229
|
+
export type TrendmicroConnectorOperator = "PROJECTION" | "EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP";
|
|
1230
|
+
/**
|
|
1231
|
+
* The properties that are applied when using Trend Micro as a flow source.
|
|
1232
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-trendmicrosourceproperties.html}
|
|
1233
|
+
*/
|
|
1234
|
+
export type TrendmicroSourceProperties = {
|
|
1235
|
+
/**
|
|
1236
|
+
* The object specified in the Trend Micro flow source.
|
|
1237
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-trendmicrosourceproperties.html#cfn-appflow-flow-trendmicrosourceproperties-object}
|
|
1238
|
+
*/
|
|
1239
|
+
Object: string;
|
|
1240
|
+
};
|
|
1241
|
+
/**
|
|
1242
|
+
* The trigger settings that determine how and when Amazon AppFlow runs the specified flow.
|
|
1243
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-triggerconfig.html}
|
|
1244
|
+
*/
|
|
1245
|
+
export type TriggerConfig = {
|
|
1246
|
+
/**
|
|
1247
|
+
* Specifies the configuration details of a schedule-triggered flow as defined by the user. Currently, these settings only apply to the `Scheduled` trigger type.
|
|
1248
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-triggerconfig.html#cfn-appflow-flow-triggerconfig-triggerproperties}
|
|
1249
|
+
*/
|
|
1250
|
+
TriggerProperties?: ScheduledTriggerProperties | undefined;
|
|
1251
|
+
/**
|
|
1252
|
+
* Specifies the type of flow trigger. This can be `OnDemand` , `Scheduled` , or `Event` .
|
|
1253
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-triggerconfig.html#cfn-appflow-flow-triggerconfig-triggertype}
|
|
1254
|
+
*/
|
|
1255
|
+
TriggerType: TriggerType;
|
|
1256
|
+
};
|
|
1257
|
+
/**
|
|
1258
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-triggertype.html}
|
|
1259
|
+
*/
|
|
1260
|
+
export type TriggerType = "Scheduled" | "Event" | "OnDemand";
|
|
1261
|
+
/**
|
|
1262
|
+
* The properties that are applied when Upsolver is used as a destination.
|
|
1263
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-upsolverdestinationproperties.html}
|
|
1264
|
+
*/
|
|
1265
|
+
export type UpsolverDestinationProperties = {
|
|
1266
|
+
/**
|
|
1267
|
+
* The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
|
|
1268
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-upsolverdestinationproperties.html#cfn-appflow-flow-upsolverdestinationproperties-bucketname}
|
|
1269
|
+
*/
|
|
1270
|
+
BucketName: string;
|
|
1271
|
+
/**
|
|
1272
|
+
* The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.
|
|
1273
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-upsolverdestinationproperties.html#cfn-appflow-flow-upsolverdestinationproperties-bucketprefix}
|
|
1274
|
+
*/
|
|
1275
|
+
BucketPrefix?: string | undefined;
|
|
1276
|
+
/**
|
|
1277
|
+
* The configuration that determines how data is formatted when Upsolver is used as the flow destination.
|
|
1278
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-upsolverdestinationproperties.html#cfn-appflow-flow-upsolverdestinationproperties-s3outputformatconfig}
|
|
1279
|
+
*/
|
|
1280
|
+
S3OutputFormatConfig: UpsolverS3OutputFormatConfig;
|
|
1281
|
+
};
|
|
1282
|
+
/**
|
|
1283
|
+
* The configuration that determines how Amazon AppFlow formats the flow output data when Upsolver is used as the destination.
|
|
1284
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-upsolvers3outputformatconfig.html}
|
|
1285
|
+
*/
|
|
1286
|
+
export type UpsolverS3OutputFormatConfig = {
|
|
1287
|
+
/**
|
|
1288
|
+
* The aggregation settings that you can use to customize the output format of your flow data.
|
|
1289
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-upsolvers3outputformatconfig.html#cfn-appflow-flow-upsolvers3outputformatconfig-aggregationconfig}
|
|
1290
|
+
*/
|
|
1291
|
+
AggregationConfig?: AggregationConfig | undefined;
|
|
1292
|
+
/**
|
|
1293
|
+
* Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
|
|
1294
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-upsolvers3outputformatconfig.html#cfn-appflow-flow-upsolvers3outputformatconfig-filetype}
|
|
1295
|
+
*/
|
|
1296
|
+
FileType?: FileType | undefined;
|
|
1297
|
+
/**
|
|
1298
|
+
* Specifies elements that Amazon AppFlow includes in the file and folder names in the flow destination.
|
|
1299
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-upsolvers3outputformatconfig.html#cfn-appflow-flow-upsolvers3outputformatconfig-prefixconfig}
|
|
1300
|
+
*/
|
|
1301
|
+
PrefixConfig: PrefixConfig;
|
|
1302
|
+
};
|
|
1303
|
+
/**
|
|
1304
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-veevaconnectoroperator.html}
|
|
1305
|
+
*/
|
|
1306
|
+
export type VeevaConnectorOperator = "PROJECTION" | "LESS_THAN" | "GREATER_THAN" | "BETWEEN" | "LESS_THAN_OR_EQUAL_TO" | "GREATER_THAN_OR_EQUAL_TO" | "EQUAL_TO" | "NOT_EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP";
|
|
1307
|
+
/**
|
|
1308
|
+
* The properties that are applied when using Veeva as a flow source.
|
|
1309
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-veevasourceproperties.html}
|
|
1310
|
+
*/
|
|
1311
|
+
export type VeevaSourceProperties = {
|
|
1312
|
+
/**
|
|
1313
|
+
* The document type specified in the Veeva document extract flow.
|
|
1314
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-veevasourceproperties.html#cfn-appflow-flow-veevasourceproperties-documenttype}
|
|
1315
|
+
*/
|
|
1316
|
+
DocumentType?: string | undefined;
|
|
1317
|
+
/**
|
|
1318
|
+
* Boolean value to include All Versions of files in Veeva document extract flow.
|
|
1319
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-veevasourceproperties.html#cfn-appflow-flow-veevasourceproperties-includeallversions}
|
|
1320
|
+
*/
|
|
1321
|
+
IncludeAllVersions?: boolean | undefined;
|
|
1322
|
+
/**
|
|
1323
|
+
* Boolean value to include file renditions in Veeva document extract flow.
|
|
1324
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-veevasourceproperties.html#cfn-appflow-flow-veevasourceproperties-includerenditions}
|
|
1325
|
+
*/
|
|
1326
|
+
IncludeRenditions?: boolean | undefined;
|
|
1327
|
+
/**
|
|
1328
|
+
* Boolean value to include source files in Veeva document extract flow.
|
|
1329
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-veevasourceproperties.html#cfn-appflow-flow-veevasourceproperties-includesourcefiles}
|
|
1330
|
+
*/
|
|
1331
|
+
IncludeSourceFiles?: boolean | undefined;
|
|
1332
|
+
/**
|
|
1333
|
+
* The object specified in the Veeva flow source.
|
|
1334
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-veevasourceproperties.html#cfn-appflow-flow-veevasourceproperties-object}
|
|
1335
|
+
*/
|
|
1336
|
+
Object: string;
|
|
1337
|
+
};
|
|
1338
|
+
/**
|
|
1339
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-writeoperationtype.html}
|
|
1340
|
+
*/
|
|
1341
|
+
export type WriteOperationType = "INSERT" | "UPSERT" | "UPDATE" | "DELETE";
|
|
1342
|
+
/**
|
|
1343
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-zendeskconnectoroperator.html}
|
|
1344
|
+
*/
|
|
1345
|
+
export type ZendeskConnectorOperator = "PROJECTION" | "GREATER_THAN" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP";
|
|
1346
|
+
/**
|
|
1347
|
+
* The properties that are applied when Zendesk is used as a destination.
|
|
1348
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-zendeskdestinationproperties.html}
|
|
1349
|
+
*/
|
|
1350
|
+
export type ZendeskDestinationProperties = {
|
|
1351
|
+
/**
|
|
1352
|
+
* The settings that determine how Amazon AppFlow handles an error when placing data in the destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. `ErrorHandlingConfig` is a part of the destination connector details.
|
|
1353
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-zendeskdestinationproperties.html#cfn-appflow-flow-zendeskdestinationproperties-errorhandlingconfig}
|
|
1354
|
+
*/
|
|
1355
|
+
ErrorHandlingConfig?: ErrorHandlingConfig | undefined;
|
|
1356
|
+
/**
|
|
1357
|
+
* A list of field names that can be used as an ID field when performing a write operation.
|
|
1358
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-zendeskdestinationproperties.html#cfn-appflow-flow-zendeskdestinationproperties-idfieldnames}
|
|
1359
|
+
*/
|
|
1360
|
+
IdFieldNames?: string[] | undefined;
|
|
1361
|
+
/**
|
|
1362
|
+
* The object specified in the Zendesk flow destination.
|
|
1363
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-zendeskdestinationproperties.html#cfn-appflow-flow-zendeskdestinationproperties-object}
|
|
1364
|
+
*/
|
|
1365
|
+
Object: string;
|
|
1366
|
+
/**
|
|
1367
|
+
* The possible write operations in the destination connector. When this value is not provided, this defaults to the `INSERT` operation.
|
|
1368
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-zendeskdestinationproperties.html#cfn-appflow-flow-zendeskdestinationproperties-writeoperationtype}
|
|
1369
|
+
*/
|
|
1370
|
+
WriteOperationType?: WriteOperationType | undefined;
|
|
1371
|
+
};
|
|
1372
|
+
/**
|
|
1373
|
+
* The properties that are applied when using Zendesk as a flow source.
|
|
1374
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-zendesksourceproperties.html}
|
|
1375
|
+
*/
|
|
1376
|
+
export type ZendeskSourceProperties = {
|
|
1377
|
+
/**
|
|
1378
|
+
* The object specified in the Zendesk flow source.
|
|
1379
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-zendesksourceproperties.html#cfn-appflow-flow-zendesksourceproperties-object}
|
|
1380
|
+
*/
|
|
1381
|
+
Object: string;
|
|
1382
|
+
};
|
|
1383
|
+
//# sourceMappingURL=aws-appflow-flow.d.ts.map
|