@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,2182 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Creates a data source connector that you want to use with an Amazon Kendra index.
|
|
4
|
+
*
|
|
5
|
+
* You specify a name, data source connector type and description for your data source. You also specify configuration information for the data source connector.
|
|
6
|
+
*
|
|
7
|
+
* > `CreateDataSource` does *not* support connectors which [require a `TemplateConfiguration` object](https://docs.aws.amazon.com/kendra/latest/dg/ds-schemas.html) for connecting to Amazon Kendra .
|
|
8
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-datasource.html}
|
|
9
|
+
*/
|
|
10
|
+
export type KendraDataSource = ResourceDefinitionWithAttributes<"AWS::Kendra::DataSource", KendraDataSourceProps, KendraDataSourceAttribs>;
|
|
11
|
+
/**
|
|
12
|
+
* Creates a data source connector that you want to use with an Amazon Kendra index.
|
|
13
|
+
*
|
|
14
|
+
* You specify a name, data source connector type and description for your data source. You also specify configuration information for the data source connector.
|
|
15
|
+
*
|
|
16
|
+
* > `CreateDataSource` does *not* support connectors which [require a `TemplateConfiguration` object](https://docs.aws.amazon.com/kendra/latest/dg/ds-schemas.html) for connecting to Amazon Kendra .
|
|
17
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-datasource.html}
|
|
18
|
+
*/
|
|
19
|
+
export type KendraDataSourceProps = {
|
|
20
|
+
/**
|
|
21
|
+
* Configuration information for altering document metadata and content during the document ingestion process.
|
|
22
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-datasource.html#cfn-kendra-datasource-customdocumentenrichmentconfiguration}
|
|
23
|
+
*/
|
|
24
|
+
CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* Configuration information for an Amazon Kendra data source. The contents of the configuration depend on the type of data source. You can only specify one type of data source in the configuration.
|
|
27
|
+
*
|
|
28
|
+
* You can't specify the `Configuration` parameter when the `Type` parameter is set to `CUSTOM` .
|
|
29
|
+
*
|
|
30
|
+
* The `Configuration` parameter is required for all other data sources.
|
|
31
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-datasource.html#cfn-kendra-datasource-datasourceconfiguration}
|
|
32
|
+
*/
|
|
33
|
+
DataSourceConfiguration?: DataSourceConfiguration | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* A description for the data source connector.
|
|
36
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-datasource.html#cfn-kendra-datasource-description}
|
|
37
|
+
*/
|
|
38
|
+
Description?: string | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* The identifier of the index you want to use with the data source connector.
|
|
41
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-datasource.html#cfn-kendra-datasource-indexid}
|
|
42
|
+
*/
|
|
43
|
+
IndexId: string;
|
|
44
|
+
/**
|
|
45
|
+
* The code for a language. This shows a supported language for all documents in the data source. English is supported by default. For more information on supported languages, including their codes, see [Adding documents in languages other than English](https://docs.aws.amazon.com/kendra/latest/dg/in-adding-languages.html) .
|
|
46
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-datasource.html#cfn-kendra-datasource-languagecode}
|
|
47
|
+
*/
|
|
48
|
+
LanguageCode?: string | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* The name of the data source.
|
|
51
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-datasource.html#cfn-kendra-datasource-name}
|
|
52
|
+
*/
|
|
53
|
+
Name: string;
|
|
54
|
+
/**
|
|
55
|
+
* The Amazon Resource Name (ARN) of a role with permission to access the data source.
|
|
56
|
+
*
|
|
57
|
+
* You can't specify the `RoleArn` parameter when the `Type` parameter is set to `CUSTOM` .
|
|
58
|
+
*
|
|
59
|
+
* The `RoleArn` parameter is required for all other data sources.
|
|
60
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-datasource.html#cfn-kendra-datasource-rolearn}
|
|
61
|
+
*/
|
|
62
|
+
RoleArn?: string | undefined;
|
|
63
|
+
/**
|
|
64
|
+
* Sets the frequency that Amazon Kendra checks the documents in your data source and updates the index. If you don't set a schedule, Amazon Kendra doesn't periodically update the index.
|
|
65
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-datasource.html#cfn-kendra-datasource-schedule}
|
|
66
|
+
*/
|
|
67
|
+
Schedule?: string | undefined;
|
|
68
|
+
/**
|
|
69
|
+
* An array of key-value pairs to apply to this resource
|
|
70
|
+
*
|
|
71
|
+
* For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .
|
|
72
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-datasource.html#cfn-kendra-datasource-tags}
|
|
73
|
+
*/
|
|
74
|
+
Tags?: Tag[] | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* The type of the data source.
|
|
77
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-datasource.html#cfn-kendra-datasource-type}
|
|
78
|
+
*/
|
|
79
|
+
Type: Type;
|
|
80
|
+
};
|
|
81
|
+
/**
|
|
82
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-datasource.html#aws-resource-kendra-datasource-return-values}
|
|
83
|
+
*/
|
|
84
|
+
export type KendraDataSourceAttribs = {
|
|
85
|
+
/**
|
|
86
|
+
* The Amazon Resource Name (ARN) of the data source. For example:
|
|
87
|
+
*
|
|
88
|
+
* `arn:aws:kendra:us-west-2:111122223333:index/335c3741-41df-46a6-b5d3-61f85b787884/data-source/b8cae438-6787-4091-8897-684a652bbb0a`
|
|
89
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-datasource.html#cfn-kendra-datasource-arn}
|
|
90
|
+
*/
|
|
91
|
+
Arn: string;
|
|
92
|
+
/**
|
|
93
|
+
* The identifier for the data source. For example:
|
|
94
|
+
*
|
|
95
|
+
* `b8cae438-6787-4091-8897-684a652bbb0a` .
|
|
96
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-datasource.html#cfn-kendra-datasource-id}
|
|
97
|
+
*/
|
|
98
|
+
Id: string;
|
|
99
|
+
};
|
|
100
|
+
/**
|
|
101
|
+
* Specifies access control list files for the documents in a data source.
|
|
102
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-accesscontrollistconfiguration.html}
|
|
103
|
+
*/
|
|
104
|
+
export type AccessControlListConfiguration = {
|
|
105
|
+
/**
|
|
106
|
+
* Path to the AWS S3 bucket that contains the access control list files.
|
|
107
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-accesscontrollistconfiguration.html#cfn-kendra-datasource-accesscontrollistconfiguration-keypath}
|
|
108
|
+
*/
|
|
109
|
+
KeyPath?: string | undefined;
|
|
110
|
+
};
|
|
111
|
+
/**
|
|
112
|
+
* Provides information about the column that should be used for filtering the query response by groups.
|
|
113
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-aclconfiguration.html}
|
|
114
|
+
*/
|
|
115
|
+
export type AclConfiguration = {
|
|
116
|
+
/**
|
|
117
|
+
* A list of groups, separated by semi-colons, that filters a query response based on user context. The document is only returned to users that are in one of the groups specified in the `UserContext` field of the [Query](https://docs.aws.amazon.com/kendra/latest/dg/API_Query.html) operation.
|
|
118
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-aclconfiguration.html#cfn-kendra-datasource-aclconfiguration-allowedgroupscolumnname}
|
|
119
|
+
*/
|
|
120
|
+
AllowedGroupsColumnName: string;
|
|
121
|
+
};
|
|
122
|
+
/**
|
|
123
|
+
* Provides information about how Amazon Kendra should use the columns of a database in an index.
|
|
124
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-columnconfiguration.html}
|
|
125
|
+
*/
|
|
126
|
+
export type ColumnConfiguration = {
|
|
127
|
+
/**
|
|
128
|
+
* One to five columns that indicate when a document in the database has changed.
|
|
129
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-columnconfiguration.html#cfn-kendra-datasource-columnconfiguration-changedetectingcolumns}
|
|
130
|
+
*/
|
|
131
|
+
ChangeDetectingColumns: string[];
|
|
132
|
+
/**
|
|
133
|
+
* The column that contains the contents of the document.
|
|
134
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-columnconfiguration.html#cfn-kendra-datasource-columnconfiguration-documentdatacolumnname}
|
|
135
|
+
*/
|
|
136
|
+
DocumentDataColumnName: string;
|
|
137
|
+
/**
|
|
138
|
+
* The column that provides the document's identifier.
|
|
139
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-columnconfiguration.html#cfn-kendra-datasource-columnconfiguration-documentidcolumnname}
|
|
140
|
+
*/
|
|
141
|
+
DocumentIdColumnName: string;
|
|
142
|
+
/**
|
|
143
|
+
* The column that contains the title of the document.
|
|
144
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-columnconfiguration.html#cfn-kendra-datasource-columnconfiguration-documenttitlecolumnname}
|
|
145
|
+
*/
|
|
146
|
+
DocumentTitleColumnName?: string | undefined;
|
|
147
|
+
/**
|
|
148
|
+
* An array of objects that map database column names to the corresponding fields in an index. You must first create the fields in the index using the [UpdateIndex](https://docs.aws.amazon.com/kendra/latest/dg/API_UpdateIndex.html) operation.
|
|
149
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-columnconfiguration.html#cfn-kendra-datasource-columnconfiguration-fieldmappings}
|
|
150
|
+
*/
|
|
151
|
+
FieldMappings?: DataSourceToIndexFieldMapping[] | undefined;
|
|
152
|
+
};
|
|
153
|
+
/**
|
|
154
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-conditionoperator.html}
|
|
155
|
+
*/
|
|
156
|
+
export type ConditionOperator = "GreaterThan" | "GreaterThanOrEquals" | "LessThan" | "LessThanOrEquals" | "Equals" | "NotEquals" | "Contains" | "NotContains" | "Exists" | "NotExists" | "BeginsWith";
|
|
157
|
+
/**
|
|
158
|
+
* Configuration of attachment settings for the Confluence data source. Attachment settings are optional, if you don't specify settings attachments, Amazon Kendra won't index them.
|
|
159
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceattachmentconfiguration.html}
|
|
160
|
+
*/
|
|
161
|
+
export type ConfluenceAttachmentConfiguration = {
|
|
162
|
+
/**
|
|
163
|
+
* Maps attributes or field names of Confluence attachments to Amazon Kendra index field names. To create custom fields, use the `UpdateIndex` API before you map to Confluence fields. For more information, see [Mapping data source fields](https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html) . The Confluence data source field names must exist in your Confluence custom metadata.
|
|
164
|
+
*
|
|
165
|
+
* If you specify the `AttachentFieldMappings` parameter, you must specify at least one field mapping.
|
|
166
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceattachmentconfiguration.html#cfn-kendra-datasource-confluenceattachmentconfiguration-attachmentfieldmappings}
|
|
167
|
+
*/
|
|
168
|
+
AttachmentFieldMappings?: ConfluenceAttachmentToIndexFieldMapping[] | undefined;
|
|
169
|
+
/**
|
|
170
|
+
* `TRUE` to index attachments of pages and blogs in Confluence.
|
|
171
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceattachmentconfiguration.html#cfn-kendra-datasource-confluenceattachmentconfiguration-crawlattachments}
|
|
172
|
+
*/
|
|
173
|
+
CrawlAttachments?: boolean | undefined;
|
|
174
|
+
};
|
|
175
|
+
/**
|
|
176
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceattachmentfieldname.html}
|
|
177
|
+
*/
|
|
178
|
+
export type ConfluenceAttachmentFieldName = "AUTHOR" | "CONTENT_TYPE" | "CREATED_DATE" | "DISPLAY_URL" | "FILE_SIZE" | "ITEM_TYPE" | "PARENT_ID" | "SPACE_KEY" | "SPACE_NAME" | "URL" | "VERSION";
|
|
179
|
+
/**
|
|
180
|
+
* Maps attributes or field names of Confluence attachments to Amazon Kendra index field names. To create custom fields, use the `UpdateIndex` API before you map to Confluence fields. For more information, see [Mapping data source fields](https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html) . The Confuence data source field names must exist in your Confluence custom metadata.
|
|
181
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceattachmenttoindexfieldmapping.html}
|
|
182
|
+
*/
|
|
183
|
+
export type ConfluenceAttachmentToIndexFieldMapping = {
|
|
184
|
+
/**
|
|
185
|
+
* The name of the field in the data source.
|
|
186
|
+
*
|
|
187
|
+
* You must first create the index field using the `UpdateIndex` API.
|
|
188
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceattachmenttoindexfieldmapping.html#cfn-kendra-datasource-confluenceattachmenttoindexfieldmapping-datasourcefieldname}
|
|
189
|
+
*/
|
|
190
|
+
DataSourceFieldName: ConfluenceAttachmentFieldName;
|
|
191
|
+
/**
|
|
192
|
+
* The format for date fields in the data source. If the field specified in `DataSourceFieldName` is a date field you must specify the date format. If the field is not a date field, an exception is thrown.
|
|
193
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceattachmenttoindexfieldmapping.html#cfn-kendra-datasource-confluenceattachmenttoindexfieldmapping-datefieldformat}
|
|
194
|
+
*/
|
|
195
|
+
DateFieldFormat?: string | undefined;
|
|
196
|
+
/**
|
|
197
|
+
* The name of the index field to map to the Confluence data source field. The index field type must match the Confluence field type.
|
|
198
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceattachmenttoindexfieldmapping.html#cfn-kendra-datasource-confluenceattachmenttoindexfieldmapping-indexfieldname}
|
|
199
|
+
*/
|
|
200
|
+
IndexFieldName: string;
|
|
201
|
+
};
|
|
202
|
+
/**
|
|
203
|
+
* Configuration of blog settings for the Confluence data source. Blogs are always indexed unless filtered from the index by the `ExclusionPatterns` or `InclusionPatterns` fields in the `ConfluenceConfiguration` object.
|
|
204
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceblogconfiguration.html}
|
|
205
|
+
*/
|
|
206
|
+
export type ConfluenceBlogConfiguration = {
|
|
207
|
+
/**
|
|
208
|
+
* Maps attributes or field names of Confluence blogs to Amazon Kendra index field names. To create custom fields, use the `UpdateIndex` API before you map to Confluence fields. For more information, see [Mapping data source fields](https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html) . The Confluence data source field names must exist in your Confluence custom metadata.
|
|
209
|
+
*
|
|
210
|
+
* If you specify the `BlogFieldMappings` parameter, you must specify at least one field mapping.
|
|
211
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceblogconfiguration.html#cfn-kendra-datasource-confluenceblogconfiguration-blogfieldmappings}
|
|
212
|
+
*/
|
|
213
|
+
BlogFieldMappings?: ConfluenceBlogToIndexFieldMapping[] | undefined;
|
|
214
|
+
};
|
|
215
|
+
/**
|
|
216
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceblogfieldname.html}
|
|
217
|
+
*/
|
|
218
|
+
export type ConfluenceBlogFieldName = "AUTHOR" | "DISPLAY_URL" | "ITEM_TYPE" | "LABELS" | "PUBLISH_DATE" | "SPACE_KEY" | "SPACE_NAME" | "URL" | "VERSION";
|
|
219
|
+
/**
|
|
220
|
+
* Maps attributes or field names of Confluence blog to Amazon Kendra index field names. To create custom fields, use the `UpdateIndex` API before you map to Confluence fields. For more information, see [Mapping data source fields](https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html) . The Confluence data source field names must exist in your Confluence custom metadata.
|
|
221
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceblogtoindexfieldmapping.html}
|
|
222
|
+
*/
|
|
223
|
+
export type ConfluenceBlogToIndexFieldMapping = {
|
|
224
|
+
/**
|
|
225
|
+
* The name of the field in the data source.
|
|
226
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceblogtoindexfieldmapping.html#cfn-kendra-datasource-confluenceblogtoindexfieldmapping-datasourcefieldname}
|
|
227
|
+
*/
|
|
228
|
+
DataSourceFieldName: ConfluenceBlogFieldName;
|
|
229
|
+
/**
|
|
230
|
+
* The format for date fields in the data source. If the field specified in `DataSourceFieldName` is a date field you must specify the date format. If the field is not a date field, an exception is thrown.
|
|
231
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceblogtoindexfieldmapping.html#cfn-kendra-datasource-confluenceblogtoindexfieldmapping-datefieldformat}
|
|
232
|
+
*/
|
|
233
|
+
DateFieldFormat?: string | undefined;
|
|
234
|
+
/**
|
|
235
|
+
* The name of the index field to map to the Confluence data source field. The index field type must match the Confluence field type.
|
|
236
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceblogtoindexfieldmapping.html#cfn-kendra-datasource-confluenceblogtoindexfieldmapping-indexfieldname}
|
|
237
|
+
*/
|
|
238
|
+
IndexFieldName: string;
|
|
239
|
+
};
|
|
240
|
+
/**
|
|
241
|
+
* Provides the configuration information to connect to Confluence as your data source.
|
|
242
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceconfiguration.html}
|
|
243
|
+
*/
|
|
244
|
+
export type ConfluenceConfiguration = {
|
|
245
|
+
/**
|
|
246
|
+
* Configuration information for indexing attachments to Confluence blogs and pages.
|
|
247
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceconfiguration.html#cfn-kendra-datasource-confluenceconfiguration-attachmentconfiguration}
|
|
248
|
+
*/
|
|
249
|
+
AttachmentConfiguration?: ConfluenceAttachmentConfiguration | undefined;
|
|
250
|
+
/**
|
|
251
|
+
* Configuration information for indexing Confluence blogs.
|
|
252
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceconfiguration.html#cfn-kendra-datasource-confluenceconfiguration-blogconfiguration}
|
|
253
|
+
*/
|
|
254
|
+
BlogConfiguration?: ConfluenceBlogConfiguration | undefined;
|
|
255
|
+
/**
|
|
256
|
+
* A list of regular expression patterns to exclude certain blog posts, pages, spaces, or attachments in your Confluence. Content that matches the patterns are excluded from the index. Content that doesn't match the patterns is included in the index. If content matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the content isn't included in the index.
|
|
257
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceconfiguration.html#cfn-kendra-datasource-confluenceconfiguration-exclusionpatterns}
|
|
258
|
+
*/
|
|
259
|
+
ExclusionPatterns?: string[] | undefined;
|
|
260
|
+
/**
|
|
261
|
+
* A list of regular expression patterns to include certain blog posts, pages, spaces, or attachments in your Confluence. Content that matches the patterns are included in the index. Content that doesn't match the patterns is excluded from the index. If content matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the content isn't included in the index.
|
|
262
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceconfiguration.html#cfn-kendra-datasource-confluenceconfiguration-inclusionpatterns}
|
|
263
|
+
*/
|
|
264
|
+
InclusionPatterns?: string[] | undefined;
|
|
265
|
+
/**
|
|
266
|
+
* Configuration information for indexing Confluence pages.
|
|
267
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceconfiguration.html#cfn-kendra-datasource-confluenceconfiguration-pageconfiguration}
|
|
268
|
+
*/
|
|
269
|
+
PageConfiguration?: ConfluencePageConfiguration | undefined;
|
|
270
|
+
/**
|
|
271
|
+
* The Amazon Resource Name (ARN) of an AWS Secrets Manager secret that contains the user name and password required to connect to the Confluence instance. If you use Confluence Cloud, you use a generated API token as the password.
|
|
272
|
+
*
|
|
273
|
+
* You can also provide authentication credentials in the form of a personal access token. For more information, see [Using a Confluence data source](https://docs.aws.amazon.com/kendra/latest/dg/data-source-confluence.html) .
|
|
274
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceconfiguration.html#cfn-kendra-datasource-confluenceconfiguration-secretarn}
|
|
275
|
+
*/
|
|
276
|
+
SecretArn: string;
|
|
277
|
+
/**
|
|
278
|
+
* The URL of your Confluence instance. Use the full URL of the server. For example, *https://server.example.com:port/* . You can also use an IP address, for example, *https://192.168.1.113/* .
|
|
279
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceconfiguration.html#cfn-kendra-datasource-confluenceconfiguration-serverurl}
|
|
280
|
+
*/
|
|
281
|
+
ServerUrl: string;
|
|
282
|
+
/**
|
|
283
|
+
* Configuration information for indexing Confluence spaces.
|
|
284
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceconfiguration.html#cfn-kendra-datasource-confluenceconfiguration-spaceconfiguration}
|
|
285
|
+
*/
|
|
286
|
+
SpaceConfiguration?: ConfluenceSpaceConfiguration | undefined;
|
|
287
|
+
/**
|
|
288
|
+
* The version or the type of Confluence installation to connect to.
|
|
289
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceconfiguration.html#cfn-kendra-datasource-confluenceconfiguration-version}
|
|
290
|
+
*/
|
|
291
|
+
Version: ConfluenceVersion;
|
|
292
|
+
/**
|
|
293
|
+
* Configuration information for an Amazon Virtual Private Cloud to connect to your Confluence. For more information, see [Configuring a VPC](https://docs.aws.amazon.com/kendra/latest/dg/vpc-configuration.html) .
|
|
294
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceconfiguration.html#cfn-kendra-datasource-confluenceconfiguration-vpcconfiguration}
|
|
295
|
+
*/
|
|
296
|
+
VpcConfiguration?: DataSourceVpcConfiguration | undefined;
|
|
297
|
+
};
|
|
298
|
+
/**
|
|
299
|
+
* Configuration of the page settings for the Confluence data source.
|
|
300
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluencepageconfiguration.html}
|
|
301
|
+
*/
|
|
302
|
+
export type ConfluencePageConfiguration = {
|
|
303
|
+
/**
|
|
304
|
+
* Maps attributes or field names of Confluence pages to Amazon Kendra index field names. To create custom fields, use the `UpdateIndex` API before you map to Confluence fields. For more information, see [Mapping data source fields](https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html) . The Confluence data source field names must exist in your Confluence custom metadata.
|
|
305
|
+
*
|
|
306
|
+
* If you specify the `PageFieldMappings` parameter, you must specify at least one field mapping.
|
|
307
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluencepageconfiguration.html#cfn-kendra-datasource-confluencepageconfiguration-pagefieldmappings}
|
|
308
|
+
*/
|
|
309
|
+
PageFieldMappings?: ConfluencePageToIndexFieldMapping[] | undefined;
|
|
310
|
+
};
|
|
311
|
+
/**
|
|
312
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluencepagefieldname.html}
|
|
313
|
+
*/
|
|
314
|
+
export type ConfluencePageFieldName = "AUTHOR" | "CONTENT_STATUS" | "CREATED_DATE" | "DISPLAY_URL" | "ITEM_TYPE" | "LABELS" | "MODIFIED_DATE" | "PARENT_ID" | "SPACE_KEY" | "SPACE_NAME" | "URL" | "VERSION";
|
|
315
|
+
/**
|
|
316
|
+
* Maps attributes or field names of Confluence pages to Amazon Kendra index field names. To create custom fields, use the `UpdateIndex` API before you map to Confluence fields. For more information, see [Mapping data source fields](https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html) . The Confluence data source field names must exist in your Confluence custom metadata.
|
|
317
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluencepagetoindexfieldmapping.html}
|
|
318
|
+
*/
|
|
319
|
+
export type ConfluencePageToIndexFieldMapping = {
|
|
320
|
+
/**
|
|
321
|
+
* The name of the field in the data source.
|
|
322
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluencepagetoindexfieldmapping.html#cfn-kendra-datasource-confluencepagetoindexfieldmapping-datasourcefieldname}
|
|
323
|
+
*/
|
|
324
|
+
DataSourceFieldName: ConfluencePageFieldName;
|
|
325
|
+
/**
|
|
326
|
+
* The format for date fields in the data source. If the field specified in `DataSourceFieldName` is a date field you must specify the date format. If the field is not a date field, an exception is thrown.
|
|
327
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluencepagetoindexfieldmapping.html#cfn-kendra-datasource-confluencepagetoindexfieldmapping-datefieldformat}
|
|
328
|
+
*/
|
|
329
|
+
DateFieldFormat?: string | undefined;
|
|
330
|
+
/**
|
|
331
|
+
* The name of the index field to map to the Confluence data source field. The index field type must match the Confluence field type.
|
|
332
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluencepagetoindexfieldmapping.html#cfn-kendra-datasource-confluencepagetoindexfieldmapping-indexfieldname}
|
|
333
|
+
*/
|
|
334
|
+
IndexFieldName: string;
|
|
335
|
+
};
|
|
336
|
+
/**
|
|
337
|
+
* Configuration information for indexing Confluence spaces.
|
|
338
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluencespaceconfiguration.html}
|
|
339
|
+
*/
|
|
340
|
+
export type ConfluenceSpaceConfiguration = {
|
|
341
|
+
/**
|
|
342
|
+
* `TRUE` to index archived spaces.
|
|
343
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluencespaceconfiguration.html#cfn-kendra-datasource-confluencespaceconfiguration-crawlarchivedspaces}
|
|
344
|
+
*/
|
|
345
|
+
CrawlArchivedSpaces?: boolean | undefined;
|
|
346
|
+
/**
|
|
347
|
+
* `TRUE` to index personal spaces. You can add restrictions to items in personal spaces. If personal spaces are indexed, queries without user context information may return restricted items from a personal space in their results. For more information, see [Filtering on user context](https://docs.aws.amazon.com/kendra/latest/dg/user-context-filter.html) .
|
|
348
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluencespaceconfiguration.html#cfn-kendra-datasource-confluencespaceconfiguration-crawlpersonalspaces}
|
|
349
|
+
*/
|
|
350
|
+
CrawlPersonalSpaces?: boolean | undefined;
|
|
351
|
+
/**
|
|
352
|
+
* A list of space keys of Confluence spaces. If you include a key, the blogs, documents, and attachments in the space are not indexed. If a space is in both the `ExcludeSpaces` and the `IncludeSpaces` list, the space is excluded.
|
|
353
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluencespaceconfiguration.html#cfn-kendra-datasource-confluencespaceconfiguration-excludespaces}
|
|
354
|
+
*/
|
|
355
|
+
ExcludeSpaces?: string[] | undefined;
|
|
356
|
+
/**
|
|
357
|
+
* A list of space keys for Confluence spaces. If you include a key, the blogs, documents, and attachments in the space are indexed. Spaces that aren't in the list aren't indexed. A space in the list must exist. Otherwise, Amazon Kendra logs an error when the data source is synchronized. If a space is in both the `IncludeSpaces` and the `ExcludeSpaces` list, the space is excluded.
|
|
358
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluencespaceconfiguration.html#cfn-kendra-datasource-confluencespaceconfiguration-includespaces}
|
|
359
|
+
*/
|
|
360
|
+
IncludeSpaces?: string[] | undefined;
|
|
361
|
+
/**
|
|
362
|
+
* Maps attributes or field names of Confluence spaces to Amazon Kendra index field names. To create custom fields, use the `UpdateIndex` API before you map to Confluence fields. For more information, see [Mapping data source fields](https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html) . The Confluence data source field names must exist in your Confluence custom metadata.
|
|
363
|
+
*
|
|
364
|
+
* If you specify the `SpaceFieldMappings` parameter, you must specify at least one field mapping.
|
|
365
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluencespaceconfiguration.html#cfn-kendra-datasource-confluencespaceconfiguration-spacefieldmappings}
|
|
366
|
+
*/
|
|
367
|
+
SpaceFieldMappings?: ConfluenceSpaceToIndexFieldMapping[] | undefined;
|
|
368
|
+
};
|
|
369
|
+
/**
|
|
370
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluencespacefieldname.html}
|
|
371
|
+
*/
|
|
372
|
+
export type ConfluenceSpaceFieldName = "DISPLAY_URL" | "ITEM_TYPE" | "SPACE_KEY" | "URL";
|
|
373
|
+
/**
|
|
374
|
+
* Maps attributes or field names of Confluence spaces to Amazon Kendra index field names. To create custom fields, use the `UpdateIndex` API before you map to Confluence fields. For more information, see [Mapping data source fields](https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html) . The Confluence data source field names must exist in your Confluence custom metadata.
|
|
375
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluencespacetoindexfieldmapping.html}
|
|
376
|
+
*/
|
|
377
|
+
export type ConfluenceSpaceToIndexFieldMapping = {
|
|
378
|
+
/**
|
|
379
|
+
* The name of the field in the data source.
|
|
380
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluencespacetoindexfieldmapping.html#cfn-kendra-datasource-confluencespacetoindexfieldmapping-datasourcefieldname}
|
|
381
|
+
*/
|
|
382
|
+
DataSourceFieldName: ConfluenceSpaceFieldName;
|
|
383
|
+
/**
|
|
384
|
+
* The format for date fields in the data source. If the field specified in `DataSourceFieldName` is a date field you must specify the date format. If the field is not a date field, an exception is thrown.
|
|
385
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluencespacetoindexfieldmapping.html#cfn-kendra-datasource-confluencespacetoindexfieldmapping-datefieldformat}
|
|
386
|
+
*/
|
|
387
|
+
DateFieldFormat?: string | undefined;
|
|
388
|
+
/**
|
|
389
|
+
* The name of the index field to map to the Confluence data source field. The index field type must match the Confluence field type.
|
|
390
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluencespacetoindexfieldmapping.html#cfn-kendra-datasource-confluencespacetoindexfieldmapping-indexfieldname}
|
|
391
|
+
*/
|
|
392
|
+
IndexFieldName: string;
|
|
393
|
+
};
|
|
394
|
+
/**
|
|
395
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-confluenceversion.html}
|
|
396
|
+
*/
|
|
397
|
+
export type ConfluenceVersion = "CLOUD" | "SERVER";
|
|
398
|
+
/**
|
|
399
|
+
* Provides the configuration information that's required to connect to a database.
|
|
400
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-connectionconfiguration.html}
|
|
401
|
+
*/
|
|
402
|
+
export type ConnectionConfiguration = {
|
|
403
|
+
/**
|
|
404
|
+
* The name of the host for the database. Can be either a string (host.subdomain.domain.tld) or an IPv4 or IPv6 address.
|
|
405
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-connectionconfiguration.html#cfn-kendra-datasource-connectionconfiguration-databasehost}
|
|
406
|
+
*/
|
|
407
|
+
DatabaseHost: string;
|
|
408
|
+
/**
|
|
409
|
+
* The name of the database containing the document data.
|
|
410
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-connectionconfiguration.html#cfn-kendra-datasource-connectionconfiguration-databasename}
|
|
411
|
+
*/
|
|
412
|
+
DatabaseName: string;
|
|
413
|
+
/**
|
|
414
|
+
* The port that the database uses for connections.
|
|
415
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-connectionconfiguration.html#cfn-kendra-datasource-connectionconfiguration-databaseport}
|
|
416
|
+
*/
|
|
417
|
+
DatabasePort: number;
|
|
418
|
+
/**
|
|
419
|
+
* The Amazon Resource Name (ARN) of an AWS Secrets Manager secret that stores the credentials. The credentials should be a user-password pair. For more information, see [Using a Database Data Source](https://docs.aws.amazon.com/kendra/latest/dg/data-source-database.html) . For more information about AWS Secrets Manager , see [What Is AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html) in the *AWS Secrets Manager* user guide.
|
|
420
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-connectionconfiguration.html#cfn-kendra-datasource-connectionconfiguration-secretarn}
|
|
421
|
+
*/
|
|
422
|
+
SecretArn: string;
|
|
423
|
+
/**
|
|
424
|
+
* The name of the table that contains the document data.
|
|
425
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-connectionconfiguration.html#cfn-kendra-datasource-connectionconfiguration-tablename}
|
|
426
|
+
*/
|
|
427
|
+
TableName: string;
|
|
428
|
+
};
|
|
429
|
+
/**
|
|
430
|
+
* Provides the configuration information for altering document metadata and content during the document ingestion process.
|
|
431
|
+
*
|
|
432
|
+
* For more information, see [Customizing document metadata during the ingestion process](https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html) .
|
|
433
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-customdocumentenrichmentconfiguration.html}
|
|
434
|
+
*/
|
|
435
|
+
export type CustomDocumentEnrichmentConfiguration = {
|
|
436
|
+
/**
|
|
437
|
+
* Configuration information to alter document attributes or metadata fields and content when ingesting documents into Amazon Kendra.
|
|
438
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-customdocumentenrichmentconfiguration.html#cfn-kendra-datasource-customdocumentenrichmentconfiguration-inlineconfigurations}
|
|
439
|
+
*/
|
|
440
|
+
InlineConfigurations?: InlineCustomDocumentEnrichmentConfiguration[] | undefined;
|
|
441
|
+
/**
|
|
442
|
+
* Configuration information for invoking a Lambda function in AWS Lambda on the structured documents with their metadata and text extracted. You can use a Lambda function to apply advanced logic for creating, modifying, or deleting document metadata and content. For more information, see [Advanced data manipulation](https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html#advanced-data-manipulation) .
|
|
443
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-customdocumentenrichmentconfiguration.html#cfn-kendra-datasource-customdocumentenrichmentconfiguration-postextractionhookconfiguration}
|
|
444
|
+
*/
|
|
445
|
+
PostExtractionHookConfiguration?: HookConfiguration | undefined;
|
|
446
|
+
/**
|
|
447
|
+
* Configuration information for invoking a Lambda function in AWS Lambda on the original or raw documents before extracting their metadata and text. You can use a Lambda function to apply advanced logic for creating, modifying, or deleting document metadata and content. For more information, see [Advanced data manipulation](https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html#advanced-data-manipulation) .
|
|
448
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-customdocumentenrichmentconfiguration.html#cfn-kendra-datasource-customdocumentenrichmentconfiguration-preextractionhookconfiguration}
|
|
449
|
+
*/
|
|
450
|
+
PreExtractionHookConfiguration?: HookConfiguration | undefined;
|
|
451
|
+
/**
|
|
452
|
+
* The Amazon Resource Name (ARN) of an IAM role with permission to run `PreExtractionHookConfiguration` and `PostExtractionHookConfiguration` for altering document metadata and content during the document ingestion process. For more information, see [an IAM roles for Amazon Kendra](https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html) .
|
|
453
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-customdocumentenrichmentconfiguration.html#cfn-kendra-datasource-customdocumentenrichmentconfiguration-rolearn}
|
|
454
|
+
*/
|
|
455
|
+
RoleArn?: string | undefined;
|
|
456
|
+
};
|
|
457
|
+
/**
|
|
458
|
+
* Provides the configuration information for an Amazon Kendra data source.
|
|
459
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html}
|
|
460
|
+
*/
|
|
461
|
+
export type DataSourceConfiguration = {
|
|
462
|
+
/**
|
|
463
|
+
* Provides the configuration information to connect to Confluence as your data source.
|
|
464
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-confluenceconfiguration}
|
|
465
|
+
*/
|
|
466
|
+
ConfluenceConfiguration?: ConfluenceConfiguration | undefined;
|
|
467
|
+
/**
|
|
468
|
+
* Provides the configuration information to connect to a database as your data source.
|
|
469
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-databaseconfiguration}
|
|
470
|
+
*/
|
|
471
|
+
DatabaseConfiguration?: DatabaseConfiguration | undefined;
|
|
472
|
+
/**
|
|
473
|
+
* Provides the configuration information to connect to Google Drive as your data source.
|
|
474
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-googledriveconfiguration}
|
|
475
|
+
*/
|
|
476
|
+
GoogleDriveConfiguration?: GoogleDriveConfiguration | undefined;
|
|
477
|
+
/**
|
|
478
|
+
* Provides the configuration information to connect to Microsoft OneDrive as your data source.
|
|
479
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-onedriveconfiguration}
|
|
480
|
+
*/
|
|
481
|
+
OneDriveConfiguration?: OneDriveConfiguration | undefined;
|
|
482
|
+
/**
|
|
483
|
+
* Provides the configuration information to connect to an Amazon S3 bucket as your data source.
|
|
484
|
+
*
|
|
485
|
+
* > Amazon Kendra now supports an upgraded Amazon S3 connector.
|
|
486
|
+
* >
|
|
487
|
+
* > You must now use the [TemplateConfiguration](https://docs.aws.amazon.com/kendra/latest/APIReference/API_TemplateConfiguration.html) object instead of the `S3DataSourceConfiguration` object to configure your connector.
|
|
488
|
+
* >
|
|
489
|
+
* > Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector.
|
|
490
|
+
* >
|
|
491
|
+
* > We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
|
|
492
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-s3configuration}
|
|
493
|
+
*/
|
|
494
|
+
S3Configuration: S3DataSourceConfiguration;
|
|
495
|
+
/**
|
|
496
|
+
* Provides the configuration information to connect to Salesforce as your data source.
|
|
497
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-salesforceconfiguration}
|
|
498
|
+
*/
|
|
499
|
+
SalesforceConfiguration?: SalesforceConfiguration | undefined;
|
|
500
|
+
/**
|
|
501
|
+
* Provides the configuration information to connect to ServiceNow as your data source.
|
|
502
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-servicenowconfiguration}
|
|
503
|
+
*/
|
|
504
|
+
ServiceNowConfiguration?: ServiceNowConfiguration | undefined;
|
|
505
|
+
/**
|
|
506
|
+
* Provides the configuration information to connect to Microsoft SharePoint as your data source.
|
|
507
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-sharepointconfiguration}
|
|
508
|
+
*/
|
|
509
|
+
SharePointConfiguration?: SharePointConfiguration | undefined;
|
|
510
|
+
/**
|
|
511
|
+
* Provides the configuration information required for Amazon Kendra Web Crawler.
|
|
512
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-webcrawlerconfiguration}
|
|
513
|
+
*/
|
|
514
|
+
WebCrawlerConfiguration?: WebCrawlerConfiguration | undefined;
|
|
515
|
+
/**
|
|
516
|
+
* Provides the configuration information to connect to Amazon WorkDocs as your data source.
|
|
517
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-workdocsconfiguration}
|
|
518
|
+
*/
|
|
519
|
+
WorkDocsConfiguration?: WorkDocsConfiguration | undefined;
|
|
520
|
+
} | {
|
|
521
|
+
/**
|
|
522
|
+
* Provides the configuration information to connect to Confluence as your data source.
|
|
523
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-confluenceconfiguration}
|
|
524
|
+
*/
|
|
525
|
+
ConfluenceConfiguration?: ConfluenceConfiguration | undefined;
|
|
526
|
+
/**
|
|
527
|
+
* Provides the configuration information to connect to a database as your data source.
|
|
528
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-databaseconfiguration}
|
|
529
|
+
*/
|
|
530
|
+
DatabaseConfiguration?: DatabaseConfiguration | undefined;
|
|
531
|
+
/**
|
|
532
|
+
* Provides the configuration information to connect to Google Drive as your data source.
|
|
533
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-googledriveconfiguration}
|
|
534
|
+
*/
|
|
535
|
+
GoogleDriveConfiguration?: GoogleDriveConfiguration | undefined;
|
|
536
|
+
/**
|
|
537
|
+
* Provides the configuration information to connect to Microsoft OneDrive as your data source.
|
|
538
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-onedriveconfiguration}
|
|
539
|
+
*/
|
|
540
|
+
OneDriveConfiguration?: OneDriveConfiguration | undefined;
|
|
541
|
+
/**
|
|
542
|
+
* Provides the configuration information to connect to an Amazon S3 bucket as your data source.
|
|
543
|
+
*
|
|
544
|
+
* > Amazon Kendra now supports an upgraded Amazon S3 connector.
|
|
545
|
+
* >
|
|
546
|
+
* > You must now use the [TemplateConfiguration](https://docs.aws.amazon.com/kendra/latest/APIReference/API_TemplateConfiguration.html) object instead of the `S3DataSourceConfiguration` object to configure your connector.
|
|
547
|
+
* >
|
|
548
|
+
* > Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector.
|
|
549
|
+
* >
|
|
550
|
+
* > We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
|
|
551
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-s3configuration}
|
|
552
|
+
*/
|
|
553
|
+
S3Configuration?: S3DataSourceConfiguration | undefined;
|
|
554
|
+
/**
|
|
555
|
+
* Provides the configuration information to connect to Salesforce as your data source.
|
|
556
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-salesforceconfiguration}
|
|
557
|
+
*/
|
|
558
|
+
SalesforceConfiguration?: SalesforceConfiguration | undefined;
|
|
559
|
+
/**
|
|
560
|
+
* Provides the configuration information to connect to ServiceNow as your data source.
|
|
561
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-servicenowconfiguration}
|
|
562
|
+
*/
|
|
563
|
+
ServiceNowConfiguration?: ServiceNowConfiguration | undefined;
|
|
564
|
+
/**
|
|
565
|
+
* Provides the configuration information to connect to Microsoft SharePoint as your data source.
|
|
566
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-sharepointconfiguration}
|
|
567
|
+
*/
|
|
568
|
+
SharePointConfiguration: SharePointConfiguration;
|
|
569
|
+
/**
|
|
570
|
+
* Provides the configuration information required for Amazon Kendra Web Crawler.
|
|
571
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-webcrawlerconfiguration}
|
|
572
|
+
*/
|
|
573
|
+
WebCrawlerConfiguration?: WebCrawlerConfiguration | undefined;
|
|
574
|
+
/**
|
|
575
|
+
* Provides the configuration information to connect to Amazon WorkDocs as your data source.
|
|
576
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-workdocsconfiguration}
|
|
577
|
+
*/
|
|
578
|
+
WorkDocsConfiguration?: WorkDocsConfiguration | undefined;
|
|
579
|
+
} | {
|
|
580
|
+
/**
|
|
581
|
+
* Provides the configuration information to connect to Confluence as your data source.
|
|
582
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-confluenceconfiguration}
|
|
583
|
+
*/
|
|
584
|
+
ConfluenceConfiguration?: ConfluenceConfiguration | undefined;
|
|
585
|
+
/**
|
|
586
|
+
* Provides the configuration information to connect to a database as your data source.
|
|
587
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-databaseconfiguration}
|
|
588
|
+
*/
|
|
589
|
+
DatabaseConfiguration?: DatabaseConfiguration | undefined;
|
|
590
|
+
/**
|
|
591
|
+
* Provides the configuration information to connect to Google Drive as your data source.
|
|
592
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-googledriveconfiguration}
|
|
593
|
+
*/
|
|
594
|
+
GoogleDriveConfiguration?: GoogleDriveConfiguration | undefined;
|
|
595
|
+
/**
|
|
596
|
+
* Provides the configuration information to connect to Microsoft OneDrive as your data source.
|
|
597
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-onedriveconfiguration}
|
|
598
|
+
*/
|
|
599
|
+
OneDriveConfiguration?: OneDriveConfiguration | undefined;
|
|
600
|
+
/**
|
|
601
|
+
* Provides the configuration information to connect to an Amazon S3 bucket as your data source.
|
|
602
|
+
*
|
|
603
|
+
* > Amazon Kendra now supports an upgraded Amazon S3 connector.
|
|
604
|
+
* >
|
|
605
|
+
* > You must now use the [TemplateConfiguration](https://docs.aws.amazon.com/kendra/latest/APIReference/API_TemplateConfiguration.html) object instead of the `S3DataSourceConfiguration` object to configure your connector.
|
|
606
|
+
* >
|
|
607
|
+
* > Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector.
|
|
608
|
+
* >
|
|
609
|
+
* > We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
|
|
610
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-s3configuration}
|
|
611
|
+
*/
|
|
612
|
+
S3Configuration?: S3DataSourceConfiguration | undefined;
|
|
613
|
+
/**
|
|
614
|
+
* Provides the configuration information to connect to Salesforce as your data source.
|
|
615
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-salesforceconfiguration}
|
|
616
|
+
*/
|
|
617
|
+
SalesforceConfiguration: SalesforceConfiguration;
|
|
618
|
+
/**
|
|
619
|
+
* Provides the configuration information to connect to ServiceNow as your data source.
|
|
620
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-servicenowconfiguration}
|
|
621
|
+
*/
|
|
622
|
+
ServiceNowConfiguration?: ServiceNowConfiguration | undefined;
|
|
623
|
+
/**
|
|
624
|
+
* Provides the configuration information to connect to Microsoft SharePoint as your data source.
|
|
625
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-sharepointconfiguration}
|
|
626
|
+
*/
|
|
627
|
+
SharePointConfiguration?: SharePointConfiguration | undefined;
|
|
628
|
+
/**
|
|
629
|
+
* Provides the configuration information required for Amazon Kendra Web Crawler.
|
|
630
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-webcrawlerconfiguration}
|
|
631
|
+
*/
|
|
632
|
+
WebCrawlerConfiguration?: WebCrawlerConfiguration | undefined;
|
|
633
|
+
/**
|
|
634
|
+
* Provides the configuration information to connect to Amazon WorkDocs as your data source.
|
|
635
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-workdocsconfiguration}
|
|
636
|
+
*/
|
|
637
|
+
WorkDocsConfiguration?: WorkDocsConfiguration | undefined;
|
|
638
|
+
} | {
|
|
639
|
+
/**
|
|
640
|
+
* Provides the configuration information to connect to Confluence as your data source.
|
|
641
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-confluenceconfiguration}
|
|
642
|
+
*/
|
|
643
|
+
ConfluenceConfiguration?: ConfluenceConfiguration | undefined;
|
|
644
|
+
/**
|
|
645
|
+
* Provides the configuration information to connect to a database as your data source.
|
|
646
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-databaseconfiguration}
|
|
647
|
+
*/
|
|
648
|
+
DatabaseConfiguration?: DatabaseConfiguration | undefined;
|
|
649
|
+
/**
|
|
650
|
+
* Provides the configuration information to connect to Google Drive as your data source.
|
|
651
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-googledriveconfiguration}
|
|
652
|
+
*/
|
|
653
|
+
GoogleDriveConfiguration?: GoogleDriveConfiguration | undefined;
|
|
654
|
+
/**
|
|
655
|
+
* Provides the configuration information to connect to Microsoft OneDrive as your data source.
|
|
656
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-onedriveconfiguration}
|
|
657
|
+
*/
|
|
658
|
+
OneDriveConfiguration: OneDriveConfiguration;
|
|
659
|
+
/**
|
|
660
|
+
* Provides the configuration information to connect to an Amazon S3 bucket as your data source.
|
|
661
|
+
*
|
|
662
|
+
* > Amazon Kendra now supports an upgraded Amazon S3 connector.
|
|
663
|
+
* >
|
|
664
|
+
* > You must now use the [TemplateConfiguration](https://docs.aws.amazon.com/kendra/latest/APIReference/API_TemplateConfiguration.html) object instead of the `S3DataSourceConfiguration` object to configure your connector.
|
|
665
|
+
* >
|
|
666
|
+
* > Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector.
|
|
667
|
+
* >
|
|
668
|
+
* > We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
|
|
669
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-s3configuration}
|
|
670
|
+
*/
|
|
671
|
+
S3Configuration?: S3DataSourceConfiguration | undefined;
|
|
672
|
+
/**
|
|
673
|
+
* Provides the configuration information to connect to Salesforce as your data source.
|
|
674
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-salesforceconfiguration}
|
|
675
|
+
*/
|
|
676
|
+
SalesforceConfiguration?: SalesforceConfiguration | undefined;
|
|
677
|
+
/**
|
|
678
|
+
* Provides the configuration information to connect to ServiceNow as your data source.
|
|
679
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-servicenowconfiguration}
|
|
680
|
+
*/
|
|
681
|
+
ServiceNowConfiguration?: ServiceNowConfiguration | undefined;
|
|
682
|
+
/**
|
|
683
|
+
* Provides the configuration information to connect to Microsoft SharePoint as your data source.
|
|
684
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-sharepointconfiguration}
|
|
685
|
+
*/
|
|
686
|
+
SharePointConfiguration?: SharePointConfiguration | undefined;
|
|
687
|
+
/**
|
|
688
|
+
* Provides the configuration information required for Amazon Kendra Web Crawler.
|
|
689
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-webcrawlerconfiguration}
|
|
690
|
+
*/
|
|
691
|
+
WebCrawlerConfiguration?: WebCrawlerConfiguration | undefined;
|
|
692
|
+
/**
|
|
693
|
+
* Provides the configuration information to connect to Amazon WorkDocs as your data source.
|
|
694
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-workdocsconfiguration}
|
|
695
|
+
*/
|
|
696
|
+
WorkDocsConfiguration?: WorkDocsConfiguration | undefined;
|
|
697
|
+
} | {
|
|
698
|
+
/**
|
|
699
|
+
* Provides the configuration information to connect to Confluence as your data source.
|
|
700
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-confluenceconfiguration}
|
|
701
|
+
*/
|
|
702
|
+
ConfluenceConfiguration?: ConfluenceConfiguration | undefined;
|
|
703
|
+
/**
|
|
704
|
+
* Provides the configuration information to connect to a database as your data source.
|
|
705
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-databaseconfiguration}
|
|
706
|
+
*/
|
|
707
|
+
DatabaseConfiguration?: DatabaseConfiguration | undefined;
|
|
708
|
+
/**
|
|
709
|
+
* Provides the configuration information to connect to Google Drive as your data source.
|
|
710
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-googledriveconfiguration}
|
|
711
|
+
*/
|
|
712
|
+
GoogleDriveConfiguration?: GoogleDriveConfiguration | undefined;
|
|
713
|
+
/**
|
|
714
|
+
* Provides the configuration information to connect to Microsoft OneDrive as your data source.
|
|
715
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-onedriveconfiguration}
|
|
716
|
+
*/
|
|
717
|
+
OneDriveConfiguration?: OneDriveConfiguration | undefined;
|
|
718
|
+
/**
|
|
719
|
+
* Provides the configuration information to connect to an Amazon S3 bucket as your data source.
|
|
720
|
+
*
|
|
721
|
+
* > Amazon Kendra now supports an upgraded Amazon S3 connector.
|
|
722
|
+
* >
|
|
723
|
+
* > You must now use the [TemplateConfiguration](https://docs.aws.amazon.com/kendra/latest/APIReference/API_TemplateConfiguration.html) object instead of the `S3DataSourceConfiguration` object to configure your connector.
|
|
724
|
+
* >
|
|
725
|
+
* > Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector.
|
|
726
|
+
* >
|
|
727
|
+
* > We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
|
|
728
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-s3configuration}
|
|
729
|
+
*/
|
|
730
|
+
S3Configuration?: S3DataSourceConfiguration | undefined;
|
|
731
|
+
/**
|
|
732
|
+
* Provides the configuration information to connect to Salesforce as your data source.
|
|
733
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-salesforceconfiguration}
|
|
734
|
+
*/
|
|
735
|
+
SalesforceConfiguration?: SalesforceConfiguration | undefined;
|
|
736
|
+
/**
|
|
737
|
+
* Provides the configuration information to connect to ServiceNow as your data source.
|
|
738
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-servicenowconfiguration}
|
|
739
|
+
*/
|
|
740
|
+
ServiceNowConfiguration: ServiceNowConfiguration;
|
|
741
|
+
/**
|
|
742
|
+
* Provides the configuration information to connect to Microsoft SharePoint as your data source.
|
|
743
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-sharepointconfiguration}
|
|
744
|
+
*/
|
|
745
|
+
SharePointConfiguration?: SharePointConfiguration | undefined;
|
|
746
|
+
/**
|
|
747
|
+
* Provides the configuration information required for Amazon Kendra Web Crawler.
|
|
748
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-webcrawlerconfiguration}
|
|
749
|
+
*/
|
|
750
|
+
WebCrawlerConfiguration?: WebCrawlerConfiguration | undefined;
|
|
751
|
+
/**
|
|
752
|
+
* Provides the configuration information to connect to Amazon WorkDocs as your data source.
|
|
753
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-workdocsconfiguration}
|
|
754
|
+
*/
|
|
755
|
+
WorkDocsConfiguration?: WorkDocsConfiguration | undefined;
|
|
756
|
+
} | {
|
|
757
|
+
/**
|
|
758
|
+
* Provides the configuration information to connect to Confluence as your data source.
|
|
759
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-confluenceconfiguration}
|
|
760
|
+
*/
|
|
761
|
+
ConfluenceConfiguration?: ConfluenceConfiguration | undefined;
|
|
762
|
+
/**
|
|
763
|
+
* Provides the configuration information to connect to a database as your data source.
|
|
764
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-databaseconfiguration}
|
|
765
|
+
*/
|
|
766
|
+
DatabaseConfiguration: DatabaseConfiguration;
|
|
767
|
+
/**
|
|
768
|
+
* Provides the configuration information to connect to Google Drive as your data source.
|
|
769
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-googledriveconfiguration}
|
|
770
|
+
*/
|
|
771
|
+
GoogleDriveConfiguration?: GoogleDriveConfiguration | undefined;
|
|
772
|
+
/**
|
|
773
|
+
* Provides the configuration information to connect to Microsoft OneDrive as your data source.
|
|
774
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-onedriveconfiguration}
|
|
775
|
+
*/
|
|
776
|
+
OneDriveConfiguration?: OneDriveConfiguration | undefined;
|
|
777
|
+
/**
|
|
778
|
+
* Provides the configuration information to connect to an Amazon S3 bucket as your data source.
|
|
779
|
+
*
|
|
780
|
+
* > Amazon Kendra now supports an upgraded Amazon S3 connector.
|
|
781
|
+
* >
|
|
782
|
+
* > You must now use the [TemplateConfiguration](https://docs.aws.amazon.com/kendra/latest/APIReference/API_TemplateConfiguration.html) object instead of the `S3DataSourceConfiguration` object to configure your connector.
|
|
783
|
+
* >
|
|
784
|
+
* > Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector.
|
|
785
|
+
* >
|
|
786
|
+
* > We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
|
|
787
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-s3configuration}
|
|
788
|
+
*/
|
|
789
|
+
S3Configuration?: S3DataSourceConfiguration | undefined;
|
|
790
|
+
/**
|
|
791
|
+
* Provides the configuration information to connect to Salesforce as your data source.
|
|
792
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-salesforceconfiguration}
|
|
793
|
+
*/
|
|
794
|
+
SalesforceConfiguration?: SalesforceConfiguration | undefined;
|
|
795
|
+
/**
|
|
796
|
+
* Provides the configuration information to connect to ServiceNow as your data source.
|
|
797
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-servicenowconfiguration}
|
|
798
|
+
*/
|
|
799
|
+
ServiceNowConfiguration?: ServiceNowConfiguration | undefined;
|
|
800
|
+
/**
|
|
801
|
+
* Provides the configuration information to connect to Microsoft SharePoint as your data source.
|
|
802
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-sharepointconfiguration}
|
|
803
|
+
*/
|
|
804
|
+
SharePointConfiguration?: SharePointConfiguration | undefined;
|
|
805
|
+
/**
|
|
806
|
+
* Provides the configuration information required for Amazon Kendra Web Crawler.
|
|
807
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-webcrawlerconfiguration}
|
|
808
|
+
*/
|
|
809
|
+
WebCrawlerConfiguration?: WebCrawlerConfiguration | undefined;
|
|
810
|
+
/**
|
|
811
|
+
* Provides the configuration information to connect to Amazon WorkDocs as your data source.
|
|
812
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-workdocsconfiguration}
|
|
813
|
+
*/
|
|
814
|
+
WorkDocsConfiguration?: WorkDocsConfiguration | undefined;
|
|
815
|
+
} | {
|
|
816
|
+
/**
|
|
817
|
+
* Provides the configuration information to connect to Confluence as your data source.
|
|
818
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-confluenceconfiguration}
|
|
819
|
+
*/
|
|
820
|
+
ConfluenceConfiguration: ConfluenceConfiguration;
|
|
821
|
+
/**
|
|
822
|
+
* Provides the configuration information to connect to a database as your data source.
|
|
823
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-databaseconfiguration}
|
|
824
|
+
*/
|
|
825
|
+
DatabaseConfiguration?: DatabaseConfiguration | undefined;
|
|
826
|
+
/**
|
|
827
|
+
* Provides the configuration information to connect to Google Drive as your data source.
|
|
828
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-googledriveconfiguration}
|
|
829
|
+
*/
|
|
830
|
+
GoogleDriveConfiguration?: GoogleDriveConfiguration | undefined;
|
|
831
|
+
/**
|
|
832
|
+
* Provides the configuration information to connect to Microsoft OneDrive as your data source.
|
|
833
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-onedriveconfiguration}
|
|
834
|
+
*/
|
|
835
|
+
OneDriveConfiguration?: OneDriveConfiguration | undefined;
|
|
836
|
+
/**
|
|
837
|
+
* Provides the configuration information to connect to an Amazon S3 bucket as your data source.
|
|
838
|
+
*
|
|
839
|
+
* > Amazon Kendra now supports an upgraded Amazon S3 connector.
|
|
840
|
+
* >
|
|
841
|
+
* > You must now use the [TemplateConfiguration](https://docs.aws.amazon.com/kendra/latest/APIReference/API_TemplateConfiguration.html) object instead of the `S3DataSourceConfiguration` object to configure your connector.
|
|
842
|
+
* >
|
|
843
|
+
* > Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector.
|
|
844
|
+
* >
|
|
845
|
+
* > We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
|
|
846
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-s3configuration}
|
|
847
|
+
*/
|
|
848
|
+
S3Configuration?: S3DataSourceConfiguration | undefined;
|
|
849
|
+
/**
|
|
850
|
+
* Provides the configuration information to connect to Salesforce as your data source.
|
|
851
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-salesforceconfiguration}
|
|
852
|
+
*/
|
|
853
|
+
SalesforceConfiguration?: SalesforceConfiguration | undefined;
|
|
854
|
+
/**
|
|
855
|
+
* Provides the configuration information to connect to ServiceNow as your data source.
|
|
856
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-servicenowconfiguration}
|
|
857
|
+
*/
|
|
858
|
+
ServiceNowConfiguration?: ServiceNowConfiguration | undefined;
|
|
859
|
+
/**
|
|
860
|
+
* Provides the configuration information to connect to Microsoft SharePoint as your data source.
|
|
861
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-sharepointconfiguration}
|
|
862
|
+
*/
|
|
863
|
+
SharePointConfiguration?: SharePointConfiguration | undefined;
|
|
864
|
+
/**
|
|
865
|
+
* Provides the configuration information required for Amazon Kendra Web Crawler.
|
|
866
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-webcrawlerconfiguration}
|
|
867
|
+
*/
|
|
868
|
+
WebCrawlerConfiguration?: WebCrawlerConfiguration | undefined;
|
|
869
|
+
/**
|
|
870
|
+
* Provides the configuration information to connect to Amazon WorkDocs as your data source.
|
|
871
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-workdocsconfiguration}
|
|
872
|
+
*/
|
|
873
|
+
WorkDocsConfiguration?: WorkDocsConfiguration | undefined;
|
|
874
|
+
} | {
|
|
875
|
+
/**
|
|
876
|
+
* Provides the configuration information to connect to Confluence as your data source.
|
|
877
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-confluenceconfiguration}
|
|
878
|
+
*/
|
|
879
|
+
ConfluenceConfiguration?: ConfluenceConfiguration | undefined;
|
|
880
|
+
/**
|
|
881
|
+
* Provides the configuration information to connect to a database as your data source.
|
|
882
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-databaseconfiguration}
|
|
883
|
+
*/
|
|
884
|
+
DatabaseConfiguration?: DatabaseConfiguration | undefined;
|
|
885
|
+
/**
|
|
886
|
+
* Provides the configuration information to connect to Google Drive as your data source.
|
|
887
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-googledriveconfiguration}
|
|
888
|
+
*/
|
|
889
|
+
GoogleDriveConfiguration: GoogleDriveConfiguration;
|
|
890
|
+
/**
|
|
891
|
+
* Provides the configuration information to connect to Microsoft OneDrive as your data source.
|
|
892
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-onedriveconfiguration}
|
|
893
|
+
*/
|
|
894
|
+
OneDriveConfiguration?: OneDriveConfiguration | undefined;
|
|
895
|
+
/**
|
|
896
|
+
* Provides the configuration information to connect to an Amazon S3 bucket as your data source.
|
|
897
|
+
*
|
|
898
|
+
* > Amazon Kendra now supports an upgraded Amazon S3 connector.
|
|
899
|
+
* >
|
|
900
|
+
* > You must now use the [TemplateConfiguration](https://docs.aws.amazon.com/kendra/latest/APIReference/API_TemplateConfiguration.html) object instead of the `S3DataSourceConfiguration` object to configure your connector.
|
|
901
|
+
* >
|
|
902
|
+
* > Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector.
|
|
903
|
+
* >
|
|
904
|
+
* > We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
|
|
905
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-s3configuration}
|
|
906
|
+
*/
|
|
907
|
+
S3Configuration?: S3DataSourceConfiguration | undefined;
|
|
908
|
+
/**
|
|
909
|
+
* Provides the configuration information to connect to Salesforce as your data source.
|
|
910
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-salesforceconfiguration}
|
|
911
|
+
*/
|
|
912
|
+
SalesforceConfiguration?: SalesforceConfiguration | undefined;
|
|
913
|
+
/**
|
|
914
|
+
* Provides the configuration information to connect to ServiceNow as your data source.
|
|
915
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-servicenowconfiguration}
|
|
916
|
+
*/
|
|
917
|
+
ServiceNowConfiguration?: ServiceNowConfiguration | undefined;
|
|
918
|
+
/**
|
|
919
|
+
* Provides the configuration information to connect to Microsoft SharePoint as your data source.
|
|
920
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-sharepointconfiguration}
|
|
921
|
+
*/
|
|
922
|
+
SharePointConfiguration?: SharePointConfiguration | undefined;
|
|
923
|
+
/**
|
|
924
|
+
* Provides the configuration information required for Amazon Kendra Web Crawler.
|
|
925
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-webcrawlerconfiguration}
|
|
926
|
+
*/
|
|
927
|
+
WebCrawlerConfiguration?: WebCrawlerConfiguration | undefined;
|
|
928
|
+
/**
|
|
929
|
+
* Provides the configuration information to connect to Amazon WorkDocs as your data source.
|
|
930
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-workdocsconfiguration}
|
|
931
|
+
*/
|
|
932
|
+
WorkDocsConfiguration?: WorkDocsConfiguration | undefined;
|
|
933
|
+
} | {
|
|
934
|
+
/**
|
|
935
|
+
* Provides the configuration information to connect to Confluence as your data source.
|
|
936
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-confluenceconfiguration}
|
|
937
|
+
*/
|
|
938
|
+
ConfluenceConfiguration?: ConfluenceConfiguration | undefined;
|
|
939
|
+
/**
|
|
940
|
+
* Provides the configuration information to connect to a database as your data source.
|
|
941
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-databaseconfiguration}
|
|
942
|
+
*/
|
|
943
|
+
DatabaseConfiguration?: DatabaseConfiguration | undefined;
|
|
944
|
+
/**
|
|
945
|
+
* Provides the configuration information to connect to Google Drive as your data source.
|
|
946
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-googledriveconfiguration}
|
|
947
|
+
*/
|
|
948
|
+
GoogleDriveConfiguration?: GoogleDriveConfiguration | undefined;
|
|
949
|
+
/**
|
|
950
|
+
* Provides the configuration information to connect to Microsoft OneDrive as your data source.
|
|
951
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-onedriveconfiguration}
|
|
952
|
+
*/
|
|
953
|
+
OneDriveConfiguration?: OneDriveConfiguration | undefined;
|
|
954
|
+
/**
|
|
955
|
+
* Provides the configuration information to connect to an Amazon S3 bucket as your data source.
|
|
956
|
+
*
|
|
957
|
+
* > Amazon Kendra now supports an upgraded Amazon S3 connector.
|
|
958
|
+
* >
|
|
959
|
+
* > You must now use the [TemplateConfiguration](https://docs.aws.amazon.com/kendra/latest/APIReference/API_TemplateConfiguration.html) object instead of the `S3DataSourceConfiguration` object to configure your connector.
|
|
960
|
+
* >
|
|
961
|
+
* > Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector.
|
|
962
|
+
* >
|
|
963
|
+
* > We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
|
|
964
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-s3configuration}
|
|
965
|
+
*/
|
|
966
|
+
S3Configuration?: S3DataSourceConfiguration | undefined;
|
|
967
|
+
/**
|
|
968
|
+
* Provides the configuration information to connect to Salesforce as your data source.
|
|
969
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-salesforceconfiguration}
|
|
970
|
+
*/
|
|
971
|
+
SalesforceConfiguration?: SalesforceConfiguration | undefined;
|
|
972
|
+
/**
|
|
973
|
+
* Provides the configuration information to connect to ServiceNow as your data source.
|
|
974
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-servicenowconfiguration}
|
|
975
|
+
*/
|
|
976
|
+
ServiceNowConfiguration?: ServiceNowConfiguration | undefined;
|
|
977
|
+
/**
|
|
978
|
+
* Provides the configuration information to connect to Microsoft SharePoint as your data source.
|
|
979
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-sharepointconfiguration}
|
|
980
|
+
*/
|
|
981
|
+
SharePointConfiguration?: SharePointConfiguration | undefined;
|
|
982
|
+
/**
|
|
983
|
+
* Provides the configuration information required for Amazon Kendra Web Crawler.
|
|
984
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-webcrawlerconfiguration}
|
|
985
|
+
*/
|
|
986
|
+
WebCrawlerConfiguration: WebCrawlerConfiguration;
|
|
987
|
+
/**
|
|
988
|
+
* Provides the configuration information to connect to Amazon WorkDocs as your data source.
|
|
989
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-workdocsconfiguration}
|
|
990
|
+
*/
|
|
991
|
+
WorkDocsConfiguration?: WorkDocsConfiguration | undefined;
|
|
992
|
+
} | {
|
|
993
|
+
/**
|
|
994
|
+
* Provides the configuration information to connect to Confluence as your data source.
|
|
995
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-confluenceconfiguration}
|
|
996
|
+
*/
|
|
997
|
+
ConfluenceConfiguration?: ConfluenceConfiguration | undefined;
|
|
998
|
+
/**
|
|
999
|
+
* Provides the configuration information to connect to a database as your data source.
|
|
1000
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-databaseconfiguration}
|
|
1001
|
+
*/
|
|
1002
|
+
DatabaseConfiguration?: DatabaseConfiguration | undefined;
|
|
1003
|
+
/**
|
|
1004
|
+
* Provides the configuration information to connect to Google Drive as your data source.
|
|
1005
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-googledriveconfiguration}
|
|
1006
|
+
*/
|
|
1007
|
+
GoogleDriveConfiguration?: GoogleDriveConfiguration | undefined;
|
|
1008
|
+
/**
|
|
1009
|
+
* Provides the configuration information to connect to Microsoft OneDrive as your data source.
|
|
1010
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-onedriveconfiguration}
|
|
1011
|
+
*/
|
|
1012
|
+
OneDriveConfiguration?: OneDriveConfiguration | undefined;
|
|
1013
|
+
/**
|
|
1014
|
+
* Provides the configuration information to connect to an Amazon S3 bucket as your data source.
|
|
1015
|
+
*
|
|
1016
|
+
* > Amazon Kendra now supports an upgraded Amazon S3 connector.
|
|
1017
|
+
* >
|
|
1018
|
+
* > You must now use the [TemplateConfiguration](https://docs.aws.amazon.com/kendra/latest/APIReference/API_TemplateConfiguration.html) object instead of the `S3DataSourceConfiguration` object to configure your connector.
|
|
1019
|
+
* >
|
|
1020
|
+
* > Connectors configured using the older console and API architecture will continue to function as configured. However, you won't be able to edit or update them. If you want to edit or update your connector configuration, you must create a new connector.
|
|
1021
|
+
* >
|
|
1022
|
+
* > We recommended migrating your connector workflow to the upgraded version. Support for connectors configured using the older architecture is scheduled to end by June 2024.
|
|
1023
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-s3configuration}
|
|
1024
|
+
*/
|
|
1025
|
+
S3Configuration?: S3DataSourceConfiguration | undefined;
|
|
1026
|
+
/**
|
|
1027
|
+
* Provides the configuration information to connect to Salesforce as your data source.
|
|
1028
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-salesforceconfiguration}
|
|
1029
|
+
*/
|
|
1030
|
+
SalesforceConfiguration?: SalesforceConfiguration | undefined;
|
|
1031
|
+
/**
|
|
1032
|
+
* Provides the configuration information to connect to ServiceNow as your data source.
|
|
1033
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-servicenowconfiguration}
|
|
1034
|
+
*/
|
|
1035
|
+
ServiceNowConfiguration?: ServiceNowConfiguration | undefined;
|
|
1036
|
+
/**
|
|
1037
|
+
* Provides the configuration information to connect to Microsoft SharePoint as your data source.
|
|
1038
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-sharepointconfiguration}
|
|
1039
|
+
*/
|
|
1040
|
+
SharePointConfiguration?: SharePointConfiguration | undefined;
|
|
1041
|
+
/**
|
|
1042
|
+
* Provides the configuration information required for Amazon Kendra Web Crawler.
|
|
1043
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-webcrawlerconfiguration}
|
|
1044
|
+
*/
|
|
1045
|
+
WebCrawlerConfiguration?: WebCrawlerConfiguration | undefined;
|
|
1046
|
+
/**
|
|
1047
|
+
* Provides the configuration information to connect to Amazon WorkDocs as your data source.
|
|
1048
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourceconfiguration.html#cfn-kendra-datasource-datasourceconfiguration-workdocsconfiguration}
|
|
1049
|
+
*/
|
|
1050
|
+
WorkDocsConfiguration: WorkDocsConfiguration;
|
|
1051
|
+
};
|
|
1052
|
+
/**
|
|
1053
|
+
* Maps a column or attribute in the data source to an index field. You must first create the fields in the index using the [UpdateIndex](https://docs.aws.amazon.com/kendra/latest/dg/API_UpdateIndex.html) operation.
|
|
1054
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourcetoindexfieldmapping.html}
|
|
1055
|
+
*/
|
|
1056
|
+
export type DataSourceToIndexFieldMapping = {
|
|
1057
|
+
/**
|
|
1058
|
+
* The name of the field in the data source. You must first create the index field using the `UpdateIndex` API.
|
|
1059
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourcetoindexfieldmapping.html#cfn-kendra-datasource-datasourcetoindexfieldmapping-datasourcefieldname}
|
|
1060
|
+
*/
|
|
1061
|
+
DataSourceFieldName: string;
|
|
1062
|
+
/**
|
|
1063
|
+
* The format for date fields in the data source. If the field specified in `DataSourceFieldName` is a date field, you must specify the date format. If the field is not a date field, an exception is thrown.
|
|
1064
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourcetoindexfieldmapping.html#cfn-kendra-datasource-datasourcetoindexfieldmapping-datefieldformat}
|
|
1065
|
+
*/
|
|
1066
|
+
DateFieldFormat?: string | undefined;
|
|
1067
|
+
/**
|
|
1068
|
+
* The name of the index field to map to the data source field. The index field type must match the data source field type.
|
|
1069
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourcetoindexfieldmapping.html#cfn-kendra-datasource-datasourcetoindexfieldmapping-indexfieldname}
|
|
1070
|
+
*/
|
|
1071
|
+
IndexFieldName: string;
|
|
1072
|
+
};
|
|
1073
|
+
/**
|
|
1074
|
+
* Provides the configuration information to connect to an Amazon VPC.
|
|
1075
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourcevpcconfiguration.html}
|
|
1076
|
+
*/
|
|
1077
|
+
export type DataSourceVpcConfiguration = {
|
|
1078
|
+
/**
|
|
1079
|
+
* A list of identifiers of security groups within your Amazon VPC. The security groups should enable Amazon Kendra to connect to the data source.
|
|
1080
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourcevpcconfiguration.html#cfn-kendra-datasource-datasourcevpcconfiguration-securitygroupids}
|
|
1081
|
+
*/
|
|
1082
|
+
SecurityGroupIds: string[];
|
|
1083
|
+
/**
|
|
1084
|
+
* A list of identifiers for subnets within your Amazon VPC. The subnets should be able to connect to each other in the VPC, and they should have outgoing access to the Internet through a NAT device.
|
|
1085
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-datasourcevpcconfiguration.html#cfn-kendra-datasource-datasourcevpcconfiguration-subnetids}
|
|
1086
|
+
*/
|
|
1087
|
+
SubnetIds: string[];
|
|
1088
|
+
};
|
|
1089
|
+
/**
|
|
1090
|
+
* Provides the configuration information to an [Amazon Kendra supported database](https://docs.aws.amazon.com/kendra/latest/dg/data-source-database.html) .
|
|
1091
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-databaseconfiguration.html}
|
|
1092
|
+
*/
|
|
1093
|
+
export type DatabaseConfiguration = {
|
|
1094
|
+
/**
|
|
1095
|
+
* Information about the database column that provides information for user context filtering.
|
|
1096
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-databaseconfiguration.html#cfn-kendra-datasource-databaseconfiguration-aclconfiguration}
|
|
1097
|
+
*/
|
|
1098
|
+
AclConfiguration?: AclConfiguration | undefined;
|
|
1099
|
+
/**
|
|
1100
|
+
* Information about where the index should get the document information from the database.
|
|
1101
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-databaseconfiguration.html#cfn-kendra-datasource-databaseconfiguration-columnconfiguration}
|
|
1102
|
+
*/
|
|
1103
|
+
ColumnConfiguration: ColumnConfiguration;
|
|
1104
|
+
/**
|
|
1105
|
+
* Configuration information that's required to connect to a database.
|
|
1106
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-databaseconfiguration.html#cfn-kendra-datasource-databaseconfiguration-connectionconfiguration}
|
|
1107
|
+
*/
|
|
1108
|
+
ConnectionConfiguration: ConnectionConfiguration;
|
|
1109
|
+
/**
|
|
1110
|
+
* The type of database engine that runs the database.
|
|
1111
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-databaseconfiguration.html#cfn-kendra-datasource-databaseconfiguration-databaseenginetype}
|
|
1112
|
+
*/
|
|
1113
|
+
DatabaseEngineType: DatabaseEngineType;
|
|
1114
|
+
/**
|
|
1115
|
+
* Provides information about how Amazon Kendra uses quote marks around SQL identifiers when querying a database data source.
|
|
1116
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-databaseconfiguration.html#cfn-kendra-datasource-databaseconfiguration-sqlconfiguration}
|
|
1117
|
+
*/
|
|
1118
|
+
SqlConfiguration?: SqlConfiguration | undefined;
|
|
1119
|
+
/**
|
|
1120
|
+
* Provides information for connecting to an Amazon VPC.
|
|
1121
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-databaseconfiguration.html#cfn-kendra-datasource-databaseconfiguration-vpcconfiguration}
|
|
1122
|
+
*/
|
|
1123
|
+
VpcConfiguration?: DataSourceVpcConfiguration | undefined;
|
|
1124
|
+
};
|
|
1125
|
+
/**
|
|
1126
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-databaseenginetype.html}
|
|
1127
|
+
*/
|
|
1128
|
+
export type DatabaseEngineType = "RDS_AURORA_MYSQL" | "RDS_AURORA_POSTGRESQL" | "RDS_MYSQL" | "RDS_POSTGRESQL";
|
|
1129
|
+
/**
|
|
1130
|
+
* The condition used for the target document attribute or metadata field when ingesting documents into Amazon Kendra. You use this with [DocumentAttributeTarget to apply the condition](https://docs.aws.amazon.com/kendra/latest/dg/API_DocumentAttributeTarget.html) .
|
|
1131
|
+
*
|
|
1132
|
+
* For example, you can create the 'Department' target field and have it prefill department names associated with the documents based on information in the 'Source_URI' field. Set the condition that if the 'Source_URI' field contains 'financial' in its URI value, then prefill the target field 'Department' with the target value 'Finance' for the document.
|
|
1133
|
+
*
|
|
1134
|
+
* Amazon Kendra cannot create a target field if it has not already been created as an index field. After you create your index field, you can create a document metadata field using `DocumentAttributeTarget` . Amazon Kendra then will map your newly created metadata field to your index field.
|
|
1135
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-documentattributecondition.html}
|
|
1136
|
+
*/
|
|
1137
|
+
export type DocumentAttributeCondition = {
|
|
1138
|
+
/**
|
|
1139
|
+
* The identifier of the document attribute used for the condition.
|
|
1140
|
+
*
|
|
1141
|
+
* For example, 'Source_URI' could be an identifier for the attribute or metadata field that contains source URIs associated with the documents.
|
|
1142
|
+
*
|
|
1143
|
+
* Amazon Kendra currently does not support `_document_body` as an attribute key used for the condition.
|
|
1144
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-documentattributecondition.html#cfn-kendra-datasource-documentattributecondition-conditiondocumentattributekey}
|
|
1145
|
+
*/
|
|
1146
|
+
ConditionDocumentAttributeKey: string;
|
|
1147
|
+
/**
|
|
1148
|
+
* The value used by the operator.
|
|
1149
|
+
*
|
|
1150
|
+
* For example, you can specify the value 'financial' for strings in the 'Source_URI' field that partially match or contain this value.
|
|
1151
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-documentattributecondition.html#cfn-kendra-datasource-documentattributecondition-conditiononvalue}
|
|
1152
|
+
*/
|
|
1153
|
+
ConditionOnValue?: DocumentAttributeValue | undefined;
|
|
1154
|
+
/**
|
|
1155
|
+
* The condition operator.
|
|
1156
|
+
*
|
|
1157
|
+
* For example, you can use 'Contains' to partially match a string.
|
|
1158
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-documentattributecondition.html#cfn-kendra-datasource-documentattributecondition-operator}
|
|
1159
|
+
*/
|
|
1160
|
+
Operator: ConditionOperator;
|
|
1161
|
+
};
|
|
1162
|
+
/**
|
|
1163
|
+
* The target document attribute or metadata field you want to alter when ingesting documents into Amazon Kendra.
|
|
1164
|
+
*
|
|
1165
|
+
* For example, you can delete customer identification numbers associated with the documents, stored in the document metadata field called 'Customer_ID'. You set the target key as 'Customer_ID' and the deletion flag to `TRUE` . This removes all customer ID values in the field 'Customer_ID'. This would scrub personally identifiable information from each document's metadata.
|
|
1166
|
+
*
|
|
1167
|
+
* Amazon Kendra cannot create a target field if it has not already been created as an index field. After you create your index field, you can create a document metadata field using `DocumentAttributeTarget` . Amazon Kendra then will map your newly created metadata field to your index field.
|
|
1168
|
+
*
|
|
1169
|
+
* You can also use this with [DocumentAttributeCondition](https://docs.aws.amazon.com/kendra/latest/dg/API_DocumentAttributeCondition.html) .
|
|
1170
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-documentattributetarget.html}
|
|
1171
|
+
*/
|
|
1172
|
+
export type DocumentAttributeTarget = {
|
|
1173
|
+
/**
|
|
1174
|
+
* The identifier of the target document attribute or metadata field.
|
|
1175
|
+
*
|
|
1176
|
+
* For example, 'Department' could be an identifier for the target attribute or metadata field that includes the department names associated with the documents.
|
|
1177
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-documentattributetarget.html#cfn-kendra-datasource-documentattributetarget-targetdocumentattributekey}
|
|
1178
|
+
*/
|
|
1179
|
+
TargetDocumentAttributeKey: string;
|
|
1180
|
+
/**
|
|
1181
|
+
* The target value you want to create for the target attribute.
|
|
1182
|
+
*
|
|
1183
|
+
* For example, 'Finance' could be the target value for the target attribute key 'Department'.
|
|
1184
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-documentattributetarget.html#cfn-kendra-datasource-documentattributetarget-targetdocumentattributevalue}
|
|
1185
|
+
*/
|
|
1186
|
+
TargetDocumentAttributeValue?: DocumentAttributeValue | undefined;
|
|
1187
|
+
/**
|
|
1188
|
+
* `TRUE` to delete the existing target value for your specified target attribute key. You cannot create a target value and set this to `TRUE` . To create a target value ( `TargetDocumentAttributeValue` ), set this to `FALSE` .
|
|
1189
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-documentattributetarget.html#cfn-kendra-datasource-documentattributetarget-targetdocumentattributevaluedeletion}
|
|
1190
|
+
*/
|
|
1191
|
+
TargetDocumentAttributeValueDeletion?: boolean | undefined;
|
|
1192
|
+
};
|
|
1193
|
+
/**
|
|
1194
|
+
* The value of a document attribute. You can only provide one value for a document attribute.
|
|
1195
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-documentattributevalue.html}
|
|
1196
|
+
*/
|
|
1197
|
+
export type DocumentAttributeValue = {
|
|
1198
|
+
/**
|
|
1199
|
+
* A date expressed as an ISO 8601 string.
|
|
1200
|
+
*
|
|
1201
|
+
* It is important for the time zone to be included in the ISO 8601 date-time format. For example, 2012-03-25T12:30:10+01:00 is the ISO 8601 date-time format for March 25th 2012 at 12:30PM (plus 10 seconds) in Central European Time.
|
|
1202
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-documentattributevalue.html#cfn-kendra-datasource-documentattributevalue-datevalue}
|
|
1203
|
+
*/
|
|
1204
|
+
DateValue?: string | undefined;
|
|
1205
|
+
/**
|
|
1206
|
+
* A long integer value.
|
|
1207
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-documentattributevalue.html#cfn-kendra-datasource-documentattributevalue-longvalue}
|
|
1208
|
+
*/
|
|
1209
|
+
LongValue?: number | undefined;
|
|
1210
|
+
/**
|
|
1211
|
+
* A list of strings. The default maximum length or number of strings is 10.
|
|
1212
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-documentattributevalue.html#cfn-kendra-datasource-documentattributevalue-stringlistvalue}
|
|
1213
|
+
*/
|
|
1214
|
+
StringListValue?: string[] | undefined;
|
|
1215
|
+
/**
|
|
1216
|
+
* A string, such as "department".
|
|
1217
|
+
* @minLength 1
|
|
1218
|
+
* @maxLength 2048
|
|
1219
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-documentattributevalue.html#cfn-kendra-datasource-documentattributevalue-stringvalue}
|
|
1220
|
+
*/
|
|
1221
|
+
StringValue?: string | undefined;
|
|
1222
|
+
};
|
|
1223
|
+
/**
|
|
1224
|
+
* Document metadata files that contain information such as the document access control information, source URI, document author, and custom attributes. Each metadata file contains metadata about a single document.
|
|
1225
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-documentsmetadataconfiguration.html}
|
|
1226
|
+
*/
|
|
1227
|
+
export type DocumentsMetadataConfiguration = {
|
|
1228
|
+
/**
|
|
1229
|
+
* A prefix used to filter metadata configuration files in the AWS S3 bucket. The S3 bucket might contain multiple metadata files. Use `S3Prefix` to include only the desired metadata files.
|
|
1230
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-documentsmetadataconfiguration.html#cfn-kendra-datasource-documentsmetadataconfiguration-s3prefix}
|
|
1231
|
+
*/
|
|
1232
|
+
S3Prefix?: string | undefined;
|
|
1233
|
+
};
|
|
1234
|
+
/**
|
|
1235
|
+
* Provides the configuration information to connect to Google Drive as your data source.
|
|
1236
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-googledriveconfiguration.html}
|
|
1237
|
+
*/
|
|
1238
|
+
export type GoogleDriveConfiguration = {
|
|
1239
|
+
/**
|
|
1240
|
+
* A list of MIME types to exclude from the index. All documents matching the specified MIME type are excluded.
|
|
1241
|
+
*
|
|
1242
|
+
* For a list of MIME types, see [Using a Google Workspace Drive data source](https://docs.aws.amazon.com/kendra/latest/dg/data-source-google-drive.html) .
|
|
1243
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-googledriveconfiguration.html#cfn-kendra-datasource-googledriveconfiguration-excludemimetypes}
|
|
1244
|
+
*/
|
|
1245
|
+
ExcludeMimeTypes?: string[] | undefined;
|
|
1246
|
+
/**
|
|
1247
|
+
* A list of identifiers or shared drives to exclude from the index. All files and folders stored on the shared drive are excluded.
|
|
1248
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-googledriveconfiguration.html#cfn-kendra-datasource-googledriveconfiguration-excludeshareddrives}
|
|
1249
|
+
*/
|
|
1250
|
+
ExcludeSharedDrives?: string[] | undefined;
|
|
1251
|
+
/**
|
|
1252
|
+
* A list of email addresses of the users. Documents owned by these users are excluded from the index. Documents shared with excluded users are indexed unless they are excluded in another way.
|
|
1253
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-googledriveconfiguration.html#cfn-kendra-datasource-googledriveconfiguration-excludeuseraccounts}
|
|
1254
|
+
*/
|
|
1255
|
+
ExcludeUserAccounts?: string[] | undefined;
|
|
1256
|
+
/**
|
|
1257
|
+
* A list of regular expression patterns to exclude certain items in your Google Drive, including shared drives and users' My Drives. Items that match the patterns are excluded from the index. Items that don't match the patterns are included in the index. If an item matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the item isn't included in the index.
|
|
1258
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-googledriveconfiguration.html#cfn-kendra-datasource-googledriveconfiguration-exclusionpatterns}
|
|
1259
|
+
*/
|
|
1260
|
+
ExclusionPatterns?: string[] | undefined;
|
|
1261
|
+
/**
|
|
1262
|
+
* Maps Google Drive data source attributes or field names to Amazon Kendra index field names. To create custom fields, use the `UpdateIndex` API before you map to Google Drive fields. For more information, see [Mapping data source fields](https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html) . The Google Drive data source field names must exist in your Google Drive custom metadata.
|
|
1263
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-googledriveconfiguration.html#cfn-kendra-datasource-googledriveconfiguration-fieldmappings}
|
|
1264
|
+
*/
|
|
1265
|
+
FieldMappings?: DataSourceToIndexFieldMapping[] | undefined;
|
|
1266
|
+
/**
|
|
1267
|
+
* A list of regular expression patterns to include certain items in your Google Drive, including shared drives and users' My Drives. Items that match the patterns are included in the index. Items that don't match the patterns are excluded from the index. If an item matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the item isn't included in the index.
|
|
1268
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-googledriveconfiguration.html#cfn-kendra-datasource-googledriveconfiguration-inclusionpatterns}
|
|
1269
|
+
*/
|
|
1270
|
+
InclusionPatterns?: string[] | undefined;
|
|
1271
|
+
/**
|
|
1272
|
+
* The Amazon Resource Name (ARN) of a AWS Secrets Manager secret that contains the credentials required to connect to Google Drive. For more information, see [Using a Google Workspace Drive data source](https://docs.aws.amazon.com/kendra/latest/dg/data-source-google-drive.html) .
|
|
1273
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-googledriveconfiguration.html#cfn-kendra-datasource-googledriveconfiguration-secretarn}
|
|
1274
|
+
*/
|
|
1275
|
+
SecretArn: string;
|
|
1276
|
+
};
|
|
1277
|
+
/**
|
|
1278
|
+
* Provides the configuration information for invoking a Lambda function in AWS Lambda to alter document metadata and content when ingesting documents into Amazon Kendra. You can configure your Lambda function using [PreExtractionHookConfiguration](https://docs.aws.amazon.com/kendra/latest/dg/API_CustomDocumentEnrichmentConfiguration.html) if you want to apply advanced alterations on the original or raw documents. If you want to apply advanced alterations on the Amazon Kendra structured documents, you must configure your Lambda function using [PostExtractionHookConfiguration](https://docs.aws.amazon.com/kendra/latest/dg/API_CustomDocumentEnrichmentConfiguration.html) . You can only invoke one Lambda function. However, this function can invoke other functions it requires.
|
|
1279
|
+
*
|
|
1280
|
+
* For more information, see [Customizing document metadata during the ingestion process](https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html) .
|
|
1281
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-hookconfiguration.html}
|
|
1282
|
+
*/
|
|
1283
|
+
export type HookConfiguration = {
|
|
1284
|
+
/**
|
|
1285
|
+
* The condition used for when a Lambda function should be invoked.
|
|
1286
|
+
*
|
|
1287
|
+
* For example, you can specify a condition that if there are empty date-time values, then Amazon Kendra should invoke a function that inserts the current date-time.
|
|
1288
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-hookconfiguration.html#cfn-kendra-datasource-hookconfiguration-invocationcondition}
|
|
1289
|
+
*/
|
|
1290
|
+
InvocationCondition?: DocumentAttributeCondition | undefined;
|
|
1291
|
+
/**
|
|
1292
|
+
* The Amazon Resource Name (ARN) of an IAM role with permission to run a Lambda function during ingestion. For more information, see [an IAM roles for Amazon Kendra](https://docs.aws.amazon.com/kendra/latest/dg/iam-roles.html) .
|
|
1293
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-hookconfiguration.html#cfn-kendra-datasource-hookconfiguration-lambdaarn}
|
|
1294
|
+
*/
|
|
1295
|
+
LambdaArn: string;
|
|
1296
|
+
/**
|
|
1297
|
+
* Stores the original, raw documents or the structured, parsed documents before and after altering them. For more information, see [Data contracts for Lambda functions](https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html#cde-data-contracts-lambda) .
|
|
1298
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-hookconfiguration.html#cfn-kendra-datasource-hookconfiguration-s3bucket}
|
|
1299
|
+
*/
|
|
1300
|
+
S3Bucket: string;
|
|
1301
|
+
};
|
|
1302
|
+
/**
|
|
1303
|
+
* Provides the configuration information for applying basic logic to alter document metadata and content when ingesting documents into Amazon Kendra. To apply advanced logic, to go beyond what you can do with basic logic, see [HookConfiguration](https://docs.aws.amazon.com/kendra/latest/dg/API_HookConfiguration.html) .
|
|
1304
|
+
*
|
|
1305
|
+
* For more information, see [Customizing document metadata during the ingestion process](https://docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html) .
|
|
1306
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-inlinecustomdocumentenrichmentconfiguration.html}
|
|
1307
|
+
*/
|
|
1308
|
+
export type InlineCustomDocumentEnrichmentConfiguration = {
|
|
1309
|
+
/**
|
|
1310
|
+
* Configuration of the condition used for the target document attribute or metadata field when ingesting documents into Amazon Kendra.
|
|
1311
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-inlinecustomdocumentenrichmentconfiguration.html#cfn-kendra-datasource-inlinecustomdocumentenrichmentconfiguration-condition}
|
|
1312
|
+
*/
|
|
1313
|
+
Condition?: DocumentAttributeCondition | undefined;
|
|
1314
|
+
/**
|
|
1315
|
+
* `TRUE` to delete content if the condition used for the target attribute is met.
|
|
1316
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-inlinecustomdocumentenrichmentconfiguration.html#cfn-kendra-datasource-inlinecustomdocumentenrichmentconfiguration-documentcontentdeletion}
|
|
1317
|
+
*/
|
|
1318
|
+
DocumentContentDeletion?: boolean | undefined;
|
|
1319
|
+
/**
|
|
1320
|
+
* Configuration of the target document attribute or metadata field when ingesting documents into Amazon Kendra. You can also include a value.
|
|
1321
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-inlinecustomdocumentenrichmentconfiguration.html#cfn-kendra-datasource-inlinecustomdocumentenrichmentconfiguration-target}
|
|
1322
|
+
*/
|
|
1323
|
+
Target?: DocumentAttributeTarget | undefined;
|
|
1324
|
+
};
|
|
1325
|
+
/**
|
|
1326
|
+
* Provides the configuration information to connect to OneDrive as your data source.
|
|
1327
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-onedriveconfiguration.html}
|
|
1328
|
+
*/
|
|
1329
|
+
export type OneDriveConfiguration = {
|
|
1330
|
+
/**
|
|
1331
|
+
* `TRUE` to disable local groups information.
|
|
1332
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-onedriveconfiguration.html#cfn-kendra-datasource-onedriveconfiguration-disablelocalgroups}
|
|
1333
|
+
*/
|
|
1334
|
+
DisableLocalGroups?: boolean | undefined;
|
|
1335
|
+
/**
|
|
1336
|
+
* A list of regular expression patterns to exclude certain documents in your OneDrive. Documents that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index.
|
|
1337
|
+
*
|
|
1338
|
+
* The pattern is applied to the file name.
|
|
1339
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-onedriveconfiguration.html#cfn-kendra-datasource-onedriveconfiguration-exclusionpatterns}
|
|
1340
|
+
*/
|
|
1341
|
+
ExclusionPatterns?: string[] | undefined;
|
|
1342
|
+
/**
|
|
1343
|
+
* A list of `DataSourceToIndexFieldMapping` objects that map OneDrive data source attributes or field names to Amazon Kendra index field names. To create custom fields, use the `UpdateIndex` API before you map to OneDrive fields. For more information, see [Mapping data source fields](https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html) . The OneDrive data source field names must exist in your OneDrive custom metadata.
|
|
1344
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-onedriveconfiguration.html#cfn-kendra-datasource-onedriveconfiguration-fieldmappings}
|
|
1345
|
+
*/
|
|
1346
|
+
FieldMappings?: DataSourceToIndexFieldMapping[] | undefined;
|
|
1347
|
+
/**
|
|
1348
|
+
* A list of regular expression patterns to include certain documents in your OneDrive. Documents that match the patterns are included in the index. Documents that don't match the patterns are excluded from the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index.
|
|
1349
|
+
*
|
|
1350
|
+
* The pattern is applied to the file name.
|
|
1351
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-onedriveconfiguration.html#cfn-kendra-datasource-onedriveconfiguration-inclusionpatterns}
|
|
1352
|
+
*/
|
|
1353
|
+
InclusionPatterns?: string[] | undefined;
|
|
1354
|
+
/**
|
|
1355
|
+
* A list of user accounts whose documents should be indexed.
|
|
1356
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-onedriveconfiguration.html#cfn-kendra-datasource-onedriveconfiguration-onedriveusers}
|
|
1357
|
+
*/
|
|
1358
|
+
OneDriveUsers: OneDriveUsers;
|
|
1359
|
+
/**
|
|
1360
|
+
* The Amazon Resource Name (ARN) of an AWS Secrets Manager secret that contains the user name and password to connect to OneDrive. The user name should be the application ID for the OneDrive application, and the password is the application key for the OneDrive application.
|
|
1361
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-onedriveconfiguration.html#cfn-kendra-datasource-onedriveconfiguration-secretarn}
|
|
1362
|
+
*/
|
|
1363
|
+
SecretArn: string;
|
|
1364
|
+
/**
|
|
1365
|
+
* The Azure Active Directory domain of the organization.
|
|
1366
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-onedriveconfiguration.html#cfn-kendra-datasource-onedriveconfiguration-tenantdomain}
|
|
1367
|
+
*/
|
|
1368
|
+
TenantDomain: string;
|
|
1369
|
+
};
|
|
1370
|
+
/**
|
|
1371
|
+
* User accounts whose documents should be indexed.
|
|
1372
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-onedriveusers.html}
|
|
1373
|
+
*/
|
|
1374
|
+
export type OneDriveUsers = {
|
|
1375
|
+
/**
|
|
1376
|
+
* A list of users whose documents should be indexed. Specify the user names in email format, for example, `username@tenantdomain` . If you need to index the documents of more than 10 users, use the `OneDriveUserS3Path` field to specify the location of a file containing a list of users.
|
|
1377
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-onedriveusers.html#cfn-kendra-datasource-onedriveusers-onedriveuserlist}
|
|
1378
|
+
*/
|
|
1379
|
+
OneDriveUserList: string[];
|
|
1380
|
+
/**
|
|
1381
|
+
* The S3 bucket location of a file containing a list of users whose documents should be indexed.
|
|
1382
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-onedriveusers.html#cfn-kendra-datasource-onedriveusers-onedriveusers3path}
|
|
1383
|
+
*/
|
|
1384
|
+
OneDriveUserS3Path?: S3Path | undefined;
|
|
1385
|
+
} | {
|
|
1386
|
+
/**
|
|
1387
|
+
* A list of users whose documents should be indexed. Specify the user names in email format, for example, `username@tenantdomain` . If you need to index the documents of more than 10 users, use the `OneDriveUserS3Path` field to specify the location of a file containing a list of users.
|
|
1388
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-onedriveusers.html#cfn-kendra-datasource-onedriveusers-onedriveuserlist}
|
|
1389
|
+
*/
|
|
1390
|
+
OneDriveUserList?: string[] | undefined;
|
|
1391
|
+
/**
|
|
1392
|
+
* The S3 bucket location of a file containing a list of users whose documents should be indexed.
|
|
1393
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-onedriveusers.html#cfn-kendra-datasource-onedriveusers-onedriveusers3path}
|
|
1394
|
+
*/
|
|
1395
|
+
OneDriveUserS3Path: S3Path;
|
|
1396
|
+
};
|
|
1397
|
+
/**
|
|
1398
|
+
* Provides the configuration information for a web proxy to connect to website hosts.
|
|
1399
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-proxyconfiguration.html}
|
|
1400
|
+
*/
|
|
1401
|
+
export type ProxyConfiguration = {
|
|
1402
|
+
/**
|
|
1403
|
+
* The Amazon Resource Name (ARN) of an AWS Secrets Manager secret. You create a secret to store your credentials in [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html)
|
|
1404
|
+
*
|
|
1405
|
+
* The credentials are optional. You use a secret if web proxy credentials are required to connect to a website host. Amazon Kendra currently support basic authentication to connect to a web proxy server. The secret stores your credentials.
|
|
1406
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-proxyconfiguration.html#cfn-kendra-datasource-proxyconfiguration-credentials}
|
|
1407
|
+
*/
|
|
1408
|
+
Credentials?: string | undefined;
|
|
1409
|
+
/**
|
|
1410
|
+
* The name of the website host you want to connect to via a web proxy server.
|
|
1411
|
+
*
|
|
1412
|
+
* For example, the host name of https://a.example.com/page1.html is "a.example.com".
|
|
1413
|
+
* @minLength 1
|
|
1414
|
+
* @maxLength 253
|
|
1415
|
+
* @pattern ([^\s]*)
|
|
1416
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-proxyconfiguration.html#cfn-kendra-datasource-proxyconfiguration-host}
|
|
1417
|
+
*/
|
|
1418
|
+
Host: string;
|
|
1419
|
+
/**
|
|
1420
|
+
* The port number of the website host you want to connect to via a web proxy server.
|
|
1421
|
+
*
|
|
1422
|
+
* For example, the port for https://a.example.com/page1.html is 443, the standard port for HTTPS.
|
|
1423
|
+
* @min 1
|
|
1424
|
+
* @max 65535
|
|
1425
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-proxyconfiguration.html#cfn-kendra-datasource-proxyconfiguration-port}
|
|
1426
|
+
*/
|
|
1427
|
+
Port: number;
|
|
1428
|
+
};
|
|
1429
|
+
/**
|
|
1430
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-queryidentifiersenclosingoption.html}
|
|
1431
|
+
*/
|
|
1432
|
+
export type QueryIdentifiersEnclosingOption = "DOUBLE_QUOTES" | "NONE";
|
|
1433
|
+
/**
|
|
1434
|
+
* Provides the configuration information to connect to an Amazon S3 bucket.
|
|
1435
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-s3datasourceconfiguration.html}
|
|
1436
|
+
*/
|
|
1437
|
+
export type S3DataSourceConfiguration = {
|
|
1438
|
+
/**
|
|
1439
|
+
* Provides the path to the S3 bucket that contains the user context filtering files for the data source. For the format of the file, see [Access control for S3 data sources](https://docs.aws.amazon.com/kendra/latest/dg/s3-acl.html) .
|
|
1440
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-s3datasourceconfiguration.html#cfn-kendra-datasource-s3datasourceconfiguration-accesscontrollistconfiguration}
|
|
1441
|
+
*/
|
|
1442
|
+
AccessControlListConfiguration?: AccessControlListConfiguration | undefined;
|
|
1443
|
+
/**
|
|
1444
|
+
* The name of the bucket that contains the documents.
|
|
1445
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-s3datasourceconfiguration.html#cfn-kendra-datasource-s3datasourceconfiguration-bucketname}
|
|
1446
|
+
*/
|
|
1447
|
+
BucketName: string;
|
|
1448
|
+
/**
|
|
1449
|
+
* Specifies document metadata files that contain information such as the document access control information, source URI, document author, and custom attributes. Each metadata file contains metadata about a single document.
|
|
1450
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-s3datasourceconfiguration.html#cfn-kendra-datasource-s3datasourceconfiguration-documentsmetadataconfiguration}
|
|
1451
|
+
*/
|
|
1452
|
+
DocumentsMetadataConfiguration?: DocumentsMetadataConfiguration | undefined;
|
|
1453
|
+
/**
|
|
1454
|
+
* A list of glob patterns (patterns that can expand a wildcard pattern into a list of path names that match the given pattern) for certain file names and file types to exclude from your index. If a document matches both an inclusion and exclusion prefix or pattern, the exclusion prefix takes precendence and the document is not indexed. Examples of glob patterns include:
|
|
1455
|
+
*
|
|
1456
|
+
* - */myapp/config/** —All files inside config directory.
|
|
1457
|
+
* - ***/*.png* —All .png files in all directories.
|
|
1458
|
+
* - ***/*.{png, ico, md}* —All .png, .ico or .md files in all directories.
|
|
1459
|
+
* - */myapp/src/**/*.ts* —All .ts files inside src directory (and all its subdirectories).
|
|
1460
|
+
* - ***/!(*.module).ts* —All .ts files but not .module.ts
|
|
1461
|
+
* - **.png , *.jpg* —All PNG and JPEG image files in a directory (files with the extensions .png and .jpg).
|
|
1462
|
+
* - **internal** —All files in a directory that contain 'internal' in the file name, such as 'internal', 'internal_only', 'company_internal'.
|
|
1463
|
+
* - ***/*internal** —All internal-related files in a directory and its subdirectories.
|
|
1464
|
+
*
|
|
1465
|
+
* For more examples, see [Use of Exclude and Include Filters](https://docs.aws.amazon.com/cli/latest/reference/s3/#use-of-exclude-and-include-filters) in the AWS CLI Command Reference.
|
|
1466
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-s3datasourceconfiguration.html#cfn-kendra-datasource-s3datasourceconfiguration-exclusionpatterns}
|
|
1467
|
+
*/
|
|
1468
|
+
ExclusionPatterns?: string[] | undefined;
|
|
1469
|
+
/**
|
|
1470
|
+
* A list of glob patterns (patterns that can expand a wildcard pattern into a list of path names that match the given pattern) for certain file names and file types to include in your index. If a document matches both an inclusion and exclusion prefix or pattern, the exclusion prefix takes precendence and the document is not indexed. Examples of glob patterns include:
|
|
1471
|
+
*
|
|
1472
|
+
* - */myapp/config/** —All files inside config directory.
|
|
1473
|
+
* - ***/*.png* —All .png files in all directories.
|
|
1474
|
+
* - ***/*.{png, ico, md}* —All .png, .ico or .md files in all directories.
|
|
1475
|
+
* - */myapp/src/**/*.ts* —All .ts files inside src directory (and all its subdirectories).
|
|
1476
|
+
* - ***/!(*.module).ts* —All .ts files but not .module.ts
|
|
1477
|
+
* - **.png , *.jpg* —All PNG and JPEG image files in a directory (files with the extensions .png and .jpg).
|
|
1478
|
+
* - **internal** —All files in a directory that contain 'internal' in the file name, such as 'internal', 'internal_only', 'company_internal'.
|
|
1479
|
+
* - ***/*internal** —All internal-related files in a directory and its subdirectories.
|
|
1480
|
+
*
|
|
1481
|
+
* For more examples, see [Use of Exclude and Include Filters](https://docs.aws.amazon.com/cli/latest/reference/s3/#use-of-exclude-and-include-filters) in the AWS CLI Command Reference.
|
|
1482
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-s3datasourceconfiguration.html#cfn-kendra-datasource-s3datasourceconfiguration-inclusionpatterns}
|
|
1483
|
+
*/
|
|
1484
|
+
InclusionPatterns?: string[] | undefined;
|
|
1485
|
+
/**
|
|
1486
|
+
* A list of S3 prefixes for the documents that should be included in the index.
|
|
1487
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-s3datasourceconfiguration.html#cfn-kendra-datasource-s3datasourceconfiguration-inclusionprefixes}
|
|
1488
|
+
*/
|
|
1489
|
+
InclusionPrefixes?: string[] | undefined;
|
|
1490
|
+
};
|
|
1491
|
+
/**
|
|
1492
|
+
* Information required to find a specific file in an Amazon S3 bucket.
|
|
1493
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-s3path.html}
|
|
1494
|
+
*/
|
|
1495
|
+
export type S3Path = {
|
|
1496
|
+
/**
|
|
1497
|
+
* The name of the S3 bucket that contains the file.
|
|
1498
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-s3path.html#cfn-kendra-datasource-s3path-bucket}
|
|
1499
|
+
*/
|
|
1500
|
+
Bucket: string;
|
|
1501
|
+
/**
|
|
1502
|
+
* The name of the file.
|
|
1503
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-s3path.html#cfn-kendra-datasource-s3path-key}
|
|
1504
|
+
*/
|
|
1505
|
+
Key: string;
|
|
1506
|
+
};
|
|
1507
|
+
/**
|
|
1508
|
+
* The configuration information for syncing a Salesforce chatter feed. The contents of the object comes from the Salesforce FeedItem table.
|
|
1509
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforcechatterfeedconfiguration.html}
|
|
1510
|
+
*/
|
|
1511
|
+
export type SalesforceChatterFeedConfiguration = {
|
|
1512
|
+
/**
|
|
1513
|
+
* The name of the column in the Salesforce FeedItem table that contains the content to index. Typically this is the `Body` column.
|
|
1514
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforcechatterfeedconfiguration.html#cfn-kendra-datasource-salesforcechatterfeedconfiguration-documentdatafieldname}
|
|
1515
|
+
*/
|
|
1516
|
+
DocumentDataFieldName: string;
|
|
1517
|
+
/**
|
|
1518
|
+
* The name of the column in the Salesforce FeedItem table that contains the title of the document. This is typically the `Title` column.
|
|
1519
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforcechatterfeedconfiguration.html#cfn-kendra-datasource-salesforcechatterfeedconfiguration-documenttitlefieldname}
|
|
1520
|
+
*/
|
|
1521
|
+
DocumentTitleFieldName?: string | undefined;
|
|
1522
|
+
/**
|
|
1523
|
+
* Maps fields from a Salesforce chatter feed into Amazon Kendra index fields.
|
|
1524
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforcechatterfeedconfiguration.html#cfn-kendra-datasource-salesforcechatterfeedconfiguration-fieldmappings}
|
|
1525
|
+
*/
|
|
1526
|
+
FieldMappings?: DataSourceToIndexFieldMapping[] | undefined;
|
|
1527
|
+
/**
|
|
1528
|
+
* Filters the documents in the feed based on status of the user. When you specify `ACTIVE_USERS` only documents from users who have an active account are indexed. When you specify `STANDARD_USER` only documents for Salesforce standard users are documented. You can specify both.
|
|
1529
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforcechatterfeedconfiguration.html#cfn-kendra-datasource-salesforcechatterfeedconfiguration-includefiltertypes}
|
|
1530
|
+
*/
|
|
1531
|
+
IncludeFilterTypes?: SalesforceChatterFeedIncludeFilterType[] | undefined;
|
|
1532
|
+
};
|
|
1533
|
+
/**
|
|
1534
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforcechatterfeedincludefiltertype.html}
|
|
1535
|
+
*/
|
|
1536
|
+
export type SalesforceChatterFeedIncludeFilterType = "ACTIVE_USER" | "STANDARD_USER";
|
|
1537
|
+
/**
|
|
1538
|
+
* Provides the configuration information to connect to Salesforce as your data source.
|
|
1539
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforceconfiguration.html}
|
|
1540
|
+
*/
|
|
1541
|
+
export type SalesforceConfiguration = {
|
|
1542
|
+
/**
|
|
1543
|
+
* Configuration information for Salesforce chatter feeds.
|
|
1544
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforceconfiguration.html#cfn-kendra-datasource-salesforceconfiguration-chatterfeedconfiguration}
|
|
1545
|
+
*/
|
|
1546
|
+
ChatterFeedConfiguration?: SalesforceChatterFeedConfiguration | undefined;
|
|
1547
|
+
/**
|
|
1548
|
+
* Indicates whether Amazon Kendra should index attachments to Salesforce objects.
|
|
1549
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforceconfiguration.html#cfn-kendra-datasource-salesforceconfiguration-crawlattachments}
|
|
1550
|
+
*/
|
|
1551
|
+
CrawlAttachments?: boolean | undefined;
|
|
1552
|
+
/**
|
|
1553
|
+
* A list of regular expression patterns to exclude certain documents in your Salesforce. Documents that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index.
|
|
1554
|
+
*
|
|
1555
|
+
* The pattern is applied to the name of the attached file.
|
|
1556
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforceconfiguration.html#cfn-kendra-datasource-salesforceconfiguration-excludeattachmentfilepatterns}
|
|
1557
|
+
*/
|
|
1558
|
+
ExcludeAttachmentFilePatterns?: string[] | undefined;
|
|
1559
|
+
/**
|
|
1560
|
+
* A list of regular expression patterns to include certain documents in your Salesforce. Documents that match the patterns are included in the index. Documents that don't match the patterns are excluded from the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index.
|
|
1561
|
+
*
|
|
1562
|
+
* The pattern is applied to the name of the attached file.
|
|
1563
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforceconfiguration.html#cfn-kendra-datasource-salesforceconfiguration-includeattachmentfilepatterns}
|
|
1564
|
+
*/
|
|
1565
|
+
IncludeAttachmentFilePatterns?: string[] | undefined;
|
|
1566
|
+
/**
|
|
1567
|
+
* Configuration information for the knowledge article types that Amazon Kendra indexes. Amazon Kendra indexes standard knowledge articles and the standard fields of knowledge articles, or the custom fields of custom knowledge articles, but not both.
|
|
1568
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforceconfiguration.html#cfn-kendra-datasource-salesforceconfiguration-knowledgearticleconfiguration}
|
|
1569
|
+
*/
|
|
1570
|
+
KnowledgeArticleConfiguration?: SalesforceKnowledgeArticleConfiguration | undefined;
|
|
1571
|
+
/**
|
|
1572
|
+
* The Amazon Resource Name (ARN) of an AWS Secrets Manager secret that contains the key/value pairs required to connect to your Salesforce instance. The secret must contain a JSON structure with the following keys:
|
|
1573
|
+
*
|
|
1574
|
+
* - authenticationUrl - The OAUTH endpoint that Amazon Kendra connects to get an OAUTH token.
|
|
1575
|
+
* - consumerKey - The application public key generated when you created your Salesforce application.
|
|
1576
|
+
* - consumerSecret - The application private key generated when you created your Salesforce application.
|
|
1577
|
+
* - password - The password associated with the user logging in to the Salesforce instance.
|
|
1578
|
+
* - securityToken - The token associated with the user logging in to the Salesforce instance.
|
|
1579
|
+
* - username - The user name of the user logging in to the Salesforce instance.
|
|
1580
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforceconfiguration.html#cfn-kendra-datasource-salesforceconfiguration-secretarn}
|
|
1581
|
+
*/
|
|
1582
|
+
SecretArn: string;
|
|
1583
|
+
/**
|
|
1584
|
+
* The instance URL for the Salesforce site that you want to index.
|
|
1585
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforceconfiguration.html#cfn-kendra-datasource-salesforceconfiguration-serverurl}
|
|
1586
|
+
*/
|
|
1587
|
+
ServerUrl: string;
|
|
1588
|
+
/**
|
|
1589
|
+
* Configuration information for processing attachments to Salesforce standard objects.
|
|
1590
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforceconfiguration.html#cfn-kendra-datasource-salesforceconfiguration-standardobjectattachmentconfiguration}
|
|
1591
|
+
*/
|
|
1592
|
+
StandardObjectAttachmentConfiguration?: SalesforceStandardObjectAttachmentConfiguration | undefined;
|
|
1593
|
+
/**
|
|
1594
|
+
* Configuration of the Salesforce standard objects that Amazon Kendra indexes.
|
|
1595
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforceconfiguration.html#cfn-kendra-datasource-salesforceconfiguration-standardobjectconfigurations}
|
|
1596
|
+
*/
|
|
1597
|
+
StandardObjectConfigurations?: SalesforceStandardObjectConfiguration[] | undefined;
|
|
1598
|
+
};
|
|
1599
|
+
/**
|
|
1600
|
+
* Provides the configuration information for indexing Salesforce custom articles.
|
|
1601
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforcecustomknowledgearticletypeconfiguration.html}
|
|
1602
|
+
*/
|
|
1603
|
+
export type SalesforceCustomKnowledgeArticleTypeConfiguration = {
|
|
1604
|
+
/**
|
|
1605
|
+
* The name of the field in the custom knowledge article that contains the document data to index.
|
|
1606
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforcecustomknowledgearticletypeconfiguration.html#cfn-kendra-datasource-salesforcecustomknowledgearticletypeconfiguration-documentdatafieldname}
|
|
1607
|
+
*/
|
|
1608
|
+
DocumentDataFieldName: string;
|
|
1609
|
+
/**
|
|
1610
|
+
* The name of the field in the custom knowledge article that contains the document title.
|
|
1611
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforcecustomknowledgearticletypeconfiguration.html#cfn-kendra-datasource-salesforcecustomknowledgearticletypeconfiguration-documenttitlefieldname}
|
|
1612
|
+
*/
|
|
1613
|
+
DocumentTitleFieldName?: string | undefined;
|
|
1614
|
+
/**
|
|
1615
|
+
* Maps attributes or field names of the custom knowledge article to Amazon Kendra index field names. To create custom fields, use the `UpdateIndex` API before you map to Salesforce fields. For more information, see [Mapping data source fields](https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html) . The Salesforce data source field names must exist in your Salesforce custom metadata.
|
|
1616
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforcecustomknowledgearticletypeconfiguration.html#cfn-kendra-datasource-salesforcecustomknowledgearticletypeconfiguration-fieldmappings}
|
|
1617
|
+
*/
|
|
1618
|
+
FieldMappings?: DataSourceToIndexFieldMapping[] | undefined;
|
|
1619
|
+
/**
|
|
1620
|
+
* The name of the configuration.
|
|
1621
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforcecustomknowledgearticletypeconfiguration.html#cfn-kendra-datasource-salesforcecustomknowledgearticletypeconfiguration-name}
|
|
1622
|
+
*/
|
|
1623
|
+
Name: string;
|
|
1624
|
+
};
|
|
1625
|
+
/**
|
|
1626
|
+
* Provides the configuration information for the knowledge article types that Amazon Kendra indexes. Amazon Kendra indexes standard knowledge articles and the standard fields of knowledge articles, or the custom fields of custom knowledge articles, but not both
|
|
1627
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforceknowledgearticleconfiguration.html}
|
|
1628
|
+
*/
|
|
1629
|
+
export type SalesforceKnowledgeArticleConfiguration = {
|
|
1630
|
+
/**
|
|
1631
|
+
* Configuration information for custom Salesforce knowledge articles.
|
|
1632
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforceknowledgearticleconfiguration.html#cfn-kendra-datasource-salesforceknowledgearticleconfiguration-customknowledgearticletypeconfigurations}
|
|
1633
|
+
*/
|
|
1634
|
+
CustomKnowledgeArticleTypeConfigurations?: SalesforceCustomKnowledgeArticleTypeConfiguration[] | undefined;
|
|
1635
|
+
/**
|
|
1636
|
+
* Specifies the document states that should be included when Amazon Kendra indexes knowledge articles. You must specify at least one state.
|
|
1637
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforceknowledgearticleconfiguration.html#cfn-kendra-datasource-salesforceknowledgearticleconfiguration-includedstates}
|
|
1638
|
+
*/
|
|
1639
|
+
IncludedStates: SalesforceKnowledgeArticleState[];
|
|
1640
|
+
/**
|
|
1641
|
+
* Configuration information for standard Salesforce knowledge articles.
|
|
1642
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforceknowledgearticleconfiguration.html#cfn-kendra-datasource-salesforceknowledgearticleconfiguration-standardknowledgearticletypeconfiguration}
|
|
1643
|
+
*/
|
|
1644
|
+
StandardKnowledgeArticleTypeConfiguration?: SalesforceStandardKnowledgeArticleTypeConfiguration | undefined;
|
|
1645
|
+
};
|
|
1646
|
+
/**
|
|
1647
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforceknowledgearticlestate.html}
|
|
1648
|
+
*/
|
|
1649
|
+
export type SalesforceKnowledgeArticleState = "DRAFT" | "PUBLISHED" | "ARCHIVED";
|
|
1650
|
+
/**
|
|
1651
|
+
* Provides the configuration information for standard Salesforce knowledge articles.
|
|
1652
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforcestandardknowledgearticletypeconfiguration.html}
|
|
1653
|
+
*/
|
|
1654
|
+
export type SalesforceStandardKnowledgeArticleTypeConfiguration = {
|
|
1655
|
+
/**
|
|
1656
|
+
* The name of the field that contains the document data to index.
|
|
1657
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforcestandardknowledgearticletypeconfiguration.html#cfn-kendra-datasource-salesforcestandardknowledgearticletypeconfiguration-documentdatafieldname}
|
|
1658
|
+
*/
|
|
1659
|
+
DocumentDataFieldName: string;
|
|
1660
|
+
/**
|
|
1661
|
+
* The name of the field that contains the document title.
|
|
1662
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforcestandardknowledgearticletypeconfiguration.html#cfn-kendra-datasource-salesforcestandardknowledgearticletypeconfiguration-documenttitlefieldname}
|
|
1663
|
+
*/
|
|
1664
|
+
DocumentTitleFieldName?: string | undefined;
|
|
1665
|
+
/**
|
|
1666
|
+
* Maps attributes or field names of the knowledge article to Amazon Kendra index field names. To create custom fields, use the `UpdateIndex` API before you map to Salesforce fields. For more information, see [Mapping data source fields](https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html) . The Salesforce data source field names must exist in your Salesforce custom metadata.
|
|
1667
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforcestandardknowledgearticletypeconfiguration.html#cfn-kendra-datasource-salesforcestandardknowledgearticletypeconfiguration-fieldmappings}
|
|
1668
|
+
*/
|
|
1669
|
+
FieldMappings?: DataSourceToIndexFieldMapping[] | undefined;
|
|
1670
|
+
};
|
|
1671
|
+
/**
|
|
1672
|
+
* Provides the configuration information for processing attachments to Salesforce standard objects.
|
|
1673
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforcestandardobjectattachmentconfiguration.html}
|
|
1674
|
+
*/
|
|
1675
|
+
export type SalesforceStandardObjectAttachmentConfiguration = {
|
|
1676
|
+
/**
|
|
1677
|
+
* The name of the field used for the document title.
|
|
1678
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforcestandardobjectattachmentconfiguration.html#cfn-kendra-datasource-salesforcestandardobjectattachmentconfiguration-documenttitlefieldname}
|
|
1679
|
+
*/
|
|
1680
|
+
DocumentTitleFieldName?: string | undefined;
|
|
1681
|
+
/**
|
|
1682
|
+
* One or more objects that map fields in attachments to Amazon Kendra index fields.
|
|
1683
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforcestandardobjectattachmentconfiguration.html#cfn-kendra-datasource-salesforcestandardobjectattachmentconfiguration-fieldmappings}
|
|
1684
|
+
*/
|
|
1685
|
+
FieldMappings?: DataSourceToIndexFieldMapping[] | undefined;
|
|
1686
|
+
};
|
|
1687
|
+
/**
|
|
1688
|
+
* Specifies configuration information for indexing a single standard object.
|
|
1689
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforcestandardobjectconfiguration.html}
|
|
1690
|
+
*/
|
|
1691
|
+
export type SalesforceStandardObjectConfiguration = {
|
|
1692
|
+
/**
|
|
1693
|
+
* The name of the field in the standard object table that contains the document contents.
|
|
1694
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforcestandardobjectconfiguration.html#cfn-kendra-datasource-salesforcestandardobjectconfiguration-documentdatafieldname}
|
|
1695
|
+
*/
|
|
1696
|
+
DocumentDataFieldName: string;
|
|
1697
|
+
/**
|
|
1698
|
+
* The name of the field in the standard object table that contains the document title.
|
|
1699
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforcestandardobjectconfiguration.html#cfn-kendra-datasource-salesforcestandardobjectconfiguration-documenttitlefieldname}
|
|
1700
|
+
*/
|
|
1701
|
+
DocumentTitleFieldName?: string | undefined;
|
|
1702
|
+
/**
|
|
1703
|
+
* Maps attributes or field names of the standard object to Amazon Kendra index field names. To create custom fields, use the `UpdateIndex` API before you map to Salesforce fields. For more information, see [Mapping data source fields](https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html) . The Salesforce data source field names must exist in your Salesforce custom metadata.
|
|
1704
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforcestandardobjectconfiguration.html#cfn-kendra-datasource-salesforcestandardobjectconfiguration-fieldmappings}
|
|
1705
|
+
*/
|
|
1706
|
+
FieldMappings?: DataSourceToIndexFieldMapping[] | undefined;
|
|
1707
|
+
/**
|
|
1708
|
+
* The name of the standard object.
|
|
1709
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforcestandardobjectconfiguration.html#cfn-kendra-datasource-salesforcestandardobjectconfiguration-name}
|
|
1710
|
+
*/
|
|
1711
|
+
Name: SalesforceStandardObjectName;
|
|
1712
|
+
};
|
|
1713
|
+
/**
|
|
1714
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-salesforcestandardobjectname.html}
|
|
1715
|
+
*/
|
|
1716
|
+
export type SalesforceStandardObjectName = "ACCOUNT" | "CAMPAIGN" | "CASE" | "CONTACT" | "CONTRACT" | "DOCUMENT" | "GROUP" | "IDEA" | "LEAD" | "OPPORTUNITY" | "PARTNER" | "PRICEBOOK" | "PRODUCT" | "PROFILE" | "SOLUTION" | "TASK" | "USER";
|
|
1717
|
+
/**
|
|
1718
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-servicenowauthenticationtype.html}
|
|
1719
|
+
*/
|
|
1720
|
+
export type ServiceNowAuthenticationType = "HTTP_BASIC" | "OAUTH2";
|
|
1721
|
+
/**
|
|
1722
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-servicenowbuildversiontype.html}
|
|
1723
|
+
*/
|
|
1724
|
+
export type ServiceNowBuildVersionType = "LONDON" | "OTHERS";
|
|
1725
|
+
/**
|
|
1726
|
+
* Provides the configuration information to connect to ServiceNow as your data source.
|
|
1727
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-servicenowconfiguration.html}
|
|
1728
|
+
*/
|
|
1729
|
+
export type ServiceNowConfiguration = {
|
|
1730
|
+
/**
|
|
1731
|
+
* The type of authentication used to connect to the ServiceNow instance. If you choose `HTTP_BASIC` , Amazon Kendra is authenticated using the user name and password provided in the AWS Secrets Manager secret in the `SecretArn` field. If you choose `OAUTH2` , Amazon Kendra is authenticated using the credentials of client ID, client secret, user name and password.
|
|
1732
|
+
*
|
|
1733
|
+
* When you use `OAUTH2` authentication, you must generate a token and a client secret using the ServiceNow console. For more information, see [Using a ServiceNow data source](https://docs.aws.amazon.com/kendra/latest/dg/data-source-servicenow.html) .
|
|
1734
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-servicenowconfiguration.html#cfn-kendra-datasource-servicenowconfiguration-authenticationtype}
|
|
1735
|
+
*/
|
|
1736
|
+
AuthenticationType?: ServiceNowAuthenticationType | undefined;
|
|
1737
|
+
/**
|
|
1738
|
+
* The ServiceNow instance that the data source connects to. The host endpoint should look like the following: *{instance}.service-now.com.*
|
|
1739
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-servicenowconfiguration.html#cfn-kendra-datasource-servicenowconfiguration-hosturl}
|
|
1740
|
+
*/
|
|
1741
|
+
HostUrl: string;
|
|
1742
|
+
/**
|
|
1743
|
+
* Configuration information for crawling knowledge articles in the ServiceNow site.
|
|
1744
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-servicenowconfiguration.html#cfn-kendra-datasource-servicenowconfiguration-knowledgearticleconfiguration}
|
|
1745
|
+
*/
|
|
1746
|
+
KnowledgeArticleConfiguration?: ServiceNowKnowledgeArticleConfiguration | undefined;
|
|
1747
|
+
/**
|
|
1748
|
+
* The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the user name and password required to connect to the ServiceNow instance. You can also provide OAuth authentication credentials of user name, password, client ID, and client secret. For more information, see [Using a ServiceNow data source](https://docs.aws.amazon.com/kendra/latest/dg/data-source-servicenow.html) .
|
|
1749
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-servicenowconfiguration.html#cfn-kendra-datasource-servicenowconfiguration-secretarn}
|
|
1750
|
+
*/
|
|
1751
|
+
SecretArn: string;
|
|
1752
|
+
/**
|
|
1753
|
+
* Configuration information for crawling service catalogs in the ServiceNow site.
|
|
1754
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-servicenowconfiguration.html#cfn-kendra-datasource-servicenowconfiguration-servicecatalogconfiguration}
|
|
1755
|
+
*/
|
|
1756
|
+
ServiceCatalogConfiguration?: ServiceNowServiceCatalogConfiguration | undefined;
|
|
1757
|
+
/**
|
|
1758
|
+
* The identifier of the release that the ServiceNow host is running. If the host is not running the `LONDON` release, use `OTHERS` .
|
|
1759
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-servicenowconfiguration.html#cfn-kendra-datasource-servicenowconfiguration-servicenowbuildversion}
|
|
1760
|
+
*/
|
|
1761
|
+
ServiceNowBuildVersion: ServiceNowBuildVersionType;
|
|
1762
|
+
};
|
|
1763
|
+
/**
|
|
1764
|
+
* Provides the configuration information for crawling knowledge articles in the ServiceNow site.
|
|
1765
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-servicenowknowledgearticleconfiguration.html}
|
|
1766
|
+
*/
|
|
1767
|
+
export type ServiceNowKnowledgeArticleConfiguration = {
|
|
1768
|
+
/**
|
|
1769
|
+
* `TRUE` to index attachments to knowledge articles.
|
|
1770
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-servicenowknowledgearticleconfiguration.html#cfn-kendra-datasource-servicenowknowledgearticleconfiguration-crawlattachments}
|
|
1771
|
+
*/
|
|
1772
|
+
CrawlAttachments?: boolean | undefined;
|
|
1773
|
+
/**
|
|
1774
|
+
* The name of the ServiceNow field that is mapped to the index document contents field in the Amazon Kendra index.
|
|
1775
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-servicenowknowledgearticleconfiguration.html#cfn-kendra-datasource-servicenowknowledgearticleconfiguration-documentdatafieldname}
|
|
1776
|
+
*/
|
|
1777
|
+
DocumentDataFieldName: string;
|
|
1778
|
+
/**
|
|
1779
|
+
* The name of the ServiceNow field that is mapped to the index document title field.
|
|
1780
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-servicenowknowledgearticleconfiguration.html#cfn-kendra-datasource-servicenowknowledgearticleconfiguration-documenttitlefieldname}
|
|
1781
|
+
*/
|
|
1782
|
+
DocumentTitleFieldName?: string | undefined;
|
|
1783
|
+
/**
|
|
1784
|
+
* A list of regular expression patterns applied to exclude certain knowledge article attachments. Attachments that match the patterns are excluded from the index. Items that don't match the patterns are included in the index. If an item matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the item isn't included in the index.
|
|
1785
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-servicenowknowledgearticleconfiguration.html#cfn-kendra-datasource-servicenowknowledgearticleconfiguration-excludeattachmentfilepatterns}
|
|
1786
|
+
*/
|
|
1787
|
+
ExcludeAttachmentFilePatterns?: string[] | undefined;
|
|
1788
|
+
/**
|
|
1789
|
+
* Maps attributes or field names of knoweldge articles to Amazon Kendra index field names. To create custom fields, use the `UpdateIndex` API before you map to ServiceNow fields. For more information, see [Mapping data source fields](https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html) . The ServiceNow data source field names must exist in your ServiceNow custom metadata.
|
|
1790
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-servicenowknowledgearticleconfiguration.html#cfn-kendra-datasource-servicenowknowledgearticleconfiguration-fieldmappings}
|
|
1791
|
+
*/
|
|
1792
|
+
FieldMappings?: DataSourceToIndexFieldMapping[] | undefined;
|
|
1793
|
+
/**
|
|
1794
|
+
* A query that selects the knowledge articles to index. The query can return articles from multiple knowledge bases, and the knowledge bases can be public or private.
|
|
1795
|
+
*
|
|
1796
|
+
* The query string must be one generated by the ServiceNow console. For more information, see [Specifying documents to index with a query](https://docs.aws.amazon.com/kendra/latest/dg/servicenow-query.html) .
|
|
1797
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-servicenowknowledgearticleconfiguration.html#cfn-kendra-datasource-servicenowknowledgearticleconfiguration-filterquery}
|
|
1798
|
+
*/
|
|
1799
|
+
FilterQuery?: string | undefined;
|
|
1800
|
+
/**
|
|
1801
|
+
* A list of regular expression patterns applied to include knowledge article attachments. Attachments that match the patterns are included in the index. Items that don't match the patterns are excluded from the index. If an item matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the item isn't included in the index.
|
|
1802
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-servicenowknowledgearticleconfiguration.html#cfn-kendra-datasource-servicenowknowledgearticleconfiguration-includeattachmentfilepatterns}
|
|
1803
|
+
*/
|
|
1804
|
+
IncludeAttachmentFilePatterns?: string[] | undefined;
|
|
1805
|
+
};
|
|
1806
|
+
/**
|
|
1807
|
+
* Provides the configuration information for crawling service catalog items in the ServiceNow site
|
|
1808
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-servicenowservicecatalogconfiguration.html}
|
|
1809
|
+
*/
|
|
1810
|
+
export type ServiceNowServiceCatalogConfiguration = {
|
|
1811
|
+
/**
|
|
1812
|
+
* `TRUE` to index attachments to service catalog items.
|
|
1813
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-servicenowservicecatalogconfiguration.html#cfn-kendra-datasource-servicenowservicecatalogconfiguration-crawlattachments}
|
|
1814
|
+
*/
|
|
1815
|
+
CrawlAttachments?: boolean | undefined;
|
|
1816
|
+
/**
|
|
1817
|
+
* The name of the ServiceNow field that is mapped to the index document contents field in the Amazon Kendra index.
|
|
1818
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-servicenowservicecatalogconfiguration.html#cfn-kendra-datasource-servicenowservicecatalogconfiguration-documentdatafieldname}
|
|
1819
|
+
*/
|
|
1820
|
+
DocumentDataFieldName: string;
|
|
1821
|
+
/**
|
|
1822
|
+
* The name of the ServiceNow field that is mapped to the index document title field.
|
|
1823
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-servicenowservicecatalogconfiguration.html#cfn-kendra-datasource-servicenowservicecatalogconfiguration-documenttitlefieldname}
|
|
1824
|
+
*/
|
|
1825
|
+
DocumentTitleFieldName?: string | undefined;
|
|
1826
|
+
/**
|
|
1827
|
+
* A list of regular expression patterns to exclude certain attachments of catalogs in your ServiceNow. Item that match the patterns are excluded from the index. Items that don't match the patterns are included in the index. If an item matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the item isn't included in the index.
|
|
1828
|
+
*
|
|
1829
|
+
* The regex is applied to the file name of the attachment.
|
|
1830
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-servicenowservicecatalogconfiguration.html#cfn-kendra-datasource-servicenowservicecatalogconfiguration-excludeattachmentfilepatterns}
|
|
1831
|
+
*/
|
|
1832
|
+
ExcludeAttachmentFilePatterns?: string[] | undefined;
|
|
1833
|
+
/**
|
|
1834
|
+
* Maps attributes or field names of catalogs to Amazon Kendra index field names. To create custom fields, use the `UpdateIndex` API before you map to ServiceNow fields. For more information, see [Mapping data source fields](https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html) . The ServiceNow data source field names must exist in your ServiceNow custom metadata.
|
|
1835
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-servicenowservicecatalogconfiguration.html#cfn-kendra-datasource-servicenowservicecatalogconfiguration-fieldmappings}
|
|
1836
|
+
*/
|
|
1837
|
+
FieldMappings?: DataSourceToIndexFieldMapping[] | undefined;
|
|
1838
|
+
/**
|
|
1839
|
+
* A list of regular expression patterns to include certain attachments of catalogs in your ServiceNow. Item that match the patterns are included in the index. Items that don't match the patterns are excluded from the index. If an item matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the item isn't included in the index.
|
|
1840
|
+
*
|
|
1841
|
+
* The regex is applied to the file name of the attachment.
|
|
1842
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-servicenowservicecatalogconfiguration.html#cfn-kendra-datasource-servicenowservicecatalogconfiguration-includeattachmentfilepatterns}
|
|
1843
|
+
*/
|
|
1844
|
+
IncludeAttachmentFilePatterns?: string[] | undefined;
|
|
1845
|
+
};
|
|
1846
|
+
/**
|
|
1847
|
+
* Provides the configuration information to connect to Microsoft SharePoint as your data source.
|
|
1848
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-sharepointconfiguration.html}
|
|
1849
|
+
*/
|
|
1850
|
+
export type SharePointConfiguration = {
|
|
1851
|
+
/**
|
|
1852
|
+
* `TRUE` to index document attachments.
|
|
1853
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-sharepointconfiguration.html#cfn-kendra-datasource-sharepointconfiguration-crawlattachments}
|
|
1854
|
+
*/
|
|
1855
|
+
CrawlAttachments?: boolean | undefined;
|
|
1856
|
+
/**
|
|
1857
|
+
* `TRUE` to disable local groups information.
|
|
1858
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-sharepointconfiguration.html#cfn-kendra-datasource-sharepointconfiguration-disablelocalgroups}
|
|
1859
|
+
*/
|
|
1860
|
+
DisableLocalGroups?: boolean | undefined;
|
|
1861
|
+
/**
|
|
1862
|
+
* The Microsoft SharePoint attribute field that contains the title of the document.
|
|
1863
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-sharepointconfiguration.html#cfn-kendra-datasource-sharepointconfiguration-documenttitlefieldname}
|
|
1864
|
+
*/
|
|
1865
|
+
DocumentTitleFieldName?: string | undefined;
|
|
1866
|
+
/**
|
|
1867
|
+
* A list of regular expression patterns. Documents that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an exclusion pattern and an inclusion pattern, the document is not included in the index.
|
|
1868
|
+
*
|
|
1869
|
+
* The regex is applied to the display URL of the SharePoint document.
|
|
1870
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-sharepointconfiguration.html#cfn-kendra-datasource-sharepointconfiguration-exclusionpatterns}
|
|
1871
|
+
*/
|
|
1872
|
+
ExclusionPatterns?: string[] | undefined;
|
|
1873
|
+
/**
|
|
1874
|
+
* A list of `DataSourceToIndexFieldMapping` objects that map Microsoft SharePoint attributes or fields to Amazon Kendra index fields. You must first create the index fields using the [UpdateIndex](https://docs.aws.amazon.com/kendra/latest/dg/API_UpdateIndex.html) operation before you map SharePoint attributes. For more information, see [Mapping Data Source Fields](https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html) .
|
|
1875
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-sharepointconfiguration.html#cfn-kendra-datasource-sharepointconfiguration-fieldmappings}
|
|
1876
|
+
*/
|
|
1877
|
+
FieldMappings?: DataSourceToIndexFieldMapping[] | undefined;
|
|
1878
|
+
/**
|
|
1879
|
+
* A list of regular expression patterns to include certain documents in your SharePoint. Documents that match the patterns are included in the index. Documents that don't match the patterns are excluded from the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index.
|
|
1880
|
+
*
|
|
1881
|
+
* The regex applies to the display URL of the SharePoint document.
|
|
1882
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-sharepointconfiguration.html#cfn-kendra-datasource-sharepointconfiguration-inclusionpatterns}
|
|
1883
|
+
*/
|
|
1884
|
+
InclusionPatterns?: string[] | undefined;
|
|
1885
|
+
/**
|
|
1886
|
+
* The Amazon Resource Name (ARN) of an AWS Secrets Manager secret that contains the user name and password required to connect to the SharePoint instance. For more information, see [Microsoft SharePoint](https://docs.aws.amazon.com/kendra/latest/dg/data-source-sharepoint.html) .
|
|
1887
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-sharepointconfiguration.html#cfn-kendra-datasource-sharepointconfiguration-secretarn}
|
|
1888
|
+
*/
|
|
1889
|
+
SecretArn: string;
|
|
1890
|
+
/**
|
|
1891
|
+
* The version of Microsoft SharePoint that you use.
|
|
1892
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-sharepointconfiguration.html#cfn-kendra-datasource-sharepointconfiguration-sharepointversion}
|
|
1893
|
+
*/
|
|
1894
|
+
SharePointVersion: "SHAREPOINT_ONLINE" | "SHAREPOINT_2013" | "SHAREPOINT_2016";
|
|
1895
|
+
/**
|
|
1896
|
+
* Information required to find a specific file in an Amazon S3 bucket.
|
|
1897
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-sharepointconfiguration.html#cfn-kendra-datasource-sharepointconfiguration-sslcertificates3path}
|
|
1898
|
+
*/
|
|
1899
|
+
SslCertificateS3Path?: S3Path | undefined;
|
|
1900
|
+
/**
|
|
1901
|
+
* The Microsoft SharePoint site URLs for the documents you want to index.
|
|
1902
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-sharepointconfiguration.html#cfn-kendra-datasource-sharepointconfiguration-urls}
|
|
1903
|
+
*/
|
|
1904
|
+
Urls: string[];
|
|
1905
|
+
/**
|
|
1906
|
+
* `TRUE` to use the SharePoint change log to determine which documents require updating in the index. Depending on the change log's size, it may take longer for Amazon Kendra to use the change log than to scan all of your documents in SharePoint.
|
|
1907
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-sharepointconfiguration.html#cfn-kendra-datasource-sharepointconfiguration-usechangelog}
|
|
1908
|
+
*/
|
|
1909
|
+
UseChangeLog?: boolean | undefined;
|
|
1910
|
+
/**
|
|
1911
|
+
* Provides information for connecting to an Amazon VPC.
|
|
1912
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-sharepointconfiguration.html#cfn-kendra-datasource-sharepointconfiguration-vpcconfiguration}
|
|
1913
|
+
*/
|
|
1914
|
+
VpcConfiguration?: DataSourceVpcConfiguration | undefined;
|
|
1915
|
+
};
|
|
1916
|
+
/**
|
|
1917
|
+
* Provides information that configures Amazon Kendra to use a SQL database.
|
|
1918
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-sqlconfiguration.html}
|
|
1919
|
+
*/
|
|
1920
|
+
export type SqlConfiguration = {
|
|
1921
|
+
/**
|
|
1922
|
+
* Determines whether Amazon Kendra encloses SQL identifiers for tables and column names in double quotes (") when making a database query. You can set the value to `DOUBLE_QUOTES` or `NONE` .
|
|
1923
|
+
*
|
|
1924
|
+
* By default, Amazon Kendra passes SQL identifiers the way that they are entered into the data source configuration. It does not change the case of identifiers or enclose them in quotes.
|
|
1925
|
+
*
|
|
1926
|
+
* PostgreSQL internally converts uppercase characters to lower case characters in identifiers unless they are quoted. Choosing this option encloses identifiers in quotes so that PostgreSQL does not convert the character's case.
|
|
1927
|
+
*
|
|
1928
|
+
* For MySQL databases, you must enable the ansi_quotes option when you set this field to `DOUBLE_QUOTES` .
|
|
1929
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-sqlconfiguration.html#cfn-kendra-datasource-sqlconfiguration-queryidentifiersenclosingoption}
|
|
1930
|
+
*/
|
|
1931
|
+
QueryIdentifiersEnclosingOption?: QueryIdentifiersEnclosingOption | undefined;
|
|
1932
|
+
};
|
|
1933
|
+
/**
|
|
1934
|
+
* Data source type
|
|
1935
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-type.html}
|
|
1936
|
+
*/
|
|
1937
|
+
export type Type = "S3" | "SHAREPOINT" | "SALESFORCE" | "ONEDRIVE" | "SERVICENOW" | "DATABASE" | "CUSTOM" | "CONFLUENCE" | "GOOGLEDRIVE" | "WEBCRAWLER" | "WORKDOCS";
|
|
1938
|
+
/**
|
|
1939
|
+
* Provides the configuration information to connect to websites that require user authentication.
|
|
1940
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-webcrawlerauthenticationconfiguration.html}
|
|
1941
|
+
*/
|
|
1942
|
+
export type WebCrawlerAuthenticationConfiguration = {
|
|
1943
|
+
/**
|
|
1944
|
+
* The list of configuration information that's required to connect to and crawl a website host using basic authentication credentials.
|
|
1945
|
+
*
|
|
1946
|
+
* The list includes the name and port number of the website host.
|
|
1947
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-webcrawlerauthenticationconfiguration.html#cfn-kendra-datasource-webcrawlerauthenticationconfiguration-basicauthentication}
|
|
1948
|
+
*/
|
|
1949
|
+
BasicAuthentication?: WebCrawlerBasicAuthentication[] | undefined;
|
|
1950
|
+
};
|
|
1951
|
+
/**
|
|
1952
|
+
* Provides the configuration information to connect to websites that require basic user authentication.
|
|
1953
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-webcrawlerbasicauthentication.html}
|
|
1954
|
+
*/
|
|
1955
|
+
export type WebCrawlerBasicAuthentication = {
|
|
1956
|
+
/**
|
|
1957
|
+
* The Amazon Resource Name (ARN) of an AWS Secrets Manager secret. You create a secret to store your credentials in [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html)
|
|
1958
|
+
*
|
|
1959
|
+
* You use a secret if basic authentication credentials are required to connect to a website. The secret stores your credentials of user name and password.
|
|
1960
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-webcrawlerbasicauthentication.html#cfn-kendra-datasource-webcrawlerbasicauthentication-credentials}
|
|
1961
|
+
*/
|
|
1962
|
+
Credentials: string;
|
|
1963
|
+
/**
|
|
1964
|
+
* The name of the website host you want to connect to using authentication credentials.
|
|
1965
|
+
*
|
|
1966
|
+
* For example, the host name of https://a.example.com/page1.html is "a.example.com".
|
|
1967
|
+
* @minLength 1
|
|
1968
|
+
* @maxLength 253
|
|
1969
|
+
* @pattern ([^\s]*)
|
|
1970
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-webcrawlerbasicauthentication.html#cfn-kendra-datasource-webcrawlerbasicauthentication-host}
|
|
1971
|
+
*/
|
|
1972
|
+
Host: string;
|
|
1973
|
+
/**
|
|
1974
|
+
* The port number of the website host you want to connect to using authentication credentials.
|
|
1975
|
+
*
|
|
1976
|
+
* For example, the port for https://a.example.com/page1.html is 443, the standard port for HTTPS.
|
|
1977
|
+
* @min 1
|
|
1978
|
+
* @max 65535
|
|
1979
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-webcrawlerbasicauthentication.html#cfn-kendra-datasource-webcrawlerbasicauthentication-port}
|
|
1980
|
+
*/
|
|
1981
|
+
Port: number;
|
|
1982
|
+
};
|
|
1983
|
+
/**
|
|
1984
|
+
* Provides the configuration information required for Amazon Kendra Web Crawler.
|
|
1985
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-webcrawlerconfiguration.html}
|
|
1986
|
+
*/
|
|
1987
|
+
export type WebCrawlerConfiguration = {
|
|
1988
|
+
/**
|
|
1989
|
+
* Configuration information required to connect to websites using authentication.
|
|
1990
|
+
*
|
|
1991
|
+
* You can connect to websites using basic authentication of user name and password. You use a secret in [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html) to store your authentication credentials.
|
|
1992
|
+
*
|
|
1993
|
+
* You must provide the website host name and port number. For example, the host name of https://a.example.com/page1.html is "a.example.com" and the port is 443, the standard port for HTTPS.
|
|
1994
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-webcrawlerconfiguration.html#cfn-kendra-datasource-webcrawlerconfiguration-authenticationconfiguration}
|
|
1995
|
+
*/
|
|
1996
|
+
AuthenticationConfiguration?: WebCrawlerAuthenticationConfiguration | undefined;
|
|
1997
|
+
/**
|
|
1998
|
+
* The 'depth' or number of levels from the seed level to crawl. For example, the seed URL page is depth 1 and any hyperlinks on this page that are also crawled are depth 2.
|
|
1999
|
+
* @min 1
|
|
2000
|
+
* @max 10
|
|
2001
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-webcrawlerconfiguration.html#cfn-kendra-datasource-webcrawlerconfiguration-crawldepth}
|
|
2002
|
+
*/
|
|
2003
|
+
CrawlDepth?: number | undefined;
|
|
2004
|
+
/**
|
|
2005
|
+
* The maximum size (in MB) of a web page or attachment to crawl.
|
|
2006
|
+
*
|
|
2007
|
+
* Files larger than this size (in MB) are skipped/not crawled.
|
|
2008
|
+
*
|
|
2009
|
+
* The default maximum size of a web page or attachment is set to 50 MB.
|
|
2010
|
+
* @min 0
|
|
2011
|
+
* @max 50
|
|
2012
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-webcrawlerconfiguration.html#cfn-kendra-datasource-webcrawlerconfiguration-maxcontentsizeperpageinmegabytes}
|
|
2013
|
+
*/
|
|
2014
|
+
MaxContentSizePerPageInMegaBytes?: number | undefined;
|
|
2015
|
+
/**
|
|
2016
|
+
* The maximum number of URLs on a web page to include when crawling a website. This number is per web page.
|
|
2017
|
+
*
|
|
2018
|
+
* As a website’s web pages are crawled, any URLs the web pages link to are also crawled. URLs on a web page are crawled in order of appearance.
|
|
2019
|
+
*
|
|
2020
|
+
* The default maximum links per page is 100.
|
|
2021
|
+
* @min 1
|
|
2022
|
+
* @max 1000
|
|
2023
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-webcrawlerconfiguration.html#cfn-kendra-datasource-webcrawlerconfiguration-maxlinksperpage}
|
|
2024
|
+
*/
|
|
2025
|
+
MaxLinksPerPage?: number | undefined;
|
|
2026
|
+
/**
|
|
2027
|
+
* The maximum number of URLs crawled per website host per minute.
|
|
2028
|
+
*
|
|
2029
|
+
* A minimum of one URL is required.
|
|
2030
|
+
*
|
|
2031
|
+
* The default maximum number of URLs crawled per website host per minute is 300.
|
|
2032
|
+
* @min 1
|
|
2033
|
+
* @max 300
|
|
2034
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-webcrawlerconfiguration.html#cfn-kendra-datasource-webcrawlerconfiguration-maxurlsperminutecrawlrate}
|
|
2035
|
+
*/
|
|
2036
|
+
MaxUrlsPerMinuteCrawlRate?: number | undefined;
|
|
2037
|
+
/**
|
|
2038
|
+
* Configuration information required to connect to your internal websites via a web proxy.
|
|
2039
|
+
*
|
|
2040
|
+
* You must provide the website host name and port number. For example, the host name of https://a.example.com/page1.html is "a.example.com" and the port is 443, the standard port for HTTPS.
|
|
2041
|
+
*
|
|
2042
|
+
* Web proxy credentials are optional and you can use them to connect to a web proxy server that requires basic authentication. To store web proxy credentials, you use a secret in [AWS Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html) .
|
|
2043
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-webcrawlerconfiguration.html#cfn-kendra-datasource-webcrawlerconfiguration-proxyconfiguration}
|
|
2044
|
+
*/
|
|
2045
|
+
ProxyConfiguration?: ProxyConfiguration | undefined;
|
|
2046
|
+
/**
|
|
2047
|
+
* A list of regular expression patterns to exclude certain URLs to crawl. URLs that match the patterns are excluded from the index. URLs that don't match the patterns are included in the index. If a URL matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the URL file isn't included in the index.
|
|
2048
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-webcrawlerconfiguration.html#cfn-kendra-datasource-webcrawlerconfiguration-urlexclusionpatterns}
|
|
2049
|
+
*/
|
|
2050
|
+
UrlExclusionPatterns?: string[] | undefined;
|
|
2051
|
+
/**
|
|
2052
|
+
* A list of regular expression patterns to include certain URLs to crawl. URLs that match the patterns are included in the index. URLs that don't match the patterns are excluded from the index. If a URL matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the URL file isn't included in the index.
|
|
2053
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-webcrawlerconfiguration.html#cfn-kendra-datasource-webcrawlerconfiguration-urlinclusionpatterns}
|
|
2054
|
+
*/
|
|
2055
|
+
UrlInclusionPatterns?: string[] | undefined;
|
|
2056
|
+
/**
|
|
2057
|
+
* Specifies the seed or starting point URLs of the websites or the sitemap URLs of the websites you want to crawl.
|
|
2058
|
+
*
|
|
2059
|
+
* You can include website subdomains. You can list up to 100 seed URLs and up to three sitemap URLs.
|
|
2060
|
+
*
|
|
2061
|
+
* You can only crawl websites that use the secure communication protocol, Hypertext Transfer Protocol Secure (HTTPS). If you receive an error when crawling a website, it could be that the website is blocked from crawling.
|
|
2062
|
+
*
|
|
2063
|
+
* *When selecting websites to index, you must adhere to the [Amazon Acceptable Use Policy](https://docs.aws.amazon.com/aup/) and all other Amazon terms. Remember that you must only use Amazon Kendra Web Crawler to index your own webpages, or webpages that you have authorization to index.*
|
|
2064
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-webcrawlerconfiguration.html#cfn-kendra-datasource-webcrawlerconfiguration-urls}
|
|
2065
|
+
*/
|
|
2066
|
+
Urls: WebCrawlerUrls;
|
|
2067
|
+
};
|
|
2068
|
+
/**
|
|
2069
|
+
* Provides the configuration information of the seed or starting point URLs to crawl.
|
|
2070
|
+
*
|
|
2071
|
+
* *When selecting websites to index, you must adhere to the [Amazon Acceptable Use Policy](https://docs.aws.amazon.com/aup/) and all other Amazon terms. Remember that you must only use the Amazon Kendra web crawler to index your own webpages, or webpages that you have authorization to index.*
|
|
2072
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-webcrawlerseedurlconfiguration.html}
|
|
2073
|
+
*/
|
|
2074
|
+
export type WebCrawlerSeedUrlConfiguration = {
|
|
2075
|
+
/**
|
|
2076
|
+
* The list of seed or starting point URLs of the websites you want to crawl.
|
|
2077
|
+
*
|
|
2078
|
+
* The list can include a maximum of 100 seed URLs.
|
|
2079
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-webcrawlerseedurlconfiguration.html#cfn-kendra-datasource-webcrawlerseedurlconfiguration-seedurls}
|
|
2080
|
+
*/
|
|
2081
|
+
SeedUrls: string[];
|
|
2082
|
+
/**
|
|
2083
|
+
* You can choose one of the following modes:
|
|
2084
|
+
*
|
|
2085
|
+
* - `HOST_ONLY` —crawl only the website host names. For example, if the seed URL is "abc.example.com", then only URLs with host name "abc.example.com" are crawled.
|
|
2086
|
+
* - `SUBDOMAINS` —crawl the website host names with subdomains. For example, if the seed URL is "abc.example.com", then "a.abc.example.com" and "b.abc.example.com" are also crawled.
|
|
2087
|
+
* - `EVERYTHING` —crawl the website host names with subdomains and other domains that the web pages link to.
|
|
2088
|
+
*
|
|
2089
|
+
* The default mode is set to `HOST_ONLY` .
|
|
2090
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-webcrawlerseedurlconfiguration.html#cfn-kendra-datasource-webcrawlerseedurlconfiguration-webcrawlermode}
|
|
2091
|
+
*/
|
|
2092
|
+
WebCrawlerMode?: "HOST_ONLY" | "SUBDOMAINS" | "EVERYTHING" | undefined;
|
|
2093
|
+
};
|
|
2094
|
+
/**
|
|
2095
|
+
* Provides the configuration information of the sitemap URLs to crawl.
|
|
2096
|
+
*
|
|
2097
|
+
* *When selecting websites to index, you must adhere to the [Amazon Acceptable Use Policy](https://docs.aws.amazon.com/aup/) and all other Amazon terms. Remember that you must only use the Amazon Kendra web crawler to index your own webpages, or webpages that you have authorization to index.*
|
|
2098
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-webcrawlersitemapsconfiguration.html}
|
|
2099
|
+
*/
|
|
2100
|
+
export type WebCrawlerSiteMapsConfiguration = {
|
|
2101
|
+
/**
|
|
2102
|
+
* The list of sitemap URLs of the websites you want to crawl.
|
|
2103
|
+
*
|
|
2104
|
+
* The list can include a maximum of three sitemap URLs.
|
|
2105
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-webcrawlersitemapsconfiguration.html#cfn-kendra-datasource-webcrawlersitemapsconfiguration-sitemaps}
|
|
2106
|
+
*/
|
|
2107
|
+
SiteMaps: string[];
|
|
2108
|
+
};
|
|
2109
|
+
/**
|
|
2110
|
+
* Specifies the seed or starting point URLs of the websites or the sitemap URLs of the websites you want to crawl.
|
|
2111
|
+
*
|
|
2112
|
+
* You can include website subdomains. You can list up to 100 seed URLs and up to three sitemap URLs.
|
|
2113
|
+
*
|
|
2114
|
+
* You can only crawl websites that use the secure communication protocol, Hypertext Transfer Protocol Secure (HTTPS). If you receive an error when crawling a website, it could be that the website is blocked from crawling.
|
|
2115
|
+
*
|
|
2116
|
+
* *When selecting websites to index, you must adhere to the [Amazon Acceptable Use Policy](https://docs.aws.amazon.com/aup/) and all other Amazon terms. Remember that you must only use the Amazon Kendra web crawler to index your own webpages, or webpages that you have authorization to index.*
|
|
2117
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-webcrawlerurls.html}
|
|
2118
|
+
*/
|
|
2119
|
+
export type WebCrawlerUrls = {
|
|
2120
|
+
/**
|
|
2121
|
+
* Configuration of the seed or starting point URLs of the websites you want to crawl.
|
|
2122
|
+
*
|
|
2123
|
+
* You can choose to crawl only the website host names, or the website host names with subdomains, or the website host names with subdomains and other domains that the web pages link to.
|
|
2124
|
+
*
|
|
2125
|
+
* You can list up to 100 seed URLs.
|
|
2126
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-webcrawlerurls.html#cfn-kendra-datasource-webcrawlerurls-seedurlconfiguration}
|
|
2127
|
+
*/
|
|
2128
|
+
SeedUrlConfiguration?: WebCrawlerSeedUrlConfiguration | undefined;
|
|
2129
|
+
/**
|
|
2130
|
+
* Configuration of the sitemap URLs of the websites you want to crawl.
|
|
2131
|
+
*
|
|
2132
|
+
* Only URLs belonging to the same website host names are crawled. You can list up to three sitemap URLs.
|
|
2133
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-webcrawlerurls.html#cfn-kendra-datasource-webcrawlerurls-sitemapsconfiguration}
|
|
2134
|
+
*/
|
|
2135
|
+
SiteMapsConfiguration?: WebCrawlerSiteMapsConfiguration | undefined;
|
|
2136
|
+
};
|
|
2137
|
+
/**
|
|
2138
|
+
* Provides the configuration information to connect to Amazon WorkDocs as your data source.
|
|
2139
|
+
*
|
|
2140
|
+
* Amazon WorkDocs connector is available in Oregon, North Virginia, Sydney, Singapore and Ireland regions.
|
|
2141
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-workdocsconfiguration.html}
|
|
2142
|
+
*/
|
|
2143
|
+
export type WorkDocsConfiguration = {
|
|
2144
|
+
/**
|
|
2145
|
+
* `TRUE` to include comments on documents in your index. Including comments in your index means each comment is a document that can be searched on.
|
|
2146
|
+
*
|
|
2147
|
+
* The default is set to `FALSE` .
|
|
2148
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-workdocsconfiguration.html#cfn-kendra-datasource-workdocsconfiguration-crawlcomments}
|
|
2149
|
+
*/
|
|
2150
|
+
CrawlComments?: boolean | undefined;
|
|
2151
|
+
/**
|
|
2152
|
+
* A list of regular expression patterns to exclude certain files in your Amazon WorkDocs site repository. Files that match the patterns are excluded from the index. Files that don’t match the patterns are included in the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
|
|
2153
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-workdocsconfiguration.html#cfn-kendra-datasource-workdocsconfiguration-exclusionpatterns}
|
|
2154
|
+
*/
|
|
2155
|
+
ExclusionPatterns?: string[] | undefined;
|
|
2156
|
+
/**
|
|
2157
|
+
* A list of `DataSourceToIndexFieldMapping` objects that map Amazon WorkDocs data source attributes or field names to Amazon Kendra index field names. To create custom fields, use the `UpdateIndex` API before you map to Amazon WorkDocs fields. For more information, see [Mapping data source fields](https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html) . The Amazon WorkDocs data source field names must exist in your Amazon WorkDocs custom metadata.
|
|
2158
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-workdocsconfiguration.html#cfn-kendra-datasource-workdocsconfiguration-fieldmappings}
|
|
2159
|
+
*/
|
|
2160
|
+
FieldMappings?: DataSourceToIndexFieldMapping[] | undefined;
|
|
2161
|
+
/**
|
|
2162
|
+
* A list of regular expression patterns to include certain files in your Amazon WorkDocs site repository. Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
|
|
2163
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-workdocsconfiguration.html#cfn-kendra-datasource-workdocsconfiguration-inclusionpatterns}
|
|
2164
|
+
*/
|
|
2165
|
+
InclusionPatterns?: string[] | undefined;
|
|
2166
|
+
/**
|
|
2167
|
+
* The identifier of the directory corresponding to your Amazon WorkDocs site repository.
|
|
2168
|
+
*
|
|
2169
|
+
* You can find the organization ID in the [AWS Directory Service](https://docs.aws.amazon.com/directoryservicev2/) by going to *Active Directory* , then *Directories* . Your Amazon WorkDocs site directory has an ID, which is the organization ID. You can also set up a new Amazon WorkDocs directory in the AWS Directory Service console and enable a Amazon WorkDocs site for the directory in the Amazon WorkDocs console.
|
|
2170
|
+
* @minLength 12
|
|
2171
|
+
* @maxLength 12
|
|
2172
|
+
* @pattern d-[0-9a-fA-F]{10}
|
|
2173
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-workdocsconfiguration.html#cfn-kendra-datasource-workdocsconfiguration-organizationid}
|
|
2174
|
+
*/
|
|
2175
|
+
OrganizationId: string;
|
|
2176
|
+
/**
|
|
2177
|
+
* `TRUE` to use the Amazon WorkDocs change log to determine which documents require updating in the index. Depending on the change log's size, it may take longer for Amazon Kendra to use the change log than to scan all of your documents in Amazon WorkDocs.
|
|
2178
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-workdocsconfiguration.html#cfn-kendra-datasource-workdocsconfiguration-usechangelog}
|
|
2179
|
+
*/
|
|
2180
|
+
UseChangeLog?: boolean | undefined;
|
|
2181
|
+
};
|
|
2182
|
+
//# sourceMappingURL=aws-kendra-datasource.d.ts.map
|