@awboost/cfntypes 0.100.374 → 0.100.376

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.
@@ -54554,6 +54554,10 @@ export type DataZoneEnvironmentBlueprintConfigurationProps = {
54554
54554
  * @pattern `^arn:aws[^:]*:iam::(aws|\d{12}):policy/[\w+=,.@-]*$`
54555
54555
  */
54556
54556
  EnvironmentRolePermissionBoundary?: string;
54557
+ /**
54558
+ * Region-agnostic environment blueprint parameters.
54559
+ */
54560
+ GlobalParameters?: Record<string, string>;
54557
54561
  /**
54558
54562
  * @pattern `^arn:aws[^:]*:iam::\d{12}:role(/[a-zA-Z0-9+=,.@_-]+)/‍*[a-zA-Z0-9+=,.@_-]+$`
54559
54563
  */
@@ -55375,6 +55379,7 @@ export type DataZoneProjectProfileProps = {
55375
55379
  */
55376
55380
  Name: string;
55377
55381
  Status?: DataZoneProjectProfileStatus;
55382
+ UseDefaultConfigurations?: boolean;
55378
55383
  };
55379
55384
  /**
55380
55385
  * Attribute type definition for `AWS::DataZone::ProjectProfile`.
@@ -59231,6 +59236,77 @@ export type DocDBEventSubscriptionProps = {
59231
59236
  export type DocDBEventSubscriptionAttributes = {
59232
59237
  Id: string;
59233
59238
  };
59239
+ /**
59240
+ * The AWS::DocDB::GlobalCluster resource represents an Amazon DocumentDB Global Cluster.
59241
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-globalcluster.html}
59242
+ */
59243
+ export type DocDBGlobalClusterProps = {
59244
+ /**
59245
+ * Indicates whether the global cluster has deletion protection enabled. The global cluster can't be deleted when deletion protection is enabled.
59246
+ */
59247
+ DeletionProtection?: boolean;
59248
+ /**
59249
+ * The database engine to use for this global cluster.
59250
+ */
59251
+ Engine?: "docdb";
59252
+ /**
59253
+ * The engine version to use for this global cluster.
59254
+ */
59255
+ EngineVersion?: string;
59256
+ /**
59257
+ * The cluster identifier of the global cluster.
59258
+ * @minLength `1`
59259
+ * @maxLength `63`
59260
+ * @pattern `^[a-zA-Z]{1}(?:-?[a-zA-Z0-9]){0,62}$`
59261
+ */
59262
+ GlobalClusterIdentifier: string;
59263
+ /**
59264
+ * The Amazon Resource Name (ARN) to use as the primary cluster of the global cluster. You may also choose to instead specify the DBClusterIdentifier. If you provide a value for this parameter, don't specify values for the following settings because Amazon DocumentDB uses the values from the specified source DB cluster: Engine, EngineVersion, StorageEncrypted
59265
+ */
59266
+ SourceDBClusterIdentifier?: string;
59267
+ /**
59268
+ * Indicates whether the global cluster has storage encryption enabled.
59269
+ */
59270
+ StorageEncrypted?: boolean;
59271
+ /**
59272
+ * The tags to be assigned to the Amazon DocumentDB resource.
59273
+ * @maxLength `50`
59274
+ */
59275
+ Tags?: DocDBGlobalClusterTag[];
59276
+ };
59277
+ /**
59278
+ * Attribute type definition for `AWS::DocDB::GlobalCluster`.
59279
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-globalcluster.html#aws-resource-docdb-globalcluster-return-values}
59280
+ */
59281
+ export type DocDBGlobalClusterAttributes = {
59282
+ /**
59283
+ * The Amazon Resource Name (ARN) for the global cluster.
59284
+ */
59285
+ GlobalClusterArn: string;
59286
+ /**
59287
+ * The AWS Region-unique, immutable identifier for the global database cluster. This identifier is found in AWS CloudTrail log entries whenever the AWS KMS key for the DB cluster is accessed.
59288
+ */
59289
+ GlobalClusterResourceId: string;
59290
+ };
59291
+ /**
59292
+ * Type definition for `AWS::DocDB::GlobalCluster.Tag`.
59293
+ * A key-value pair to associate with an Amazon DocumentDB resource.
59294
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-docdb-globalcluster-tag.html}
59295
+ */
59296
+ export type DocDBGlobalClusterTag = {
59297
+ /**
59298
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
59299
+ * @minLength `1`
59300
+ * @maxLength `128`
59301
+ */
59302
+ Key: string;
59303
+ /**
59304
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
59305
+ * @minLength `0`
59306
+ * @maxLength `256`
59307
+ */
59308
+ Value: string;
59309
+ };
59234
59310
  /**
59235
59311
  * The AWS::DocDBElastic::Cluster Amazon DocumentDB (with MongoDB compatibility) Elastic Scale resource describes a Cluster
59236
59312
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdbelastic-cluster.html}
@@ -85451,7 +85527,7 @@ export type GameLiftContainerFleetLocationCapacity = {
85451
85527
  * The minimum value allowed for the fleet's instance count for a location.
85452
85528
  * @min `0`
85453
85529
  */
85454
- MinSize: number;
85530
+ MinSize?: number;
85455
85531
  };
