@awboost/cfntypes 0.100.360 → 0.100.361

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.
@@ -27182,7 +27182,7 @@ export type BedrockAgentCoreGatewayWorkloadIdentityDetails = {
27182
27182
  WorkloadIdentityArn: string;
27183
27183
  };
27184
27184
  /**
27185
- * Definition of AWS::BedrockAgentCore::GatewayTarget Resource Type
27185
+ * Resource Type definition for AWS::BedrockAgentCore::GatewayTarget
27186
27186
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html}
27187
27187
  */
27188
27188
  export type BedrockAgentCoreGatewayTargetProps = {
@@ -27327,6 +27327,14 @@ export type BedrockAgentCoreGatewayTargetMcpTargetConfiguration = {
27327
27327
  */
27328
27328
  export type BedrockAgentCoreGatewayTargetOAuthCredentialProvider = {
27329
27329
  CustomParameters?: BedrockAgentCoreGatewayTargetOAuthCustomParameters;
27330
+ /**
27331
+ * Return URL for OAuth callback.
27332
+ * @minLength `1`
27333
+ * @maxLength `2048`
27334
+ * @pattern `\w+:(\/?\/?)[^\s]+`
27335
+ */
27336
+ DefaultReturnUrl?: string;
27337
+ GrantType?: BedrockAgentCoreGatewayTargetOAuthGrantType;
27330
27338
  /**
27331
27339
  * @pattern `^arn:([^:]*):([^:]*):([^:]*):([0-9]{12})?:(.+)$`
27332
27340
  */
@@ -27341,6 +27349,11 @@ export type BedrockAgentCoreGatewayTargetOAuthCredentialProvider = {
27341
27349
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-oauthcustomparameters.html}
27342
27350
  */
27343
27351
  export type BedrockAgentCoreGatewayTargetOAuthCustomParameters = Record<string, string>;
27352
+ /**
27353
+ * Type definition for `AWS::BedrockAgentCore::GatewayTarget.OAuthGrantType`.
27354
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-oauthgranttype.html}
27355
+ */
27356
+ export type BedrockAgentCoreGatewayTargetOAuthGrantType = "AUTHORIZATION_CODE" | "CLIENT_CREDENTIALS";
27344
27357
  /**
27345
27358
  * Type definition for `AWS::BedrockAgentCore::GatewayTarget.S3Configuration`.
27346
27359
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-s3configuration.html}
@@ -29104,6 +29117,657 @@ export type BudgetsBudgetsActionSubscriber = {
29104
29117
  Address: string;
29105
29118
  Type: "SNS" | "EMAIL";
29106
29119
  };
29120
+ /**
29121
+ * Resource type definition for `AWS::Cases::CaseRule`.
29122
+ * A case rule. In the Amazon Connect admin website, case rules are known as case field conditions. Case rules are used to define the situations under which fields should have certain effects (such as required).
29123
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-caserule.html}
29124
+ */
29125
+ export type CasesCaseRuleProps = {
29126
+ /**
29127
+ * A description explaining the purpose and behavior of this case rule. Helps administrators understand when and why this rule applies to case fields.
29128
+ * @maxLength `255`
29129
+ */
29130
+ Description?: string;
29131
+ /**
29132
+ * The unique identifier of the Cases domain.
29133
+ * @minLength `1`
29134
+ * @maxLength `500`
29135
+ */
29136
+ DomainId?: string;
29137
+ /**
29138
+ * A descriptive name for the case rule. Must be unique within the domain and should clearly indicate the rule's purpose (e.g., 'Priority Field Required for Urgent Cases').
29139
+ * @minLength `1`
29140
+ * @maxLength `100`
29141
+ * @pattern `^.*[\S]$`
29142
+ */
29143
+ Name: string;
29144
+ /**
29145
+ * Defines the rule behavior and conditions. Specifies the rule type and the conditions under which it applies. In the Amazon Connect admin website, this corresponds to case field conditions.
29146
+ */
29147
+ Rule: CasesCaseRuleCaseRuleDetails;
29148
+ /**
29149
+ * The tags that you attach to this case rule.
29150
+ */
29151
+ Tags?: CasesCaseRuleTag[];
29152
+ };
29153
+ /**
29154
+ * Attribute type definition for `AWS::Cases::CaseRule`.
29155
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-caserule.html#aws-resource-cases-caserule-return-values}
29156
+ */
29157
+ export type CasesCaseRuleAttributes = {
29158
+ /**
29159
+ * The Amazon Resource Name (ARN) of a case rule.
29160
+ * @minLength `1`
29161
+ * @maxLength `500`
29162
+ */
29163
+ CaseRuleArn: string;
29164
+ /**
29165
+ * The unique identifier of a case rule.
29166
+ * @minLength `1`
29167
+ * @maxLength `500`
29168
+ */
29169
+ CaseRuleId: string;
29170
+ /**
29171
+ * The time at which the case rule was created.
29172
+ */
29173
+ CreatedTime: string;
29174
+ /**
29175
+ * The time at which the case rule was created or last modified.
29176
+ */
29177
+ LastModifiedTime: string;
29178
+ };
29179
+ /**
29180
+ * Type definition for `AWS::Cases::CaseRule.BooleanCondition`.
29181
+ * A boolean condition for a rule.
29182
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-booleancondition.html}
29183
+ */
29184
+ export type CasesCaseRuleBooleanCondition = {
29185
+ /**
29186
+ * Boolean operands for a condition.
29187
+ */
29188
+ EqualTo: CasesCaseRuleBooleanOperands;
29189
+ } | {
29190
+ /**
29191
+ * Boolean operands for a condition.
29192
+ */
29193
+ NotEqualTo: CasesCaseRuleBooleanOperands;
29194
+ };
29195
+ /**
29196
+ * Type definition for `AWS::Cases::CaseRule.BooleanOperands`.
29197
+ * Boolean operands for a condition.
29198
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-booleanoperands.html}
29199
+ */
29200
+ export type CasesCaseRuleBooleanOperands = {
29201
+ OperandOne: CasesCaseRuleOperandOne;
29202
+ /**
29203
+ * The right hand operand in the condition.
29204
+ */
29205
+ OperandTwo: CasesCaseRuleOperandTwo;
29206
+ /**
29207
+ * The value of the outer rule if the condition evaluates to true.
29208
+ */
29209
+ Result: boolean;
29210
+ };
29211
+ /**
29212
+ * Type definition for `AWS::Cases::CaseRule.CaseRuleDetails`.
29213
+ * Defines the rule behavior and conditions. Specifies the rule type and the conditions under which it applies. In the Amazon Connect admin website, this corresponds to case field conditions.
29214
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-caseruledetails.html}
29215
+ */
29216
+ export type CasesCaseRuleCaseRuleDetails = {
29217
+ /**
29218
+ * A required rule type, used to indicate whether a field is required.
29219
+ */
29220
+ Required: CasesCaseRuleRequiredCaseRule;
29221
+ } | {
29222
+ /**
29223
+ * Hidden rule type, used to indicate whether a field is hidden
29224
+ */
29225
+ Hidden: CasesCaseRuleHiddenCaseRule;
29226
+ };
29227
+ /**
29228
+ * Type definition for `AWS::Cases::CaseRule.EmptyOperandValue`.
29229
+ * An empty operand value.
29230
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-emptyoperandvalue.html}
29231
+ */
29232
+ export type CasesCaseRuleEmptyOperandValue = Record<string, any>;
29233
+ /**
29234
+ * Type definition for `AWS::Cases::CaseRule.HiddenCaseRule`.
29235
+ * Hidden rule type, used to indicate whether a field is hidden
29236
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-hiddencaserule.html}
29237
+ */
29238
+ export type CasesCaseRuleHiddenCaseRule = {
29239
+ /**
29240
+ * List of conditions for the hidden rule; the first condition to evaluate to true dictates the value of the rule
29241
+ * @maxLength `100`
29242
+ */
29243
+ Conditions: CasesCaseRuleBooleanCondition[];
29244
+ /**
29245
+ * The value of the rule (i.e. whether the field is hidden) should none of the conditions evaluate to true
29246
+ */
29247
+ DefaultValue: boolean;
29248
+ };
29249
+ /**
29250
+ * Type definition for `AWS::Cases::CaseRule.OperandOne`.
29251
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-operandone.html}
29252
+ */
29253
+ export type CasesCaseRuleOperandOne = {
29254
+ /**
29255
+ * The field ID this operand should take the value of.
29256
+ * @minLength `1`
29257
+ * @maxLength `500`
29258
+ */
29259
+ FieldId: string;
29260
+ };
29261
+ /**
29262
+ * Type definition for `AWS::Cases::CaseRule.OperandTwo`.
29263
+ * The right hand operand in the condition.
29264
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-operandtwo.html}
29265
+ */
29266
+ export type CasesCaseRuleOperandTwo = {
29267
+ /**
29268
+ * A string value to compare against the field value in the condition evaluation.
29269
+ * @minLength `1`
29270
+ * @maxLength `1500`
29271
+ */
29272
+ StringValue: string;
29273
+ } | {
29274
+ /**
29275
+ * A boolean value to compare against the field value in the condition evaluation.
29276
+ */
29277
+ BooleanValue: boolean;
29278
+ } | {
29279
+ /**
29280
+ * A numeric value to compare against the field value in the condition evaluation.
29281
+ */
29282
+ DoubleValue: number;
29283
+ } | {
29284
+ /**
29285
+ * An empty operand value.
29286
+ */
29287
+ EmptyValue: CasesCaseRuleEmptyOperandValue;
29288
+ };
29289
+ /**
29290
+ * Type definition for `AWS::Cases::CaseRule.RequiredCaseRule`.
29291
+ * A required rule type, used to indicate whether a field is required.
29292
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-requiredcaserule.html}
29293
+ */
29294
+ export type CasesCaseRuleRequiredCaseRule = {
29295
+ /**
29296
+ * An ordered list of boolean conditions that determine when the field should be required. Conditions are evaluated in order, and the first condition that evaluates to true determines whether the field is required, overriding the default value.
29297
+ * @maxLength `100`
29298
+ */
29299
+ Conditions: CasesCaseRuleBooleanCondition[];
29300
+ /**
29301
+ * The default required state for the field when none of the specified conditions are met. If true, the field is required by default; if false, the field is optional by default.
29302
+ */
29303
+ DefaultValue: boolean;
29304
+ };
29305
+ /**
29306
+ * Type definition for `AWS::Cases::CaseRule.Tag`.
29307
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-tag.html}
29308
+ */
29309
+ export type CasesCaseRuleTag = {
29310
+ /**
29311
+ * 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 -.
29312
+ * @minLength `1`
29313
+ * @maxLength `128`
29314
+ * @pattern `^(?!aws:)[a-zA-Z+-=._:/]+$`
29315
+ */
29316
+ Key: string;
29317
+ /**
29318
+ * 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 -.
29319
+ * @minLength `0`
29320
+ * @maxLength `256`
29321
+ */
29322
+ Value: string;
29323
+ };
29324
+ /**
29325
+ * Resource type definition for `AWS::Cases::Domain`.
29326
+ * A domain, which is a container for all case data, such as cases, fields, templates and layouts. Each Amazon Connect instance can be associated with only one Cases domain.
29327
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-domain.html}
29328
+ */
29329
+ export type CasesDomainProps = {
29330
+ /**
29331
+ * The name for your Cases domain. It must be unique for your AWS account.
29332
+ * @minLength `1`
29333
+ * @maxLength `100`
29334
+ * @pattern `^.*[\S]$`
29335
+ */
29336
+ Name: string;
29337
+ /**
29338
+ * The tags that you attach to this domain.
29339
+ */
29340
+ Tags?: CasesDomainTag[];
29341
+ };
29342
+ /**
29343
+ * Attribute type definition for `AWS::Cases::Domain`.
29344
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-domain.html#aws-resource-cases-domain-return-values}
29345
+ */
29346
+ export type CasesDomainAttributes = {
29347
+ /**
29348
+ * The time at which the domain was created.
29349
+ */
29350
+ CreatedTime: string;
29351
+ /**
29352
+ * The Amazon Resource Name (ARN) for the Cases domain.
29353
+ * @minLength `1`
29354
+ * @maxLength `500`
29355
+ */
29356
+ DomainArn: string;
29357
+ /**
29358
+ * The unique identifier of the Cases domain.
29359
+ * @minLength `1`
29360
+ * @maxLength `500`
29361
+ */
29362
+ DomainId: string;
29363
+ /**
29364
+ * The current status of the Cases domain. Indicates whether the domain is Active, CreationInProgress, or CreationFailed.
29365
+ */
29366
+ DomainStatus: CasesDomainDomainStatus;
29367
+ };
29368
+ /**
29369
+ * Type definition for `AWS::Cases::Domain.DomainStatus`.
29370
+ * The current status of the Cases domain. Indicates whether the domain is Active, CreationInProgress, or CreationFailed.
29371
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-domain-domainstatus.html}
29372
+ */
29373
+ export type CasesDomainDomainStatus = "Active" | "CreationInProgress" | "CreationFailed";
29374
+ /**
29375
+ * Type definition for `AWS::Cases::Domain.Tag`.
29376
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-domain-tag.html}
29377
+ */
29378
+ export type CasesDomainTag = {
29379
+ /**
29380
+ * 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 -.
29381
+ * @minLength `1`
29382
+ * @maxLength `128`
29383
+ * @pattern `^(?!aws:)[a-zA-Z+-=._:/]+$`
29384
+ */
29385
+ Key: string;
29386
+ /**
29387
+ * 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 -.
29388
+ * @minLength `0`
29389
+ * @maxLength `256`
29390
+ */
29391
+ Value: string;
29392
+ };
29393
+ /**
29394
+ * Resource type definition for `AWS::Cases::Field`.
29395
+ * A field in the Cases domain. This field is used to define the case object model (that is, defines what data can be captured on cases) in a Cases domain.
29396
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-field.html}
29397
+ */
29398
+ export type CasesFieldProps = {
29399
+ /**
29400
+ * A description explaining the purpose and usage of this field in cases. Helps agents and administrators understand what information should be captured in this field.
29401
+ * @maxLength `255`
29402
+ */
29403
+ Description?: string;
29404
+ /**
29405
+ * The unique identifier of the Cases domain.
29406
+ * @minLength `1`
29407
+ * @maxLength `500`
29408
+ */
29409
+ DomainId?: string;
29410
+ /**
29411
+ * The display name of the field as it appears to agents in the case interface. Should be descriptive and user-friendly (e.g., 'Customer Priority Level', 'Issue Category').
29412
+ * @minLength `1`
29413
+ * @maxLength `100`
29414
+ * @pattern `^.*[\S]$`
29415
+ */
29416
+ Name: string;
29417
+ /**
29418
+ * The tags that you attach to this field.
29419
+ */
29420
+ Tags?: CasesFieldTag[];
29421
+ /**
29422
+ * The data type of the field, which determines validation rules, input constraints, and display format. Each type has specific constraints: Text (string input), Number (numeric values), Boolean (true/false), DateTime (date/time picker), SingleSelect (dropdown options), Url (URL validation), User (Amazon Connect user selection).
29423
+ */
29424
+ Type: CasesFieldFieldType;
29425
+ };
29426
+ /**
29427
+ * Attribute type definition for `AWS::Cases::Field`.
29428
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-field.html#aws-resource-cases-field-return-values}
29429
+ */
29430
+ export type CasesFieldAttributes = {
29431
+ /**
29432
+ * The time at which the field was created.
29433
+ */
29434
+ CreatedTime: string;
29435
+ /**
29436
+ * The Amazon Resource Name (ARN) of the field.
29437
+ * @minLength `1`
29438
+ * @maxLength `500`
29439
+ */
29440
+ FieldArn: string;
29441
+ /**
29442
+ * The unique identifier of a field.
29443
+ * @minLength `1`
29444
+ * @maxLength `500`
29445
+ */
29446
+ FieldId: string;
29447
+ /**
29448
+ * The time at which the field was created or last modified.
29449
+ */
29450
+ LastModifiedTime: string;
29451
+ /**
29452
+ * Indicates whether this is a System field (predefined by AWS) or a Custom field (created by your organization). System fields cannot be modified or deleted.
29453
+ */
29454
+ Namespace: "System" | "Custom";
29455
+ };
29456
+ /**
29457
+ * Type definition for `AWS::Cases::Field.FieldType`.
29458
+ * The data type of the field, which determines validation rules, input constraints, and display format. Each type has specific constraints: Text (string input), Number (numeric values), Boolean (true/false), DateTime (date/time picker), SingleSelect (dropdown options), Url (URL validation), User (Amazon Connect user selection).
29459
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-field-fieldtype.html}
29460
+ */
29461
+ export type CasesFieldFieldType = "Text" | "Number" | "Boolean" | "DateTime" | "SingleSelect" | "Url" | "User";
29462
+ /**
29463
+ * Type definition for `AWS::Cases::Field.Tag`.
29464
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-field-tag.html}
29465
+ */
29466
+ export type CasesFieldTag = {
29467
+ /**
29468
+ * 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 -.
29469
+ * @minLength `1`
29470
+ * @maxLength `128`
29471
+ * @pattern `^(?!aws:)[a-zA-Z+-=._:/]+$`
29472
+ */
29473
+ Key: string;
29474
+ /**
29475
+ * 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 -.
29476
+ * @minLength `0`
29477
+ * @maxLength `256`
29478
+ */
29479
+ Value: string;
29480
+ };
29481
+ /**
29482
+ * Resource type definition for `AWS::Cases::Layout`.
29483
+ * A layout in the Cases domain. Layouts define the following configuration in the top section and More Info tab of the Cases user interface: Fields to display to the users and Field ordering.
29484
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-layout.html}
29485
+ */
29486
+ export type CasesLayoutProps = {
29487
+ Content: CasesLayoutLayoutContent;
29488
+ /**
29489
+ * The unique identifier of the Cases domain.
29490
+ * @minLength `1`
29491
+ * @maxLength `500`
29492
+ */
29493
+ DomainId?: string;
29494
+ /**
29495
+ * A descriptive name for the layout. Must be unique within the Cases domain and should clearly indicate the layout's purpose and field organization.
29496
+ * @minLength `1`
29497
+ * @maxLength `100`
29498
+ * @pattern `^.*[\S]$`
29499
+ */
29500
+ Name: string;
29501
+ /**
29502
+ * The tags that you attach to this layout.
29503
+ */
29504
+ Tags?: CasesLayoutTag[];
29505
+ };
29506
+ /**
29507
+ * Attribute type definition for `AWS::Cases::Layout`.
29508
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-layout.html#aws-resource-cases-layout-return-values}
29509
+ */
29510
+ export type CasesLayoutAttributes = {
29511
+ /**
29512
+ * The time at which the layout was created.
29513
+ */
29514
+ CreatedTime: string;
29515
+ /**
29516
+ * The time at which the layout was created or last modified.
29517
+ */
29518
+ LastModifiedTime: string;
29519
+ /**
29520
+ * The Amazon Resource Name (ARN) of the layout.
29521
+ * @minLength `1`
29522
+ * @maxLength `500`
29523
+ */
29524
+ LayoutArn: string;
29525
+ /**
29526
+ * The unique identifier of the layout.
29527
+ * @minLength `1`
29528
+ * @maxLength `500`
29529
+ */
29530
+ LayoutId: string;
29531
+ };
29532
+ /**
29533
+ * Type definition for `AWS::Cases::Layout.BasicLayout`.
29534
+ * Defines the field layout for the agent's case interface. Configures which fields appear in the top panel (immediately visible) and More Info tab (expandable section) of the case view, allowing customization of the agent experience.
29535
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-basiclayout.html}
29536
+ */
29537
+ export type CasesLayoutBasicLayout = {
29538
+ /**
29539
+ * Sections within a panel or tab of the page layout.
29540
+ */
29541
+ MoreInfo?: CasesLayoutLayoutSections;
29542
+ /**
29543
+ * Sections within a panel or tab of the page layout.
29544
+ */
29545
+ TopPanel?: CasesLayoutLayoutSections;
29546
+ };
29547
+ /**
29548
+ * Type definition for `AWS::Cases::Layout.FieldGroup`.
29549
+ * Consists of a group of fields and associated properties.
29550
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-fieldgroup.html}
29551
+ */
29552
+ export type CasesLayoutFieldGroup = {
29553
+ /**
29554
+ * An ordered list of fields to display in this group. The order determines the sequence in which fields appear in the agent interface. Each field is referenced by its unique field ID.
29555
+ * @maxLength `220`
29556
+ */
29557
+ Fields: CasesLayoutFieldItem[];
29558
+ /**
29559
+ * A descriptive name for the field group. Helps organize related fields together in the layout interface.
29560
+ * @maxLength `100`
29561
+ */
29562
+ Name?: string;
29563
+ };
29564
+ /**
29565
+ * Type definition for `AWS::Cases::Layout.FieldItem`.
29566
+ * Field specific properties.
29567
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-fielditem.html}
29568
+ */
29569
+ export type CasesLayoutFieldItem = {
29570
+ /**
29571
+ * The unique identifier of a field.
29572
+ * @minLength `1`
29573
+ * @maxLength `500`
29574
+ */
29575
+ Id: string;
29576
+ };
29577
+ /**
29578
+ * Type definition for `AWS::Cases::Layout.LayoutContent`.
29579
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-layoutcontent.html}
29580
+ */
29581
+ export type CasesLayoutLayoutContent = {
29582
+ /**
29583
+ * Defines the field layout for the agent's case interface. Configures which fields appear in the top panel (immediately visible) and More Info tab (expandable section) of the case view, allowing customization of the agent experience.
29584
+ */
29585
+ Basic: CasesLayoutBasicLayout;
29586
+ };
29587
+ /**
29588
+ * Type definition for `AWS::Cases::Layout.LayoutSections`.
29589
+ * Sections within a panel or tab of the page layout.
29590
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-layoutsections.html}
29591
+ */
29592
+ export type CasesLayoutLayoutSections = {
29593
+ /**
29594
+ * Defines the sections within a panel or tab. Contains field groups that organize related fields together.
29595
+ * @maxLength `1`
29596
+ */
29597
+ Sections?: CasesLayoutSection[];
29598
+ };
29599
+ /**
29600
+ * Type definition for `AWS::Cases::Layout.Section`.
29601
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-section.html}
29602
+ */
29603
+ export type CasesLayoutSection = {
29604
+ /**
29605
+ * Consists of a group of fields and associated properties.
29606
+ */
29607
+ FieldGroup: CasesLayoutFieldGroup;
29608
+ };
29609
+ /**
29610
+ * Type definition for `AWS::Cases::Layout.Tag`.
29611
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-tag.html}
29612
+ */
29613
+ export type CasesLayoutTag = {
29614
+ /**
29615
+ * 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 -.
29616
+ * @minLength `1`
29617
+ * @maxLength `128`
29618
+ * @pattern `^(?!aws:)[a-zA-Z+-=._:/]+$`
29619
+ */
29620
+ Key: string;
29621
+ /**
29622
+ * 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 -.
29623
+ * @minLength `0`
29624
+ * @maxLength `256`
29625
+ */
29626
+ Value: string;
29627
+ };
29628
+ /**
29629
+ * Resource type definition for `AWS::Cases::Template`.
29630
+ * A template in the Cases domain. This template is used to define the case object model (that is, to define what data can be captured on cases) in a Cases domain. A template must have a unique name within a domain, and it must reference existing field IDs and layout IDs.
29631
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-template.html}
29632
+ */
29633
+ export type CasesTemplateProps = {
29634
+ /**
29635
+ * A description explaining the purpose and use case for this template. Should indicate what types of cases this template is designed for and any specific workflow it supports.
29636
+ * @maxLength `255`
29637
+ */
29638
+ Description?: string;
29639
+ /**
29640
+ * The unique identifier of the Cases domain.
29641
+ * @minLength `1`
29642
+ * @maxLength `500`
29643
+ */
29644
+ DomainId?: string;
29645
+ /**
29646
+ * Specifies the default layout to use when displaying cases created from this template. The layout determines which fields are visible and their arrangement in the agent interface.
29647
+ */
29648
+ LayoutConfiguration?: CasesTemplateLayoutConfiguration;
29649
+ /**
29650
+ * A name for the template. It must be unique per domain.
29651
+ * @minLength `1`
29652
+ * @maxLength `100`
29653
+ * @pattern `^.*[\S]$`
29654
+ */
29655
+ Name: string;
29656
+ /**
29657
+ * A list of fields that must contain a value for a case to be successfully created with this template.
29658
+ * @maxLength `100`
29659
+ */
29660
+ RequiredFields?: CasesTemplateRequiredField[];
29661
+ /**
29662
+ * A list of case rules (also known as case field conditions) on a template.
29663
+ * @maxLength `50`
29664
+ */
29665
+ Rules?: CasesTemplateTemplateRule[];
29666
+ /**
29667
+ * The current status of the template. Active templates can be used to create new cases, while Inactive templates are disabled but preserved for existing cases.
29668
+ */
29669
+ Status?: CasesTemplateTemplateStatus;
29670
+ /**
29671
+ * The tags that you attach to this template.
29672
+ */
29673
+ Tags?: CasesTemplateTag[];
29674
+ };
29675
+ /**
29676
+ * Attribute type definition for `AWS::Cases::Template`.
29677
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-template.html#aws-resource-cases-template-return-values}
29678
+ */
29679
+ export type CasesTemplateAttributes = {
29680
+ /**
29681
+ * The time at which the template was created.
29682
+ */
29683
+ CreatedTime: string;
29684
+ /**
29685
+ * The time at which the template was created or last modified.
29686
+ */
29687
+ LastModifiedTime: string;
29688
+ /**
29689
+ * The Amazon Resource Name (ARN) of the template.
29690
+ * @minLength `1`
29691
+ * @maxLength `500`
29692
+ */
29693
+ TemplateArn: string;
29694
+ /**
29695
+ * The unique identifier of a template.
29696
+ * @minLength `1`
29697
+ * @maxLength `500`
29698
+ */
29699
+ TemplateId: string;
29700
+ };
29701
+ /**
29702
+ * Type definition for `AWS::Cases::Template.LayoutConfiguration`.
29703
+ * Specifies the default layout to use when displaying cases created from this template. The layout determines which fields are visible and their arrangement in the agent interface.
29704
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-template-layoutconfiguration.html}
29705
+ */
29706
+ export type CasesTemplateLayoutConfiguration = {
29707
+ /**
29708
+ * The unique identifier of a layout.
29709
+ * @minLength `1`
29710
+ * @maxLength `500`
29711
+ */
29712
+ DefaultLayout?: string;
29713
+ };
29714
+ /**
29715
+ * Type definition for `AWS::Cases::Template.RequiredField`.
29716
+ * Wrapper object containing a field identifier
29717
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-template-requiredfield.html}
29718
+ */
29719
+ export type CasesTemplateRequiredField = {
29720
+ /**
29721
+ * The unique identifier of a field.
29722
+ * @minLength `1`
29723
+ * @maxLength `500`
29724
+ */
29725
+ FieldId: string;
29726
+ };
29727
+ /**
29728
+ * Type definition for `AWS::Cases::Template.Tag`.
29729
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-template-tag.html}
29730
+ */
29731
+ export type CasesTemplateTag = {
29732
+ /**
29733
+ * 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 -.
29734
+ * @minLength `1`
29735
+ * @maxLength `128`
29736
+ * @pattern `^(?!aws:)[a-zA-Z+-=._:/]+$`
29737
+ */
29738
+ Key: string;
29739
+ /**
29740
+ * 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 -.
29741
+ * @minLength `0`
29742
+ * @maxLength `256`
29743
+ */
29744
+ Value: string;
29745
+ };
29746
+ /**
29747
+ * Type definition for `AWS::Cases::Template.TemplateRule`.
29748
+ * Links a case rule to a specific field within this template. When specified, the rule's conditions will be evaluated for the associated field, controlling behavior like required status, visibility, or available options.
29749
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-template-templaterule.html}
29750
+ */
29751
+ export type CasesTemplateTemplateRule = {
29752
+ /**
29753
+ * The unique identifier of a case rule.
29754
+ * @minLength `1`
29755
+ * @maxLength `500`
29756
+ */
29757
+ CaseRuleId: string;
29758
+ /**
29759
+ * The ID of the field that this rule applies to.
29760
+ * @minLength `1`
29761
+ * @maxLength `500`
29762
+ */
29763
+ FieldId?: string;
29764
+ };
29765
+ /**
29766
+ * Type definition for `AWS::Cases::Template.TemplateStatus`.
29767
+ * The current status of the template. Active templates can be used to create new cases, while Inactive templates are disabled but preserved for existing cases.
29768
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-template-templatestatus.html}
29769
+ */
29770
+ export type CasesTemplateTemplateStatus = "Active" | "Inactive";
29107
29771
  /**
29108
29772
  * Resource schema for AWS::Cassandra::Keyspace
29109
29773
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html}
@@ -41789,6 +42453,15 @@ export type ConnectContactFlowModuleProps = {
41789
42453
  * @pattern `.*\S.*`
41790
42454
  */
41791
42455
  Description?: string;
42456
+ /**
42457
+ * Defines the external invocation configuration of the flow module resource
42458
+ */
42459
+ ExternalInvocationConfiguration?: {
42460
+ /**
42461
+ * Specifies whether the flow module resource is enabled for external invocation
42462
+ */
42463
+ Enabled: boolean;
42464
+ };
41792
42465
  /**
41793
42466
  * The identifier of the Amazon Connect instance (ARN).
41794
42467
  * @minLength `1`
@@ -41803,6 +42476,11 @@ export type ConnectContactFlowModuleProps = {
41803
42476
  * @pattern `.*\S.*`
41804
42477
  */
41805
42478
  Name: string;
42479
+ /**
42480
+ * The schema of the settings for contact flow module in JSON Schema V4 format.
42481
+ * @maxLength `256000`
42482
+ */
42483
+ Settings?: string;
41806
42484
  /**
41807
42485
  * The state of the contact flow module.
41808
42486
  * @maxLength `500`
@@ -67920,33 +68598,39 @@ export type EC2VerifiedAccessTrustProviderTag = {
67920
68598
  };
67921
68599
  /**
67922
68600
  * Resource type definition for `AWS::EC2::Volume`.
67923
- * Specifies an Amazon Elastic Block Store (Amazon EBS) volume.
67924
- When you use CFNlong to update an Amazon EBS volume that modifies ``Iops``, ``Size``, or ``VolumeType``, there is a cooldown period before another operation can occur. This can cause your stack to report being in ``UPDATE_IN_PROGRESS`` or ``UPDATE_ROLLBACK_IN_PROGRESS`` for long periods of time.
67925
- Amazon EBS does not support sizing down an Amazon EBS volume. CFNlong does not attempt to modify an Amazon EBS volume to a smaller size on rollback.
67926
- Some common scenarios when you might encounter a cooldown period for Amazon EBS include:
68601
+ * Specifies an Amazon Elastic Block Store (Amazon EBS) volume. You can create an empty volume, a volume from a snapshot, or a volume copy from an existing source volume.
68602
+ + When you use CFNlong to update an Amazon EBS volume that modifies ``Iops``, ``Size``, or ``VolumeType``, there is a cooldown period before another operation can occur. This can cause your stack to report being in ``UPDATE_IN_PROGRESS`` or ``UPDATE_ROLLBACK_IN_PROGRESS`` for long periods of time. Some common scenarios when you might encounter a cooldown period for Amazon EBS include:
67927
68603
  + You successfully update an Amazon EBS volume and the update succeeds. When you attempt another update within the cooldown window, that update will be subject to a cooldown period.
67928
68604
  + You successfully update an Amazon EBS volume and the update succeeds but another change in your ``update-stack`` call fails. The rollback will be subject to a cooldown period.
67929
68605
 
67930
68606
  For more information, see [Requirements for EBS volume modifications](https://docs.aws.amazon.com/ebs/latest/userguide/modify-volume-requirements.html).
67931
- *DeletionPolicy attribute*
68607
+ + Amazon EBS does not support sizing down an Amazon EBS volume. CFNlong does not attempt to modify an Amazon EBS volume to a smaller size on rollback.
68608
+
68609
+ *DeletionPolicy attribute*
67932
68610
  To control how CFNlong handles the volume when the stack is deleted, set a deletion policy for your volume. You can choose to retain the volume, to delete the volume, or to create a snapshot of the volume. For more information, see [DeletionPolicy attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html).
67933
68611
  If you set a deletion policy that creates a snapshot, all tags on the volume are included in the snapshot.
67934
68612
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html}
67935
68613
  */
67936
68614
  export type EC2VolumeProps = {
67937
68615
  /**
67938
- * Indicates whether the volume is auto-enabled for I/O operations. By default, Amazon EBS disables I/O to the volume from attached EC2 instances when it determines that a volume's data is potentially inconsistent. If the consistency of the volume is not a concern, and you prefer that the volume be made available immediately if it's impaired, you can configure the volume to automatically enable I/O.
68616
+ * Indicates whether the volume is auto-enabled for I/O operations. By default, EBS disables I/O to the volume from attached EC2 instances when it determines that a volume's data is potentially inconsistent. If the consistency of the volume is not a concern, and you prefer that the volume be made available immediately if it's impaired, you can configure the volume to automatically enable I/O.
67939
68617
  */
67940
68618
  AutoEnableIO?: boolean;
67941
68619
  /**
67942
68620
  * The ID of the Availability Zone in which to create the volume. For example, ``us-east-1a``.
67943
68621
  Either ``AvailabilityZone`` or ``AvailabilityZoneId`` must be specified, but not both.
68622
+ If you are creating a volume copy, omit this parameter. The volume copy is created in the same Availability Zone as the source volume.
67944
68623
  */
67945
68624
  AvailabilityZone?: string;
68625
+ /**
68626
+ * The ID of the Availability Zone in which to create the volume. For example, ``use1-az1``.
68627
+ Either ``AvailabilityZone`` or ``AvailabilityZoneId`` must be specified, but not both.
68628
+ If you are creating a volume copy, omit this parameter. The volume copy is created in the same Availability Zone as the source volume.
68629
+ */
67946
68630
  AvailabilityZoneId?: string;
67947
68631
  /**
67948
- * Indicates whether the volume should be encrypted. The effect of setting the encryption state to ``true`` depends on the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see [Encryption by default](https://docs.aws.amazon.com/ebs/latest/userguide/work-with-ebs-encr.html#encryption-by-default) in the *Amazon EBS User Guide*.
67949
- Encrypted Amazon EBS volumes must be attached to instances that support Amazon EBS encryption. For more information, see [Supported instance types](https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption-requirements.html#ebs-encryption_supported_instances).
68632
+ * Indicates whether the volume should be encrypted. The effect of setting the encryption state to ``true`` depends on the volume origin (new, from a snapshot, or from an existing volume), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see [Encryption by default](https://docs.aws.amazon.com/ebs/latest/userguide/work-with-ebs-encr.html#encryption-by-default) in the *Amazon EBS User Guide*.
68633
+ If you are creating a volume copy, omit this parameter. The volume is automatically encrypted with the same KMS key as the source volume. You can't copy unencrypted volumes.
67950
68634
  */
67951
68635
  Encrypted?: boolean;
67952
68636
  /**
@@ -67967,6 +68651,8 @@ export type EC2VolumeProps = {
67967
68651
  + Key alias. Specify the alias for the key, prefixed with ``alias/``. For example, for a key with the alias ``my_cmk``, use ``alias/my_cmk``. Or to specify the aws-managed-key, use ``alias/aws/ebs``.
67968
68652
  + Key ARN. For example, arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
67969
68653
  + Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
68654
+
68655
+ If you are creating a volume copy, omit this parameter. The volume is automatically encrypted with the same KMS key as the source volume. You can't copy unencrypted volumes.
67970
68656
  */
67971
68657
  KmsKeyId?: string;
67972
68658
  /**
@@ -67975,12 +68661,16 @@ export type EC2VolumeProps = {
67975
68661
  */
67976
68662
  MultiAttachEnabled?: boolean;
67977
68663
  /**
67978
- * The Amazon Resource Name (ARN) of the Outpost.
67979
- */
68664
+ * The Amazon Resource Name (ARN) of the Outpost on which to create the volume.
68665
+ If you intend to use a volume with an instance running on an outpost, then you must create the volume on the same outpost as the instance. You can't use a volume created in an AWS Region with an instance on an AWS outpost, or the other way around.
68666
+ */
67980
68667
  OutpostArn?: string;
67981
68668
  /**
67982
- * The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size, and you can specify a volume size that is equal to or larger than the snapshot size.
67983
- Valid sizes:
68669
+ * The size of the volume, in GiBs.
68670
+ + Required for new empty volumes.
68671
+ + Optional for volumes created from snapshots and volume copies. In this case, the size defaults to the size of the snapshot or source volume. You can optionally specify a size that is equal to or larger than the size of the source snapshot or volume.
68672
+
68673
+ Supported volume sizes:
67984
68674
  + gp2: ``1 - 16,384`` GiB
67985
68675
  + gp3: ``1 - 65,536`` GiB
67986
68676
  + io1: ``4 - 16,384`` GiB
@@ -67990,9 +68680,12 @@ export type EC2VolumeProps = {
67990
68680
  */
67991
68681
  Size?: number;
67992
68682
  /**
67993
- * The snapshot from which to create the volume. You must specify either a snapshot ID or a volume size.
68683
+ * The snapshot from which to create the volume. Only specify to create a volume from a snapshot. To create a new empty volume, omit this parameter and specify a value for ``Size`` instead. To create a volume copy, omit this parameter and specify ``SourceVolumeId`` instead.
67994
68684
  */
67995
68685
  SnapshotId?: string;
68686
+ /**
68687
+ * The ID of the source EBS volume to copy. When specified, the volume is created as an exact copy of the specified volume. Only specify to create a volume copy. To create a new empty volume or to create a volume from a snapshot, omit this parameter,
68688
+ */
67996
68689
  SourceVolumeId?: string;
67997
68690
  /**
67998
68691
  * The tags to apply to the volume during creation.
@@ -68023,7 +68716,8 @@ export type EC2VolumeProps = {
68023
68716
  + Cold HDD: ``sc1``
68024
68717
  + Magnetic: ``standard``
68025
68718
 
68026
- For more information, see [Amazon EBS volume types](https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html).
68719
+ Throughput Optimized HDD (``st1``) and Cold HDD (``sc1``) volumes can't be used as boot volumes.
68720
+ For more information, see [Amazon EBS volume types](https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html) in the *Amazon EBS User Guide*.
68027
68721
  Default: ``gp2``
68028
68722
  */
68029
68723
  VolumeType?: string;
@@ -69728,7 +70422,7 @@ export type ECRRepositoryCreationTemplateAttributes = {
69728
70422
  * Enumerable Strings representing the repository creation scenarios that the template will apply towards.
69729
70423
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repositorycreationtemplate-appliedforitem.html}
69730
70424
  */
69731
- export type ECRRepositoryCreationTemplateAppliedForItem = "REPLICATION" | "PULL_THROUGH_CACHE";
70425
+ export type ECRRepositoryCreationTemplateAppliedForItem = "REPLICATION" | "PULL_THROUGH_CACHE" | "CREATE_ON_PUSH";
69732
70426
  /**
69733
70427
  * Type definition for `AWS::ECR::RepositoryCreationTemplate.EncryptionConfiguration`.
69734
70428
  * The encryption configuration for the repository. This determines how the contents of your repository are encrypted at rest.
@@ -69909,6 +70603,7 @@ export type ECSCapacityProviderBaselineEbsBandwidthMbpsRequest = {
69909
70603
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancelaunchtemplate.html}
69910
70604
  */
69911
70605
  export type ECSCapacityProviderInstanceLaunchTemplate = {
70606
+ CapacityOptionType?: "ON_DEMAND" | "SPOT";
69912
70607
  Ec2InstanceProfileArn: string;
69913
70608
  InstanceRequirements?: ECSCapacityProviderInstanceRequirementsRequest;
69914
70609
  Monitoring?: ECSCapacityProviderManagedInstancesMonitoringOptions;
@@ -78048,6 +78743,10 @@ export type EMRStepProps = {
78048
78743
  * This specifies what action to take when the cluster step fails. Possible values are CANCEL_AND_WAIT and CONTINUE.
78049
78744
  */
78050
78745
  ActionOnFailure: string;
78746
+ /**
78747
+ * The KMS key ARN to encrypt the logs published to the given Amazon S3 destination. When omitted, EMR falls back to cluster-level logging behavior.
78748
+ */
78749
+ EncryptionKeyArn?: string;
78051
78750
  /**
78052
78751
  * The HadoopJarStepConfig property type specifies a job flow step consisting of a JAR file whose main function will be executed. The main function submits a job for the cluster to execute as a step on the master node, and then waits for the job to finish or fail before executing subsequent steps.
78053
78752
  */
@@ -78056,6 +78755,10 @@ export type EMRStepProps = {
78056
78755
  * A string that uniquely identifies the cluster (job flow).
78057
78756
  */
78058
78757
  JobFlowId: string;
78758
+ /**
78759
+ * The Amazon S3 destination URI for log publishing. When omitted, EMR falls back to cluster-level logging behavior.
78760
+ */
78761
+ LogUri?: string;
78059
78762
  /**
78060
78763
  * The name of the cluster step.
78061
78764
  */
@@ -155117,7 +155820,7 @@ export type QuickSightDashboardDashboardVersionDefinition = {
155117
155820
  Options?: QuickSightDashboardAssetOptions;
155118
155821
  /**
155119
155822
  * @minLength `0`
155120
- * @maxLength `200`
155823
+ * @maxLength `400`
155121
155824
  */
155122
155825
  ParameterDeclarations?: QuickSightDashboardParameterDeclaration[];
155123
155826
  /**
@@ -156527,6 +157230,11 @@ export type QuickSightDashboardFreeFormLayoutConfiguration = {
156527
157230
  */
156528
157231
  export type QuickSightDashboardFreeFormLayoutElement = {
156529
157232
  BackgroundStyle?: QuickSightDashboardFreeFormLayoutElementBackgroundStyle;
157233
+ /**
157234
+ * @minLength `0`
157235
+ * @maxLength `50`
157236
+ */
157237
+ BorderRadius?: string;
156530
157238
  BorderStyle?: QuickSightDashboardFreeFormLayoutElementBorderStyle;
156531
157239
  /**
156532
157240
  * @minLength `1`
@@ -156540,6 +157248,11 @@ export type QuickSightDashboardFreeFormLayoutElement = {
156540
157248
  */
156541
157249
  Height: string;
156542
157250
  LoadingAnimation?: QuickSightDashboardLoadingAnimation;
157251
+ /**
157252
+ * @minLength `0`
157253
+ * @maxLength `200`
157254
+ */
157255
+ Padding?: string;
156543
157256
  /**
156544
157257
  * @minLength `0`
156545
157258
  * @maxLength `10000`
@@ -156581,6 +157294,12 @@ export type QuickSightDashboardFreeFormLayoutElementBorderStyle = {
156581
157294
  */
156582
157295
  Color?: string;
156583
157296
  Visibility?: QuickSightDashboardVisibility;
157297
+ /**
157298
+ * String to encapsulate the most generic way Width can be formatted with whatever units (px, em etc)
157299
+ * @minLength `0`
157300
+ * @maxLength `50`
157301
+ */
157302
+ Width?: string;
156584
157303
  };
156585
157304
  /**
156586
157305
  * Type definition for `AWS::QuickSight::Dashboard.FreeFormLayoutScreenCanvasSizeOptions`.
@@ -157341,6 +158060,13 @@ export type QuickSightDashboardGridLayoutConfiguration = {
157341
158060
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelement.html}
157342
158061
  */
157343
158062
  export type QuickSightDashboardGridLayoutElement = {
158063
+ BackgroundStyle?: QuickSightDashboardGridLayoutElementBackgroundStyle;
158064
+ /**
158065
+ * @minLength `0`
158066
+ * @maxLength `50`
158067
+ */
158068
+ BorderRadius?: string;
158069
+ BorderStyle?: QuickSightDashboardGridLayoutElementBorderStyle;
157344
158070
  /**
157345
158071
  * @min `0`
157346
158072
  * @max `35`
@@ -157358,6 +158084,12 @@ export type QuickSightDashboardGridLayoutElement = {
157358
158084
  */
157359
158085
  ElementId: string;
157360
158086
  ElementType: QuickSightDashboardLayoutElementType;
158087
+ LoadingAnimation?: QuickSightDashboardLoadingAnimation;
158088
+ /**
158089
+ * @minLength `0`
158090
+ * @maxLength `200`
158091
+ */
158092
+ Padding?: string;
157361
158093
  /**
157362
158094
  * @min `0`
157363
158095
  * @max `9009`
@@ -157368,6 +158100,35 @@ export type QuickSightDashboardGridLayoutElement = {
157368
158100
  * @max `21`
157369
158101
  */
157370
158102
  RowSpan: number;
158103
+ SelectedBorderStyle?: QuickSightDashboardGridLayoutElementBorderStyle;
158104
+ };
158105
+ /**
158106
+ * Type definition for `AWS::QuickSight::Dashboard.GridLayoutElementBackgroundStyle`.
158107
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementbackgroundstyle.html}
158108
+ */
158109
+ export type QuickSightDashboardGridLayoutElementBackgroundStyle = {
158110
+ /**
158111
+ * @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
158112
+ */
158113
+ Color?: string;
158114
+ Visibility?: QuickSightDashboardVisibility;
158115
+ };
158116
+ /**
158117
+ * Type definition for `AWS::QuickSight::Dashboard.GridLayoutElementBorderStyle`.
158118
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementborderstyle.html}
158119
+ */
158120
+ export type QuickSightDashboardGridLayoutElementBorderStyle = {
158121
+ /**
158122
+ * @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
158123
+ */
158124
+ Color?: string;
158125
+ Visibility?: QuickSightDashboardVisibility;
158126
+ /**
158127
+ * String to encapsulate the most generic way Width can be formatted with whatever units (px, em etc)
158128
+ * @minLength `0`
158129
+ * @maxLength `50`
158130
+ */
158131
+ Width?: string;
157371
158132
  };
157372
158133
  /**
157373
158134
  * Type definition for `AWS::QuickSight::Dashboard.GridLayoutScreenCanvasSizeOptions`.
@@ -219274,6 +220035,7 @@ export type WorkSpacesWebUserSettingsProps = {
219274
220035
  Tags?: WorkSpacesWebUserSettingsTag[];
219275
220036
  ToolbarConfiguration?: WorkSpacesWebUserSettingsToolbarConfiguration;
219276
220037
  UploadAllowed: WorkSpacesWebUserSettingsEnabledType;
220038
+ WebAuthnAllowed?: WorkSpacesWebUserSettingsEnabledType;
219277
220039
  };
219278
220040
  /**
219279
220041
  * Attribute type definition for `AWS::WorkSpacesWeb::UserSettings`.
@@ -220000,6 +220762,11 @@ export interface ResourceTypes {
220000
220762
  "AWS::BillingConductor::PricingRule": BillingConductorPricingRuleProps;
220001
220763
  "AWS::Budgets::Budget": BudgetsBudgetProps;
220002
220764
  "AWS::Budgets::BudgetsAction": BudgetsBudgetsActionProps;
220765
+ "AWS::Cases::CaseRule": CasesCaseRuleProps;
220766
+ "AWS::Cases::Domain": CasesDomainProps;
220767
+ "AWS::Cases::Field": CasesFieldProps;
220768
+ "AWS::Cases::Layout": CasesLayoutProps;
220769
+ "AWS::Cases::Template": CasesTemplateProps;
220003
220770
  "AWS::Cassandra::Keyspace": CassandraKeyspaceProps;
220004
220771
  "AWS::Cassandra::Table": CassandraTableProps;
220005
220772
  "AWS::Cassandra::Type": CassandraTypeProps;
@@ -221483,6 +222250,11 @@ export interface AttributeTypes {
221483
222250
  "AWS::BillingConductor::PricingRule": BillingConductorPricingRuleAttributes;
221484
222251
  "AWS::Budgets::Budget": BudgetsBudgetAttributes;
221485
222252
  "AWS::Budgets::BudgetsAction": BudgetsBudgetsActionAttributes;
222253
+ "AWS::Cases::CaseRule": CasesCaseRuleAttributes;
222254
+ "AWS::Cases::Domain": CasesDomainAttributes;
222255
+ "AWS::Cases::Field": CasesFieldAttributes;
222256
+ "AWS::Cases::Layout": CasesLayoutAttributes;
222257
+ "AWS::Cases::Template": CasesTemplateAttributes;
221486
222258
  "AWS::Cassandra::Type": CassandraTypeAttributes;
221487
222259
  "AWS::CE::AnomalyMonitor": CEAnomalyMonitorAttributes;
221488
222260
  "AWS::CE::AnomalySubscription": CEAnomalySubscriptionAttributes;
@@ -222827,6 +223599,11 @@ export declare const ResourceType: {
222827
223599
  readonly BillingConductorPricingRule: "AWS::BillingConductor::PricingRule";
222828
223600
  readonly BudgetsBudget: "AWS::Budgets::Budget";
222829
223601
  readonly BudgetsBudgetsAction: "AWS::Budgets::BudgetsAction";
223602
+ readonly CasesCaseRule: "AWS::Cases::CaseRule";
223603
+ readonly CasesDomain: "AWS::Cases::Domain";
223604
+ readonly CasesField: "AWS::Cases::Field";
223605
+ readonly CasesLayout: "AWS::Cases::Layout";
223606
+ readonly CasesTemplate: "AWS::Cases::Template";
222830
223607
  readonly CassandraKeyspace: "AWS::Cassandra::Keyspace";
222831
223608
  readonly CassandraTable: "AWS::Cassandra::Table";
222832
223609
  readonly CassandraType: "AWS::Cassandra::Type";