@propulsionworks/cloudformation 0.1.0 → 0.1.2
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/lib/intrinsics.ts +8 -3
- package/out/exports/resources.generated/alexa-ask-skill.d.ts +26 -0
- package/out/exports/resources.generated/aws-accessanalyzer-analyzer.d.ts +29 -0
- package/out/exports/resources.generated/aws-acmpca-certificate.d.ts +88 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthority.d.ts +91 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthorityactivation.d.ts +13 -0
- package/out/exports/resources.generated/aws-acmpca-permission.d.ts +15 -0
- package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +92 -0
- package/out/exports/resources.generated/aws-amazonmq-configuration.d.ts +23 -0
- package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-amplify-app.d.ts +55 -0
- package/out/exports/resources.generated/aws-amplify-branch.d.ts +35 -0
- package/out/exports/resources.generated/aws-amplify-domain.d.ts +30 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-component.d.ts +114 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-form.d.ts +117 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-theme.d.ts +23 -0
- package/out/exports/resources.generated/aws-apigateway-account.d.ts +12 -0
- package/out/exports/resources.generated/aws-apigateway-apikey.d.ts +20 -0
- package/out/exports/resources.generated/aws-apigateway-authorizer.d.ts +19 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmapping.d.ts +9 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmappingv2.d.ts +13 -0
- package/out/exports/resources.generated/aws-apigateway-clientcertificate.d.ts +11 -0
- package/out/exports/resources.generated/aws-apigateway-deployment.d.ts +56 -0
- package/out/exports/resources.generated/aws-apigateway-documentationpart.d.ts +18 -0
- package/out/exports/resources.generated/aws-apigateway-documentationversion.d.ts +8 -0
- package/out/exports/resources.generated/aws-apigateway-domainname.d.ts +31 -0
- package/out/exports/resources.generated/aws-apigateway-domainnameaccessassociation.d.ts +17 -0
- package/out/exports/resources.generated/aws-apigateway-domainnamev2.d.ts +19 -1
- package/out/exports/resources.generated/aws-apigateway-gatewayresponse.d.ts +14 -0
- package/out/exports/resources.generated/aws-apigateway-method.d.ts +43 -0
- package/out/exports/resources.generated/aws-apigateway-model.d.ts +10 -0
- package/out/exports/resources.generated/aws-apigateway-requestvalidator.d.ts +13 -0
- package/out/exports/resources.generated/aws-apigateway-resource.d.ts +12 -0
- package/out/exports/resources.generated/aws-apigateway-restapi.d.ts +36 -1
- package/out/exports/resources.generated/aws-apigateway-stage.d.ts +38 -0
- package/out/exports/resources.generated/aws-apigateway-usageplan.d.ts +28 -0
- package/out/exports/resources.generated/aws-apigateway-usageplankey.d.ts +12 -0
- package/out/exports/resources.generated/aws-apigateway-vpclink.d.ts +13 -0
- package/out/exports/resources.generated/aws-apigatewayv2-api.d.ts +40 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apigatewaymanagedoverrides.d.ts +40 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apimapping.d.ts +13 -0
- package/out/exports/resources.generated/aws-apigatewayv2-authorizer.d.ts +23 -0
- package/out/exports/resources.generated/aws-apigatewayv2-deployment.d.ts +12 -0
- package/out/exports/resources.generated/aws-apigatewayv2-domainname.d.ts +27 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integration.d.ts +34 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integrationresponse.d.ts +16 -0
- package/out/exports/resources.generated/aws-apigatewayv2-model.d.ts +14 -0
- package/out/exports/resources.generated/aws-apigatewayv2-route.d.ts +21 -0
- package/out/exports/resources.generated/aws-apigatewayv2-routeresponse.d.ts +17 -0
- package/out/exports/resources.generated/aws-apigatewayv2-stage.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigatewayv2-vpclink.d.ts +13 -0
- package/out/exports/resources.generated/aws-appconfig-application.d.ts +22 -0
- package/out/exports/resources.generated/aws-appconfig-configurationprofile.d.ts +37 -0
- package/out/exports/resources.generated/aws-appconfig-deployment.d.ts +34 -0
- package/out/exports/resources.generated/aws-appconfig-deploymentstrategy.d.ts +27 -0
- package/out/exports/resources.generated/aws-appconfig-environment.d.ts +28 -0
- package/out/exports/resources.generated/aws-appconfig-extension.d.ts +34 -0
- package/out/exports/resources.generated/aws-appconfig-extensionassociation.d.ts +17 -0
- package/out/exports/resources.generated/aws-appconfig-hostedconfigurationversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-appflow-connector.d.ts +17 -0
- package/out/exports/resources.generated/aws-appflow-connectorprofile.d.ts +218 -0
- package/out/exports/resources.generated/aws-appflow-flow.d.ts +316 -0
- package/out/exports/resources.generated/aws-appintegrations-application.d.ts +19 -0
- package/out/exports/resources.generated/aws-appintegrations-dataintegration.d.ts +25 -0
- package/out/exports/resources.generated/aws-appintegrations-eventintegration.d.ts +16 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalabletarget.d.ts +37 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalingpolicy.d.ts +151 -0
- package/out/exports/resources.generated/aws-applicationinsights-application.d.ts +105 -0
- package/out/exports/resources.generated/aws-applicationsignals-discovery.d.ts +19 -0
- package/out/exports/resources.generated/aws-applicationsignals-servicelevelobjective.d.ts +130 -0
- package/out/exports/resources.generated/aws-appmesh-gatewayroute.d.ts +110 -0
- package/out/exports/resources.generated/aws-appmesh-mesh.d.ts +30 -0
- package/out/exports/resources.generated/aws-appmesh-route.d.ts +126 -0
- package/out/exports/resources.generated/aws-appmesh-virtualgateway.d.ts +120 -0
- package/out/exports/resources.generated/aws-appmesh-virtualnode.d.ts +174 -0
- package/out/exports/resources.generated/aws-appmesh-virtualrouter.d.ts +33 -0
- package/out/exports/resources.generated/aws-appmesh-virtualservice.d.ts +35 -0
- package/out/exports/resources.generated/aws-apprunner-autoscalingconfiguration.d.ts +26 -0
- package/out/exports/resources.generated/aws-apprunner-observabilityconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-apprunner-service.d.ts +86 -0
- package/out/exports/resources.generated/aws-apprunner-vpcconnector.d.ts +18 -0
- package/out/exports/resources.generated/aws-apprunner-vpcingressconnection.d.ts +22 -0
- package/out/exports/resources.generated/aws-appstream-appblock.d.ts +27 -0
- package/out/exports/resources.generated/aws-appstream-appblockbuilder.d.ts +27 -0
- package/out/exports/resources.generated/aws-appstream-application.d.ts +26 -0
- package/out/exports/resources.generated/aws-appstream-applicationentitlementassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-appstream-applicationfleetassociation.d.ts +7 -0
- package/out/exports/resources.generated/aws-appstream-directoryconfig.d.ts +15 -0
- package/out/exports/resources.generated/aws-appstream-entitlement.d.ts +18 -0
- package/out/exports/resources.generated/aws-appstream-fleet.d.ts +45 -0
- package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +33 -0
- package/out/exports/resources.generated/aws-appstream-stack.d.ts +41 -0
- package/out/exports/resources.generated/aws-appstream-stackfleetassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-appstream-stackuserassociation.d.ts +15 -0
- package/out/exports/resources.generated/aws-appstream-user.d.ts +16 -0
- package/out/exports/resources.generated/aws-appsync-api.d.ts +47 -0
- package/out/exports/resources.generated/aws-appsync-apicache.d.ts +18 -0
- package/out/exports/resources.generated/aws-appsync-apikey.d.ts +14 -0
- package/out/exports/resources.generated/aws-appsync-channelnamespace.d.ts +63 -3
- package/out/exports/resources.generated/aws-appsync-datasource.d.ts +63 -0
- package/out/exports/resources.generated/aws-appsync-domainname.d.ts +16 -0
- package/out/exports/resources.generated/aws-appsync-domainnameapiassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-appsync-functionconfiguration.d.ts +39 -0
- package/out/exports/resources.generated/aws-appsync-graphqlapi.d.ts +64 -0
- package/out/exports/resources.generated/aws-appsync-graphqlschema.d.ts +16 -0
- package/out/exports/resources.generated/aws-appsync-resolver.d.ts +46 -0
- package/out/exports/resources.generated/aws-appsync-sourceapiassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-apptest-testcase.d.ts +113 -0
- package/out/exports/resources.generated/aws-aps-rulegroupsnamespace.d.ts +13 -0
- package/out/exports/resources.generated/aws-aps-scraper.d.ts +32 -0
- package/out/exports/resources.generated/aws-aps-workspace.d.ts +87 -0
- package/out/exports/resources.generated/aws-arczonalshift-autoshiftobservernotificationstatus.d.ts +16 -0
- package/out/exports/resources.generated/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-athena-capacityreservation.d.ts +24 -0
- package/out/exports/resources.generated/aws-athena-datacatalog.d.ts +13 -0
- package/out/exports/resources.generated/aws-athena-namedquery.d.ts +14 -0
- package/out/exports/resources.generated/aws-athena-preparedstatement.d.ts +9 -0
- package/out/exports/resources.generated/aws-athena-workgroup.d.ts +67 -0
- package/out/exports/resources.generated/aws-auditmanager-assessment.d.ts +52 -0
- package/out/exports/resources.generated/aws-autoscaling-autoscalinggroup.d.ts +171 -0
- package/out/exports/resources.generated/aws-autoscaling-launchconfiguration.d.ts +47 -0
- package/out/exports/resources.generated/aws-autoscaling-lifecyclehook.d.ts +17 -0
- package/out/exports/resources.generated/aws-autoscaling-scalingpolicy.d.ts +101 -0
- package/out/exports/resources.generated/aws-autoscaling-scheduledaction.d.ts +21 -0
- package/out/exports/resources.generated/aws-autoscaling-warmpool.d.ts +18 -0
- package/out/exports/resources.generated/aws-autoscalingplans-scalingplan.d.ts +77 -0
- package/out/exports/resources.generated/aws-b2bi-capability.d.ts +47 -0
- package/out/exports/resources.generated/aws-b2bi-partnership.d.ts +52 -0
- package/out/exports/resources.generated/aws-b2bi-profile.d.ts +22 -0
- package/out/exports/resources.generated/aws-b2bi-transformer.d.ts +103 -0
- package/out/exports/resources.generated/aws-backup-backupplan.d.ts +43 -0
- package/out/exports/resources.generated/aws-backup-backupselection.d.ts +29 -0
- package/out/exports/resources.generated/aws-backup-backupvault.d.ts +27 -1
- package/out/exports/resources.generated/aws-backup-framework.d.ts +25 -0
- package/out/exports/resources.generated/aws-backup-logicallyairgappedbackupvault.d.ts +27 -1
- package/out/exports/resources.generated/aws-backup-reportplan.d.ts +18 -0
- package/out/exports/resources.generated/aws-backup-restoretestingplan.d.ts +29 -0
- package/out/exports/resources.generated/aws-backup-restoretestingselection.d.ts +30 -0
- package/out/exports/resources.generated/aws-backupgateway-hypervisor.d.ts +18 -0
- package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +86 -0
- package/out/exports/resources.generated/aws-batch-consumableresource.d.ts +17 -0
- package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +334 -0
- package/out/exports/resources.generated/aws-batch-jobqueue.d.ts +24 -0
- package/out/exports/resources.generated/aws-batch-schedulingpolicy.d.ts +19 -0
- package/out/exports/resources.generated/aws-bcmdataexports-export.d.ts +58 -0
- package/out/exports/resources.generated/aws-bedrock-agent.d.ts +124 -0
- package/out/exports/resources.generated/aws-bedrock-agentalias.d.ts +27 -0
- package/out/exports/resources.generated/aws-bedrock-applicationinferenceprofile.d.ts +24 -0
- package/out/exports/resources.generated/aws-bedrock-blueprint.d.ts +18 -0
- package/out/exports/resources.generated/aws-bedrock-dataautomationproject.d.ts +150 -0
- package/out/exports/resources.generated/aws-bedrock-datasource.d.ts +169 -0
- package/out/exports/resources.generated/aws-bedrock-flow.d.ts +147 -1
- package/out/exports/resources.generated/aws-bedrock-flowalias.d.ts +44 -0
- package/out/exports/resources.generated/aws-bedrock-flowversion.d.ts +18 -0
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +167 -0
- package/out/exports/resources.generated/aws-bedrock-guardrailversion.d.ts +13 -0
- package/out/exports/resources.generated/aws-bedrock-intelligentpromptrouter.d.ts +25 -0
- package/out/exports/resources.generated/aws-bedrock-knowledgebase.d.ts +217 -0
- package/out/exports/resources.generated/aws-bedrock-prompt.d.ts +80 -1
- package/out/exports/resources.generated/aws-bedrock-promptversion.d.ts +19 -0
- package/out/exports/resources.generated/aws-billingconductor-billinggroup.d.ts +28 -0
- package/out/exports/resources.generated/aws-billingconductor-customlineitem.d.ts +44 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingplan.d.ts +16 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingrule.d.ts +25 -0
- package/out/exports/resources.generated/aws-budgets-budget.d.ts +83 -0
- package/out/exports/resources.generated/aws-budgets-budgetsaction.d.ts +40 -0
- package/out/exports/resources.generated/aws-cassandra-keyspace.d.ts +12 -0
- package/out/exports/resources.generated/aws-cassandra-table.d.ts +54 -0
- package/out/exports/resources.generated/aws-cassandra-type.d.ts +23 -0
- package/out/exports/resources.generated/aws-ce-anomalymonitor.d.ts +18 -0
- package/out/exports/resources.generated/aws-ce-anomalysubscription.d.ts +26 -0
- package/out/exports/resources.generated/aws-ce-costcategory.d.ts +16 -0
- package/out/exports/resources.generated/aws-certificatemanager-account.d.ts +12 -0
- package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +27 -0
- package/out/exports/resources.generated/aws-chatbot-customaction.d.ts +30 -0
- package/out/exports/resources.generated/aws-chatbot-microsoftteamschannelconfiguration.d.ts +27 -0
- package/out/exports/resources.generated/aws-chatbot-slackchannelconfiguration.d.ts +25 -0
- package/out/exports/resources.generated/aws-cleanrooms-analysistemplate.d.ts +44 -0
- package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +65 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtable.d.ts +102 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtableassociation.d.ts +35 -0
- package/out/exports/resources.generated/aws-cleanrooms-idmappingtable.d.ts +22 -0
- package/out/exports/resources.generated/aws-cleanrooms-idnamespaceassociation.d.ts +24 -0
- package/out/exports/resources.generated/aws-cleanrooms-membership.d.ts +61 -0
- package/out/exports/resources.generated/aws-cleanrooms-privacybudgettemplate.d.ts +18 -0
- package/out/exports/resources.generated/aws-cleanroomsml-trainingdataset.d.ts +39 -0
- package/out/exports/resources.generated/aws-cloud9-environmentec2.d.ts +26 -0
- package/out/exports/resources.generated/aws-cloudformation-customresource.d.ts +17 -0
- package/out/exports/resources.generated/aws-cloudformation-guardhook.d.ts +31 -0
- package/out/exports/resources.generated/aws-cloudformation-hookdefaultversion.d.ts +19 -0
- package/out/exports/resources.generated/aws-cloudformation-hooktypeconfig.d.ts +19 -0
- package/out/exports/resources.generated/aws-cloudformation-hookversion.d.ts +24 -0
- package/out/exports/resources.generated/aws-cloudformation-lambdahook.d.ts +26 -0
- package/out/exports/resources.generated/aws-cloudformation-macro.d.ts +18 -0
- package/out/exports/resources.generated/aws-cloudformation-moduledefaultversion.d.ts +15 -0
- package/out/exports/resources.generated/aws-cloudformation-moduleversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-cloudformation-publictypeversion.d.ts +34 -0
- package/out/exports/resources.generated/aws-cloudformation-publisher.d.ts +16 -0
- package/out/exports/resources.generated/aws-cloudformation-resourcedefaultversion.d.ts +17 -0
- package/out/exports/resources.generated/aws-cloudformation-resourceversion.d.ts +29 -0
- package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +92 -0
- package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +69 -0
- package/out/exports/resources.generated/aws-cloudformation-typeactivation.d.ts +34 -0
- package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +16 -0
- package/out/exports/resources.generated/aws-cloudformation-waitconditionhandle.d.ts +15 -0
- package/out/exports/resources.generated/aws-cloudfront-anycastiplist.d.ts +15 -0
- package/out/exports/resources.generated/aws-cloudfront-cachepolicy.d.ts +40 -0
- package/out/exports/resources.generated/aws-cloudfront-cloudfrontoriginaccessidentity.d.ts +13 -0
- package/out/exports/resources.generated/aws-cloudfront-connectiongroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-cloudfront-continuousdeploymentpolicy.d.ts +35 -0
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +184 -0
- package/out/exports/resources.generated/aws-cloudfront-distributiontenant.d.ts +42 -0
- package/out/exports/resources.generated/aws-cloudfront-function.d.ts +31 -0
- package/out/exports/resources.generated/aws-cloudfront-keygroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-cloudfront-keyvaluestore.d.ts +17 -0
- package/out/exports/resources.generated/aws-cloudfront-monitoringsubscription.d.ts +11 -0
- package/out/exports/resources.generated/aws-cloudfront-originaccesscontrol.d.ts +20 -0
- package/out/exports/resources.generated/aws-cloudfront-originrequestpolicy.d.ts +34 -0
- package/out/exports/resources.generated/aws-cloudfront-publickey.d.ts +16 -0
- package/out/exports/resources.generated/aws-cloudfront-realtimelogconfig.d.ts +19 -0
- package/out/exports/resources.generated/aws-cloudfront-responseheaderspolicy.d.ts +82 -0
- package/out/exports/resources.generated/aws-cloudfront-streamingdistribution.d.ts +32 -0
- package/out/exports/resources.generated/aws-cloudfront-vpcorigin.d.ts +22 -0
- package/out/exports/resources.generated/aws-cloudtrail-channel.d.ts +16 -0
- package/out/exports/resources.generated/aws-cloudtrail-dashboard.d.ts +35 -0
- package/out/exports/resources.generated/aws-cloudtrail-eventdatastore.d.ts +39 -0
- package/out/exports/resources.generated/aws-cloudtrail-resourcepolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-cloudtrail-trail.d.ts +47 -0
- package/out/exports/resources.generated/aws-cloudwatch-alarm.d.ts +55 -0
- package/out/exports/resources.generated/aws-cloudwatch-anomalydetector.d.ts +57 -0
- package/out/exports/resources.generated/aws-cloudwatch-compositealarm.d.ts +28 -0
- package/out/exports/resources.generated/aws-cloudwatch-dashboard.d.ts +9 -0
- package/out/exports/resources.generated/aws-cloudwatch-insightrule.d.ts +17 -0
- package/out/exports/resources.generated/aws-cloudwatch-metricstream.d.ts +51 -0
- package/out/exports/resources.generated/aws-codeartifact-domain.d.ts +15 -1
- package/out/exports/resources.generated/aws-codeartifact-packagegroup.d.ts +35 -0
- package/out/exports/resources.generated/aws-codeartifact-repository.d.ts +19 -1
- package/out/exports/resources.generated/aws-codebuild-fleet.d.ts +45 -0
- package/out/exports/resources.generated/aws-codebuild-project.d.ts +138 -0
- package/out/exports/resources.generated/aws-codebuild-reportgroup.d.ts +27 -0
- package/out/exports/resources.generated/aws-codebuild-sourcecredential.d.ts +17 -0
- package/out/exports/resources.generated/aws-codecommit-repository.d.ts +36 -0
- package/out/exports/resources.generated/aws-codeconnections-connection.d.ts +17 -0
- package/out/exports/resources.generated/aws-codedeploy-application.d.ts +8 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentconfig.d.ts +30 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentgroup.d.ts +111 -0
- package/out/exports/resources.generated/aws-codeguruprofiler-profilinggroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-codegurureviewer-repositoryassociation.d.ts +22 -0
- package/out/exports/resources.generated/aws-codepipeline-customactiontype.d.ts +35 -0
- package/out/exports/resources.generated/aws-codepipeline-pipeline.d.ts +127 -1
- package/out/exports/resources.generated/aws-codepipeline-webhook.d.ts +30 -0
- package/out/exports/resources.generated/aws-codestar-githubrepository.d.ts +25 -0
- package/out/exports/resources.generated/aws-codestarconnections-connection.d.ts +17 -0
- package/out/exports/resources.generated/aws-codestarconnections-repositorylink.d.ts +16 -0
- package/out/exports/resources.generated/aws-codestarconnections-syncconfiguration.d.ts +19 -0
- package/out/exports/resources.generated/aws-codestarnotifications-notificationrule.d.ts +22 -0
- package/out/exports/resources.generated/aws-cognito-identitypool.d.ts +37 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolprincipaltag.d.ts +9 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolroleattachment.d.ts +24 -0
- package/out/exports/resources.generated/aws-cognito-logdeliveryconfiguration.d.ts +23 -0
- package/out/exports/resources.generated/aws-cognito-managedloginbranding.d.ts +36 -0
- package/out/exports/resources.generated/aws-cognito-userpool.d.ts +136 -0
- package/out/exports/resources.generated/aws-cognito-userpoolclient.d.ts +53 -0
- package/out/exports/resources.generated/aws-cognito-userpooldomain.d.ts +15 -0
- package/out/exports/resources.generated/aws-cognito-userpoolgroup.d.ts +10 -0
- package/out/exports/resources.generated/aws-cognito-userpoolidentityprovider.d.ts +11 -0
- package/out/exports/resources.generated/aws-cognito-userpoolresourceserver.d.ts +14 -0
- package/out/exports/resources.generated/aws-cognito-userpoolriskconfigurationattachment.d.ts +41 -0
- package/out/exports/resources.generated/aws-cognito-userpooluicustomizationattachment.d.ts +8 -0
- package/out/exports/resources.generated/aws-cognito-userpooluser.d.ts +16 -0
- package/out/exports/resources.generated/aws-cognito-userpoolusertogroupattachment.d.ts +13 -0
- package/out/exports/resources.generated/aws-comprehend-documentclassifier.d.ts +49 -0
- package/out/exports/resources.generated/aws-comprehend-flywheel.d.ts +44 -0
- package/out/exports/resources.generated/aws-config-aggregationauthorization.d.ts +12 -0
- package/out/exports/resources.generated/aws-config-configrule.d.ts +53 -0
- package/out/exports/resources.generated/aws-config-configurationaggregator.d.ts +21 -0
- package/out/exports/resources.generated/aws-config-configurationrecorder.d.ts +44 -0
- package/out/exports/resources.generated/aws-config-conformancepack.d.ts +15 -0
- package/out/exports/resources.generated/aws-config-deliverychannel.d.ts +33 -0
- package/out/exports/resources.generated/aws-config-organizationconfigrule.d.ts +61 -0
- package/out/exports/resources.generated/aws-config-organizationconformancepack.d.ts +15 -0
- package/out/exports/resources.generated/aws-config-remediationconfiguration.d.ts +26 -0
- package/out/exports/resources.generated/aws-config-storedquery.d.ts +14 -0
- package/out/exports/resources.generated/aws-connect-agentstatus.d.ts +19 -0
- package/out/exports/resources.generated/aws-connect-approvedorigin.d.ts +7 -0
- package/out/exports/resources.generated/aws-connect-contactflow.d.ts +16 -0
- package/out/exports/resources.generated/aws-connect-contactflowmodule.d.ts +16 -0
- package/out/exports/resources.generated/aws-connect-contactflowversion.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-emailaddress.d.ts +14 -0
- package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +73 -0
- package/out/exports/resources.generated/aws-connect-hoursofoperation.d.ts +37 -0
- package/out/exports/resources.generated/aws-connect-instance.d.ts +30 -0
- package/out/exports/resources.generated/aws-connect-instancestorageconfig.d.ts +34 -0
- package/out/exports/resources.generated/aws-connect-integrationassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-phonenumber.d.ts +17 -0
- package/out/exports/resources.generated/aws-connect-predefinedattribute.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-prompt.d.ts +14 -0
- package/out/exports/resources.generated/aws-connect-queue.d.ts +33 -0
- package/out/exports/resources.generated/aws-connect-quickconnect.d.ts +29 -0
- package/out/exports/resources.generated/aws-connect-routingprofile.d.ts +32 -0
- package/out/exports/resources.generated/aws-connect-rule.d.ts +78 -0
- package/out/exports/resources.generated/aws-connect-securitykey.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-securityprofile.d.ts +26 -0
- package/out/exports/resources.generated/aws-connect-tasktemplate.d.ts +38 -0
- package/out/exports/resources.generated/aws-connect-trafficdistributiongroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-connect-user.d.ts +38 -0
- package/out/exports/resources.generated/aws-connect-userhierarchygroup.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-userhierarchystructure.d.ts +31 -0
- package/out/exports/resources.generated/aws-connect-view.d.ts +17 -0
- package/out/exports/resources.generated/aws-connect-viewversion.d.ts +13 -0
- package/out/exports/resources.generated/aws-connectcampaigns-campaign.d.ts +40 -0
- package/out/exports/resources.generated/aws-connectcampaignsv2-campaign.d.ts +123 -0
- package/out/exports/resources.generated/aws-controltower-enabledbaseline.d.ts +26 -0
- package/out/exports/resources.generated/aws-controltower-enabledcontrol.d.ts +12 -0
- package/out/exports/resources.generated/aws-controltower-landingzone.d.ts +22 -0
- package/out/exports/resources.generated/aws-cur-reportdefinition.d.ts +17 -0
- package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +36 -0
- package/out/exports/resources.generated/aws-customerprofiles-domain.d.ts +56 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventstream.d.ts +15 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventtrigger.d.ts +37 -0
- package/out/exports/resources.generated/aws-customerprofiles-integration.d.ts +108 -0
- package/out/exports/resources.generated/aws-customerprofiles-objecttype.d.ts +34 -0
- package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +84 -0
- package/out/exports/resources.generated/aws-databrew-dataset.d.ts +76 -0
- package/out/exports/resources.generated/aws-databrew-job.d.ts +96 -0
- package/out/exports/resources.generated/aws-databrew-project.d.ts +14 -0
- package/out/exports/resources.generated/aws-databrew-recipe.d.ts +134 -0
- package/out/exports/resources.generated/aws-databrew-ruleset.d.ts +29 -0
- package/out/exports/resources.generated/aws-databrew-schedule.d.ts +9 -0
- package/out/exports/resources.generated/aws-datapipeline-pipeline.d.ts +48 -0
- package/out/exports/resources.generated/aws-datasync-agent.d.ts +22 -0
- package/out/exports/resources.generated/aws-datasync-locationazureblob.d.ts +74 -2
- package/out/exports/resources.generated/aws-datasync-locationefs.d.ts +20 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxlustre.d.ts +14 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxontap.d.ts +30 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxopenzfs.d.ts +21 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxwindows.d.ts +17 -0
- package/out/exports/resources.generated/aws-datasync-locationhdfs.d.ts +29 -0
- package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +19 -0
- package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +71 -1
- package/out/exports/resources.generated/aws-datasync-locations3.d.ts +19 -0
- package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +25 -0
- package/out/exports/resources.generated/aws-datasync-storagesystem.d.ts +27 -1
- package/out/exports/resources.generated/aws-datasync-task.d.ts +65 -0
- package/out/exports/resources.generated/aws-datazone-connection.d.ts +119 -0
- package/out/exports/resources.generated/aws-datazone-datasource.d.ts +72 -0
- package/out/exports/resources.generated/aws-datazone-domain.d.ts +31 -0
- package/out/exports/resources.generated/aws-datazone-domainunit.d.ts +18 -0
- package/out/exports/resources.generated/aws-datazone-environment.d.ts +34 -0
- package/out/exports/resources.generated/aws-datazone-environmentactions.d.ts +19 -0
- package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +35 -0
- package/out/exports/resources.generated/aws-datazone-environmentprofile.d.ts +26 -0
- package/out/exports/resources.generated/aws-datazone-groupprofile.d.ts +15 -0
- package/out/exports/resources.generated/aws-datazone-owner.d.ts +14 -0
- package/out/exports/resources.generated/aws-datazone-project.d.ts +42 -0
- package/out/exports/resources.generated/aws-datazone-projectmembership.d.ts +13 -0
- package/out/exports/resources.generated/aws-datazone-subscriptiontarget.d.ts +28 -0
- package/out/exports/resources.generated/aws-datazone-userprofile.d.ts +18 -0
- package/out/exports/resources.generated/aws-dax-cluster.d.ts +30 -0
- package/out/exports/resources.generated/aws-dax-parametergroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-dax-subnetgroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-deadline-farm.d.ts +14 -0
- package/out/exports/resources.generated/aws-deadline-fleet.d.ts +131 -0
- package/out/exports/resources.generated/aws-deadline-licenseendpoint.d.ts +20 -0
- package/out/exports/resources.generated/aws-deadline-limit.d.ts +17 -0
- package/out/exports/resources.generated/aws-deadline-meteredproduct.d.ts +14 -0
- package/out/exports/resources.generated/aws-deadline-monitor.d.ts +16 -0
- package/out/exports/resources.generated/aws-deadline-queue.d.ts +37 -0
- package/out/exports/resources.generated/aws-deadline-queueenvironment.d.ts +18 -0
- package/out/exports/resources.generated/aws-deadline-queuefleetassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-deadline-queuelimitassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-deadline-storageprofile.d.ts +23 -0
- package/out/exports/resources.generated/aws-detective-graph.d.ts +11 -0
- package/out/exports/resources.generated/aws-detective-memberinvitation.d.ts +10 -0
- package/out/exports/resources.generated/aws-detective-organizationadmin.d.ts +10 -0
- package/out/exports/resources.generated/aws-devopsguru-loganomalydetectionintegration.d.ts +9 -0
- package/out/exports/resources.generated/aws-devopsguru-notificationchannel.d.ts +24 -0
- package/out/exports/resources.generated/aws-devopsguru-resourcecollection.d.ts +18 -0
- package/out/exports/resources.generated/aws-directoryservice-microsoftad.d.ts +21 -0
- package/out/exports/resources.generated/aws-directoryservice-simplead.d.ts +22 -0
- package/out/exports/resources.generated/aws-dlm-lifecyclepolicy.d.ts +133 -0
- package/out/exports/resources.generated/aws-dms-certificate.d.ts +14 -0
- package/out/exports/resources.generated/aws-dms-datamigration.d.ts +29 -0
- package/out/exports/resources.generated/aws-dms-dataprovider.d.ts +32 -0
- package/out/exports/resources.generated/aws-dms-endpoint.d.ts +295 -0
- package/out/exports/resources.generated/aws-dms-eventsubscription.d.ts +18 -0
- package/out/exports/resources.generated/aws-dms-instanceprofile.d.ts +20 -0
- package/out/exports/resources.generated/aws-dms-migrationproject.d.ts +29 -0
- package/out/exports/resources.generated/aws-dms-replicationconfig.d.ts +29 -0
- package/out/exports/resources.generated/aws-dms-replicationinstance.d.ts +30 -0
- package/out/exports/resources.generated/aws-dms-replicationsubnetgroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-dms-replicationtask.d.ts +24 -0
- package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +54 -0
- package/out/exports/resources.generated/aws-docdb-dbclusterparametergroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-docdb-dbinstance.d.ts +23 -0
- package/out/exports/resources.generated/aws-docdb-dbsubnetgroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-docdb-eventsubscription.d.ts +21 -0
- package/out/exports/resources.generated/aws-docdbelastic-cluster.d.ts +26 -0
- package/out/exports/resources.generated/aws-dsql-cluster.d.ts +42 -0
- package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +160 -1
- package/out/exports/resources.generated/aws-dynamodb-table.d.ts +102 -1
- package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +40 -0
- package/out/exports/resources.generated/aws-ec2-capacityreservationfleet.d.ts +29 -0
- package/out/exports/resources.generated/aws-ec2-carriergateway.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnauthorizationrule.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnendpoint.d.ts +56 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnroute.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-clientvpntargetnetworkassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-customergateway.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-dhcpoptions.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +137 -0
- package/out/exports/resources.generated/aws-ec2-egressonlyinternetgateway.d.ts +12 -0
- package/out/exports/resources.generated/aws-ec2-eip.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-eipassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-enclavecertificateiamroleassociation.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-flowlog.d.ts +21 -0
- package/out/exports/resources.generated/aws-ec2-gatewayroutetableassociation.d.ts +11 -0
- package/out/exports/resources.generated/aws-ec2-host.d.ts +19 -1
- package/out/exports/resources.generated/aws-ec2-instance.d.ts +160 -0
- package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-internetgateway.d.ts +10 -0
- package/out/exports/resources.generated/aws-ec2-ipam.d.ts +28 -0
- package/out/exports/resources.generated/aws-ec2-ipamallocation.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-ipampool.d.ts +39 -0
- package/out/exports/resources.generated/aws-ec2-ipampoolcidr.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscovery.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscoveryassociation.d.ts +19 -0
- package/out/exports/resources.generated/aws-ec2-ipamscope.d.ts +19 -0
- package/out/exports/resources.generated/aws-ec2-keypair.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-launchtemplate.d.ts +239 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroute.d.ts +21 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetable.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevpcassociation.d.ts +14 -0
- package/out/exports/resources.generated/aws-ec2-natgateway.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-networkacl.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-networkaclentry.d.ts +28 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscope.d.ts +40 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscopeanalysis.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsanalysis.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightspath.d.ts +35 -0
- package/out/exports/resources.generated/aws-ec2-networkinterface.d.ts +43 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfaceattachment.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfacepermission.d.ts +14 -0
- package/out/exports/resources.generated/aws-ec2-networkperformancemetricsubscription.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-placementgroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-prefixlist.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-route.d.ts +28 -0
- package/out/exports/resources.generated/aws-ec2-routeserver.d.ts +19 -0
- package/out/exports/resources.generated/aws-ec2-routeserverassociation.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-routeserverendpoint.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpeer.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpropagation.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-routetable.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-securitygroup.d.ts +47 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupegress.d.ts +28 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupingress.d.ts +29 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupvpcassociation.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-snapshotblockpublicaccess.d.ts +10 -0
- package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +197 -0
- package/out/exports/resources.generated/aws-ec2-subnet.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-subnetcidrblock.d.ts +15 -0
- package/out/exports/resources.generated/aws-ec2-subnetnetworkaclassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-subnetroutetableassociation.d.ts +11 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilter.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +29 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorsession.d.ts +25 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrortarget.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-transitgateway.d.ts +33 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayattachment.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayconnect.d.ts +19 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomain.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomainassociation.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupmember.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupsource.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaypeeringattachment.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroute.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetable.d.ts +11 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetableassociation.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetablepropagation.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayvpcattachment.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessendpoint.d.ts +61 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessgroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessinstance.d.ts +31 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccesstrustprovider.d.ts +41 -0
- package/out/exports/resources.generated/aws-ec2-volume.d.ts +39 -0
- package/out/exports/resources.generated/aws-ec2-volumeattachment.d.ts +14 -0
- package/out/exports/resources.generated/aws-ec2-vpc.d.ts +25 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessexclusion.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessoptions.d.ts +10 -0
- package/out/exports/resources.generated/aws-ec2-vpccidrblock.d.ts +25 -0
- package/out/exports/resources.generated/aws-ec2-vpcdhcpoptionsassociation.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpoint.d.ts +35 -1
- package/out/exports/resources.generated/aws-ec2-vpcendpointconnectionnotification.d.ts +15 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservice.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservicepermissions.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-vpcgatewayattachment.d.ts +12 -0
- package/out/exports/resources.generated/aws-ec2-vpcpeeringconnection.d.ts +21 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +71 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnectionroute.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-vpngateway.d.ts +14 -0
- package/out/exports/resources.generated/aws-ec2-vpngatewayroutepropagation.d.ts +13 -0
- package/out/exports/resources.generated/aws-ecr-publicrepository.d.ts +13 -1
- package/out/exports/resources.generated/aws-ecr-pullthroughcacherule.d.ts +11 -0
- package/out/exports/resources.generated/aws-ecr-registrypolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-ecr-registryscanningconfiguration.d.ts +20 -0
- package/out/exports/resources.generated/aws-ecr-replicationconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-ecr-repository.d.ts +27 -1
- package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +24 -0
- package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +21 -0
- package/out/exports/resources.generated/aws-ecs-cluster.d.ts +41 -0
- package/out/exports/resources.generated/aws-ecs-clustercapacityproviderassociations.d.ts +13 -0
- package/out/exports/resources.generated/aws-ecs-primarytaskset.d.ts +8 -0
- package/out/exports/resources.generated/aws-ecs-service.d.ts +136 -0
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +202 -0
- package/out/exports/resources.generated/aws-ecs-taskset.d.ts +47 -0
- package/out/exports/resources.generated/aws-efs-accesspoint.d.ts +28 -0
- package/out/exports/resources.generated/aws-efs-filesystem.d.ts +39 -1
- package/out/exports/resources.generated/aws-efs-mounttarget.d.ts +14 -0
- package/out/exports/resources.generated/aws-eks-accessentry.d.ts +26 -0
- package/out/exports/resources.generated/aws-eks-addon.d.ts +23 -0
- package/out/exports/resources.generated/aws-eks-cluster.d.ts +98 -0
- package/out/exports/resources.generated/aws-eks-fargateprofile.d.ts +31 -0
- package/out/exports/resources.generated/aws-eks-identityproviderconfig.d.ts +27 -0
- package/out/exports/resources.generated/aws-eks-nodegroup.d.ts +62 -0
- package/out/exports/resources.generated/aws-eks-podidentityassociation.d.ts +15 -0
- package/out/exports/resources.generated/aws-elasticache-cachecluster.d.ts +50 -0
- package/out/exports/resources.generated/aws-elasticache-globalreplicationgroup.d.ts +33 -0
- package/out/exports/resources.generated/aws-elasticache-parametergroup.d.ts +13 -0
- package/out/exports/resources.generated/aws-elasticache-replicationgroup.d.ts +81 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroupingress.d.ts +16 -0
- package/out/exports/resources.generated/aws-elasticache-serverlesscache.d.ts +44 -0
- package/out/exports/resources.generated/aws-elasticache-subnetgroup.d.ts +9 -0
- package/out/exports/resources.generated/aws-elasticache-user.d.ts +18 -0
- package/out/exports/resources.generated/aws-elasticache-usergroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-application.d.ts +24 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-applicationversion.d.ts +21 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-configurationtemplate.d.ts +28 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-environment.d.ts +32 -0
- package/out/exports/resources.generated/aws-elasticloadbalancing-loadbalancer.d.ts +69 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +92 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenercertificate.d.ts +15 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +105 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +39 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-targetgroup.d.ts +44 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststore.d.ts +16 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststorerevocation.d.ts +16 -0
- package/out/exports/resources.generated/aws-elasticsearch-domain.d.ts +89 -0
- package/out/exports/resources.generated/aws-emr-cluster.d.ts +206 -0
- package/out/exports/resources.generated/aws-emr-instancefleetconfig.d.ts +72 -0
- package/out/exports/resources.generated/aws-emr-instancegroupconfig.d.ts +72 -0
- package/out/exports/resources.generated/aws-emr-securityconfiguration.d.ts +7 -0
- package/out/exports/resources.generated/aws-emr-step.d.ts +21 -0
- package/out/exports/resources.generated/aws-emr-studio.d.ts +28 -0
- package/out/exports/resources.generated/aws-emr-studiosessionmapping.d.ts +9 -0
- package/out/exports/resources.generated/aws-emr-walworkspace.d.ts +7 -0
- package/out/exports/resources.generated/aws-emrcontainers-virtualcluster.d.ts +22 -0
- package/out/exports/resources.generated/aws-emrserverless-application.d.ts +94 -0
- package/out/exports/resources.generated/aws-entityresolution-idmappingworkflow.d.ts +43 -0
- package/out/exports/resources.generated/aws-entityresolution-idnamespace.d.ts +42 -0
- package/out/exports/resources.generated/aws-entityresolution-matchingworkflow.d.ts +53 -0
- package/out/exports/resources.generated/aws-entityresolution-policystatement.d.ts +14 -0
- package/out/exports/resources.generated/aws-entityresolution-schemamapping.d.ts +26 -0
- package/out/exports/resources.generated/aws-events-apidestination.d.ts +27 -0
- package/out/exports/resources.generated/aws-events-archive.d.ts +19 -0
- package/out/exports/resources.generated/aws-events-connection.d.ts +63 -0
- package/out/exports/resources.generated/aws-events-endpoint.d.ts +35 -0
- package/out/exports/resources.generated/aws-events-eventbus.d.ts +19 -1
- package/out/exports/resources.generated/aws-events-eventbuspolicy.d.ts +29 -0
- package/out/exports/resources.generated/aws-events-rule.d.ts +129 -0
- package/out/exports/resources.generated/aws-eventschemas-discoverer.d.ts +18 -0
- package/out/exports/resources.generated/aws-eventschemas-registry.d.ts +16 -0
- package/out/exports/resources.generated/aws-eventschemas-registrypolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-eventschemas-schema.d.ts +22 -0
- package/out/exports/resources.generated/aws-evidently-experiment.d.ts +50 -0
- package/out/exports/resources.generated/aws-evidently-feature.d.ts +41 -0
- package/out/exports/resources.generated/aws-evidently-launch.d.ts +46 -0
- package/out/exports/resources.generated/aws-evidently-project.d.ts +25 -0
- package/out/exports/resources.generated/aws-evidently-segment.d.ts +19 -0
- package/out/exports/resources.generated/aws-finspace-environment.d.ts +34 -0
- package/out/exports/resources.generated/aws-fis-experimenttemplate.d.ts +59 -0
- package/out/exports/resources.generated/aws-fis-targetaccountconfiguration.d.ts +9 -0
- package/out/exports/resources.generated/aws-fms-notificationchannel.d.ts +9 -0
- package/out/exports/resources.generated/aws-fms-policy.d.ts +86 -0
- package/out/exports/resources.generated/aws-fms-resourceset.d.ts +18 -0
- package/out/exports/resources.generated/aws-forecast-dataset.d.ts +32 -0
- package/out/exports/resources.generated/aws-forecast-datasetgroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-frauddetector-detector.d.ts +62 -0
- package/out/exports/resources.generated/aws-frauddetector-entitytype.d.ts +14 -0
- package/out/exports/resources.generated/aws-frauddetector-eventtype.d.ts +36 -0
- package/out/exports/resources.generated/aws-frauddetector-label.d.ts +14 -0
- package/out/exports/resources.generated/aws-frauddetector-list.d.ts +18 -0
- package/out/exports/resources.generated/aws-frauddetector-outcome.d.ts +14 -0
- package/out/exports/resources.generated/aws-frauddetector-variable.d.ts +18 -0
- package/out/exports/resources.generated/aws-fsx-datarepositoryassociation.d.ts +29 -0
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +135 -0
- package/out/exports/resources.generated/aws-fsx-snapshot.d.ts +15 -0
- package/out/exports/resources.generated/aws-fsx-storagevirtualmachine.d.ts +27 -0
- package/out/exports/resources.generated/aws-fsx-volume.d.ts +78 -0
- package/out/exports/resources.generated/aws-gamelift-alias.d.ts +21 -0
- package/out/exports/resources.generated/aws-gamelift-build.d.ts +21 -0
- package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +73 -0
- package/out/exports/resources.generated/aws-gamelift-containergroupdefinition.d.ts +70 -0
- package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +84 -4
- package/out/exports/resources.generated/aws-gamelift-gameservergroup.d.ts +52 -0
- package/out/exports/resources.generated/aws-gamelift-gamesessionqueue.d.ts +29 -0
- package/out/exports/resources.generated/aws-gamelift-location.d.ts +11 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingconfiguration.d.ts +30 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingruleset.d.ts +24 -0
- package/out/exports/resources.generated/aws-gamelift-script.d.ts +21 -0
- package/out/exports/resources.generated/aws-globalaccelerator-accelerator.d.ts +18 -0
- package/out/exports/resources.generated/aws-globalaccelerator-crossaccountattachment.d.ts +25 -0
- package/out/exports/resources.generated/aws-globalaccelerator-endpointgroup.d.ts +27 -0
- package/out/exports/resources.generated/aws-globalaccelerator-listener.d.ts +16 -0
- package/out/exports/resources.generated/aws-glue-classifier.d.ts +37 -0
- package/out/exports/resources.generated/aws-glue-connection.d.ts +58 -0
- package/out/exports/resources.generated/aws-glue-crawler.d.ts +76 -0
- package/out/exports/resources.generated/aws-glue-customentitytype.d.ts +17 -0
- package/out/exports/resources.generated/aws-glue-database.d.ts +28 -0
- package/out/exports/resources.generated/aws-glue-datacatalogencryptionsettings.d.ts +23 -0
- package/out/exports/resources.generated/aws-glue-dataqualityruleset.d.ts +20 -0
- package/out/exports/resources.generated/aws-glue-devendpoint.d.ts +26 -0
- package/out/exports/resources.generated/aws-glue-job.d.ts +39 -0
- package/out/exports/resources.generated/aws-glue-mltransform.d.ts +45 -0
- package/out/exports/resources.generated/aws-glue-partition.d.ts +56 -0
- package/out/exports/resources.generated/aws-glue-registry.d.ts +12 -0
- package/out/exports/resources.generated/aws-glue-schema.d.ts +24 -0
- package/out/exports/resources.generated/aws-glue-schemaversion.d.ts +15 -0
- package/out/exports/resources.generated/aws-glue-schemaversionmetadata.d.ts +8 -0
- package/out/exports/resources.generated/aws-glue-securityconfiguration.d.ts +23 -0
- package/out/exports/resources.generated/aws-glue-table.d.ts +74 -0
- package/out/exports/resources.generated/aws-glue-tableoptimizer.d.ts +55 -0
- package/out/exports/resources.generated/aws-glue-trigger.d.ts +36 -0
- package/out/exports/resources.generated/aws-glue-usageprofile.d.ts +31 -0
- package/out/exports/resources.generated/aws-glue-workflow.d.ts +16 -0
- package/out/exports/resources.generated/aws-grafana-workspace.d.ts +65 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinition.d.ts +27 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinitionversion.d.ts +21 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinition.d.ts +28 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinitionversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinition.d.ts +28 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinitionversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinition.d.ts +52 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinitionversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-greengrass-group.d.ts +42 -0
- package/out/exports/resources.generated/aws-greengrass-groupversion.d.ts +21 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinition.d.ts +29 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinitionversion.d.ts +23 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinition.d.ts +57 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinitionversion.d.ts +51 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinition.d.ts +28 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinitionversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-greengrassv2-componentversion.d.ts +77 -0
- package/out/exports/resources.generated/aws-greengrassv2-deployment.d.ts +72 -0
- package/out/exports/resources.generated/aws-groundstation-config.d.ts +78 -0
- package/out/exports/resources.generated/aws-groundstation-dataflowendpointgroup.d.ts +56 -0
- package/out/exports/resources.generated/aws-groundstation-missionprofile.d.ts +33 -0
- package/out/exports/resources.generated/aws-guardduty-detector.d.ts +40 -0
- package/out/exports/resources.generated/aws-guardduty-filter.d.ts +30 -0
- package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +20 -0
- package/out/exports/resources.generated/aws-guardduty-malwareprotectionplan.d.ts +27 -0
- package/out/exports/resources.generated/aws-guardduty-master.d.ts +8 -0
- package/out/exports/resources.generated/aws-guardduty-member.d.ts +11 -0
- package/out/exports/resources.generated/aws-guardduty-publishingdestination.d.ts +23 -0
- package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +18 -0
- package/out/exports/resources.generated/aws-healthimaging-datastore.d.ts +17 -0
- package/out/exports/resources.generated/aws-healthlake-fhirdatastore.d.ts +34 -0
- package/out/exports/resources.generated/aws-iam-accesskey.d.ts +17 -0
- package/out/exports/resources.generated/aws-iam-group.d.ts +18 -1
- package/out/exports/resources.generated/aws-iam-grouppolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-iam-instanceprofile.d.ts +14 -0
- package/out/exports/resources.generated/aws-iam-managedpolicy.d.ts +29 -1
- package/out/exports/resources.generated/aws-iam-oidcprovider.d.ts +33 -0
- package/out/exports/resources.generated/aws-iam-policy.d.ts +28 -1
- package/out/exports/resources.generated/aws-iam-role.d.ts +24 -2
- package/out/exports/resources.generated/aws-iam-rolepolicy.d.ts +14 -1
- package/out/exports/resources.generated/aws-iam-samlprovider.d.ts +28 -0
- package/out/exports/resources.generated/aws-iam-servercertificate.d.ts +23 -0
- package/out/exports/resources.generated/aws-iam-servicelinkedrole.d.ts +14 -0
- package/out/exports/resources.generated/aws-iam-user.d.ts +25 -1
- package/out/exports/resources.generated/aws-iam-userpolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-iam-usertogroupaddition.d.ts +11 -0
- package/out/exports/resources.generated/aws-iam-virtualmfadevice.d.ts +17 -0
- package/out/exports/resources.generated/aws-identitystore-group.d.ts +12 -0
- package/out/exports/resources.generated/aws-identitystore-groupmembership.d.ts +14 -0
- package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +35 -0
- package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +66 -0
- package/out/exports/resources.generated/aws-imagebuilder-distributionconfiguration.d.ts +61 -0
- package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +59 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagepipeline.d.ts +58 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +44 -0
- package/out/exports/resources.generated/aws-imagebuilder-infrastructureconfiguration.d.ts +37 -0
- package/out/exports/resources.generated/aws-imagebuilder-lifecyclepolicy.d.ts +52 -0
- package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +27 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttarget.d.ts +11 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttemplate.d.ts +14 -0
- package/out/exports/resources.generated/aws-inspector-resourcegroup.d.ts +10 -0
- package/out/exports/resources.generated/aws-inspectorv2-cisscanconfiguration.d.ts +39 -0
- package/out/exports/resources.generated/aws-inspectorv2-filter.d.ts +77 -0
- package/out/exports/resources.generated/aws-internetmonitor-monitor.d.ts +50 -0
- package/out/exports/resources.generated/aws-invoicing-invoiceunit.d.ts +18 -0
- package/out/exports/resources.generated/aws-iot-accountauditconfiguration.d.ts +45 -0
- package/out/exports/resources.generated/aws-iot-authorizer.d.ts +17 -0
- package/out/exports/resources.generated/aws-iot-billinggroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-cacertificate.d.ts +22 -0
- package/out/exports/resources.generated/aws-iot-certificate.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-certificateprovider.d.ts +16 -0
- package/out/exports/resources.generated/aws-iot-command.d.ts +61 -0
- package/out/exports/resources.generated/aws-iot-custommetric.d.ts +13 -0
- package/out/exports/resources.generated/aws-iot-dimension.d.ts +13 -0
- package/out/exports/resources.generated/aws-iot-domainconfiguration.d.ts +34 -0
- package/out/exports/resources.generated/aws-iot-fleetmetric.d.ts +25 -0
- package/out/exports/resources.generated/aws-iot-jobtemplate.d.ts +49 -0
- package/out/exports/resources.generated/aws-iot-logging.d.ts +13 -0
- package/out/exports/resources.generated/aws-iot-mitigationaction.d.ts +35 -0
- package/out/exports/resources.generated/aws-iot-policy.d.ts +15 -1
- package/out/exports/resources.generated/aws-iot-policyprincipalattachment.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-provisioningtemplate.d.ts +20 -0
- package/out/exports/resources.generated/aws-iot-resourcespecificlogging.d.ts +12 -0
- package/out/exports/resources.generated/aws-iot-rolealias.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-scheduledaudit.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-securityprofile.d.ts +53 -0
- package/out/exports/resources.generated/aws-iot-softwarepackage.d.ts +14 -0
- package/out/exports/resources.generated/aws-iot-softwarepackageversion.d.ts +38 -0
- package/out/exports/resources.generated/aws-iot-thing.d.ts +16 -0
- package/out/exports/resources.generated/aws-iot-thinggroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-iot-thingprincipalattachment.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-thingtype.d.ts +18 -0
- package/out/exports/resources.generated/aws-iot-topicrule.d.ts +207 -0
- package/out/exports/resources.generated/aws-iot-topicruledestination.d.ts +23 -0
- package/out/exports/resources.generated/aws-iotanalytics-channel.d.ts +25 -0
- package/out/exports/resources.generated/aws-iotanalytics-dataset.d.ts +86 -0
- package/out/exports/resources.generated/aws-iotanalytics-datastore.d.ts +53 -0
- package/out/exports/resources.generated/aws-iotanalytics-pipeline.d.ts +70 -0
- package/out/exports/resources.generated/aws-iotcoredeviceadvisor-suitedefinition.d.ts +18 -0
- package/out/exports/resources.generated/aws-iotevents-alarmmodel.d.ts +94 -0
- package/out/exports/resources.generated/aws-iotevents-detectormodel.d.ts +124 -0
- package/out/exports/resources.generated/aws-iotevents-input.d.ts +13 -0
- package/out/exports/resources.generated/aws-iotfleethub-application.d.ts +20 -0
- package/out/exports/resources.generated/aws-iotfleetwise-campaign.d.ts +112 -0
- package/out/exports/resources.generated/aws-iotfleetwise-decodermanifest.d.ts +116 -0
- package/out/exports/resources.generated/aws-iotfleetwise-fleet.d.ts +19 -0
- package/out/exports/resources.generated/aws-iotfleetwise-modelmanifest.d.ts +20 -0
- package/out/exports/resources.generated/aws-iotfleetwise-signalcatalog.d.ts +56 -0
- package/out/exports/resources.generated/aws-iotfleetwise-statetemplate.d.ts +23 -0
- package/out/exports/resources.generated/aws-iotfleetwise-vehicle.d.ts +41 -0
- package/out/exports/resources.generated/aws-iotsitewise-accesspolicy.d.ts +30 -0
- package/out/exports/resources.generated/aws-iotsitewise-asset.d.ts +27 -0
- package/out/exports/resources.generated/aws-iotsitewise-assetmodel.d.ts +85 -0
- package/out/exports/resources.generated/aws-iotsitewise-dashboard.d.ts +15 -0
- package/out/exports/resources.generated/aws-iotsitewise-dataset.d.ts +29 -0
- package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +27 -0
- package/out/exports/resources.generated/aws-iotsitewise-portal.d.ts +26 -0
- package/out/exports/resources.generated/aws-iotsitewise-project.d.ts +17 -0
- package/out/exports/resources.generated/aws-iotthingsgraph-flowtemplate.d.ts +26 -0
- package/out/exports/resources.generated/aws-iottwinmaker-componenttype.d.ts +64 -0
- package/out/exports/resources.generated/aws-iottwinmaker-entity.d.ts +75 -0
- package/out/exports/resources.generated/aws-iottwinmaker-scene.d.ts +18 -0
- package/out/exports/resources.generated/aws-iottwinmaker-syncjob.d.ts +16 -0
- package/out/exports/resources.generated/aws-iottwinmaker-workspace.d.ts +16 -0
- package/out/exports/resources.generated/aws-iotwireless-destination.d.ts +15 -0
- package/out/exports/resources.generated/aws-iotwireless-deviceprofile.d.ts +33 -0
- package/out/exports/resources.generated/aws-iotwireless-fuotatask.d.ts +24 -0
- package/out/exports/resources.generated/aws-iotwireless-multicastgroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-iotwireless-networkanalyzerconfiguration.d.ts +21 -0
- package/out/exports/resources.generated/aws-iotwireless-partneraccount.d.ts +25 -0
- package/out/exports/resources.generated/aws-iotwireless-serviceprofile.d.ts +33 -0
- package/out/exports/resources.generated/aws-iotwireless-taskdefinition.d.ts +32 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdevice.d.ts +80 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdeviceimporttask.d.ts +20 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessgateway.d.ts +20 -0
- package/out/exports/resources.generated/aws-ivs-channel.d.ts +27 -0
- package/out/exports/resources.generated/aws-ivs-encoderconfiguration.d.ts +12 -0
- package/out/exports/resources.generated/aws-ivs-ingestconfiguration.d.ts +18 -0
- package/out/exports/resources.generated/aws-ivs-playbackkeypair.d.ts +13 -0
- package/out/exports/resources.generated/aws-ivs-playbackrestrictionpolicy.d.ts +14 -0
- package/out/exports/resources.generated/aws-ivs-publickey.d.ts +13 -0
- package/out/exports/resources.generated/aws-ivs-recordingconfiguration.d.ts +28 -0
- package/out/exports/resources.generated/aws-ivs-stage.d.ts +16 -0
- package/out/exports/resources.generated/aws-ivs-storageconfiguration.d.ts +14 -0
- package/out/exports/resources.generated/aws-ivs-streamkey.d.ts +12 -0
- package/out/exports/resources.generated/aws-ivschat-loggingconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-ivschat-room.d.ts +19 -0
- package/out/exports/resources.generated/aws-kafkaconnect-connector.d.ts +78 -0
- package/out/exports/resources.generated/aws-kafkaconnect-customplugin.d.ts +21 -0
- package/out/exports/resources.generated/aws-kafkaconnect-workerconfiguration.d.ts +14 -0
- package/out/exports/resources.generated/aws-kendra-datasource.d.ts +402 -0
- package/out/exports/resources.generated/aws-kendra-faq.d.ts +22 -0
- package/out/exports/resources.generated/aws-kendra-index.d.ts +73 -0
- package/out/exports/resources.generated/aws-kendraranking-executionplan.d.ts +18 -0
- package/out/exports/resources.generated/aws-kinesis-resourcepolicy.d.ts +14 -1
- package/out/exports/resources.generated/aws-kinesis-stream.d.ts +22 -0
- package/out/exports/resources.generated/aws-kinesis-streamconsumer.d.ts +22 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-application.d.ts +54 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationoutput.d.ts +40 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationreferencedatasource.d.ts +46 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-application.d.ts +136 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.d.ts +17 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationoutput.d.ts +35 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationreferencedatasource.d.ts +41 -0
- package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +383 -0
- package/out/exports/resources.generated/aws-kinesisvideo-signalingchannel.d.ts +15 -0
- package/out/exports/resources.generated/aws-kinesisvideo-stream.d.ts +23 -0
- package/out/exports/resources.generated/aws-kms-alias.d.ts +22 -0
- package/out/exports/resources.generated/aws-kms-key.d.ts +38 -1
- package/out/exports/resources.generated/aws-kms-replicakey.d.ts +30 -1
- package/out/exports/resources.generated/aws-lakeformation-datacellsfilter.d.ts +17 -0
- package/out/exports/resources.generated/aws-lakeformation-datalakesettings.d.ts +21 -0
- package/out/exports/resources.generated/aws-lakeformation-permissions.d.ts +41 -0
- package/out/exports/resources.generated/aws-lakeformation-principalpermissions.d.ts +67 -0
- package/out/exports/resources.generated/aws-lakeformation-resource.d.ts +14 -0
- package/out/exports/resources.generated/aws-lakeformation-tag.d.ts +8 -0
- package/out/exports/resources.generated/aws-lakeformation-tagassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-lambda-alias.d.ts +24 -0
- package/out/exports/resources.generated/aws-lambda-codesigningconfig.d.ts +18 -0
- package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +19 -0
- package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +77 -0
- package/out/exports/resources.generated/aws-lambda-function.d.ts +86 -0
- package/out/exports/resources.generated/aws-lambda-layerversion.d.ts +19 -0
- package/out/exports/resources.generated/aws-lambda-layerversionpermission.d.ts +15 -0
- package/out/exports/resources.generated/aws-lambda-permission.d.ts +23 -0
- package/out/exports/resources.generated/aws-lambda-url.d.ts +22 -0
- package/out/exports/resources.generated/aws-lambda-version.d.ts +20 -0
- package/out/exports/resources.generated/aws-launchwizard-deployment.d.ts +22 -0
- package/out/exports/resources.generated/aws-lex-bot.d.ts +475 -3
- package/out/exports/resources.generated/aws-lex-botalias.d.ts +57 -0
- package/out/exports/resources.generated/aws-lex-botversion.d.ts +21 -0
- package/out/exports/resources.generated/aws-lex-resourcepolicy.d.ts +14 -1
- package/out/exports/resources.generated/aws-licensemanager-grant.d.ts +18 -0
- package/out/exports/resources.generated/aws-licensemanager-license.d.ts +48 -0
- package/out/exports/resources.generated/aws-lightsail-alarm.d.ts +21 -0
- package/out/exports/resources.generated/aws-lightsail-bucket.d.ts +21 -0
- package/out/exports/resources.generated/aws-lightsail-certificate.d.ts +16 -0
- package/out/exports/resources.generated/aws-lightsail-container.d.ts +52 -0
- package/out/exports/resources.generated/aws-lightsail-database.d.ts +33 -0
- package/out/exports/resources.generated/aws-lightsail-disk.d.ts +30 -0
- package/out/exports/resources.generated/aws-lightsail-distribution.d.ts +50 -0
- package/out/exports/resources.generated/aws-lightsail-instance.d.ts +63 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancer.d.ts +20 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancertlscertificate.d.ts +16 -0
- package/out/exports/resources.generated/aws-lightsail-staticip.d.ts +13 -0
- package/out/exports/resources.generated/aws-location-apikey.d.ts +24 -0
- package/out/exports/resources.generated/aws-location-geofencecollection.d.ts +23 -0
- package/out/exports/resources.generated/aws-location-map.d.ts +24 -0
- package/out/exports/resources.generated/aws-location-placeindex.d.ts +28 -0
- package/out/exports/resources.generated/aws-location-routecalculator.d.ts +24 -0
- package/out/exports/resources.generated/aws-location-tracker.d.ts +33 -0
- package/out/exports/resources.generated/aws-location-trackerconsumer.d.ts +9 -0
- package/out/exports/resources.generated/aws-logs-accountpolicy.d.ts +69 -0
- package/out/exports/resources.generated/aws-logs-delivery.d.ts +24 -0
- package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +24 -1
- package/out/exports/resources.generated/aws-logs-deliverysource.d.ts +25 -0
- package/out/exports/resources.generated/aws-logs-destination.d.ts +13 -0
- package/out/exports/resources.generated/aws-logs-integration.d.ts +22 -0
- package/out/exports/resources.generated/aws-logs-loganomalydetector.d.ts +27 -0
- package/out/exports/resources.generated/aws-logs-loggroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-logs-logstream.d.ts +15 -0
- package/out/exports/resources.generated/aws-logs-metricfilter.d.ts +22 -0
- package/out/exports/resources.generated/aws-logs-querydefinition.d.ts +13 -0
- package/out/exports/resources.generated/aws-logs-resourcepolicy.d.ts +7 -0
- package/out/exports/resources.generated/aws-logs-subscriptionfilter.d.ts +19 -0
- package/out/exports/resources.generated/aws-logs-transformer.d.ts +78 -0
- package/out/exports/resources.generated/aws-lookoutequipment-inferencescheduler.d.ts +37 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-alert.d.ts +23 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-anomalydetector.d.ts +84 -0
- package/out/exports/resources.generated/aws-lookoutvision-project.d.ts +10 -0
- package/out/exports/resources.generated/aws-m2-application.d.ts +23 -0
- package/out/exports/resources.generated/aws-m2-deployment.d.ts +13 -0
- package/out/exports/resources.generated/aws-m2-environment.d.ts +37 -0
- package/out/exports/resources.generated/aws-macie-allowlist.d.ts +33 -0
- package/out/exports/resources.generated/aws-macie-customdataidentifier.d.ts +24 -0
- package/out/exports/resources.generated/aws-macie-findingsfilter.d.ts +30 -0
- package/out/exports/resources.generated/aws-macie-session.d.ts +15 -0
- package/out/exports/resources.generated/aws-managedblockchain-accessor.d.ts +25 -0
- package/out/exports/resources.generated/aws-managedblockchain-member.d.ts +42 -0
- package/out/exports/resources.generated/aws-managedblockchain-node.d.ts +20 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridge.d.ts +67 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgeoutput.d.ts +14 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgesource.d.ts +25 -0
- package/out/exports/resources.generated/aws-mediaconnect-flow.d.ts +129 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowentitlement.d.ts +26 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowoutput.d.ts +48 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowsource.d.ts +44 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowvpcinterface.d.ts +24 -0
- package/out/exports/resources.generated/aws-mediaconnect-gateway.d.ts +16 -0
- package/out/exports/resources.generated/aws-mediaconvert-jobtemplate.d.ts +33 -0
- package/out/exports/resources.generated/aws-mediaconvert-preset.d.ts +22 -0
- package/out/exports/resources.generated/aws-mediaconvert-queue.d.ts +19 -0
- package/out/exports/resources.generated/aws-medialive-channel.d.ts +1298 -0
- package/out/exports/resources.generated/aws-medialive-channelplacementgroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplate.d.ts +33 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplategroup.d.ts +18 -0
- package/out/exports/resources.generated/aws-medialive-cluster.d.ts +25 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplate.d.ts +23 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplategroup.d.ts +18 -0
- package/out/exports/resources.generated/aws-medialive-input.d.ts +110 -0
- package/out/exports/resources.generated/aws-medialive-inputsecuritygroup.d.ts +16 -0
- package/out/exports/resources.generated/aws-medialive-multiplex.d.ts +25 -0
- package/out/exports/resources.generated/aws-medialive-multiplexprogram.d.ts +72 -0
- package/out/exports/resources.generated/aws-medialive-network.d.ts +28 -0
- package/out/exports/resources.generated/aws-medialive-sdisource.d.ts +19 -0
- package/out/exports/resources.generated/aws-medialive-signalmap.d.ts +29 -0
- package/out/exports/resources.generated/aws-mediapackage-asset.d.ts +18 -0
- package/out/exports/resources.generated/aws-mediapackage-channel.d.ts +18 -0
- package/out/exports/resources.generated/aws-mediapackage-originendpoint.d.ts +114 -0
- package/out/exports/resources.generated/aws-mediapackage-packagingconfiguration.d.ts +80 -0
- package/out/exports/resources.generated/aws-mediapackage-packaginggroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +31 -1
- package/out/exports/resources.generated/aws-mediapackagev2-channelgroup.d.ts +16 -1
- package/out/exports/resources.generated/aws-mediapackagev2-channelpolicy.d.ts +8 -1
- package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +157 -4
- package/out/exports/resources.generated/aws-mediapackagev2-originendpointpolicy.d.ts +9 -1
- package/out/exports/resources.generated/aws-mediastore-container.d.ts +35 -0
- package/out/exports/resources.generated/aws-mediatailor-channel.d.ts +50 -0
- package/out/exports/resources.generated/aws-mediatailor-channelpolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-mediatailor-livesource.d.ts +20 -0
- package/out/exports/resources.generated/aws-mediatailor-playbackconfiguration.d.ts +53 -0
- package/out/exports/resources.generated/aws-mediatailor-sourcelocation.d.ts +32 -0
- package/out/exports/resources.generated/aws-mediatailor-vodsource.d.ts +20 -0
- package/out/exports/resources.generated/aws-memorydb-acl.d.ts +13 -0
- package/out/exports/resources.generated/aws-memorydb-cluster.d.ts +50 -0
- package/out/exports/resources.generated/aws-memorydb-multiregioncluster.d.ts +21 -0
- package/out/exports/resources.generated/aws-memorydb-parametergroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-memorydb-subnetgroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-memorydb-user.d.ts +14 -0
- package/out/exports/resources.generated/aws-mpa-approvalteam.d.ts +81 -0
- package/out/exports/resources.generated/aws-mpa-identitysource.d.ts +47 -0
- package/out/exports/resources.generated/aws-msk-batchscramsecret.d.ts +7 -0
- package/out/exports/resources.generated/aws-msk-cluster.d.ts +112 -0
- package/out/exports/resources.generated/aws-msk-clusterpolicy.d.ts +11 -1
- package/out/exports/resources.generated/aws-msk-configuration.d.ts +25 -0
- package/out/exports/resources.generated/aws-msk-replicator.d.ts +49 -0
- package/out/exports/resources.generated/aws-msk-serverlesscluster.d.ts +28 -0
- package/out/exports/resources.generated/aws-msk-vpcconnection.d.ts +16 -0
- package/out/exports/resources.generated/aws-mwaa-environment.d.ts +60 -0
- package/out/exports/resources.generated/aws-neptune-dbcluster.d.ts +49 -0
- package/out/exports/resources.generated/aws-neptune-dbclusterparametergroup.d.ts +12 -0
- package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +44 -0
- package/out/exports/resources.generated/aws-neptune-dbparametergroup.d.ts +16 -0
- package/out/exports/resources.generated/aws-neptune-dbsubnetgroup.d.ts +9 -0
- package/out/exports/resources.generated/aws-neptune-eventsubscription.d.ts +24 -0
- package/out/exports/resources.generated/aws-neptunegraph-graph.d.ts +22 -0
- package/out/exports/resources.generated/aws-neptunegraph-privategraphendpoint.d.ts +16 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewall.d.ts +27 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewallpolicy.d.ts +59 -0
- package/out/exports/resources.generated/aws-networkfirewall-loggingconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-networkfirewall-rulegroup.d.ts +104 -0
- package/out/exports/resources.generated/aws-networkfirewall-tlsinspectionconfiguration.d.ts +44 -0
- package/out/exports/resources.generated/aws-networkmanager-connectattachment.d.ts +38 -0
- package/out/exports/resources.generated/aws-networkmanager-connectpeer.d.ts +22 -0
- package/out/exports/resources.generated/aws-networkmanager-corenetwork.d.ts +17 -0
- package/out/exports/resources.generated/aws-networkmanager-customergatewayassociation.d.ts +11 -0
- package/out/exports/resources.generated/aws-networkmanager-device.d.ts +29 -0
- package/out/exports/resources.generated/aws-networkmanager-directconnectgatewayattachment.d.ts +33 -0
- package/out/exports/resources.generated/aws-networkmanager-globalnetwork.d.ts +14 -0
- package/out/exports/resources.generated/aws-networkmanager-link.d.ts +22 -0
- package/out/exports/resources.generated/aws-networkmanager-linkassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-networkmanager-site.d.ts +20 -0
- package/out/exports/resources.generated/aws-networkmanager-sitetositevpnattachment.d.ts +33 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewaypeering.d.ts +20 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayregistration.d.ts +7 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayroutetableattachment.d.ts +34 -0
- package/out/exports/resources.generated/aws-networkmanager-vpcattachment.d.ts +38 -0
- package/out/exports/resources.generated/aws-notifications-channelassociation.d.ts +7 -0
- package/out/exports/resources.generated/aws-notifications-eventrule.d.ts +16 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationaccountcontactassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationadditionalchannelassociation.d.ts +7 -0
- package/out/exports/resources.generated/aws-notifications-notificationconfiguration.d.ts +21 -0
- package/out/exports/resources.generated/aws-notifications-notificationhub.d.ts +10 -0
- package/out/exports/resources.generated/aws-notificationscontacts-emailcontact.d.ts +21 -0
- package/out/exports/resources.generated/aws-oam-link.d.ts +31 -0
- package/out/exports/resources.generated/aws-oam-sink.d.ts +16 -1
- package/out/exports/resources.generated/aws-omics-annotationstore.d.ts +47 -0
- package/out/exports/resources.generated/aws-omics-referencestore.d.ts +21 -0
- package/out/exports/resources.generated/aws-omics-rungroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-omics-sequencestore.d.ts +37 -1
- package/out/exports/resources.generated/aws-omics-variantstore.d.ts +31 -0
- package/out/exports/resources.generated/aws-omics-workflow.d.ts +46 -0
- package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +76 -1
- package/out/exports/resources.generated/aws-opensearchserverless-accesspolicy.d.ts +10 -0
- package/out/exports/resources.generated/aws-opensearchserverless-collection.d.ts +21 -0
- package/out/exports/resources.generated/aws-opensearchserverless-index.d.ts +22 -0
- package/out/exports/resources.generated/aws-opensearchserverless-lifecyclepolicy.d.ts +10 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securityconfig.d.ts +28 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securitypolicy.d.ts +14 -0
- package/out/exports/resources.generated/aws-opensearchserverless-vpcendpoint.d.ts +13 -0
- package/out/exports/resources.generated/aws-opensearchservice-application.d.ts +23 -0
- package/out/exports/resources.generated/aws-opensearchservice-domain.d.ts +149 -0
- package/out/exports/resources.generated/aws-opsworks-app.d.ts +50 -0
- package/out/exports/resources.generated/aws-opsworks-elasticloadbalancerattachment.d.ts +13 -0
- package/out/exports/resources.generated/aws-opsworks-instance.d.ts +62 -0
- package/out/exports/resources.generated/aws-opsworks-layer.d.ts +72 -0
- package/out/exports/resources.generated/aws-opsworks-stack.d.ts +66 -0
- package/out/exports/resources.generated/aws-opsworks-userprofile.d.ts +16 -0
- package/out/exports/resources.generated/aws-opsworks-volume.d.ts +15 -0
- package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +34 -0
- package/out/exports/resources.generated/aws-organizations-account.d.ts +52 -0
- package/out/exports/resources.generated/aws-organizations-organization.d.ts +23 -0
- package/out/exports/resources.generated/aws-organizations-organizationalunit.d.ts +19 -0
- package/out/exports/resources.generated/aws-organizations-policy.d.ts +25 -0
- package/out/exports/resources.generated/aws-organizations-resourcepolicy.d.ts +16 -0
- package/out/exports/resources.generated/aws-osis-pipeline.d.ts +32 -0
- package/out/exports/resources.generated/aws-panorama-applicationinstance.d.ts +34 -0
- package/out/exports/resources.generated/aws-panorama-package.d.ts +18 -0
- package/out/exports/resources.generated/aws-panorama-packageversion.d.ts +23 -0
- package/out/exports/resources.generated/aws-paymentcryptography-alias.d.ts +20 -0
- package/out/exports/resources.generated/aws-paymentcryptography-key.d.ts +70 -1
- package/out/exports/resources.generated/aws-pcaconnectorad-connector.d.ts +16 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-directoryregistration.d.ts +11 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-serviceprincipalname.d.ts +7 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-template.d.ts +196 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-templategroupaccesscontrolentry.d.ts +15 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-challenge.d.ts +15 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-connector.d.ts +23 -0
- package/out/exports/resources.generated/aws-pcs-cluster.d.ts +44 -0
- package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +28 -0
- package/out/exports/resources.generated/aws-pcs-queue.d.ts +17 -0
- package/out/exports/resources.generated/aws-personalize-dataset.d.ts +42 -0
- package/out/exports/resources.generated/aws-personalize-datasetgroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-personalize-schema.d.ts +20 -0
- package/out/exports/resources.generated/aws-personalize-solution.d.ts +37 -0
- package/out/exports/resources.generated/aws-pinpoint-admchannel.d.ts +15 -0
- package/out/exports/resources.generated/aws-pinpoint-apnschannel.d.ts +20 -0
- package/out/exports/resources.generated/aws-pinpoint-apnssandboxchannel.d.ts +20 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipchannel.d.ts +20 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipsandboxchannel.d.ts +20 -0
- package/out/exports/resources.generated/aws-pinpoint-app.d.ts +14 -0
- package/out/exports/resources.generated/aws-pinpoint-applicationsettings.d.ts +30 -0
- package/out/exports/resources.generated/aws-pinpoint-baiduchannel.d.ts +15 -0
- package/out/exports/resources.generated/aws-pinpoint-campaign.d.ts +149 -0
- package/out/exports/resources.generated/aws-pinpoint-emailchannel.d.ts +18 -0
- package/out/exports/resources.generated/aws-pinpoint-emailtemplate.d.ts +19 -0
- package/out/exports/resources.generated/aws-pinpoint-eventstream.d.ts +14 -0
- package/out/exports/resources.generated/aws-pinpoint-gcmchannel.d.ts +16 -0
- package/out/exports/resources.generated/aws-pinpoint-inapptemplate.d.ts +51 -0
- package/out/exports/resources.generated/aws-pinpoint-pushtemplate.d.ts +43 -0
- package/out/exports/resources.generated/aws-pinpoint-segment.d.ts +57 -0
- package/out/exports/resources.generated/aws-pinpoint-smschannel.d.ts +15 -0
- package/out/exports/resources.generated/aws-pinpoint-smstemplate.d.ts +17 -0
- package/out/exports/resources.generated/aws-pinpoint-voicechannel.d.ts +13 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationset.d.ts +25 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationseteventdestination.d.ts +36 -0
- package/out/exports/resources.generated/aws-pinpointemail-dedicatedippool.d.ts +13 -0
- package/out/exports/resources.generated/aws-pinpointemail-identity.d.ts +31 -0
- package/out/exports/resources.generated/aws-pipes-pipe.d.ts +354 -0
- package/out/exports/resources.generated/aws-proton-environmentaccountconnection.d.ts +21 -0
- package/out/exports/resources.generated/aws-proton-environmenttemplate.d.ts +23 -0
- package/out/exports/resources.generated/aws-proton-servicetemplate.d.ts +18 -0
- package/out/exports/resources.generated/aws-qbusiness-application.d.ts +68 -0
- package/out/exports/resources.generated/aws-qbusiness-dataaccessor.d.ts +38 -0
- package/out/exports/resources.generated/aws-qbusiness-datasource.d.ts +83 -0
- package/out/exports/resources.generated/aws-qbusiness-index.d.ts +42 -0
- package/out/exports/resources.generated/aws-qbusiness-permission.d.ts +9 -0
- package/out/exports/resources.generated/aws-qbusiness-plugin.d.ts +50 -0
- package/out/exports/resources.generated/aws-qbusiness-retriever.d.ts +30 -0
- package/out/exports/resources.generated/aws-qbusiness-webexperience.d.ts +47 -0
- package/out/exports/resources.generated/aws-qldb-ledger.d.ts +18 -0
- package/out/exports/resources.generated/aws-qldb-stream.d.ts +22 -0
- package/out/exports/resources.generated/aws-quicksight-analysis.d.ts +2884 -0
- package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +34 -0
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +2903 -0
- package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +276 -0
- package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +181 -0
- package/out/exports/resources.generated/aws-quicksight-folder.d.ts +28 -0
- package/out/exports/resources.generated/aws-quicksight-refreshschedule.d.ts +17 -0
- package/out/exports/resources.generated/aws-quicksight-template.d.ts +2692 -0
- package/out/exports/resources.generated/aws-quicksight-theme.d.ts +72 -0
- package/out/exports/resources.generated/aws-quicksight-topic.d.ts +228 -0
- package/out/exports/resources.generated/aws-quicksight-vpcconnection.d.ts +28 -0
- package/out/exports/resources.generated/aws-ram-permission.d.ts +16 -0
- package/out/exports/resources.generated/aws-ram-resourceshare.d.ts +18 -0
- package/out/exports/resources.generated/aws-rbin-rule.d.ts +33 -0
- package/out/exports/resources.generated/aws-rds-customdbengineversion.d.ts +21 -0
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +116 -0
- package/out/exports/resources.generated/aws-rds-dbclusterparametergroup.d.ts +16 -0
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +141 -0
- package/out/exports/resources.generated/aws-rds-dbparametergroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +40 -0
- package/out/exports/resources.generated/aws-rds-dbproxyendpoint.d.ts +23 -0
- package/out/exports/resources.generated/aws-rds-dbproxytargetgroup.d.ts +34 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroupingress.d.ts +22 -0
- package/out/exports/resources.generated/aws-rds-dbshardgroup.d.ts +19 -0
- package/out/exports/resources.generated/aws-rds-dbsubnetgroup.d.ts +11 -0
- package/out/exports/resources.generated/aws-rds-eventsubscription.d.ts +12 -0
- package/out/exports/resources.generated/aws-rds-globalcluster.d.ts +27 -0
- package/out/exports/resources.generated/aws-rds-integration.d.ts +18 -0
- package/out/exports/resources.generated/aws-rds-optiongroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-redshift-cluster.d.ts +71 -1
- package/out/exports/resources.generated/aws-redshift-clusterparametergroup.d.ts +13 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroupingress.d.ts +19 -0
- package/out/exports/resources.generated/aws-redshift-clustersubnetgroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-redshift-endpointaccess.d.ts +17 -0
- package/out/exports/resources.generated/aws-redshift-endpointauthorization.d.ts +20 -0
- package/out/exports/resources.generated/aws-redshift-eventsubscription.d.ts +22 -0
- package/out/exports/resources.generated/aws-redshift-integration.d.ts +16 -0
- package/out/exports/resources.generated/aws-redshift-scheduledaction.d.ts +29 -0
- package/out/exports/resources.generated/aws-redshiftserverless-namespace.d.ts +45 -1
- package/out/exports/resources.generated/aws-redshiftserverless-workgroup.d.ts +55 -0
- package/out/exports/resources.generated/aws-refactorspaces-application.d.ts +33 -0
- package/out/exports/resources.generated/aws-refactorspaces-environment.d.ts +20 -0
- package/out/exports/resources.generated/aws-refactorspaces-route.d.ts +64 -0
- package/out/exports/resources.generated/aws-refactorspaces-service.d.ts +29 -0
- package/out/exports/resources.generated/aws-rekognition-collection.d.ts +11 -0
- package/out/exports/resources.generated/aws-rekognition-project.d.ts +10 -0
- package/out/exports/resources.generated/aws-rekognition-streamprocessor.d.ts +70 -0
- package/out/exports/resources.generated/aws-resiliencehub-app.d.ts +41 -0
- package/out/exports/resources.generated/aws-resiliencehub-resiliencypolicy.d.ts +35 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-defaultviewassociation.d.ts +10 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-index.d.ts +24 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-view.d.ts +18 -0
- package/out/exports/resources.generated/aws-resourcegroups-group.d.ts +37 -0
- package/out/exports/resources.generated/aws-resourcegroups-tagsynctask.d.ts +24 -0
- package/out/exports/resources.generated/aws-robomaker-fleet.d.ts +15 -0
- package/out/exports/resources.generated/aws-robomaker-robot.d.ts +18 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplication.d.ts +23 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplicationversion.d.ts +12 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplication.d.ts +31 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplicationversion.d.ts +12 -0
- package/out/exports/resources.generated/aws-rolesanywhere-crl.d.ts +14 -0
- package/out/exports/resources.generated/aws-rolesanywhere-profile.d.ts +28 -0
- package/out/exports/resources.generated/aws-rolesanywhere-trustanchor.d.ts +33 -0
- package/out/exports/resources.generated/aws-route53-cidrcollection.d.ts +15 -0
- package/out/exports/resources.generated/aws-route53-dnssec.d.ts +6 -0
- package/out/exports/resources.generated/aws-route53-healthcheck.d.ts +30 -0
- package/out/exports/resources.generated/aws-route53-hostedzone.d.ts +45 -0
- package/out/exports/resources.generated/aws-route53-keysigningkey.d.ts +9 -0
- package/out/exports/resources.generated/aws-route53-recordset.d.ts +49 -0
- package/out/exports/resources.generated/aws-route53-recordsetgroup.d.ts +51 -0
- package/out/exports/resources.generated/aws-route53profiles-profile.d.ts +13 -0
- package/out/exports/resources.generated/aws-route53profiles-profileassociation.d.ts +14 -0
- package/out/exports/resources.generated/aws-route53profiles-profileresourceassociation.d.ts +14 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-cluster.d.ts +13 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-controlpanel.d.ts +15 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-routingcontrol.d.ts +15 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-safetyrule.d.ts +42 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-cell.d.ts +19 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-readinesscheck.d.ts +16 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-recoverygroup.d.ts +16 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-resourceset.d.ts +40 -0
- package/out/exports/resources.generated/aws-route53resolver-firewalldomainlist.d.ts +23 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroup.d.ts +33 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroupassociation.d.ts +22 -0
- package/out/exports/resources.generated/aws-route53resolver-outpostresolver.d.ts +20 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverconfig.d.ts +13 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverdnssecconfig.d.ts +12 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverendpoint.d.ts +33 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfig.d.ts +19 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfigassociation.d.ts +15 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverrule.d.ts +25 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverruleassociation.d.ts +15 -0
- package/out/exports/resources.generated/aws-rum-appmonitor.d.ts +65 -0
- package/out/exports/resources.generated/aws-s3-accessgrant.d.ts +30 -0
- package/out/exports/resources.generated/aws-s3-accessgrantsinstance.d.ts +15 -0
- package/out/exports/resources.generated/aws-s3-accessgrantslocation.d.ts +22 -0
- package/out/exports/resources.generated/aws-s3-accesspoint.d.ts +25 -1
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +258 -0
- package/out/exports/resources.generated/aws-s3-bucketpolicy.d.ts +24 -1
- package/out/exports/resources.generated/aws-s3-multiregionaccesspoint.d.ts +21 -0
- package/out/exports/resources.generated/aws-s3-multiregionaccesspointpolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-s3-storagelens.d.ts +74 -0
- package/out/exports/resources.generated/aws-s3-storagelensgroup.d.ts +38 -0
- package/out/exports/resources.generated/aws-s3express-bucketpolicy.d.ts +42 -1
- package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +73 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspoint.d.ts +30 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspointpolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-s3outposts-accesspoint.d.ts +17 -1
- package/out/exports/resources.generated/aws-s3outposts-bucket.d.ts +46 -0
- package/out/exports/resources.generated/aws-s3outposts-bucketpolicy.d.ts +15 -1
- package/out/exports/resources.generated/aws-s3outposts-endpoint.d.ts +26 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucket.d.ts +22 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucketpolicy.d.ts +9 -1
- package/out/exports/resources.generated/aws-sagemaker-app.d.ts +23 -1
- package/out/exports/resources.generated/aws-sagemaker-appimageconfig.d.ts +35 -0
- package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +42 -0
- package/out/exports/resources.generated/aws-sagemaker-coderepository.d.ts +21 -0
- package/out/exports/resources.generated/aws-sagemaker-dataqualityjobdefinition.d.ts +85 -0
- package/out/exports/resources.generated/aws-sagemaker-device.d.ts +12 -0
- package/out/exports/resources.generated/aws-sagemaker-devicefleet.d.ts +13 -0
- package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +177 -3
- package/out/exports/resources.generated/aws-sagemaker-endpoint.d.ts +43 -0
- package/out/exports/resources.generated/aws-sagemaker-endpointconfig.d.ts +137 -0
- package/out/exports/resources.generated/aws-sagemaker-featuregroup.d.ts +49 -0
- package/out/exports/resources.generated/aws-sagemaker-image.d.ts +14 -0
- package/out/exports/resources.generated/aws-sagemaker-imageversion.d.ts +32 -0
- package/out/exports/resources.generated/aws-sagemaker-inferencecomponent.d.ts +70 -0
- package/out/exports/resources.generated/aws-sagemaker-inferenceexperiment.d.ts +57 -0
- package/out/exports/resources.generated/aws-sagemaker-mlflowtrackingserver.d.ts +17 -0
- package/out/exports/resources.generated/aws-sagemaker-model.d.ts +59 -0
- package/out/exports/resources.generated/aws-sagemaker-modelbiasjobdefinition.d.ts +92 -0
- package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +184 -0
- package/out/exports/resources.generated/aws-sagemaker-modelexplainabilityjobdefinition.d.ts +83 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackage.d.ts +177 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackagegroup.d.ts +15 -1
- package/out/exports/resources.generated/aws-sagemaker-modelqualityjobdefinition.d.ts +95 -0
- package/out/exports/resources.generated/aws-sagemaker-monitoringschedule.d.ts +109 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstance.d.ts +30 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstancelifecycleconfig.d.ts +17 -0
- package/out/exports/resources.generated/aws-sagemaker-partnerapp.d.ts +26 -0
- package/out/exports/resources.generated/aws-sagemaker-pipeline.d.ts +17 -0
- package/out/exports/resources.generated/aws-sagemaker-project.d.ts +20 -0
- package/out/exports/resources.generated/aws-sagemaker-space.d.ts +72 -0
- package/out/exports/resources.generated/aws-sagemaker-studiolifecycleconfig.d.ts +13 -0
- package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +122 -3
- package/out/exports/resources.generated/aws-sagemaker-workteam.d.ts +33 -0
- package/out/exports/resources.generated/aws-scheduler-schedule.d.ts +95 -0
- package/out/exports/resources.generated/aws-scheduler-schedulegroup.d.ts +19 -0
- package/out/exports/resources.generated/aws-sdb-domain.d.ts +14 -0
- package/out/exports/resources.generated/aws-secretsmanager-resourcepolicy.d.ts +14 -1
- package/out/exports/resources.generated/aws-secretsmanager-rotationschedule.d.ts +45 -0
- package/out/exports/resources.generated/aws-secretsmanager-secret.d.ts +40 -0
- package/out/exports/resources.generated/aws-secretsmanager-secrettargetattachment.d.ts +22 -0
- package/out/exports/resources.generated/aws-securityhub-automationrule.d.ts +110 -0
- package/out/exports/resources.generated/aws-securityhub-configurationpolicy.d.ts +42 -0
- package/out/exports/resources.generated/aws-securityhub-delegatedadmin.d.ts +17 -0
- package/out/exports/resources.generated/aws-securityhub-findingaggregator.d.ts +16 -0
- package/out/exports/resources.generated/aws-securityhub-hub.d.ts +20 -0
- package/out/exports/resources.generated/aws-securityhub-insight.d.ts +144 -0
- package/out/exports/resources.generated/aws-securityhub-organizationconfiguration.d.ts +15 -0
- package/out/exports/resources.generated/aws-securityhub-policyassociation.d.ts +16 -0
- package/out/exports/resources.generated/aws-securityhub-productsubscription.d.ts +14 -0
- package/out/exports/resources.generated/aws-securityhub-securitycontrol.d.ts +0 -0
- package/out/exports/resources.generated/aws-securityhub-standard.d.ts +18 -0
- package/out/exports/resources.generated/aws-securitylake-awslogsource.d.ts +11 -0
- package/out/exports/resources.generated/aws-securitylake-datalake.d.ts +32 -0
- package/out/exports/resources.generated/aws-securitylake-subscriber.d.ts +31 -0
- package/out/exports/resources.generated/aws-securitylake-subscribernotification.d.ts +22 -0
- package/out/exports/resources.generated/aws-servicecatalog-acceptedportfolioshare.d.ts +13 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationproduct.d.ts +43 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationprovisionedproduct.d.ts +38 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchnotificationconstraint.d.ts +16 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchroleconstraint.d.ts +17 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchtemplateconstraint.d.ts +16 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolio.d.ts +15 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioprincipalassociation.d.ts +15 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioproductassociation.d.ts +17 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioshare.d.ts +15 -0
- package/out/exports/resources.generated/aws-servicecatalog-resourceupdateconstraint.d.ts +16 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceaction.d.ts +17 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceactionassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-servicecatalog-stacksetconstraint.d.ts +20 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoption.d.ts +12 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoptionassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-application.d.ts +16 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroupassociation.d.ts +12 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-resourceassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-servicediscovery-httpnamespace.d.ts +15 -0
- package/out/exports/resources.generated/aws-servicediscovery-instance.d.ts +11 -0
- package/out/exports/resources.generated/aws-servicediscovery-privatednsnamespace.d.ts +22 -0
- package/out/exports/resources.generated/aws-servicediscovery-publicdnsnamespace.d.ts +23 -0
- package/out/exports/resources.generated/aws-servicediscovery-service.d.ts +42 -0
- package/out/exports/resources.generated/aws-ses-configurationset.d.ts +45 -0
- package/out/exports/resources.generated/aws-ses-configurationseteventdestination.d.ts +36 -0
- package/out/exports/resources.generated/aws-ses-contactlist.d.ts +14 -0
- package/out/exports/resources.generated/aws-ses-dedicatedippool.d.ts +9 -0
- package/out/exports/resources.generated/aws-ses-emailidentity.d.ts +39 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddoninstance.d.ts +13 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddonsubscription.d.ts +12 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddresslist.d.ts +40 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerarchive.d.ts +22 -0
- package/out/exports/resources.generated/aws-ses-mailmanageringresspoint.d.ts +38 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerrelay.d.ts +16 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerruleset.d.ts +166 -0
- package/out/exports/resources.generated/aws-ses-mailmanagertrafficpolicy.d.ts +88 -0
- package/out/exports/resources.generated/aws-ses-receiptfilter.d.ts +18 -0
- package/out/exports/resources.generated/aws-ses-receiptrule.d.ts +63 -0
- package/out/exports/resources.generated/aws-ses-receiptruleset.d.ts +16 -0
- package/out/exports/resources.generated/aws-ses-template.d.ts +17 -0
- package/out/exports/resources.generated/aws-ses-vdmattributes.d.ts +15 -0
- package/out/exports/resources.generated/aws-shield-drtaccess.d.ts +23 -0
- package/out/exports/resources.generated/aws-shield-proactiveengagement.d.ts +29 -0
- package/out/exports/resources.generated/aws-shield-protection.d.ts +36 -0
- package/out/exports/resources.generated/aws-shield-protectiongroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-signer-profilepermission.d.ts +10 -0
- package/out/exports/resources.generated/aws-signer-signingprofile.d.ts +21 -0
- package/out/exports/resources.generated/aws-simspaceweaver-simulation.d.ts +24 -0
- package/out/exports/resources.generated/aws-sns-subscription.d.ts +20 -0
- package/out/exports/resources.generated/aws-sns-topic.d.ts +33 -0
- package/out/exports/resources.generated/aws-sns-topicinlinepolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-sns-topicpolicy.d.ts +11 -1
- package/out/exports/resources.generated/aws-sqs-queue.d.ts +38 -0
- package/out/exports/resources.generated/aws-sqs-queueinlinepolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-sqs-queuepolicy.d.ts +11 -1
- package/out/exports/resources.generated/aws-ssm-association.d.ts +35 -0
- package/out/exports/resources.generated/aws-ssm-document.d.ts +24 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindow.d.ts +24 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtarget.d.ts +20 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +66 -0
- package/out/exports/resources.generated/aws-ssm-parameter.d.ts +27 -0
- package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +42 -0
- package/out/exports/resources.generated/aws-ssm-resourcedatasync.d.ts +40 -0
- package/out/exports/resources.generated/aws-ssm-resourcepolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-ssmcontacts-contact.d.ts +34 -0
- package/out/exports/resources.generated/aws-ssmcontacts-contactchannel.d.ts +16 -0
- package/out/exports/resources.generated/aws-ssmcontacts-plan.d.ts +31 -0
- package/out/exports/resources.generated/aws-ssmcontacts-rotation.d.ts +49 -0
- package/out/exports/resources.generated/aws-ssmguiconnect-preferences.d.ts +15 -0
- package/out/exports/resources.generated/aws-ssmincidents-replicationset.d.ts +17 -0
- package/out/exports/resources.generated/aws-ssmincidents-responseplan.d.ts +54 -0
- package/out/exports/resources.generated/aws-ssmquicksetup-configurationmanager.d.ts +25 -0
- package/out/exports/resources.generated/aws-sso-application.d.ts +24 -0
- package/out/exports/resources.generated/aws-sso-applicationassignment.d.ts +8 -0
- package/out/exports/resources.generated/aws-sso-assignment.d.ts +13 -0
- package/out/exports/resources.generated/aws-sso-instance.d.ts +19 -0
- package/out/exports/resources.generated/aws-sso-instanceaccesscontrolattributeconfiguration.d.ts +15 -0
- package/out/exports/resources.generated/aws-sso-permissionset.d.ts +25 -1
- package/out/exports/resources.generated/aws-stepfunctions-activity.d.ts +22 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachine.d.ts +43 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachinealias.d.ts +28 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachineversion.d.ts +16 -0
- package/out/exports/resources.generated/aws-supportapp-accountalias.d.ts +12 -0
- package/out/exports/resources.generated/aws-supportapp-slackchannelconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-supportapp-slackworkspaceconfiguration.d.ts +15 -0
- package/out/exports/resources.generated/aws-synthetics-canary.d.ts +76 -0
- package/out/exports/resources.generated/aws-synthetics-group.d.ts +16 -0
- package/out/exports/resources.generated/aws-systemsmanagersap-application.d.ts +26 -0
- package/out/exports/resources.generated/aws-timestream-database.d.ts +12 -0
- package/out/exports/resources.generated/aws-timestream-influxdbinstance.d.ts +32 -0
- package/out/exports/resources.generated/aws-timestream-scheduledquery.d.ts +76 -0
- package/out/exports/resources.generated/aws-timestream-table.d.ts +22 -0
- package/out/exports/resources.generated/aws-transfer-agreement.d.ts +25 -0
- package/out/exports/resources.generated/aws-transfer-certificate.d.ts +27 -0
- package/out/exports/resources.generated/aws-transfer-connector.d.ts +20 -0
- package/out/exports/resources.generated/aws-transfer-profile.d.ts +14 -0
- package/out/exports/resources.generated/aws-transfer-server.d.ts +81 -0
- package/out/exports/resources.generated/aws-transfer-user.d.ts +35 -0
- package/out/exports/resources.generated/aws-transfer-webapp.d.ts +28 -0
- package/out/exports/resources.generated/aws-transfer-workflow.d.ts +32 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-identitysource.d.ts +46 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policy.d.ts +45 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policystore.d.ts +31 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policytemplate.d.ts +12 -0
- package/out/exports/resources.generated/aws-voiceid-domain.d.ts +15 -0
- package/out/exports/resources.generated/aws-vpclattice-accesslogsubscription.d.ts +16 -0
- package/out/exports/resources.generated/aws-vpclattice-authpolicy.d.ts +13 -1
- package/out/exports/resources.generated/aws-vpclattice-listener.d.ts +28 -0
- package/out/exports/resources.generated/aws-vpclattice-resourceconfiguration.d.ts +23 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcegateway.d.ts +16 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcepolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-vpclattice-rule.d.ts +47 -0
- package/out/exports/resources.generated/aws-vpclattice-service.d.ts +22 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetwork.d.ts +20 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkresourceassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkserviceassociation.d.ts +29 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkvpcassociation.d.ts +26 -0
- package/out/exports/resources.generated/aws-vpclattice-targetgroup.d.ts +44 -0
- package/out/exports/resources.generated/aws-waf-bytematchset.d.ts +26 -0
- package/out/exports/resources.generated/aws-waf-ipset.d.ts +24 -0
- package/out/exports/resources.generated/aws-waf-rule.d.ts +27 -0
- package/out/exports/resources.generated/aws-waf-sizeconstraintset.d.ts +27 -0
- package/out/exports/resources.generated/aws-waf-sqlinjectionmatchset.d.ts +25 -0
- package/out/exports/resources.generated/aws-waf-webacl.d.ts +25 -0
- package/out/exports/resources.generated/aws-waf-xssmatchset.d.ts +25 -0
- package/out/exports/resources.generated/aws-wafregional-bytematchset.d.ts +26 -0
- package/out/exports/resources.generated/aws-wafregional-geomatchset.d.ts +22 -0
- package/out/exports/resources.generated/aws-wafregional-ipset.d.ts +24 -0
- package/out/exports/resources.generated/aws-wafregional-ratebasedrule.d.ts +33 -0
- package/out/exports/resources.generated/aws-wafregional-regexpatternset.d.ts +15 -0
- package/out/exports/resources.generated/aws-wafregional-rule.d.ts +27 -0
- package/out/exports/resources.generated/aws-wafregional-sizeconstraintset.d.ts +27 -0
- package/out/exports/resources.generated/aws-wafregional-sqlinjectionmatchset.d.ts +25 -0
- package/out/exports/resources.generated/aws-wafregional-webacl.d.ts +27 -0
- package/out/exports/resources.generated/aws-wafregional-webaclassociation.d.ts +17 -0
- package/out/exports/resources.generated/aws-wafregional-xssmatchset.d.ts +25 -0
- package/out/exports/resources.generated/aws-wafv2-ipset.d.ts +22 -0
- package/out/exports/resources.generated/aws-wafv2-loggingconfiguration.d.ts +42 -0
- package/out/exports/resources.generated/aws-wafv2-regexpatternset.d.ts +19 -0
- package/out/exports/resources.generated/aws-wafv2-rulegroup.d.ts +250 -1
- package/out/exports/resources.generated/aws-wafv2-webacl.d.ts +365 -1
- package/out/exports/resources.generated/aws-wafv2-webaclassociation.d.ts +26 -0
- package/out/exports/resources.generated/aws-wisdom-aiagent.d.ts +65 -0
- package/out/exports/resources.generated/aws-wisdom-aiagentversion.d.ts +15 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrail.d.ts +65 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrailversion.d.ts +15 -0
- package/out/exports/resources.generated/aws-wisdom-aiprompt.d.ts +35 -0
- package/out/exports/resources.generated/aws-wisdom-aipromptversion.d.ts +15 -0
- package/out/exports/resources.generated/aws-wisdom-assistant.d.ts +20 -0
- package/out/exports/resources.generated/aws-wisdom-assistantassociation.d.ts +20 -0
- package/out/exports/resources.generated/aws-wisdom-knowledgebase.d.ts +57 -1
- package/out/exports/resources.generated/aws-wisdom-messagetemplate.d.ts +118 -0
- package/out/exports/resources.generated/aws-wisdom-messagetemplateversion.d.ts +12 -0
- package/out/exports/resources.generated/aws-workspaces-connectionalias.d.ts +12 -0
- package/out/exports/resources.generated/aws-workspaces-workspace.d.ts +25 -0
- package/out/exports/resources.generated/aws-workspaces-workspacespool.d.ts +40 -0
- package/out/exports/resources.generated/aws-workspacesthinclient-environment.d.ts +39 -0
- package/out/exports/resources.generated/aws-workspacesweb-browsersettings.d.ts +14 -0
- package/out/exports/resources.generated/aws-workspacesweb-dataprotectionsettings.d.ts +40 -0
- package/out/exports/resources.generated/aws-workspacesweb-identityprovider.d.ts +19 -0
- package/out/exports/resources.generated/aws-workspacesweb-ipaccesssettings.d.ts +20 -0
- package/out/exports/resources.generated/aws-workspacesweb-networksettings.d.ts +18 -0
- package/out/exports/resources.generated/aws-workspacesweb-portal.d.ts +47 -0
- package/out/exports/resources.generated/aws-workspacesweb-truststore.d.ts +12 -0
- package/out/exports/resources.generated/aws-workspacesweb-useraccessloggingsettings.d.ts +18 -0
- package/out/exports/resources.generated/aws-workspacesweb-usersettings.d.ts +50 -0
- package/out/exports/resources.generated/aws-xray-group.d.ts +16 -0
- package/out/exports/resources.generated/aws-xray-resourcepolicy.d.ts +8 -0
- package/out/exports/resources.generated/aws-xray-samplingrule.d.ts +59 -0
- package/out/exports/resources.generated/aws-xray-transactionsearchconfig.d.ts +10 -0
- package/out/lib/intrinsics.d.ts +2 -2
- package/out/lib/intrinsics.d.ts.map +1 -1
- package/out/lib/intrinsics.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,23 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Specifies a knowledge base as a resource in a top-level template. Minimally, you must specify the following properties:
|
|
4
|
+
*
|
|
5
|
+
* - Name – Specify a name for the knowledge base.
|
|
6
|
+
* - RoleArn – Specify the Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the knowledge base. For more information, see [Create a service role for Knowledge base for Amazon Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/kb-permissions.html) .
|
|
7
|
+
* - KnowledgeBaseConfiguration – Specify the embeddings configuration of the knowledge base. The following sub-properties are required:
|
|
8
|
+
*
|
|
9
|
+
* - Type – Specify the value `VECTOR` .
|
|
10
|
+
* - StorageConfiguration – Specify information about the vector store in which the data source is stored. The following sub-properties are required:
|
|
11
|
+
*
|
|
12
|
+
* - Type – Specify the vector store service that you are using.
|
|
13
|
+
*
|
|
14
|
+
* > Redis Enterprise Cloud vector stores are currently unsupported in AWS CloudFormation .
|
|
15
|
+
*
|
|
16
|
+
* For more information about using knowledge bases in Amazon Bedrock , see [Knowledge base for Amazon Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base.html) .
|
|
17
|
+
*
|
|
18
|
+
* See the *Properties* section below for descriptions of both the required and optional properties.
|
|
19
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-knowledgebase.html}
|
|
20
|
+
*/
|
|
2
21
|
export type BedrockKnowledgeBase = ResourceDefinitionWithAttributes<"AWS::Bedrock::KnowledgeBase", BedrockKnowledgeBaseProps, BedrockKnowledgeBaseAttribs>;
|
|
3
22
|
/**
|
|
4
23
|
* Specifies a knowledge base as a resource in a top-level template. Minimally, you must specify the following properties:
|
|
@@ -17,31 +36,37 @@ export type BedrockKnowledgeBase = ResourceDefinitionWithAttributes<"AWS::Bedroc
|
|
|
17
36
|
* For more information about using knowledge bases in Amazon Bedrock , see [Knowledge base for Amazon Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base.html) .
|
|
18
37
|
*
|
|
19
38
|
* See the *Properties* section below for descriptions of both the required and optional properties.
|
|
39
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-knowledgebase.html}
|
|
20
40
|
*/
|
|
21
41
|
export type BedrockKnowledgeBaseProps = {
|
|
22
42
|
/**
|
|
23
43
|
* The description of the knowledge base associated with the inline agent.
|
|
24
44
|
* @minLength 1
|
|
25
45
|
* @maxLength 200
|
|
46
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-knowledgebase.html#cfn-bedrock-knowledgebase-description}
|
|
26
47
|
*/
|
|
27
48
|
Description?: string | undefined;
|
|
28
49
|
/**
|
|
29
50
|
* Contains details about the embeddings configuration of the knowledge base.
|
|
51
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-knowledgebase.html#cfn-bedrock-knowledgebase-knowledgebaseconfiguration}
|
|
30
52
|
*/
|
|
31
53
|
KnowledgeBaseConfiguration: KnowledgeBaseConfiguration;
|
|
32
54
|
/**
|
|
33
55
|
* The name of the knowledge base.
|
|
34
56
|
* @pattern ^([0-9a-zA-Z][_-]?){1,100}$
|
|
57
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-knowledgebase.html#cfn-bedrock-knowledgebase-name}
|
|
35
58
|
*/
|
|
36
59
|
Name: string;
|
|
37
60
|
/**
|
|
38
61
|
* The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the knowledge base.
|
|
39
62
|
* @maxLength 2048
|
|
40
63
|
* @pattern ^arn:aws(-[^:]+)?:iam::([0-9]{12})?:role/.+$
|
|
64
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-knowledgebase.html#cfn-bedrock-knowledgebase-rolearn}
|
|
41
65
|
*/
|
|
42
66
|
RoleArn: string;
|
|
43
67
|
/**
|
|
44
68
|
* Contains details about the storage configuration of the knowledge base.
|
|
69
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-knowledgebase.html#cfn-bedrock-knowledgebase-storageconfiguration}
|
|
45
70
|
*/
|
|
46
71
|
StorageConfiguration?: StorageConfiguration | undefined;
|
|
47
72
|
/**
|
|
@@ -49,16 +74,22 @@ export type BedrockKnowledgeBaseProps = {
|
|
|
49
74
|
*
|
|
50
75
|
* - [Tag naming limits and requirements](https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html#tag-conventions)
|
|
51
76
|
* - [Tagging best practices](https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html#tag-best-practices)
|
|
77
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-knowledgebase.html#cfn-bedrock-knowledgebase-tags}
|
|
52
78
|
*/
|
|
53
79
|
Tags?: Record<string, string> | undefined;
|
|
54
80
|
};
|
|
81
|
+
/**
|
|
82
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-knowledgebase.html#aws-resource-bedrock-knowledgebase-return-values}
|
|
83
|
+
*/
|
|
55
84
|
export type BedrockKnowledgeBaseAttribs = {
|
|
56
85
|
/**
|
|
57
86
|
* The time the knowledge base was created.
|
|
87
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-knowledgebase.html#cfn-bedrock-knowledgebase-createdat}
|
|
58
88
|
*/
|
|
59
89
|
CreatedAt: string;
|
|
60
90
|
/**
|
|
61
91
|
* A list of reasons that the API operation on the knowledge base failed.
|
|
92
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-knowledgebase.html#cfn-bedrock-knowledgebase-failurereasons}
|
|
62
93
|
*/
|
|
63
94
|
FailureReasons: string[];
|
|
64
95
|
/**
|
|
@@ -66,184 +97,222 @@ export type BedrockKnowledgeBaseAttribs = {
|
|
|
66
97
|
* @minLength 0
|
|
67
98
|
* @maxLength 128
|
|
68
99
|
* @pattern ^arn:aws(|-cn|-us-gov):bedrock:[a-zA-Z0-9-]*:[0-9]{12}:knowledge-base/[0-9a-zA-Z]+$
|
|
100
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-knowledgebase.html#cfn-bedrock-knowledgebase-knowledgebasearn}
|
|
69
101
|
*/
|
|
70
102
|
KnowledgeBaseArn: string;
|
|
71
103
|
/**
|
|
72
104
|
* The unique identifier for a knowledge base associated with the inline agent.
|
|
73
105
|
* @pattern ^[0-9a-zA-Z]{10}$
|
|
106
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-knowledgebase.html#cfn-bedrock-knowledgebase-knowledgebaseid}
|
|
74
107
|
*/
|
|
75
108
|
KnowledgeBaseId: string;
|
|
76
109
|
/**
|
|
77
110
|
* The status of the knowledge base.
|
|
111
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-knowledgebase.html#cfn-bedrock-knowledgebase-status}
|
|
78
112
|
*/
|
|
79
113
|
Status: KnowledgeBaseStatus;
|
|
80
114
|
/**
|
|
81
115
|
* The time the knowledge base was last updated.
|
|
116
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-knowledgebase.html#cfn-bedrock-knowledgebase-updatedat}
|
|
82
117
|
*/
|
|
83
118
|
UpdatedAt: string;
|
|
84
119
|
};
|
|
85
120
|
/**
|
|
86
121
|
* The vector configuration details for the Bedrock embeddings model.
|
|
122
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-bedrockembeddingmodelconfiguration.html}
|
|
87
123
|
*/
|
|
88
124
|
export type BedrockEmbeddingModelConfiguration = {
|
|
89
125
|
/**
|
|
90
126
|
* The dimensions details for the vector configuration used on the Bedrock embeddings model.
|
|
91
127
|
* @min 0
|
|
92
128
|
* @max 4096
|
|
129
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-bedrockembeddingmodelconfiguration.html#cfn-bedrock-knowledgebase-bedrockembeddingmodelconfiguration-dimensions}
|
|
93
130
|
*/
|
|
94
131
|
Dimensions?: number | undefined;
|
|
95
132
|
/**
|
|
96
133
|
* The data type for the vectors when using a model to convert text into vector embeddings. The model must support the specified data type for vector embeddings. Floating-point (float32) is the default data type, and is supported by most models for vector embeddings. See [Supported embeddings models](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-supported.html) for information on the available models and their vector data types.
|
|
134
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-bedrockembeddingmodelconfiguration.html#cfn-bedrock-knowledgebase-bedrockembeddingmodelconfiguration-embeddingdatatype}
|
|
97
135
|
*/
|
|
98
136
|
EmbeddingDataType?: "FLOAT32" | "BINARY" | undefined;
|
|
99
137
|
};
|
|
100
138
|
/**
|
|
101
139
|
* Contains configurations for a query, each of which defines information about example queries to help the query engine generate appropriate SQL queries.
|
|
140
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-curatedquery.html}
|
|
102
141
|
*/
|
|
103
142
|
export type CuratedQuery = {
|
|
104
143
|
/**
|
|
105
144
|
* An example natural language query.
|
|
145
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-curatedquery.html#cfn-bedrock-knowledgebase-curatedquery-naturallanguage}
|
|
106
146
|
*/
|
|
107
147
|
NaturalLanguage: string;
|
|
108
148
|
/**
|
|
109
149
|
* The SQL equivalent of the natural language query.
|
|
150
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-curatedquery.html#cfn-bedrock-knowledgebase-curatedquery-sql}
|
|
110
151
|
*/
|
|
111
152
|
Sql: string;
|
|
112
153
|
};
|
|
113
154
|
/**
|
|
114
155
|
* The configuration details for the embeddings model.
|
|
156
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-embeddingmodelconfiguration.html}
|
|
115
157
|
*/
|
|
116
158
|
export type EmbeddingModelConfiguration = {
|
|
117
159
|
/**
|
|
118
160
|
* The vector configuration details on the Bedrock embeddings model.
|
|
161
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-embeddingmodelconfiguration.html#cfn-bedrock-knowledgebase-embeddingmodelconfiguration-bedrockembeddingmodelconfiguration}
|
|
119
162
|
*/
|
|
120
163
|
BedrockEmbeddingModelConfiguration?: BedrockEmbeddingModelConfiguration | undefined;
|
|
121
164
|
};
|
|
122
165
|
/**
|
|
123
166
|
* Include or Exclude status for an entity
|
|
167
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-inclusiontype.html}
|
|
124
168
|
*/
|
|
125
169
|
export type InclusionType = "INCLUDE" | "EXCLUDE";
|
|
126
170
|
/**
|
|
127
171
|
* Settings for an Amazon Kendra knowledge base.
|
|
172
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-kendraknowledgebaseconfiguration.html}
|
|
128
173
|
*/
|
|
129
174
|
export type KendraKnowledgeBaseConfiguration = {
|
|
130
175
|
/**
|
|
131
176
|
* The ARN of the Amazon Kendra index.
|
|
177
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-kendraknowledgebaseconfiguration.html#cfn-bedrock-knowledgebase-kendraknowledgebaseconfiguration-kendraindexarn}
|
|
132
178
|
*/
|
|
133
179
|
KendraIndexArn: string;
|
|
134
180
|
};
|
|
135
181
|
/**
|
|
136
182
|
* Configurations to apply to a knowledge base attached to the agent during query. For more information, see [Knowledge base retrieval configurations](https://docs.aws.amazon.com/bedrock/latest/userguide/agents-session-state.html#session-state-kb) .
|
|
183
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-knowledgebaseconfiguration.html}
|
|
137
184
|
*/
|
|
138
185
|
export type KnowledgeBaseConfiguration = {
|
|
139
186
|
/**
|
|
140
187
|
* Settings for an Amazon Kendra knowledge base.
|
|
188
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-knowledgebaseconfiguration.html#cfn-bedrock-knowledgebase-knowledgebaseconfiguration-kendraknowledgebaseconfiguration}
|
|
141
189
|
*/
|
|
142
190
|
KendraKnowledgeBaseConfiguration?: KendraKnowledgeBaseConfiguration | undefined;
|
|
143
191
|
/**
|
|
144
192
|
* Specifies configurations for a knowledge base connected to an SQL database.
|
|
193
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-knowledgebaseconfiguration.html#cfn-bedrock-knowledgebase-knowledgebaseconfiguration-sqlknowledgebaseconfiguration}
|
|
145
194
|
*/
|
|
146
195
|
SqlKnowledgeBaseConfiguration?: SqlKnowledgeBaseConfiguration | undefined;
|
|
147
196
|
/**
|
|
148
197
|
* The type of data that the data source is converted into for the knowledge base.
|
|
198
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-knowledgebaseconfiguration.html#cfn-bedrock-knowledgebase-knowledgebaseconfiguration-type}
|
|
149
199
|
*/
|
|
150
200
|
Type: KnowledgeBaseType;
|
|
151
201
|
/**
|
|
152
202
|
* Contains details about the model that's used to convert the data source into vector embeddings.
|
|
203
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-knowledgebaseconfiguration.html#cfn-bedrock-knowledgebase-knowledgebaseconfiguration-vectorknowledgebaseconfiguration}
|
|
153
204
|
*/
|
|
154
205
|
VectorKnowledgeBaseConfiguration?: VectorKnowledgeBaseConfiguration | undefined;
|
|
155
206
|
};
|
|
156
207
|
/**
|
|
157
208
|
* The status of a knowledge base.
|
|
209
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-knowledgebasestatus.html}
|
|
158
210
|
*/
|
|
159
211
|
export type KnowledgeBaseStatus = "CREATING" | "ACTIVE" | "DELETING" | "UPDATING" | "FAILED" | "DELETE_UNSUCCESSFUL";
|
|
160
212
|
/**
|
|
161
213
|
* The storage type of a knowledge base.
|
|
214
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-knowledgebasestoragetype.html}
|
|
162
215
|
*/
|
|
163
216
|
export type KnowledgeBaseStorageType = "OPENSEARCH_SERVERLESS" | "PINECONE" | "RDS" | "MONGO_DB_ATLAS" | "NEPTUNE_ANALYTICS" | "OPENSEARCH_MANAGED_CLUSTER";
|
|
164
217
|
/**
|
|
165
218
|
* The type of a knowledge base.
|
|
219
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-knowledgebasetype.html}
|
|
166
220
|
*/
|
|
167
221
|
export type KnowledgeBaseType = "VECTOR" | "KENDRA" | "SQL";
|
|
168
222
|
/**
|
|
169
223
|
* Contains details about the storage configuration of the knowledge base in MongoDB Atlas.
|
|
224
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-mongodbatlasconfiguration.html}
|
|
170
225
|
*/
|
|
171
226
|
export type MongoDbAtlasConfiguration = {
|
|
172
227
|
/**
|
|
173
228
|
* The collection name of the knowledge base in MongoDB Atlas.
|
|
174
229
|
* @maxLength 63
|
|
175
230
|
* @pattern ^.*$
|
|
231
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-mongodbatlasconfiguration.html#cfn-bedrock-knowledgebase-mongodbatlasconfiguration-collectionname}
|
|
176
232
|
*/
|
|
177
233
|
CollectionName: string;
|
|
178
234
|
/**
|
|
179
235
|
* The Amazon Resource Name (ARN) of the secret that you created in AWS Secrets Manager that contains user credentials for your MongoDB Atlas cluster.
|
|
180
236
|
* @pattern ^arn:aws(|-cn|-us-gov):secretsmanager:[a-z0-9-]{1,20}:([0-9]{12}|):secret:[a-zA-Z0-9!/_+=.@-]{1,512}$
|
|
237
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-mongodbatlasconfiguration.html#cfn-bedrock-knowledgebase-mongodbatlasconfiguration-credentialssecretarn}
|
|
181
238
|
*/
|
|
182
239
|
CredentialsSecretArn: string;
|
|
183
240
|
/**
|
|
184
241
|
* The database name in your MongoDB Atlas cluster for your knowledge base.
|
|
185
242
|
* @maxLength 63
|
|
186
243
|
* @pattern ^.*$
|
|
244
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-mongodbatlasconfiguration.html#cfn-bedrock-knowledgebase-mongodbatlasconfiguration-databasename}
|
|
187
245
|
*/
|
|
188
246
|
DatabaseName: string;
|
|
189
247
|
/**
|
|
190
248
|
* The endpoint URL of your MongoDB Atlas cluster for your knowledge base.
|
|
191
249
|
* @maxLength 2048
|
|
192
250
|
* @pattern ^[a-zA-Z0-9_-]+\.[a-zA-Z0-9_-]+\.mongodb\.net$
|
|
251
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-mongodbatlasconfiguration.html#cfn-bedrock-knowledgebase-mongodbatlasconfiguration-endpoint}
|
|
193
252
|
*/
|
|
194
253
|
Endpoint: string;
|
|
195
254
|
/**
|
|
196
255
|
* The name of the VPC endpoint service in your account that is connected to your MongoDB Atlas cluster.
|
|
197
256
|
* @maxLength 255
|
|
198
257
|
* @pattern ^(?:arn:aws(?:-us-gov|-cn|-iso|-iso-[a-z])*:.+:.*:\d+:.+/.+$|[a-zA-Z0-9*]+[a-zA-Z0-9._-]*)$
|
|
258
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-mongodbatlasconfiguration.html#cfn-bedrock-knowledgebase-mongodbatlasconfiguration-endpointservicename}
|
|
199
259
|
*/
|
|
200
260
|
EndpointServiceName?: string | undefined;
|
|
201
261
|
/**
|
|
202
262
|
* Contains the names of the fields to which to map information about the vector store.
|
|
263
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-mongodbatlasconfiguration.html#cfn-bedrock-knowledgebase-mongodbatlasconfiguration-fieldmapping}
|
|
203
264
|
*/
|
|
204
265
|
FieldMapping: MongoDbAtlasFieldMapping;
|
|
205
266
|
/**
|
|
206
267
|
* The name of the text search index in the MongoDB collection. This is required for using the hybrid search feature.
|
|
207
268
|
* @maxLength 2048
|
|
208
269
|
* @pattern ^.*$
|
|
270
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-mongodbatlasconfiguration.html#cfn-bedrock-knowledgebase-mongodbatlasconfiguration-textindexname}
|
|
209
271
|
*/
|
|
210
272
|
TextIndexName?: string | undefined;
|
|
211
273
|
/**
|
|
212
274
|
* The name of the MongoDB Atlas vector search index.
|
|
213
275
|
* @maxLength 2048
|
|
214
276
|
* @pattern ^.*$
|
|
277
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-mongodbatlasconfiguration.html#cfn-bedrock-knowledgebase-mongodbatlasconfiguration-vectorindexname}
|
|
215
278
|
*/
|
|
216
279
|
VectorIndexName: string;
|
|
217
280
|
};
|
|
218
281
|
/**
|
|
219
282
|
* Contains the names of the fields to which to map information about the vector store.
|
|
283
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-mongodbatlasfieldmapping.html}
|
|
220
284
|
*/
|
|
221
285
|
export type MongoDbAtlasFieldMapping = {
|
|
222
286
|
/**
|
|
223
287
|
* The name of the field in which Amazon Bedrock stores metadata about the vector store.
|
|
224
288
|
* @maxLength 2048
|
|
225
289
|
* @pattern ^.*$
|
|
290
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-mongodbatlasfieldmapping.html#cfn-bedrock-knowledgebase-mongodbatlasfieldmapping-metadatafield}
|
|
226
291
|
*/
|
|
227
292
|
MetadataField: string;
|
|
228
293
|
/**
|
|
229
294
|
* The name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.
|
|
230
295
|
* @maxLength 2048
|
|
231
296
|
* @pattern ^.*$
|
|
297
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-mongodbatlasfieldmapping.html#cfn-bedrock-knowledgebase-mongodbatlasfieldmapping-textfield}
|
|
232
298
|
*/
|
|
233
299
|
TextField: string;
|
|
234
300
|
/**
|
|
235
301
|
* The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.
|
|
236
302
|
* @maxLength 2048
|
|
237
303
|
* @pattern ^.*$
|
|
304
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-mongodbatlasfieldmapping.html#cfn-bedrock-knowledgebase-mongodbatlasfieldmapping-vectorfield}
|
|
238
305
|
*/
|
|
239
306
|
VectorField: string;
|
|
240
307
|
};
|
|
241
308
|
/**
|
|
242
309
|
* Contains details about the storage configuration of the knowledge base in Amazon Neptune Analytics. For more information, see [Create a vector index in Amazon Neptune Analytics](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-neptune.html) .
|
|
310
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-neptuneanalyticsconfiguration.html}
|
|
243
311
|
*/
|
|
244
312
|
export type NeptuneAnalyticsConfiguration = {
|
|
245
313
|
/**
|
|
246
314
|
* Contains the names of the fields to which to map information about the vector store.
|
|
315
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-neptuneanalyticsconfiguration.html#cfn-bedrock-knowledgebase-neptuneanalyticsconfiguration-fieldmapping}
|
|
247
316
|
*/
|
|
248
317
|
FieldMapping: NeptuneAnalyticsFieldMapping;
|
|
249
318
|
/**
|
|
@@ -251,44 +320,52 @@ export type NeptuneAnalyticsConfiguration = {
|
|
|
251
320
|
* @minLength 1
|
|
252
321
|
* @maxLength 255
|
|
253
322
|
* @pattern ^arn:aws(|-cn|-us-gov):neptune-graph:[a-zA-Z0-9-]*:[0-9]{12}:graph\/g-[a-zA-Z0-9]{10}$
|
|
323
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-neptuneanalyticsconfiguration.html#cfn-bedrock-knowledgebase-neptuneanalyticsconfiguration-grapharn}
|
|
254
324
|
*/
|
|
255
325
|
GraphArn: string;
|
|
256
326
|
};
|
|
257
327
|
/**
|
|
258
328
|
* Contains the names of the fields to which to map information about the vector store.
|
|
329
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-neptuneanalyticsfieldmapping.html}
|
|
259
330
|
*/
|
|
260
331
|
export type NeptuneAnalyticsFieldMapping = {
|
|
261
332
|
/**
|
|
262
333
|
* The name of the field in which Amazon Bedrock stores metadata about the vector store.
|
|
263
334
|
* @maxLength 2048
|
|
264
335
|
* @pattern ^.*$
|
|
336
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-neptuneanalyticsfieldmapping.html#cfn-bedrock-knowledgebase-neptuneanalyticsfieldmapping-metadatafield}
|
|
265
337
|
*/
|
|
266
338
|
MetadataField: string;
|
|
267
339
|
/**
|
|
268
340
|
* The name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.
|
|
269
341
|
* @maxLength 2048
|
|
270
342
|
* @pattern ^.*$
|
|
343
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-neptuneanalyticsfieldmapping.html#cfn-bedrock-knowledgebase-neptuneanalyticsfieldmapping-textfield}
|
|
271
344
|
*/
|
|
272
345
|
TextField: string;
|
|
273
346
|
};
|
|
274
347
|
/**
|
|
275
348
|
* Contains details about the Managed Cluster configuration of the knowledge base in Amazon OpenSearch Service. For more information, see [Create a vector index in OpenSearch Managed Cluster](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-osm.html) .
|
|
349
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-opensearchmanagedclusterconfiguration.html}
|
|
276
350
|
*/
|
|
277
351
|
export type OpenSearchManagedClusterConfiguration = {
|
|
278
352
|
/**
|
|
279
353
|
* The Amazon Resource Name (ARN) of the OpenSearch domain.
|
|
280
354
|
* @maxLength 2048
|
|
281
355
|
* @pattern ^arn:aws(|-cn|-us-gov|-iso):es:[a-z]{2}(-gov)?-[a-z]+-\d{1}:\d{12}:domain/[a-z][a-z0-9-]{3,28}$
|
|
356
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-opensearchmanagedclusterconfiguration.html#cfn-bedrock-knowledgebase-opensearchmanagedclusterconfiguration-domainarn}
|
|
282
357
|
*/
|
|
283
358
|
DomainArn: string;
|
|
284
359
|
/**
|
|
285
360
|
* The endpoint URL the OpenSearch domain.
|
|
286
361
|
* @maxLength 2048
|
|
287
362
|
* @pattern ^https://.*$
|
|
363
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-opensearchmanagedclusterconfiguration.html#cfn-bedrock-knowledgebase-opensearchmanagedclusterconfiguration-domainendpoint}
|
|
288
364
|
*/
|
|
289
365
|
DomainEndpoint: string;
|
|
290
366
|
/**
|
|
291
367
|
* Contains the names of the fields to which to map information about the vector store.
|
|
368
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-opensearchmanagedclusterconfiguration.html#cfn-bedrock-knowledgebase-opensearchmanagedclusterconfiguration-fieldmapping}
|
|
292
369
|
*/
|
|
293
370
|
FieldMapping: OpenSearchManagedClusterFieldMapping;
|
|
294
371
|
/**
|
|
@@ -296,396 +373,479 @@ export type OpenSearchManagedClusterConfiguration = {
|
|
|
296
373
|
* @minLength 1
|
|
297
374
|
* @maxLength 2048
|
|
298
375
|
* @pattern ^(?![\-_+.])[a-z0-9][a-z0-9\-_\.]*$
|
|
376
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-opensearchmanagedclusterconfiguration.html#cfn-bedrock-knowledgebase-opensearchmanagedclusterconfiguration-vectorindexname}
|
|
299
377
|
*/
|
|
300
378
|
VectorIndexName: string;
|
|
301
379
|
};
|
|
302
380
|
/**
|
|
303
381
|
* Contains the names of the fields to which to map information about the vector store.
|
|
382
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-opensearchmanagedclusterfieldmapping.html}
|
|
304
383
|
*/
|
|
305
384
|
export type OpenSearchManagedClusterFieldMapping = {
|
|
306
385
|
/**
|
|
307
386
|
* The name of the field in which Amazon Bedrock stores metadata about the vector store.
|
|
308
387
|
* @maxLength 2048
|
|
309
388
|
* @pattern ^.*$
|
|
389
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-opensearchmanagedclusterfieldmapping.html#cfn-bedrock-knowledgebase-opensearchmanagedclusterfieldmapping-metadatafield}
|
|
310
390
|
*/
|
|
311
391
|
MetadataField: string;
|
|
312
392
|
/**
|
|
313
393
|
* The name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.
|
|
314
394
|
* @maxLength 2048
|
|
315
395
|
* @pattern ^.*$
|
|
396
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-opensearchmanagedclusterfieldmapping.html#cfn-bedrock-knowledgebase-opensearchmanagedclusterfieldmapping-textfield}
|
|
316
397
|
*/
|
|
317
398
|
TextField: string;
|
|
318
399
|
/**
|
|
319
400
|
* The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.
|
|
320
401
|
* @maxLength 2048
|
|
321
402
|
* @pattern ^.*$
|
|
403
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-opensearchmanagedclusterfieldmapping.html#cfn-bedrock-knowledgebase-opensearchmanagedclusterfieldmapping-vectorfield}
|
|
322
404
|
*/
|
|
323
405
|
VectorField: string;
|
|
324
406
|
};
|
|
325
407
|
/**
|
|
326
408
|
* Contains details about the storage configuration of the knowledge base in Amazon OpenSearch Service. For more information, see [Create a vector index in Amazon OpenSearch Service](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-oss.html) .
|
|
409
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-opensearchserverlessconfiguration.html}
|
|
327
410
|
*/
|
|
328
411
|
export type OpenSearchServerlessConfiguration = {
|
|
329
412
|
/**
|
|
330
413
|
* The Amazon Resource Name (ARN) of the OpenSearch Service vector store.
|
|
331
414
|
* @maxLength 2048
|
|
332
415
|
* @pattern ^arn:aws(|-cn|-us-gov|-iso):aoss:[a-z]{2}(-gov)?-[a-z]+-\d{1}:\d{12}:collection/[a-z0-9-]{3,32}$
|
|
416
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-opensearchserverlessconfiguration.html#cfn-bedrock-knowledgebase-opensearchserverlessconfiguration-collectionarn}
|
|
333
417
|
*/
|
|
334
418
|
CollectionArn: string;
|
|
335
419
|
/**
|
|
336
420
|
* Contains the names of the fields to which to map information about the vector store.
|
|
421
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-opensearchserverlessconfiguration.html#cfn-bedrock-knowledgebase-opensearchserverlessconfiguration-fieldmapping}
|
|
337
422
|
*/
|
|
338
423
|
FieldMapping: OpenSearchServerlessFieldMapping;
|
|
339
424
|
/**
|
|
340
425
|
* The name of the vector store.
|
|
341
426
|
* @maxLength 2048
|
|
342
427
|
* @pattern ^.*$
|
|
428
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-opensearchserverlessconfiguration.html#cfn-bedrock-knowledgebase-opensearchserverlessconfiguration-vectorindexname}
|
|
343
429
|
*/
|
|
344
430
|
VectorIndexName: string;
|
|
345
431
|
};
|
|
346
432
|
/**
|
|
347
433
|
* Contains the names of the fields to which to map information about the vector store.
|
|
434
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-opensearchserverlessfieldmapping.html}
|
|
348
435
|
*/
|
|
349
436
|
export type OpenSearchServerlessFieldMapping = {
|
|
350
437
|
/**
|
|
351
438
|
* The name of the field in which Amazon Bedrock stores metadata about the vector store.
|
|
352
439
|
* @maxLength 2048
|
|
353
440
|
* @pattern ^.*$
|
|
441
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-opensearchserverlessfieldmapping.html#cfn-bedrock-knowledgebase-opensearchserverlessfieldmapping-metadatafield}
|
|
354
442
|
*/
|
|
355
443
|
MetadataField: string;
|
|
356
444
|
/**
|
|
357
445
|
* The name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.
|
|
358
446
|
* @maxLength 2048
|
|
359
447
|
* @pattern ^.*$
|
|
448
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-opensearchserverlessfieldmapping.html#cfn-bedrock-knowledgebase-opensearchserverlessfieldmapping-textfield}
|
|
360
449
|
*/
|
|
361
450
|
TextField: string;
|
|
362
451
|
/**
|
|
363
452
|
* The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.
|
|
364
453
|
* @maxLength 2048
|
|
365
454
|
* @pattern ^.*$
|
|
455
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-opensearchserverlessfieldmapping.html#cfn-bedrock-knowledgebase-opensearchserverlessfieldmapping-vectorfield}
|
|
366
456
|
*/
|
|
367
457
|
VectorField: string;
|
|
368
458
|
};
|
|
369
459
|
/**
|
|
370
460
|
* Contains details about the storage configuration of the knowledge base in Pinecone. For more information, see [Create a vector index in Pinecone](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-pinecone.html) .
|
|
461
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-pineconeconfiguration.html}
|
|
371
462
|
*/
|
|
372
463
|
export type PineconeConfiguration = {
|
|
373
464
|
/**
|
|
374
465
|
* The endpoint URL for your index management page.
|
|
375
466
|
* @maxLength 2048
|
|
376
467
|
* @pattern ^.*$
|
|
468
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-pineconeconfiguration.html#cfn-bedrock-knowledgebase-pineconeconfiguration-connectionstring}
|
|
377
469
|
*/
|
|
378
470
|
ConnectionString: string;
|
|
379
471
|
/**
|
|
380
472
|
* The Amazon Resource Name (ARN) of the secret that you created in AWS Secrets Manager that is linked to your Pinecone API key.
|
|
381
473
|
* @pattern ^arn:aws(|-cn|-us-gov):secretsmanager:[a-z0-9-]{1,20}:([0-9]{12}|):secret:[a-zA-Z0-9!/_+=.@-]{1,512}$
|
|
474
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-pineconeconfiguration.html#cfn-bedrock-knowledgebase-pineconeconfiguration-credentialssecretarn}
|
|
382
475
|
*/
|
|
383
476
|
CredentialsSecretArn: string;
|
|
384
477
|
/**
|
|
385
478
|
* Contains the names of the fields to which to map information about the vector store.
|
|
479
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-pineconeconfiguration.html#cfn-bedrock-knowledgebase-pineconeconfiguration-fieldmapping}
|
|
386
480
|
*/
|
|
387
481
|
FieldMapping: PineconeFieldMapping;
|
|
388
482
|
/**
|
|
389
483
|
* The namespace to be used to write new data to your database.
|
|
390
484
|
* @maxLength 2048
|
|
391
485
|
* @pattern ^.*$
|
|
486
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-pineconeconfiguration.html#cfn-bedrock-knowledgebase-pineconeconfiguration-namespace}
|
|
392
487
|
*/
|
|
393
488
|
Namespace?: string | undefined;
|
|
394
489
|
};
|
|
395
490
|
/**
|
|
396
491
|
* Contains the names of the fields to which to map information about the vector store.
|
|
492
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-pineconefieldmapping.html}
|
|
397
493
|
*/
|
|
398
494
|
export type PineconeFieldMapping = {
|
|
399
495
|
/**
|
|
400
496
|
* The name of the field in which Amazon Bedrock stores metadata about the vector store.
|
|
401
497
|
* @maxLength 2048
|
|
402
498
|
* @pattern ^.*$
|
|
499
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-pineconefieldmapping.html#cfn-bedrock-knowledgebase-pineconefieldmapping-metadatafield}
|
|
403
500
|
*/
|
|
404
501
|
MetadataField: string;
|
|
405
502
|
/**
|
|
406
503
|
* The name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.
|
|
407
504
|
* @maxLength 2048
|
|
408
505
|
* @pattern ^.*$
|
|
506
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-pineconefieldmapping.html#cfn-bedrock-knowledgebase-pineconefieldmapping-textfield}
|
|
409
507
|
*/
|
|
410
508
|
TextField: string;
|
|
411
509
|
};
|
|
412
510
|
/**
|
|
413
511
|
* SQL query engine type
|
|
512
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-queryenginetype.html}
|
|
414
513
|
*/
|
|
415
514
|
export type QueryEngineType = "REDSHIFT";
|
|
416
515
|
/**
|
|
417
516
|
* Contains information about a column in the current table for the query engine to consider.
|
|
517
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-querygenerationcolumn.html}
|
|
418
518
|
*/
|
|
419
519
|
export type QueryGenerationColumn = {
|
|
420
520
|
/**
|
|
421
521
|
* A description of the column that helps the query engine understand the contents of the column.
|
|
522
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-querygenerationcolumn.html#cfn-bedrock-knowledgebase-querygenerationcolumn-description}
|
|
422
523
|
*/
|
|
423
524
|
Description?: string | undefined;
|
|
424
525
|
/**
|
|
425
526
|
* Specifies whether to include or exclude the column during query generation. If you specify `EXCLUDE` , the column will be ignored. If you specify `INCLUDE` , all other columns in the table will be ignored.
|
|
527
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-querygenerationcolumn.html#cfn-bedrock-knowledgebase-querygenerationcolumn-inclusion}
|
|
426
528
|
*/
|
|
427
529
|
Inclusion?: InclusionType | undefined;
|
|
428
530
|
/**
|
|
429
531
|
* The name of the column for which the other fields in this object apply.
|
|
532
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-querygenerationcolumn.html#cfn-bedrock-knowledgebase-querygenerationcolumn-name}
|
|
430
533
|
*/
|
|
431
534
|
Name?: string | undefined;
|
|
432
535
|
};
|
|
433
536
|
/**
|
|
434
537
|
* Contains configurations for query generation. For more information, see [Build a knowledge base by connecting to a structured data source](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-build-structured.html) in the Amazon Bedrock User Guide..
|
|
538
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-querygenerationconfiguration.html}
|
|
435
539
|
*/
|
|
436
540
|
export type QueryGenerationConfiguration = {
|
|
437
541
|
/**
|
|
438
542
|
* The time after which query generation will time out.
|
|
543
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-querygenerationconfiguration.html#cfn-bedrock-knowledgebase-querygenerationconfiguration-executiontimeoutseconds}
|
|
439
544
|
*/
|
|
440
545
|
ExecutionTimeoutSeconds?: number | undefined;
|
|
441
546
|
/**
|
|
442
547
|
* Specifies configurations for context to use during query generation.
|
|
548
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-querygenerationconfiguration.html#cfn-bedrock-knowledgebase-querygenerationconfiguration-generationcontext}
|
|
443
549
|
*/
|
|
444
550
|
GenerationContext?: QueryGenerationContext | undefined;
|
|
445
551
|
};
|
|
446
552
|
/**
|
|
447
553
|
* >Contains configurations for context to use during query generation.
|
|
554
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-querygenerationcontext.html}
|
|
448
555
|
*/
|
|
449
556
|
export type QueryGenerationContext = {
|
|
450
557
|
/**
|
|
451
558
|
* An array of objects, each of which defines information about example queries to help the query engine generate appropriate SQL queries.
|
|
559
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-querygenerationcontext.html#cfn-bedrock-knowledgebase-querygenerationcontext-curatedqueries}
|
|
452
560
|
*/
|
|
453
561
|
CuratedQueries?: CuratedQuery[] | undefined;
|
|
454
562
|
/**
|
|
455
563
|
* An array of objects, each of which defines information about a table in the database.
|
|
564
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-querygenerationcontext.html#cfn-bedrock-knowledgebase-querygenerationcontext-tables}
|
|
456
565
|
*/
|
|
457
566
|
Tables?: QueryGenerationTable[] | undefined;
|
|
458
567
|
};
|
|
459
568
|
/**
|
|
460
569
|
* Contains information about a table for the query engine to consider.
|
|
570
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-querygenerationtable.html}
|
|
461
571
|
*/
|
|
462
572
|
export type QueryGenerationTable = {
|
|
463
573
|
/**
|
|
464
574
|
* An array of objects, each of which defines information about a column in the table.
|
|
575
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-querygenerationtable.html#cfn-bedrock-knowledgebase-querygenerationtable-columns}
|
|
465
576
|
*/
|
|
466
577
|
Columns?: QueryGenerationColumn[] | undefined;
|
|
467
578
|
/**
|
|
468
579
|
* A description of the table that helps the query engine understand the contents of the table.
|
|
580
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-querygenerationtable.html#cfn-bedrock-knowledgebase-querygenerationtable-description}
|
|
469
581
|
*/
|
|
470
582
|
Description?: string | undefined;
|
|
471
583
|
/**
|
|
472
584
|
* Specifies whether to include or exclude the table during query generation. If you specify `EXCLUDE` , the table will be ignored. If you specify `INCLUDE` , all other tables will be ignored.
|
|
585
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-querygenerationtable.html#cfn-bedrock-knowledgebase-querygenerationtable-inclusion}
|
|
473
586
|
*/
|
|
474
587
|
Inclusion?: InclusionType | undefined;
|
|
475
588
|
/**
|
|
476
589
|
* The name of the table for which the other fields in this object apply.
|
|
590
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-querygenerationtable.html#cfn-bedrock-knowledgebase-querygenerationtable-name}
|
|
477
591
|
*/
|
|
478
592
|
Name: string;
|
|
479
593
|
};
|
|
480
594
|
/**
|
|
481
595
|
* Contains details about the storage configuration of the knowledge base in Amazon RDS. For more information, see [Create a vector index in Amazon RDS](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-rds.html) .
|
|
596
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-rdsconfiguration.html}
|
|
482
597
|
*/
|
|
483
598
|
export type RdsConfiguration = {
|
|
484
599
|
/**
|
|
485
600
|
* The Amazon Resource Name (ARN) of the secret that you created in AWS Secrets Manager that is linked to your Amazon RDS database.
|
|
486
601
|
* @pattern ^arn:aws(|-cn|-us-gov):secretsmanager:[a-z0-9-]{1,20}:([0-9]{12}|):secret:[a-zA-Z0-9!/_+=.@-]{1,512}$
|
|
602
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-rdsconfiguration.html#cfn-bedrock-knowledgebase-rdsconfiguration-credentialssecretarn}
|
|
487
603
|
*/
|
|
488
604
|
CredentialsSecretArn: string;
|
|
489
605
|
/**
|
|
490
606
|
* The name of your Amazon RDS database.
|
|
491
607
|
* @maxLength 63
|
|
492
608
|
* @pattern ^[a-zA-Z0-9_\-]+$
|
|
609
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-rdsconfiguration.html#cfn-bedrock-knowledgebase-rdsconfiguration-databasename}
|
|
493
610
|
*/
|
|
494
611
|
DatabaseName: string;
|
|
495
612
|
/**
|
|
496
613
|
* Contains the names of the fields to which to map information about the vector store.
|
|
614
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-rdsconfiguration.html#cfn-bedrock-knowledgebase-rdsconfiguration-fieldmapping}
|
|
497
615
|
*/
|
|
498
616
|
FieldMapping: RdsFieldMapping;
|
|
499
617
|
/**
|
|
500
618
|
* The Amazon Resource Name (ARN) of the vector store.
|
|
501
619
|
* @pattern ^arn:aws(|-cn|-us-gov):rds:[a-zA-Z0-9-]*:[0-9]{12}:cluster:[a-zA-Z0-9-]{1,63}$
|
|
620
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-rdsconfiguration.html#cfn-bedrock-knowledgebase-rdsconfiguration-resourcearn}
|
|
502
621
|
*/
|
|
503
622
|
ResourceArn: string;
|
|
504
623
|
/**
|
|
505
624
|
* The name of the table in the database.
|
|
506
625
|
* @maxLength 63
|
|
507
626
|
* @pattern ^[a-zA-Z0-9_\.\-]+$
|
|
627
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-rdsconfiguration.html#cfn-bedrock-knowledgebase-rdsconfiguration-tablename}
|
|
508
628
|
*/
|
|
509
629
|
TableName: string;
|
|
510
630
|
};
|
|
511
631
|
/**
|
|
512
632
|
* Contains the names of the fields to which to map information about the vector store.
|
|
633
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-rdsfieldmapping.html}
|
|
513
634
|
*/
|
|
514
635
|
export type RdsFieldMapping = {
|
|
515
636
|
/**
|
|
516
637
|
* Provide a name for the universal metadata field where Amazon Bedrock will store any custom metadata from your data source.
|
|
517
638
|
* @maxLength 63
|
|
518
639
|
* @pattern ^[a-zA-Z0-9_\-]+$
|
|
640
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-rdsfieldmapping.html#cfn-bedrock-knowledgebase-rdsfieldmapping-custommetadatafield}
|
|
519
641
|
*/
|
|
520
642
|
CustomMetadataField?: string | undefined;
|
|
521
643
|
/**
|
|
522
644
|
* The name of the field in which Amazon Bedrock stores metadata about the vector store.
|
|
523
645
|
* @maxLength 63
|
|
524
646
|
* @pattern ^[a-zA-Z0-9_\-]+$
|
|
647
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-rdsfieldmapping.html#cfn-bedrock-knowledgebase-rdsfieldmapping-metadatafield}
|
|
525
648
|
*/
|
|
526
649
|
MetadataField: string;
|
|
527
650
|
/**
|
|
528
651
|
* The name of the field in which Amazon Bedrock stores the ID for each entry.
|
|
529
652
|
* @maxLength 63
|
|
530
653
|
* @pattern ^[a-zA-Z0-9_\-]+$
|
|
654
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-rdsfieldmapping.html#cfn-bedrock-knowledgebase-rdsfieldmapping-primarykeyfield}
|
|
531
655
|
*/
|
|
532
656
|
PrimaryKeyField: string;
|
|
533
657
|
/**
|
|
534
658
|
* The name of the field in which Amazon Bedrock stores the raw text from your data. The text is split according to the chunking strategy you choose.
|
|
535
659
|
* @maxLength 63
|
|
536
660
|
* @pattern ^[a-zA-Z0-9_\-]+$
|
|
661
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-rdsfieldmapping.html#cfn-bedrock-knowledgebase-rdsfieldmapping-textfield}
|
|
537
662
|
*/
|
|
538
663
|
TextField: string;
|
|
539
664
|
/**
|
|
540
665
|
* The name of the field in which Amazon Bedrock stores the vector embeddings for your data sources.
|
|
541
666
|
* @maxLength 63
|
|
542
667
|
* @pattern ^[a-zA-Z0-9_\-]+$
|
|
668
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-rdsfieldmapping.html#cfn-bedrock-knowledgebase-rdsfieldmapping-vectorfield}
|
|
543
669
|
*/
|
|
544
670
|
VectorField: string;
|
|
545
671
|
};
|
|
546
672
|
/**
|
|
547
673
|
* Contains configurations for an Amazon Redshift database. For more information, see [Build a knowledge base by connecting to a structured data source](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-build-structured.html) in the Amazon Bedrock User Guide.
|
|
674
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftconfiguration.html}
|
|
548
675
|
*/
|
|
549
676
|
export type RedshiftConfiguration = {
|
|
550
677
|
/**
|
|
551
678
|
* Specifies configurations for an Amazon Redshift query engine.
|
|
679
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftconfiguration.html#cfn-bedrock-knowledgebase-redshiftconfiguration-queryengineconfiguration}
|
|
552
680
|
*/
|
|
553
681
|
QueryEngineConfiguration: RedshiftQueryEngineConfiguration;
|
|
554
682
|
/**
|
|
555
683
|
* Specifies configurations for generating queries.
|
|
684
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftconfiguration.html#cfn-bedrock-knowledgebase-redshiftconfiguration-querygenerationconfiguration}
|
|
556
685
|
*/
|
|
557
686
|
QueryGenerationConfiguration?: QueryGenerationConfiguration | undefined;
|
|
558
687
|
/**
|
|
559
688
|
* Specifies configurations for Amazon Redshift database storage.
|
|
689
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftconfiguration.html#cfn-bedrock-knowledgebase-redshiftconfiguration-storageconfigurations}
|
|
560
690
|
*/
|
|
561
691
|
StorageConfigurations: RedshiftQueryEngineStorageConfiguration[];
|
|
562
692
|
};
|
|
563
693
|
/**
|
|
564
694
|
* Contains configurations for authentication to an Amazon Redshift provisioned data warehouse. Specify the type of authentication to use in the `type` field and include the corresponding field. If you specify IAM authentication, you don't need to include another field.
|
|
695
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftprovisionedauthconfiguration.html}
|
|
565
696
|
*/
|
|
566
697
|
export type RedshiftProvisionedAuthConfiguration = {
|
|
567
698
|
/**
|
|
568
699
|
* The database username for authentication to an Amazon Redshift provisioned data warehouse.
|
|
700
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftprovisionedauthconfiguration.html#cfn-bedrock-knowledgebase-redshiftprovisionedauthconfiguration-databaseuser}
|
|
569
701
|
*/
|
|
570
702
|
DatabaseUser?: string | undefined;
|
|
571
703
|
/**
|
|
572
704
|
* The type of authentication to use.
|
|
705
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftprovisionedauthconfiguration.html#cfn-bedrock-knowledgebase-redshiftprovisionedauthconfiguration-type}
|
|
573
706
|
*/
|
|
574
707
|
Type: RedshiftProvisionedAuthType;
|
|
575
708
|
/**
|
|
576
709
|
* The ARN of an Secrets Manager secret for authentication.
|
|
710
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftprovisionedauthconfiguration.html#cfn-bedrock-knowledgebase-redshiftprovisionedauthconfiguration-usernamepasswordsecretarn}
|
|
577
711
|
*/
|
|
578
712
|
UsernamePasswordSecretArn?: string | undefined;
|
|
579
713
|
};
|
|
580
714
|
/**
|
|
581
715
|
* Provisioned Redshift auth type
|
|
716
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftprovisionedauthtype.html}
|
|
582
717
|
*/
|
|
583
718
|
export type RedshiftProvisionedAuthType = "IAM" | "USERNAME_PASSWORD" | "USERNAME";
|
|
584
719
|
/**
|
|
585
720
|
* Contains configurations for a provisioned Amazon Redshift query engine.
|
|
721
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftprovisionedconfiguration.html}
|
|
586
722
|
*/
|
|
587
723
|
export type RedshiftProvisionedConfiguration = {
|
|
588
724
|
/**
|
|
589
725
|
* Specifies configurations for authentication to Amazon Redshift.
|
|
726
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftprovisionedconfiguration.html#cfn-bedrock-knowledgebase-redshiftprovisionedconfiguration-authconfiguration}
|
|
590
727
|
*/
|
|
591
728
|
AuthConfiguration: RedshiftProvisionedAuthConfiguration;
|
|
592
729
|
/**
|
|
593
730
|
* The ID of the Amazon Redshift cluster.
|
|
731
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftprovisionedconfiguration.html#cfn-bedrock-knowledgebase-redshiftprovisionedconfiguration-clusteridentifier}
|
|
594
732
|
*/
|
|
595
733
|
ClusterIdentifier: string;
|
|
596
734
|
};
|
|
597
735
|
/**
|
|
598
736
|
* Contains configurations for storage in AWS Glue Data Catalog.
|
|
737
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftqueryengineawsdatacatalogstorageconfiguration.html}
|
|
599
738
|
*/
|
|
600
739
|
export type RedshiftQueryEngineAwsDataCatalogStorageConfiguration = {
|
|
601
740
|
/**
|
|
602
741
|
* A list of names of the tables to use.
|
|
742
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftqueryengineawsdatacatalogstorageconfiguration.html#cfn-bedrock-knowledgebase-redshiftqueryengineawsdatacatalogstorageconfiguration-tablenames}
|
|
603
743
|
*/
|
|
604
744
|
TableNames: string[];
|
|
605
745
|
};
|
|
606
746
|
/**
|
|
607
747
|
* Contains configurations for an Amazon Redshift query engine. Specify the type of query engine in `type` and include the corresponding field. For more information, see [Build a knowledge base by connecting to a structured data source](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-build-structured.html) in the Amazon Bedrock User Guide.
|
|
748
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftqueryengineconfiguration.html}
|
|
608
749
|
*/
|
|
609
750
|
export type RedshiftQueryEngineConfiguration = {
|
|
610
751
|
/**
|
|
611
752
|
* Specifies configurations for a provisioned Amazon Redshift query engine.
|
|
753
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftqueryengineconfiguration.html#cfn-bedrock-knowledgebase-redshiftqueryengineconfiguration-provisionedconfiguration}
|
|
612
754
|
*/
|
|
613
755
|
ProvisionedConfiguration?: RedshiftProvisionedConfiguration | undefined;
|
|
614
756
|
/**
|
|
615
757
|
* Specifies configurations for a serverless Amazon Redshift query engine.
|
|
758
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftqueryengineconfiguration.html#cfn-bedrock-knowledgebase-redshiftqueryengineconfiguration-serverlessconfiguration}
|
|
616
759
|
*/
|
|
617
760
|
ServerlessConfiguration?: RedshiftServerlessConfiguration | undefined;
|
|
618
761
|
/**
|
|
619
762
|
* The type of query engine.
|
|
763
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftqueryengineconfiguration.html#cfn-bedrock-knowledgebase-redshiftqueryengineconfiguration-type}
|
|
620
764
|
*/
|
|
621
765
|
Type: RedshiftQueryEngineType;
|
|
622
766
|
};
|
|
623
767
|
/**
|
|
624
768
|
* Contains configurations for storage in Amazon Redshift.
|
|
769
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftqueryengineredshiftstorageconfiguration.html}
|
|
625
770
|
*/
|
|
626
771
|
export type RedshiftQueryEngineRedshiftStorageConfiguration = {
|
|
627
772
|
/**
|
|
628
773
|
* The name of the Amazon Redshift database.
|
|
774
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftqueryengineredshiftstorageconfiguration.html#cfn-bedrock-knowledgebase-redshiftqueryengineredshiftstorageconfiguration-databasename}
|
|
629
775
|
*/
|
|
630
776
|
DatabaseName: string;
|
|
631
777
|
};
|
|
632
778
|
/**
|
|
633
779
|
* Contains configurations for Amazon Redshift data storage. Specify the data storage service to use in the `type` field and include the corresponding field. For more information, see [Build a knowledge base by connecting to a structured data source](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-build-structured.html) in the Amazon Bedrock User Guide.
|
|
780
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftqueryenginestorageconfiguration.html}
|
|
634
781
|
*/
|
|
635
782
|
export type RedshiftQueryEngineStorageConfiguration = {
|
|
636
783
|
/**
|
|
637
784
|
* Specifies configurations for storage in AWS Glue Data Catalog.
|
|
785
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftqueryenginestorageconfiguration.html#cfn-bedrock-knowledgebase-redshiftqueryenginestorageconfiguration-awsdatacatalogconfiguration}
|
|
638
786
|
*/
|
|
639
787
|
AwsDataCatalogConfiguration?: RedshiftQueryEngineAwsDataCatalogStorageConfiguration | undefined;
|
|
640
788
|
/**
|
|
641
789
|
* Specifies configurations for storage in Amazon Redshift.
|
|
790
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftqueryenginestorageconfiguration.html#cfn-bedrock-knowledgebase-redshiftqueryenginestorageconfiguration-redshiftconfiguration}
|
|
642
791
|
*/
|
|
643
792
|
RedshiftConfiguration?: RedshiftQueryEngineRedshiftStorageConfiguration | undefined;
|
|
644
793
|
/**
|
|
645
794
|
* The data storage service to use.
|
|
795
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftqueryenginestorageconfiguration.html#cfn-bedrock-knowledgebase-redshiftqueryenginestorageconfiguration-type}
|
|
646
796
|
*/
|
|
647
797
|
Type: RedshiftQueryEngineStorageType;
|
|
648
798
|
};
|
|
649
799
|
/**
|
|
650
800
|
* Redshift query engine storage type
|
|
801
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftqueryenginestoragetype.html}
|
|
651
802
|
*/
|
|
652
803
|
export type RedshiftQueryEngineStorageType = "REDSHIFT" | "AWS_DATA_CATALOG";
|
|
653
804
|
/**
|
|
654
805
|
* Redshift query engine type
|
|
806
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftqueryenginetype.html}
|
|
655
807
|
*/
|
|
656
808
|
export type RedshiftQueryEngineType = "SERVERLESS" | "PROVISIONED";
|
|
657
809
|
/**
|
|
658
810
|
* Specifies configurations for authentication to a Redshift Serverless. Specify the type of authentication to use in the `type` field and include the corresponding field. If you specify IAM authentication, you don't need to include another field.
|
|
811
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftserverlessauthconfiguration.html}
|
|
659
812
|
*/
|
|
660
813
|
export type RedshiftServerlessAuthConfiguration = {
|
|
661
814
|
/**
|
|
662
815
|
* The type of authentication to use.
|
|
816
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftserverlessauthconfiguration.html#cfn-bedrock-knowledgebase-redshiftserverlessauthconfiguration-type}
|
|
663
817
|
*/
|
|
664
818
|
Type: RedshiftServerlessAuthType;
|
|
665
819
|
/**
|
|
666
820
|
* The ARN of an Secrets Manager secret for authentication.
|
|
821
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftserverlessauthconfiguration.html#cfn-bedrock-knowledgebase-redshiftserverlessauthconfiguration-usernamepasswordsecretarn}
|
|
667
822
|
*/
|
|
668
823
|
UsernamePasswordSecretArn?: string | undefined;
|
|
669
824
|
};
|
|
670
825
|
/**
|
|
671
826
|
* Serverless Redshift auth type
|
|
827
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftserverlessauthtype.html}
|
|
672
828
|
*/
|
|
673
829
|
export type RedshiftServerlessAuthType = "IAM" | "USERNAME_PASSWORD";
|
|
674
830
|
/**
|
|
675
831
|
* Contains configurations for authentication to Amazon Redshift Serverless.
|
|
832
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftserverlessconfiguration.html}
|
|
676
833
|
*/
|
|
677
834
|
export type RedshiftServerlessConfiguration = {
|
|
678
835
|
/**
|
|
679
836
|
* Specifies configurations for authentication to an Amazon Redshift provisioned data warehouse.
|
|
837
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftserverlessconfiguration.html#cfn-bedrock-knowledgebase-redshiftserverlessconfiguration-authconfiguration}
|
|
680
838
|
*/
|
|
681
839
|
AuthConfiguration: RedshiftServerlessAuthConfiguration;
|
|
682
840
|
/**
|
|
683
841
|
* The ARN of the Amazon Redshift workgroup.
|
|
842
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-redshiftserverlessconfiguration.html#cfn-bedrock-knowledgebase-redshiftserverlessconfiguration-workgrouparn}
|
|
684
843
|
*/
|
|
685
844
|
WorkgroupArn: string;
|
|
686
845
|
};
|
|
687
846
|
/**
|
|
688
847
|
* A storage location in an Amazon S3 bucket.
|
|
848
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-s3location.html}
|
|
689
849
|
*/
|
|
690
850
|
export type S3Location = {
|
|
691
851
|
/**
|
|
@@ -693,228 +853,282 @@ export type S3Location = {
|
|
|
693
853
|
* @minLength 1
|
|
694
854
|
* @maxLength 2048
|
|
695
855
|
* @pattern ^s3://.{1,128}$
|
|
856
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-s3location.html#cfn-bedrock-knowledgebase-s3location-uri}
|
|
696
857
|
*/
|
|
697
858
|
URI: string;
|
|
698
859
|
};
|
|
699
860
|
/**
|
|
700
861
|
* Contains configurations for a knowledge base connected to an SQL database. Specify the SQL database type in the `type` field and include the corresponding field. For more information, see [Build a knowledge base by connecting to a structured data source](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-build-structured.html) in the Amazon Bedrock User Guide.
|
|
862
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-sqlknowledgebaseconfiguration.html}
|
|
701
863
|
*/
|
|
702
864
|
export type SqlKnowledgeBaseConfiguration = {
|
|
703
865
|
/**
|
|
704
866
|
* Specifies configurations for a knowledge base connected to an Amazon Redshift database.
|
|
867
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-sqlknowledgebaseconfiguration.html#cfn-bedrock-knowledgebase-sqlknowledgebaseconfiguration-redshiftconfiguration}
|
|
705
868
|
*/
|
|
706
869
|
RedshiftConfiguration?: RedshiftConfiguration | undefined;
|
|
707
870
|
/**
|
|
708
871
|
* The type of SQL database to connect to the knowledge base.
|
|
872
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-sqlknowledgebaseconfiguration.html#cfn-bedrock-knowledgebase-sqlknowledgebaseconfiguration-type}
|
|
709
873
|
*/
|
|
710
874
|
Type: QueryEngineType;
|
|
711
875
|
};
|
|
712
876
|
/**
|
|
713
877
|
* Contains the storage configuration of the knowledge base.
|
|
878
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html}
|
|
714
879
|
*/
|
|
715
880
|
export type StorageConfiguration = {
|
|
716
881
|
/**
|
|
717
882
|
* Contains the storage configuration of the knowledge base in MongoDB Atlas.
|
|
883
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-mongodbatlasconfiguration}
|
|
718
884
|
*/
|
|
719
885
|
MongoDbAtlasConfiguration?: MongoDbAtlasConfiguration | undefined;
|
|
720
886
|
/**
|
|
721
887
|
* Contains details about the Neptune Analytics configuration of the knowledge base in Amazon Neptune. For more information, see [Create a vector index in Amazon Neptune Analytics.](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-neptune.html) .
|
|
888
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-neptuneanalyticsconfiguration}
|
|
722
889
|
*/
|
|
723
890
|
NeptuneAnalyticsConfiguration?: NeptuneAnalyticsConfiguration | undefined;
|
|
724
891
|
/**
|
|
725
892
|
* Contains details about the storage configuration of the knowledge base in OpenSearch Managed Cluster. For more information, see [Create a vector index in Amazon OpenSearch Service](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-osm.html) .
|
|
893
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-opensearchmanagedclusterconfiguration}
|
|
726
894
|
*/
|
|
727
895
|
OpensearchManagedClusterConfiguration?: OpenSearchManagedClusterConfiguration | undefined;
|
|
728
896
|
/**
|
|
729
897
|
* Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.
|
|
898
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-opensearchserverlessconfiguration}
|
|
730
899
|
*/
|
|
731
900
|
OpensearchServerlessConfiguration: OpenSearchServerlessConfiguration;
|
|
732
901
|
/**
|
|
733
902
|
* Contains the storage configuration of the knowledge base in Pinecone.
|
|
903
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-pineconeconfiguration}
|
|
734
904
|
*/
|
|
735
905
|
PineconeConfiguration?: PineconeConfiguration | undefined;
|
|
736
906
|
/**
|
|
737
907
|
* Contains details about the storage configuration of the knowledge base in Amazon RDS. For more information, see [Create a vector index in Amazon RDS](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-rds.html) .
|
|
908
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-rdsconfiguration}
|
|
738
909
|
*/
|
|
739
910
|
RdsConfiguration?: RdsConfiguration | undefined;
|
|
740
911
|
/**
|
|
741
912
|
* The vector store service in which the knowledge base is stored.
|
|
913
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-type}
|
|
742
914
|
*/
|
|
743
915
|
Type: KnowledgeBaseStorageType;
|
|
744
916
|
} | {
|
|
745
917
|
/**
|
|
746
918
|
* Contains the storage configuration of the knowledge base in MongoDB Atlas.
|
|
919
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-mongodbatlasconfiguration}
|
|
747
920
|
*/
|
|
748
921
|
MongoDbAtlasConfiguration?: MongoDbAtlasConfiguration | undefined;
|
|
749
922
|
/**
|
|
750
923
|
* Contains details about the Neptune Analytics configuration of the knowledge base in Amazon Neptune. For more information, see [Create a vector index in Amazon Neptune Analytics.](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-neptune.html) .
|
|
924
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-neptuneanalyticsconfiguration}
|
|
751
925
|
*/
|
|
752
926
|
NeptuneAnalyticsConfiguration?: NeptuneAnalyticsConfiguration | undefined;
|
|
753
927
|
/**
|
|
754
928
|
* Contains details about the storage configuration of the knowledge base in OpenSearch Managed Cluster. For more information, see [Create a vector index in Amazon OpenSearch Service](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-osm.html) .
|
|
929
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-opensearchmanagedclusterconfiguration}
|
|
755
930
|
*/
|
|
756
931
|
OpensearchManagedClusterConfiguration?: OpenSearchManagedClusterConfiguration | undefined;
|
|
757
932
|
/**
|
|
758
933
|
* Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.
|
|
934
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-opensearchserverlessconfiguration}
|
|
759
935
|
*/
|
|
760
936
|
OpensearchServerlessConfiguration?: OpenSearchServerlessConfiguration | undefined;
|
|
761
937
|
/**
|
|
762
938
|
* Contains the storage configuration of the knowledge base in Pinecone.
|
|
939
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-pineconeconfiguration}
|
|
763
940
|
*/
|
|
764
941
|
PineconeConfiguration: PineconeConfiguration;
|
|
765
942
|
/**
|
|
766
943
|
* Contains details about the storage configuration of the knowledge base in Amazon RDS. For more information, see [Create a vector index in Amazon RDS](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-rds.html) .
|
|
944
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-rdsconfiguration}
|
|
767
945
|
*/
|
|
768
946
|
RdsConfiguration?: RdsConfiguration | undefined;
|
|
769
947
|
/**
|
|
770
948
|
* The vector store service in which the knowledge base is stored.
|
|
949
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-type}
|
|
771
950
|
*/
|
|
772
951
|
Type: KnowledgeBaseStorageType;
|
|
773
952
|
} | {
|
|
774
953
|
/**
|
|
775
954
|
* Contains the storage configuration of the knowledge base in MongoDB Atlas.
|
|
955
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-mongodbatlasconfiguration}
|
|
776
956
|
*/
|
|
777
957
|
MongoDbAtlasConfiguration?: MongoDbAtlasConfiguration | undefined;
|
|
778
958
|
/**
|
|
779
959
|
* Contains details about the Neptune Analytics configuration of the knowledge base in Amazon Neptune. For more information, see [Create a vector index in Amazon Neptune Analytics.](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-neptune.html) .
|
|
960
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-neptuneanalyticsconfiguration}
|
|
780
961
|
*/
|
|
781
962
|
NeptuneAnalyticsConfiguration?: NeptuneAnalyticsConfiguration | undefined;
|
|
782
963
|
/**
|
|
783
964
|
* Contains details about the storage configuration of the knowledge base in OpenSearch Managed Cluster. For more information, see [Create a vector index in Amazon OpenSearch Service](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-osm.html) .
|
|
965
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-opensearchmanagedclusterconfiguration}
|
|
784
966
|
*/
|
|
785
967
|
OpensearchManagedClusterConfiguration?: OpenSearchManagedClusterConfiguration | undefined;
|
|
786
968
|
/**
|
|
787
969
|
* Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.
|
|
970
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-opensearchserverlessconfiguration}
|
|
788
971
|
*/
|
|
789
972
|
OpensearchServerlessConfiguration?: OpenSearchServerlessConfiguration | undefined;
|
|
790
973
|
/**
|
|
791
974
|
* Contains the storage configuration of the knowledge base in Pinecone.
|
|
975
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-pineconeconfiguration}
|
|
792
976
|
*/
|
|
793
977
|
PineconeConfiguration?: PineconeConfiguration | undefined;
|
|
794
978
|
/**
|
|
795
979
|
* Contains details about the storage configuration of the knowledge base in Amazon RDS. For more information, see [Create a vector index in Amazon RDS](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-rds.html) .
|
|
980
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-rdsconfiguration}
|
|
796
981
|
*/
|
|
797
982
|
RdsConfiguration: RdsConfiguration;
|
|
798
983
|
/**
|
|
799
984
|
* The vector store service in which the knowledge base is stored.
|
|
985
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-type}
|
|
800
986
|
*/
|
|
801
987
|
Type: KnowledgeBaseStorageType;
|
|
802
988
|
} | {
|
|
803
989
|
/**
|
|
804
990
|
* Contains the storage configuration of the knowledge base in MongoDB Atlas.
|
|
991
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-mongodbatlasconfiguration}
|
|
805
992
|
*/
|
|
806
993
|
MongoDbAtlasConfiguration?: MongoDbAtlasConfiguration | undefined;
|
|
807
994
|
/**
|
|
808
995
|
* Contains details about the Neptune Analytics configuration of the knowledge base in Amazon Neptune. For more information, see [Create a vector index in Amazon Neptune Analytics.](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-neptune.html) .
|
|
996
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-neptuneanalyticsconfiguration}
|
|
809
997
|
*/
|
|
810
998
|
NeptuneAnalyticsConfiguration: NeptuneAnalyticsConfiguration;
|
|
811
999
|
/**
|
|
812
1000
|
* Contains details about the storage configuration of the knowledge base in OpenSearch Managed Cluster. For more information, see [Create a vector index in Amazon OpenSearch Service](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-osm.html) .
|
|
1001
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-opensearchmanagedclusterconfiguration}
|
|
813
1002
|
*/
|
|
814
1003
|
OpensearchManagedClusterConfiguration?: OpenSearchManagedClusterConfiguration | undefined;
|
|
815
1004
|
/**
|
|
816
1005
|
* Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.
|
|
1006
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-opensearchserverlessconfiguration}
|
|
817
1007
|
*/
|
|
818
1008
|
OpensearchServerlessConfiguration?: OpenSearchServerlessConfiguration | undefined;
|
|
819
1009
|
/**
|
|
820
1010
|
* Contains the storage configuration of the knowledge base in Pinecone.
|
|
1011
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-pineconeconfiguration}
|
|
821
1012
|
*/
|
|
822
1013
|
PineconeConfiguration?: PineconeConfiguration | undefined;
|
|
823
1014
|
/**
|
|
824
1015
|
* Contains details about the storage configuration of the knowledge base in Amazon RDS. For more information, see [Create a vector index in Amazon RDS](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-rds.html) .
|
|
1016
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-rdsconfiguration}
|
|
825
1017
|
*/
|
|
826
1018
|
RdsConfiguration?: RdsConfiguration | undefined;
|
|
827
1019
|
/**
|
|
828
1020
|
* The vector store service in which the knowledge base is stored.
|
|
1021
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-type}
|
|
829
1022
|
*/
|
|
830
1023
|
Type: KnowledgeBaseStorageType;
|
|
831
1024
|
} | {
|
|
832
1025
|
/**
|
|
833
1026
|
* Contains the storage configuration of the knowledge base in MongoDB Atlas.
|
|
1027
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-mongodbatlasconfiguration}
|
|
834
1028
|
*/
|
|
835
1029
|
MongoDbAtlasConfiguration: MongoDbAtlasConfiguration;
|
|
836
1030
|
/**
|
|
837
1031
|
* Contains details about the Neptune Analytics configuration of the knowledge base in Amazon Neptune. For more information, see [Create a vector index in Amazon Neptune Analytics.](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-neptune.html) .
|
|
1032
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-neptuneanalyticsconfiguration}
|
|
838
1033
|
*/
|
|
839
1034
|
NeptuneAnalyticsConfiguration?: NeptuneAnalyticsConfiguration | undefined;
|
|
840
1035
|
/**
|
|
841
1036
|
* Contains details about the storage configuration of the knowledge base in OpenSearch Managed Cluster. For more information, see [Create a vector index in Amazon OpenSearch Service](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-osm.html) .
|
|
1037
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-opensearchmanagedclusterconfiguration}
|
|
842
1038
|
*/
|
|
843
1039
|
OpensearchManagedClusterConfiguration?: OpenSearchManagedClusterConfiguration | undefined;
|
|
844
1040
|
/**
|
|
845
1041
|
* Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.
|
|
1042
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-opensearchserverlessconfiguration}
|
|
846
1043
|
*/
|
|
847
1044
|
OpensearchServerlessConfiguration?: OpenSearchServerlessConfiguration | undefined;
|
|
848
1045
|
/**
|
|
849
1046
|
* Contains the storage configuration of the knowledge base in Pinecone.
|
|
1047
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-pineconeconfiguration}
|
|
850
1048
|
*/
|
|
851
1049
|
PineconeConfiguration?: PineconeConfiguration | undefined;
|
|
852
1050
|
/**
|
|
853
1051
|
* Contains details about the storage configuration of the knowledge base in Amazon RDS. For more information, see [Create a vector index in Amazon RDS](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-rds.html) .
|
|
1052
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-rdsconfiguration}
|
|
854
1053
|
*/
|
|
855
1054
|
RdsConfiguration?: RdsConfiguration | undefined;
|
|
856
1055
|
/**
|
|
857
1056
|
* The vector store service in which the knowledge base is stored.
|
|
1057
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-type}
|
|
858
1058
|
*/
|
|
859
1059
|
Type: KnowledgeBaseStorageType;
|
|
860
1060
|
} | {
|
|
861
1061
|
/**
|
|
862
1062
|
* Contains the storage configuration of the knowledge base in MongoDB Atlas.
|
|
1063
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-mongodbatlasconfiguration}
|
|
863
1064
|
*/
|
|
864
1065
|
MongoDbAtlasConfiguration?: MongoDbAtlasConfiguration | undefined;
|
|
865
1066
|
/**
|
|
866
1067
|
* Contains details about the Neptune Analytics configuration of the knowledge base in Amazon Neptune. For more information, see [Create a vector index in Amazon Neptune Analytics.](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-neptune.html) .
|
|
1068
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-neptuneanalyticsconfiguration}
|
|
867
1069
|
*/
|
|
868
1070
|
NeptuneAnalyticsConfiguration?: NeptuneAnalyticsConfiguration | undefined;
|
|
869
1071
|
/**
|
|
870
1072
|
* Contains details about the storage configuration of the knowledge base in OpenSearch Managed Cluster. For more information, see [Create a vector index in Amazon OpenSearch Service](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-osm.html) .
|
|
1073
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-opensearchmanagedclusterconfiguration}
|
|
871
1074
|
*/
|
|
872
1075
|
OpensearchManagedClusterConfiguration: OpenSearchManagedClusterConfiguration;
|
|
873
1076
|
/**
|
|
874
1077
|
* Contains the storage configuration of the knowledge base in Amazon OpenSearch Service.
|
|
1078
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-opensearchserverlessconfiguration}
|
|
875
1079
|
*/
|
|
876
1080
|
OpensearchServerlessConfiguration?: OpenSearchServerlessConfiguration | undefined;
|
|
877
1081
|
/**
|
|
878
1082
|
* Contains the storage configuration of the knowledge base in Pinecone.
|
|
1083
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-pineconeconfiguration}
|
|
879
1084
|
*/
|
|
880
1085
|
PineconeConfiguration?: PineconeConfiguration | undefined;
|
|
881
1086
|
/**
|
|
882
1087
|
* Contains details about the storage configuration of the knowledge base in Amazon RDS. For more information, see [Create a vector index in Amazon RDS](https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup-rds.html) .
|
|
1088
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-rdsconfiguration}
|
|
883
1089
|
*/
|
|
884
1090
|
RdsConfiguration?: RdsConfiguration | undefined;
|
|
885
1091
|
/**
|
|
886
1092
|
* The vector store service in which the knowledge base is stored.
|
|
1093
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-storageconfiguration.html#cfn-bedrock-knowledgebase-storageconfiguration-type}
|
|
887
1094
|
*/
|
|
888
1095
|
Type: KnowledgeBaseStorageType;
|
|
889
1096
|
};
|
|
890
1097
|
/**
|
|
891
1098
|
* Specifies configurations for the storage location of the images extracted from multimodal documents in your data source. These images can be retrieved and returned to the end user.
|
|
1099
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-supplementaldatastorageconfiguration.html}
|
|
892
1100
|
*/
|
|
893
1101
|
export type SupplementalDataStorageConfiguration = {
|
|
894
1102
|
/**
|
|
895
1103
|
* List of supplemental data storage locations.
|
|
1104
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-supplementaldatastorageconfiguration.html#cfn-bedrock-knowledgebase-supplementaldatastorageconfiguration-supplementaldatastoragelocations}
|
|
896
1105
|
*/
|
|
897
1106
|
SupplementalDataStorageLocations: SupplementalDataStorageLocation[];
|
|
898
1107
|
};
|
|
899
1108
|
/**
|
|
900
1109
|
* Contains information about a storage location for images extracted from multimodal documents in your data source.
|
|
1110
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-supplementaldatastoragelocation.html}
|
|
901
1111
|
*/
|
|
902
1112
|
export type SupplementalDataStorageLocation = {
|
|
903
1113
|
/**
|
|
904
1114
|
* Contains information about the Amazon S3 location for the extracted images.
|
|
1115
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-supplementaldatastoragelocation.html#cfn-bedrock-knowledgebase-supplementaldatastoragelocation-s3location}
|
|
905
1116
|
*/
|
|
906
1117
|
S3Location?: S3Location | undefined;
|
|
907
1118
|
/**
|
|
908
1119
|
* Supplemental data storage location type.
|
|
1120
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-supplementaldatastoragelocation.html#cfn-bedrock-knowledgebase-supplementaldatastoragelocation-supplementaldatastoragelocationtype}
|
|
909
1121
|
*/
|
|
910
1122
|
SupplementalDataStorageLocationType: SupplementalDataStorageLocationType;
|
|
911
1123
|
};
|
|
912
1124
|
/**
|
|
913
1125
|
* Supplemental data storage location type.
|
|
1126
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-supplementaldatastoragelocationtype.html}
|
|
914
1127
|
*/
|
|
915
1128
|
export type SupplementalDataStorageLocationType = "S3";
|
|
916
1129
|
/**
|
|
917
1130
|
* Contains details about the model used to create vector embeddings for the knowledge base.
|
|
1131
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-vectorknowledgebaseconfiguration.html}
|
|
918
1132
|
*/
|
|
919
1133
|
export type VectorKnowledgeBaseConfiguration = {
|
|
920
1134
|
/**
|
|
@@ -922,14 +1136,17 @@ export type VectorKnowledgeBaseConfiguration = {
|
|
|
922
1136
|
* @minLength 20
|
|
923
1137
|
* @maxLength 2048
|
|
924
1138
|
* @pattern ^(arn:aws(-[^:]+)?:[a-z0-9-]+:[a-z0-9-]{1,20}:[0-9]{0,12}:[a-zA-Z0-9-:/._+]+)$
|
|
1139
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-vectorknowledgebaseconfiguration.html#cfn-bedrock-knowledgebase-vectorknowledgebaseconfiguration-embeddingmodelarn}
|
|
925
1140
|
*/
|
|
926
1141
|
EmbeddingModelArn: string;
|
|
927
1142
|
/**
|
|
928
1143
|
* The embeddings model configuration details for the vector model used in Knowledge Base.
|
|
1144
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-vectorknowledgebaseconfiguration.html#cfn-bedrock-knowledgebase-vectorknowledgebaseconfiguration-embeddingmodelconfiguration}
|
|
929
1145
|
*/
|
|
930
1146
|
EmbeddingModelConfiguration?: EmbeddingModelConfiguration | undefined;
|
|
931
1147
|
/**
|
|
932
1148
|
* If you include multimodal data from your data source, use this object to specify configurations for the storage location of the images extracted from your documents. These images can be retrieved and returned to the end user. They can also be used in generation when using [RetrieveAndGenerate](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_RetrieveAndGenerate.html) .
|
|
1149
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-knowledgebase-vectorknowledgebaseconfiguration.html#cfn-bedrock-knowledgebase-vectorknowledgebaseconfiguration-supplementaldatastorageconfiguration}
|
|
933
1150
|
*/
|
|
934
1151
|
SupplementalDataStorageConfiguration?: SupplementalDataStorageConfiguration | undefined;
|
|
935
1152
|
};
|