85456
85532
  /**
85457
85533
  * Type definition for `AWS::GameLift::ContainerFleet.LocationConfiguration`.
@@ -86186,7 +86262,7 @@ export type GameLiftFleetLocationCapacity = {
86186
86262
  * The minimum value allowed for the fleet's instance count for a location. When creating a new fleet, GameLift automatically sets this value to "0". After the fleet is active, you can change this value.
86187
86263
  * @min `0`
86188
86264
  */
86189
- MinSize: number;
86265
+ MinSize?: number;
86190
86266
  };
86191
86267
  /**
86192
86268
  * Type definition for `AWS::GameLift::Fleet.LocationConfiguration`.
@@ -128607,6 +128683,12 @@ export type MediaPackageV2OriginEndpointFilterConfiguration = {
128607
128683
  * <p>Optionally specify the clip start time for all of your manifest egress requests. When you include clip start time, note that you cannot use clip start time query parameters for this manifest's endpoint URL.</p>
128608
128684
  */
128609
128685
  ClipStartTime?: string;
128686
+ /**
128687
+ * <p>Optionally specify one or more DRM settings for all of your manifest egress requests. When you include a DRM setting, note that you cannot use an identical DRM setting query parameter for this manifest's endpoint URL.</p>
128688
+ * @minLength `1`
128689
+ * @maxLength `1024`
128690
+ */
128691
+ DrmSettings?: string;
128610
128692
  /**
128611
128693
  * <p>Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.</p>
128612
128694
  */
@@ -128858,6 +128940,13 @@ export type MediaPackageV2OriginEndpointSegment = {
128858
128940
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-spekekeyprovider.html}
128859
128941
  */
128860
128942
  export type MediaPackageV2OriginEndpointSpekeKeyProvider = {
128943
+ /**
128944
+ * <p>The ARN for the certificate that you imported to AWS Certificate Manager to add content key encryption to this endpoint. For this feature to work, your DRM key provider must support content key encryption.</p>
128945
+ * @minLength `20`
128946
+ * @maxLength `2048`
128947
+ * @pattern `^arn:([^:\n]+):acm:([^:\n]+):([0-9]+):certificate/[a-zA-Z0-9-_]+$`
128948
+ */
128949
+ CertificateArn?: string;
128861
128950
  /**
128862
128951
  * <p>The DRM solution provider you're using to protect your content during distribution.</p>
128863
128952
  * @minLength `1`
@@ -146202,6 +146291,314 @@ export type QLDBStreamTag = {
146202
146291
  */
146203
146292
  Value: string;
146204
146293
  };
146294
+ /**
146295
+ * Definition of the AWS::QuickSight::ActionConnector Resource Type.
146296
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-actionconnector.html}
146297
+ */
146298
+ export type QuickSightActionConnectorProps = {
146299
+ /**
146300
+ * @minLength `1`
146301
+ * @maxLength `512`
146302
+ * @pattern `^[\w\-]+$`
146303
+ */
146304
+ ActionConnectorId: string;
146305
+ AuthenticationConfig?: QuickSightActionConnectorAuthConfig;
146306
+ /**
146307
+ * @minLength `12`
146308
+ * @maxLength `12`
146309
+ * @pattern `^[0-9]{12}$`
146310
+ */
146311
+ AwsAccountId: string;
146312
+ /**
146313
+ * @minLength `1`
146314
+ * @maxLength `2048`
146315
+ * @pattern `^[A-Za-z0-9 _.,!?-]*$`
146316
+ */
146317
+ Description?: string;
146318
+ /**
146319
+ * @minLength `1`
146320
+ * @maxLength `255`
146321
+ * @pattern `^[A-Za-z0-9](?:[\w- ]*[A-Za-z0-9])?$`
146322
+ */
146323
+ Name: string;
146324
+ /**
146325
+ * @minLength `1`
146326
+ * @maxLength `64`
146327
+ */
146328
+ Permissions?: QuickSightActionConnectorResourcePermission[];
146329
+ /**
146330
+ * @minLength `1`
146331
+ * @maxLength `200`
146332
+ */
146333
+ Tags?: QuickSightActionConnectorTag[];
146334
+ Type: QuickSightActionConnectorActionConnectorType;
146335
+ VpcConnectionArn?: string;
146336
+ };
146337
+ /**
146338
+ * Attribute type definition for `AWS::QuickSight::ActionConnector`.
146339
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-actionconnector.html#aws-resource-quicksight-actionconnector-return-values}
146340
+ */
146341
+ export type QuickSightActionConnectorAttributes = {
146342
+ Arn: string;
146343
+ CreatedTime: string;
146344
+ /**
146345
+ * @maxLength `100`
146346
+ */
146347
+ EnabledActions: string[];
146348
+ LastUpdatedTime: string;
146349
+ Status: QuickSightActionConnectorResourceStatus;
146350
+ };
146351
+ /**
146352
+ * Type definition for `AWS::QuickSight::ActionConnector.ActionConnectorType`.
146353
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-actionconnectortype.html}
146354
+ */
146355
+ export type QuickSightActionConnectorActionConnectorType = "GENERIC_HTTP" | "SERVICENOW_NOW_PLATFORM" | "SALESFORCE_CRM" | "MICROSOFT_OUTLOOK" | "PAGERDUTY_ADVANCE" | "JIRA_CLOUD" | "ATLASSIAN_CONFLUENCE" | "AMAZON_S3" | "AMAZON_BEDROCK_AGENT_RUNTIME" | "AMAZON_BEDROCK_RUNTIME" | "AMAZON_BEDROCK_DATA_AUTOMATION_RUNTIME" | "AMAZON_TEXTRACT" | "AMAZON_COMPREHEND" | "AMAZON_COMPREHEND_MEDICAL" | "MICROSOFT_ONEDRIVE" | "MICROSOFT_SHAREPOINT" | "MICROSOFT_TEAMS" | "SAP_BUSINESSPARTNER" | "SAP_PRODUCTMASTERDATA" | "SAP_PHYSICALINVENTORY" | "SAP_BILLOFMATERIALS" | "SAP_MATERIALSTOCK" | "ZENDESK_SUITE" | "SMARTSHEET" | "SLACK" | "ASANA" | "BAMBOO_HR";
146356
+ /**
146357
+ * Type definition for `AWS::QuickSight::ActionConnector.APIKeyConnectionMetadata`.
146358
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-apikeyconnectionmetadata.html}
146359
+ */
146360
+ export type QuickSightActionConnectorAPIKeyConnectionMetadata = {
146361
+ ApiKey: string;
146362
+ /**
146363
+ * @minLength `1`
146364
+ * @maxLength `8192`
146365
+ * @pattern `^https://.*`
146366
+ */
146367
+ BaseEndpoint: string;
146368
+ /**
146369
+ * @pattern `^[\w.%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,}$`
146370
+ */
146371
+ Email?: string;
146372
+ };
146373
+ /**
146374
+ * Type definition for `AWS::QuickSight::ActionConnector.AuthConfig`.
146375
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-authconfig.html}
146376
+ */
146377
+ export type QuickSightActionConnectorAuthConfig = {
146378
+ AuthenticationMetadata: QuickSightActionConnectorAuthenticationMetadata;
146379
+ AuthenticationType: QuickSightActionConnectorConnectionAuthType;
146380
+ };
146381
+ /**
146382
+ * Type definition for `AWS::QuickSight::ActionConnector.AuthenticationMetadata`.
146383
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-authenticationmetadata.html}
146384
+ */
146385
+ export type QuickSightActionConnectorAuthenticationMetadata = {
146386
+ AuthorizationCodeGrantMetadata: QuickSightActionConnectorAuthorizationCodeGrantMetadata;
146387
+ } | {
146388
+ ClientCredentialsGrantMetadata: QuickSightActionConnectorClientCredentialsGrantMetadata;
146389
+ } | {
146390
+ BasicAuthConnectionMetadata: QuickSightActionConnectorBasicAuthConnectionMetadata;
146391
+ } | {
146392
+ ApiKeyConnectionMetadata: QuickSightActionConnectorAPIKeyConnectionMetadata;
146393
+ } | {
146394
+ NoneConnectionMetadata: QuickSightActionConnectorNoneConnectionMetadata;
146395
+ } | {
146396
+ IamConnectionMetadata: QuickSightActionConnectorIAMConnectionMetadata;
146397
+ };
146398
+ /**
146399
+ * Type definition for `AWS::QuickSight::ActionConnector.AuthorizationCodeGrantCredentialsDetails`.
146400
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-authorizationcodegrantcredentialsdetails.html}
146401
+ */
146402
+ export type QuickSightActionConnectorAuthorizationCodeGrantCredentialsDetails = {
146403
+ AuthorizationCodeGrantDetails: QuickSightActionConnectorAuthorizationCodeGrantDetails;
146404
+ };
146405
+ /**
146406
+ * Type definition for `AWS::QuickSight::ActionConnector.AuthorizationCodeGrantCredentialsSource`.
146407
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-authorizationcodegrantcredentialssource.html}
146408
+ */
146409
+ export type QuickSightActionConnectorAuthorizationCodeGrantCredentialsSource = "PLAIN_CREDENTIALS";
146410
+ /**
146411
+ * Type definition for `AWS::QuickSight::ActionConnector.AuthorizationCodeGrantDetails`.
146412
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-authorizationcodegrantdetails.html}
146413
+ */
146414
+ export type QuickSightActionConnectorAuthorizationCodeGrantDetails = {
146415
+ /**
146416
+ * @minLength `1`
146417
+ * @maxLength `8192`
146418
+ * @pattern `^https://.*`
146419
+ */
146420
+ AuthorizationEndpoint: string;
146421
+ /**
146422
+ * @maxLength `1024`
146423
+ */
146424
+ ClientId: string;
146425
+ /**
146426
+ * @maxLength `2048`
146427
+ */
146428
+ ClientSecret: string;
146429
+ /**
146430
+ * @minLength `1`
146431
+ * @maxLength `8192`
146432
+ * @pattern `^https://.*`
146433
+ */
146434
+ TokenEndpoint: string;
146435
+ };
146436
+ /**
146437
+ * Type definition for `AWS::QuickSight::ActionConnector.AuthorizationCodeGrantMetadata`.
146438
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-authorizationcodegrantmetadata.html}
146439
+ */
146440
+ export type QuickSightActionConnectorAuthorizationCodeGrantMetadata = {
146441
+ AuthorizationCodeGrantCredentialsDetails?: QuickSightActionConnectorAuthorizationCodeGrantCredentialsDetails;
146442
+ AuthorizationCodeGrantCredentialsSource?: QuickSightActionConnectorAuthorizationCodeGrantCredentialsSource;
146443
+ /**
146444
+ * @minLength `1`
146445
+ * @maxLength `8192`
146446
+ * @pattern `^https://.*`
146447
+ */
146448
+ BaseEndpoint: string;
146449
+ /**
146450
+ * @minLength `1`
146451
+ * @maxLength `8192`
146452
+ * @pattern `^https://.*`
146453
+ */
146454
+ RedirectUrl: string;
146455
+ };
146456
+ /**
146457
+ * Type definition for `AWS::QuickSight::ActionConnector.BasicAuthConnectionMetadata`.
146458
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-basicauthconnectionmetadata.html}
146459
+ */
146460
+ export type QuickSightActionConnectorBasicAuthConnectionMetadata = {
146461
+ /**
146462
+ * @minLength `1`
146463
+ * @maxLength `8192`
146464
+ * @pattern `^https://.*`
146465
+ */
146466
+ BaseEndpoint: string;
146467
+ Password: string;
146468
+ Username: string;
146469
+ };
146470
+ /**
146471
+ * Type definition for `AWS::QuickSight::ActionConnector.ClientCredentialsDetails`.
146472
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-clientcredentialsdetails.html}
146473
+ */
146474
+ export type QuickSightActionConnectorClientCredentialsDetails = {
146475
+ ClientCredentialsGrantDetails: QuickSightActionConnectorClientCredentialsGrantDetails;
146476
+ };
146477
+ /**
146478
+ * Type definition for `AWS::QuickSight::ActionConnector.ClientCredentialsGrantDetails`.
146479
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-clientcredentialsgrantdetails.html}
146480
+ */
146481
+ export type QuickSightActionConnectorClientCredentialsGrantDetails = {
146482
+ /**
146483
+ * @maxLength `1024`
146484
+ */
146485
+ ClientId: string;
146486
+ /**
146487
+ * @maxLength `2048`
146488
+ */
146489
+ ClientSecret: string;
146490
+ /**
146491
+ * @minLength `1`
146492
+ * @maxLength `8192`
146493
+ * @pattern `^https://.*`
146494
+ */
146495
+ TokenEndpoint: string;
146496
+ };
146497
+ /**
146498
+ * Type definition for `AWS::QuickSight::ActionConnector.ClientCredentialsGrantMetadata`.
146499
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-clientcredentialsgrantmetadata.html}
146500
+ */
146501
+ export type QuickSightActionConnectorClientCredentialsGrantMetadata = {
146502
+ /**
146503
+ * @minLength `1`
146504
+ * @maxLength `8192`
146505
+ * @pattern `^https://.*`
146506
+ */
146507
+ BaseEndpoint: string;
146508
+ ClientCredentialsDetails?: QuickSightActionConnectorClientCredentialsDetails;
146509
+ ClientCredentialsSource?: QuickSightActionConnectorClientCredentialsSource;
146510
+ };
146511
+ /**
146512
+ * Type definition for `AWS::QuickSight::ActionConnector.ClientCredentialsSource`.
146513
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-clientcredentialssource.html}
146514
+ */
146515
+ export type QuickSightActionConnectorClientCredentialsSource = "PLAIN_CREDENTIALS";
146516
+ /**
146517
+ * Type definition for `AWS::QuickSight::ActionConnector.ConnectionAuthType`.
146518
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-connectionauthtype.html}
146519
+ */
146520
+ export type QuickSightActionConnectorConnectionAuthType = "BASIC" | "API_KEY" | "OAUTH2_CLIENT_CREDENTIALS" | "NONE" | "IAM" | "OAUTH2_AUTHORIZATION_CODE";
146521
+ /**
146522
+ * Type definition for `AWS::QuickSight::ActionConnector.IAMConnectionMetadata`.
146523
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-iamconnectionmetadata.html}
146524
+ */
146525
+ export type QuickSightActionConnectorIAMConnectionMetadata = {
146526
+ /**
146527
+ * @minLength `20`
146528
+ * @maxLength `2048`
146529
+ */
146530
+ RoleArn: string;
146531
+ };
146532
+ /**
146533
+ * Type definition for `AWS::QuickSight::ActionConnector.NoneConnectionMetadata`.
146534
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-noneconnectionmetadata.html}
146535
+ */
146536
+ export type QuickSightActionConnectorNoneConnectionMetadata = {
146537
+ /**
146538
+ * @minLength `1`
146539
+ * @maxLength `8192`
146540
+ * @pattern `^https://.*`
146541
+ */
146542
+ BaseEndpoint: string;
146543
+ };
146544
+ /**
146545
+ * Type definition for `AWS::QuickSight::ActionConnector.ResourcePermission`.
146546
+ * <p>Permission for the resource.</p>
146547
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-resourcepermission.html}
146548
+ */
146549
+ export type QuickSightActionConnectorResourcePermission = {
146550
+ /**
146551
+ * <p>The IAM action to grant or revoke permissions on.</p>
146552
+ * @minLength `1`
146553
+ * @maxLength `20`
146554
+ */
146555
+ Actions: string[];
146556
+ /**
146557
+ * <p>The Amazon Resource Name (ARN) of the principal. This can be one of the
146558
+ following:</p>
146559
+ <ul>
146560
+ <li>
146561
+ <p>The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.)</p>
146562
+ </li>
146563
+ <li>
146564
+ <p>The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)</p>
146565
+ </li>
146566
+ <li>
146567
+ <p>The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a QuickSight
146568
+ ARN. Use this option only to share resources (templates) across Amazon Web Services accounts.
146569
+ (This is less common.) </p>
146570
+ </li>
146571
+ </ul>
146572
+ * @minLength `1`
146573
+ * @maxLength `256`
146574
+ */
146575
+ Principal: string;
146576
+ };
146577
+ /**
146578
+ * Type definition for `AWS::QuickSight::ActionConnector.ResourceStatus`.
146579
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-resourcestatus.html}
146580
+ */
146581
+ export type QuickSightActionConnectorResourceStatus = "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "PENDING_UPDATE" | "DELETED";
146582
+ /**
146583
+ * Type definition for `AWS::QuickSight::ActionConnector.Tag`.
146584
+ * <p>The key or keys of the key-value pairs for the resource tag or tags assigned to the
146585
+ resource.</p>
146586
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-tag.html}
146587
+ */
146588
+ export type QuickSightActionConnectorTag = {
146589
+ /**
146590
+ * <p>Tag key.</p>
146591
+ * @minLength `1`
146592
+ * @maxLength `128`
146593
+ */
146594
+ Key: string;
146595
+ /**
146596
+ * <p>Tag value.</p>
146597
+ * @minLength `1`
146598
+ * @maxLength `256`
146599
+ */
146600
+ Value: string;
146601
+ };
146205
146602
  /**
146206
146603
  * Definition of the AWS::QuickSight::Analysis Resource Type.
146207
146604
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-analysis.html}
@@ -198391,7 +198788,7 @@ export type SageMakerUserProfileResourceSpec = {
198391
198788
  /**
198392
198789
  * The ARN of the image version created on the instance.
198393
198790
  * @maxLength `256`
198394
- * @pattern `^arn:aws(-[\w]+)*:sagemaker:.+:[0-9]{12}:image-version/[a-z0-9]([-.]?[a-z0-9])/‍*[0-9]+$`
198791
+ * @pattern `^(arn:aws(-[\w]+)*:sagemaker:.+:[0-9]{12}:image-version/[a-z0-9]([-.]?[a-z0-9])/‍*[0-9]+|None)`
198395
198792
  */
198396
198793
  SageMakerImageVersionArn?: string;
198397
198794
  };
@@ -198510,7 +198907,7 @@ export type SageMakerUserProfileUserSettings = {
198510
198907
  CodeEditorAppSettings?: SageMakerUserProfileCodeEditorAppSettings;
198511
198908
  /**
198512
198909
  * @minLength `0`
198513
- * @maxLength `2`
198910
+ * @maxLength `10`
198514
198911
  */
198515
198912
  CustomFileSystemConfigs?: SageMakerUserProfileCustomFileSystemConfig[];
198516
198913
  CustomPosixUserConfig?: SageMakerUserProfileCustomPosixUserConfig;
@@ -216930,12 +217327,23 @@ export type WisdomAIAgentAIAgentConfiguration = {
216930
217327
  EmailOverviewAIAgentConfiguration: WisdomAIAgentEmailOverviewAIAgentConfiguration;
216931
217328
  } | {
216932
217329
  EmailGenerativeAnswerAIAgentConfiguration: WisdomAIAgentEmailGenerativeAnswerAIAgentConfiguration;
217330
+ } | {
217331
+ OrchestrationAIAgentConfiguration: WisdomAIAgentOrchestrationAIAgentConfiguration;
217332
+ } | {
217333
+ NoteTakingAIAgentConfiguration: WisdomAIAgentNoteTakingAIAgentConfiguration;
217334
+ } | {
217335
+ CaseSummarizationAIAgentConfiguration: WisdomAIAgentCaseSummarizationAIAgentConfiguration;
216933
217336
  };
216934
217337
  /**
216935
217338
  * Type definition for `AWS::Wisdom::AIAgent.AIAgentType`.
216936
217339
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-aiagenttype.html}
216937
217340
  */
216938
- export type WisdomAIAgentAIAgentType = "MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER";
217341
+ export type WisdomAIAgentAIAgentType = "MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER" | "ORCHESTRATION" | "NOTE_TAKING" | "CASE_SUMMARIZATION";
217342
+ /**
217343
+ * Type definition for `AWS::Wisdom::AIAgent.Annotation`.
217344
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-annotation.html}
217345
+ */
217346
+ export type WisdomAIAgentAnnotation = Record<string, any>;
216939
217347
  /**
216940
217348
  * Type definition for `AWS::Wisdom::AIAgent.AnswerRecommendationAIAgentConfiguration`.
216941
217349
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-answerrecommendationaiagentconfiguration.html}
@@ -216982,6 +217390,24 @@ export type WisdomAIAgentAssociationConfiguration = {
216982
217390
  export type WisdomAIAgentAssociationConfigurationData = {
216983
217391
  KnowledgeBaseAssociationConfigurationData: WisdomAIAgentKnowledgeBaseAssociationConfigurationData;
216984
217392
  };
217393
+ /**
217394
+ * Type definition for `AWS::Wisdom::AIAgent.CaseSummarizationAIAgentConfiguration`.
217395
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-casesummarizationaiagentconfiguration.html}
217396
+ */
217397
+ export type WisdomAIAgentCaseSummarizationAIAgentConfiguration = {
217398
+ /**
217399
+ * @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$`
217400
+ */
217401
+ CaseSummarizationAIGuardrailId?: string;
217402
+ /**
217403
+ * @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$`
217404
+ */
217405
+ CaseSummarizationAIPromptId?: string;
217406
+ /**
217407
+ * @minLength `1`
217408
+ */
217409
+ Locale?: string;
217410
+ };
216985
217411
  /**
216986
217412
  * Type definition for `AWS::Wisdom::AIAgent.EmailGenerativeAnswerAIAgentConfiguration`.
216987
217413
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-emailgenerativeansweraiagentconfiguration.html}
@@ -217071,6 +217497,49 @@ export type WisdomAIAgentManualSearchAIAgentConfiguration = {
217071
217497
  */
217072
217498
  Locale?: string;
217073
217499
  };
217500
+ /**
217501
+ * Type definition for `AWS::Wisdom::AIAgent.NoteTakingAIAgentConfiguration`.
217502
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-notetakingaiagentconfiguration.html}
217503
+ */
217504
+ export type WisdomAIAgentNoteTakingAIAgentConfiguration = {
217505
+ /**
217506
+ * @minLength `1`
217507
+ */
217508
+ Locale?: string;
217509
+ /**
217510
+ * @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$`
217511
+ */
217512
+ NoteTakingAIGuardrailId?: string;
217513
+ /**
217514
+ * @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$`
217515
+ */
217516
+ NoteTakingAIPromptId?: string;
217517
+ };
217518
+ /**
217519
+ * Type definition for `AWS::Wisdom::AIAgent.OrchestrationAIAgentConfiguration`.
217520
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-orchestrationaiagentconfiguration.html}
217521
+ */
217522
+ export type WisdomAIAgentOrchestrationAIAgentConfiguration = {
217523
+ /**
217524
+ * @minLength `1`
217525
+ * @maxLength `2048`
217526
+ * @pattern `^arn:[a-z-]+?:[a-z-]+?:[a-z0-9-]*?:([0-9]{12})?:[a-zA-Z0-9-:/]+$`
217527
+ */
217528
+ ConnectInstanceArn?: string;
217529
+ /**
217530
+ * @minLength `1`
217531
+ */
217532
+ Locale?: string;
217533
+ /**
217534
+ * @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$`
217535
+ */
217536
+ OrchestrationAIGuardrailId?: string;
217537
+ /**
217538
+ * @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$`
217539
+ */
217540
+ OrchestrationAIPromptId: string;
217541
+ ToolConfigurations?: WisdomAIAgentToolConfiguration[];
217542
+ };
217074
217543
  /**
217075
217544
  * Type definition for `AWS::Wisdom::AIAgent.OrCondition`.
217076
217545
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-orcondition.html}
@@ -217132,6 +217601,115 @@ export type WisdomAIAgentTagFilter = {
217132
217601
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-tags.html}
217133
217602
  */
217134
217603
  export type WisdomAIAgentTags = Record<string, string>;
217604
+ /**
217605
+ * Type definition for `AWS::Wisdom::AIAgent.ToolConfiguration`.
217606
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-toolconfiguration.html}
217607
+ */
217608
+ export type WisdomAIAgentToolConfiguration = {
217609
+ Annotations?: WisdomAIAgentAnnotation;
217610
+ /**
217611
+ * @minLength `1`
217612
+ */
217613
+ Description?: string;
217614
+ InputSchema?: Record<string, any>;
217615
+ Instruction?: WisdomAIAgentToolInstruction;
217616
+ OutputFilters?: WisdomAIAgentToolOutputFilter[];
217617
+ OutputSchema?: Record<string, any>;
217618
+ OverrideInputValues?: WisdomAIAgentToolOverrideInputValue[];
217619
+ /**
217620
+ * @minLength `1`
217621
+ */
217622
+ Title?: string;
217623
+ /**
217624
+ * @minLength `1`
217625
+ */
217626
+ ToolId?: string;
217627
+ /**
217628
+ * @minLength `1`
217629
+ */
217630
+ ToolName: string;
217631
+ ToolType: WisdomAIAgentToolType;
217632
+ UserInteractionConfiguration?: WisdomAIAgentUserInteractionConfiguration;
217633
+ };
217634
+ /**
217635
+ * Type definition for `AWS::Wisdom::AIAgent.ToolInstruction`.
217636
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-toolinstruction.html}
217637
+ */
217638
+ export type WisdomAIAgentToolInstruction = {
217639
+ Examples?: string[];
217640
+ Instruction?: string;
217641
+ };
217642
+ /**
217643
+ * Type definition for `AWS::Wisdom::AIAgent.ToolOutputConfiguration`.
217644
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-tooloutputconfiguration.html}
217645
+ */
217646
+ export type WisdomAIAgentToolOutputConfiguration = {
217647
+ /**
217648
+ * @minLength `1`
217649
+ */
217650
+ OutputVariableNameOverride?: string;
217651
+ /**
217652
+ * @minLength `1`
217653
+ */
217654
+ SessionDataNamespace?: string;
217655
+ };
217656
+ /**
217657
+ * Type definition for `AWS::Wisdom::AIAgent.ToolOutputFilter`.
217658
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-tooloutputfilter.html}
217659
+ */
217660
+ export type WisdomAIAgentToolOutputFilter = {
217661
+ /**
217662
+ * @minLength `1`
217663
+ */
217664
+ JsonPath: string;
217665
+ OutputConfiguration?: WisdomAIAgentToolOutputConfiguration;
217666
+ };
217667
+ /**
217668
+ * Type definition for `AWS::Wisdom::AIAgent.ToolOverrideConstantInputValue`.
217669
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-tooloverrideconstantinputvalue.html}
217670
+ */
217671
+ export type WisdomAIAgentToolOverrideConstantInputValue = {
217672
+ Type: WisdomAIAgentToolOverrideInputValueType;
217673
+ /**
217674
+ * @minLength `1`
217675
+ */
217676
+ Value: string;
217677
+ };
217678
+ /**
217679
+ * Type definition for `AWS::Wisdom::AIAgent.ToolOverrideInputValue`.
217680
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-tooloverrideinputvalue.html}
217681
+ */
217682
+ export type WisdomAIAgentToolOverrideInputValue = {
217683
+ /**
217684
+ * @minLength `1`
217685
+ */
217686
+ JsonPath: string;
217687
+ Value: WisdomAIAgentToolOverrideInputValueConfiguration;
217688
+ };
217689
+ /**
217690
+ * Type definition for `AWS::Wisdom::AIAgent.ToolOverrideInputValueConfiguration`.
217691
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-tooloverrideinputvalueconfiguration.html}
217692
+ */
217693
+ export type WisdomAIAgentToolOverrideInputValueConfiguration = {
217694
+ Constant: WisdomAIAgentToolOverrideConstantInputValue;
217695
+ };
217696
+ /**
217697
+ * Type definition for `AWS::Wisdom::AIAgent.ToolOverrideInputValueType`.
217698
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-tooloverrideinputvaluetype.html}
217699
+ */
217700
+ export type WisdomAIAgentToolOverrideInputValueType = "STRING" | "NUMBER" | "JSON_STRING";
217701
+ /**
217702
+ * Type definition for `AWS::Wisdom::AIAgent.ToolType`.
217703
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-tooltype.html}
217704
+ */
217705
+ export type WisdomAIAgentToolType = "MODEL_CONTEXT_PROTOCOL" | "RETURN_TO_CONTROL" | "CONSTANT";
217706
+ /**
217707
+ * Type definition for `AWS::Wisdom::AIAgent.UserInteractionConfiguration`.
217708
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-userinteractionconfiguration.html}
217709
+ */
217710
+ export type WisdomAIAgentUserInteractionConfiguration = {
217711
+ IsUserConfirmationRequired?: boolean;
217712
+ };
217135
217713
  /**
217136
217714
  * Definition of AWS::Wisdom::AIAgentVersion Resource Type
217137
217715
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wisdom-aiagentversion.html}
@@ -221652,6 +222230,7 @@ export interface ResourceTypes {
221652
222230
  "AWS::DocDB::DBInstance": DocDBDBInstanceProps;
221653
222231
  "AWS::DocDB::DBSubnetGroup": DocDBDBSubnetGroupProps;
221654
222232
  "AWS::DocDB::EventSubscription": DocDBEventSubscriptionProps;
222233
+ "AWS::DocDB::GlobalCluster": DocDBGlobalClusterProps;
221655
222234
  "AWS::DocDBElastic::Cluster": DocDBElasticClusterProps;
221656
222235
  "AWS::DSQL::Cluster": DSQLClusterProps;
221657
222236
  "AWS::DynamoDB::GlobalTable": DynamoDBGlobalTableProps;
@@ -222355,6 +222934,7 @@ export interface ResourceTypes {
222355
222934
  "AWS::QBusiness::WebExperience": QBusinessWebExperienceProps;
222356
222935
  "AWS::QLDB::Ledger": QLDBLedgerProps;
222357
222936
  "AWS::QLDB::Stream": QLDBStreamProps;
222937
+ "AWS::QuickSight::ActionConnector": QuickSightActionConnectorProps;
222358
222938
  "AWS::QuickSight::Analysis": QuickSightAnalysisProps;
222359
222939
  "AWS::QuickSight::CustomPermissions": QuickSightCustomPermissionsProps;
222360
222940
  "AWS::QuickSight::Dashboard": QuickSightDashboardProps;
@@ -223110,6 +223690,7 @@ export interface AttributeTypes {
223110
223690
  "AWS::DocDB::DBInstance": DocDBDBInstanceAttributes;
223111
223691
  "AWS::DocDB::DBSubnetGroup": DocDBDBSubnetGroupAttributes;
223112
223692
  "AWS::DocDB::EventSubscription": DocDBEventSubscriptionAttributes;
223693
+ "AWS::DocDB::GlobalCluster": DocDBGlobalClusterAttributes;
223113
223694
  "AWS::DocDBElastic::Cluster": DocDBElasticClusterAttributes;
223114
223695
  "AWS::DSQL::Cluster": DSQLClusterAttributes;
223115
223696
  "AWS::DynamoDB::GlobalTable": DynamoDBGlobalTableAttributes;
@@ -223734,6 +224315,7 @@ export interface AttributeTypes {
223734
224315
  "AWS::QBusiness::WebExperience": QBusinessWebExperienceAttributes;
223735
224316
  "AWS::QLDB::Ledger": QLDBLedgerAttributes;
223736
224317
  "AWS::QLDB::Stream": QLDBStreamAttributes;
224318
+ "AWS::QuickSight::ActionConnector": QuickSightActionConnectorAttributes;
223737
224319
  "AWS::QuickSight::Analysis": QuickSightAnalysisAttributes;
223738
224320
  "AWS::QuickSight::CustomPermissions": QuickSightCustomPermissionsAttributes;
223739
224321
  "AWS::QuickSight::Dashboard": QuickSightDashboardAttributes;
@@ -224490,6 +225072,7 @@ export declare const ResourceType: {
224490
225072
  readonly DocDBDBInstance: "AWS::DocDB::DBInstance";
224491
225073
  readonly DocDBDBSubnetGroup: "AWS::DocDB::DBSubnetGroup";
224492
225074
  readonly DocDBEventSubscription: "AWS::DocDB::EventSubscription";
225075
+ readonly DocDBGlobalCluster: "AWS::DocDB::GlobalCluster";
224493
225076
  readonly DocDBElasticCluster: "AWS::DocDBElastic::Cluster";
224494
225077
  readonly DSQLCluster: "AWS::DSQL::Cluster";
224495
225078
  readonly DynamoDBGlobalTable: "AWS::DynamoDB::GlobalTable";
@@ -225193,6 +225776,7 @@ export declare const ResourceType: {
225193
225776
  readonly QBusinessWebExperience: "AWS::QBusiness::WebExperience";
225194
225777
  readonly QLDBLedger: "AWS::QLDB::Ledger";
225195
225778
  readonly QLDBStream: "AWS::QLDB::Stream";
225779
+ readonly QuickSightActionConnector: "AWS::QuickSight::ActionConnector";
225196
225780
  readonly QuickSightAnalysis: "AWS::QuickSight::Analysis";
225197
225781
  readonly QuickSightCustomPermissions: "AWS::QuickSight::CustomPermissions";
225198
225782
  readonly QuickSightDashboard: "AWS::QuickSight::Dashboard";