@awboost/cfntypes 0.100.360 → 0.100.362

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.
@@ -15495,6 +15495,7 @@ export type AutoScalingAutoScalingGroupProps = {
15495
15495
  If you specify ``LaunchTemplate``, ``MixedInstancesPolicy``, or ``LaunchConfigurationName``, don't specify ``InstanceId``.
15496
15496
  */
15497
15497
  InstanceId?: string;
15498
+ InstanceLifecyclePolicy?: AutoScalingAutoScalingGroupInstanceLifecyclePolicy;
15498
15499
  /**
15499
15500
  * An instance maintenance policy. For more information, see [Set instance maintenance policy](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-instance-maintenance-policy.html) in the *Amazon EC2 Auto Scaling User Guide*.
15500
15501
  */
@@ -15729,6 +15730,13 @@ export type AutoScalingAutoScalingGroupCpuPerformanceFactorRequest = {
15729
15730
  */
15730
15731
  References?: AutoScalingAutoScalingGroupPerformanceFactorReferenceRequest[];
15731
15732
  };
15733
+ /**
15734
+ * Type definition for `AWS::AutoScaling::AutoScalingGroup.InstanceLifecyclePolicy`.
15735
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-instancelifecyclepolicy.html}
15736
+ */
15737
+ export type AutoScalingAutoScalingGroupInstanceLifecyclePolicy = {
15738
+ RetentionTriggers?: AutoScalingAutoScalingGroupRetentionTriggers;
15739
+ };
15732
15740
  /**
15733
15741
  * Type definition for `AWS::AutoScaling::AutoScalingGroup.InstanceMaintenancePolicy`.
15734
15742
  * ``InstanceMaintenancePolicy`` is a property of the [AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html) resource.
@@ -15999,6 +16007,7 @@ export type AutoScalingAutoScalingGroupLaunchTemplate = {
15999
16007
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplateoverrides.html}
16000
16008
  */
16001
16009
  export type AutoScalingAutoScalingGroupLaunchTemplateOverrides = {
16010
+ ImageId?: string;
16002
16011
  /**
16003
16012
  * The instance requirements. Amazon EC2 Auto Scaling uses your specified requirements to identify instance types. Then, it uses your On-Demand and Spot allocation strategies to launch instances from these instance types.
16004
16013
  You can specify up to four separate sets of instance requirements per Auto Scaling group. This is useful for provisioning instances from different Amazon Machine Images (AMIs) in the same Auto Scaling group. To do this, create the AMIs and create a new launch template for each AMI. Then, create a compatible set of instance requirements for each launch template.
@@ -16264,6 +16273,13 @@ export type AutoScalingAutoScalingGroupPerformanceFactorReferenceRequest = {
16264
16273
  */
16265
16274
  InstanceFamily?: string;
16266
16275
  };
16276
+ /**
16277
+ * Type definition for `AWS::AutoScaling::AutoScalingGroup.RetentionTriggers`.
16278
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-retentiontriggers.html}
16279
+ */
16280
+ export type AutoScalingAutoScalingGroupRetentionTriggers = {
16281
+ TerminateHookAbandon?: string;
16282
+ };
16267
16283
  /**
16268
16284
  * Type definition for `AWS::AutoScaling::AutoScalingGroup.TagProperty`.
16269
16285
  * A structure that specifies a tag for the ``Tags`` property of [AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html) resource.
@@ -27182,7 +27198,7 @@ export type BedrockAgentCoreGatewayWorkloadIdentityDetails = {
27182
27198
  WorkloadIdentityArn: string;
27183
27199
  };
27184
27200
  /**
27185
- * Definition of AWS::BedrockAgentCore::GatewayTarget Resource Type
27201
+ * Resource Type definition for AWS::BedrockAgentCore::GatewayTarget
27186
27202
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html}
27187
27203
  */
27188
27204
  export type BedrockAgentCoreGatewayTargetProps = {
@@ -27327,6 +27343,14 @@ export type BedrockAgentCoreGatewayTargetMcpTargetConfiguration = {
27327
27343
  */
27328
27344
  export type BedrockAgentCoreGatewayTargetOAuthCredentialProvider = {
27329
27345
  CustomParameters?: BedrockAgentCoreGatewayTargetOAuthCustomParameters;
27346
+ /**
27347
+ * Return URL for OAuth callback.
27348
+ * @minLength `1`
27349
+ * @maxLength `2048`
27350
+ * @pattern `\w+:(\/?\/?)[^\s]+`
27351
+ */
27352
+ DefaultReturnUrl?: string;
27353
+ GrantType?: BedrockAgentCoreGatewayTargetOAuthGrantType;
27330
27354
  /**
27331
27355
  * @pattern `^arn:([^:]*):([^:]*):([^:]*):([0-9]{12})?:(.+)$`
27332
27356
  */
@@ -27341,6 +27365,11 @@ export type BedrockAgentCoreGatewayTargetOAuthCredentialProvider = {
27341
27365
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-oauthcustomparameters.html}
27342
27366
  */
27343
27367
  export type BedrockAgentCoreGatewayTargetOAuthCustomParameters = Record<string, string>;
27368
+ /**
27369
+ * Type definition for `AWS::BedrockAgentCore::GatewayTarget.OAuthGrantType`.
27370
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-oauthgranttype.html}
27371
+ */
27372
+ export type BedrockAgentCoreGatewayTargetOAuthGrantType = "AUTHORIZATION_CODE" | "CLIENT_CREDENTIALS";
27344
27373
  /**
27345
27374
  * Type definition for `AWS::BedrockAgentCore::GatewayTarget.S3Configuration`.
27346
27375
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-s3configuration.html}
@@ -29104,6 +29133,657 @@ export type BudgetsBudgetsActionSubscriber = {
29104
29133
  Address: string;
29105
29134
  Type: "SNS" | "EMAIL";
29106
29135
  };
29136
+ /**
29137
+ * Resource type definition for `AWS::Cases::CaseRule`.
29138
+ * 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).
29139
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-caserule.html}
29140
+ */
29141
+ export type CasesCaseRuleProps = {
29142
+ /**
29143
+ * A description explaining the purpose and behavior of this case rule. Helps administrators understand when and why this rule applies to case fields.
29144
+ * @maxLength `255`
29145
+ */
29146
+ Description?: string;
29147
+ /**
29148
+ * The unique identifier of the Cases domain.
29149
+ * @minLength `1`
29150
+ * @maxLength `500`
29151
+ */
29152
+ DomainId?: string;
29153
+ /**
29154
+ * 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').
29155
+ * @minLength `1`
29156
+ * @maxLength `100`
29157
+ * @pattern `^.*[\S]$`
29158
+ */
29159
+ Name: string;
29160
+ /**
29161
+ * 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.
29162
+ */
29163
+ Rule: CasesCaseRuleCaseRuleDetails;
29164
+ /**
29165
+ * The tags that you attach to this case rule.
29166
+ */
29167
+ Tags?: CasesCaseRuleTag[];
29168
+ };
29169
+ /**
29170
+ * Attribute type definition for `AWS::Cases::CaseRule`.
29171
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-caserule.html#aws-resource-cases-caserule-return-values}
29172
+ */
29173
+ export type CasesCaseRuleAttributes = {
29174
+ /**
29175
+ * The Amazon Resource Name (ARN) of a case rule.
29176
+ * @minLength `1`
29177
+ * @maxLength `500`
29178
+ */
29179
+ CaseRuleArn: string;
29180
+ /**
29181
+ * The unique identifier of a case rule.
29182
+ * @minLength `1`
29183
+ * @maxLength `500`
29184
+ */
29185
+ CaseRuleId: string;
29186
+ /**
29187
+ * The time at which the case rule was created.
29188
+ */
29189
+ CreatedTime: string;
29190
+ /**
29191
+ * The time at which the case rule was created or last modified.
29192
+ */
29193
+ LastModifiedTime: string;
29194
+ };
29195
+ /**
29196
+ * Type definition for `AWS::Cases::CaseRule.BooleanCondition`.
29197
+ * A boolean condition for a rule.
29198
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-booleancondition.html}
29199
+ */
29200
+ export type CasesCaseRuleBooleanCondition = {
29201
+ /**
29202
+ * Boolean operands for a condition.
29203
+ */
29204
+ EqualTo: CasesCaseRuleBooleanOperands;
29205
+ } | {
29206
+ /**
29207
+ * Boolean operands for a condition.
29208
+ */
29209
+ NotEqualTo: CasesCaseRuleBooleanOperands;
29210
+ };
29211
+ /**
29212
+ * Type definition for `AWS::Cases::CaseRule.BooleanOperands`.
29213
+ * Boolean operands for a condition.
29214
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-booleanoperands.html}
29215
+ */
29216
+ export type CasesCaseRuleBooleanOperands = {
29217
+ OperandOne: CasesCaseRuleOperandOne;
29218
+ /**
29219
+ * The right hand operand in the condition.
29220
+ */
29221
+ OperandTwo: CasesCaseRuleOperandTwo;
29222
+ /**
29223
+ * The value of the outer rule if the condition evaluates to true.
29224
+ */
29225
+ Result: boolean;
29226
+ };
29227
+ /**
29228
+ * Type definition for `AWS::Cases::CaseRule.CaseRuleDetails`.
29229
+ * 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.
29230
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-caseruledetails.html}
29231
+ */
29232
+ export type CasesCaseRuleCaseRuleDetails = {
29233
+ /**
29234
+ * A required rule type, used to indicate whether a field is required.
29235
+ */
29236
+ Required: CasesCaseRuleRequiredCaseRule;
29237
+ } | {
29238
+ /**
29239
+ * Hidden rule type, used to indicate whether a field is hidden
29240
+ */
29241
+ Hidden: CasesCaseRuleHiddenCaseRule;
29242
+ };
29243
+ /**
29244
+ * Type definition for `AWS::Cases::CaseRule.EmptyOperandValue`.
29245
+ * An empty operand value.
29246
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-emptyoperandvalue.html}
29247
+ */
29248
+ export type CasesCaseRuleEmptyOperandValue = Record<string, any>;
29249
+ /**
29250
+ * Type definition for `AWS::Cases::CaseRule.HiddenCaseRule`.
29251
+ * Hidden rule type, used to indicate whether a field is hidden
29252
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-hiddencaserule.html}
29253
+ */
29254
+ export type CasesCaseRuleHiddenCaseRule = {
29255
+ /**
29256
+ * List of conditions for the hidden rule; the first condition to evaluate to true dictates the value of the rule
29257
+ * @maxLength `100`
29258
+ */
29259
+ Conditions: CasesCaseRuleBooleanCondition[];
29260
+ /**
29261
+ * The value of the rule (i.e. whether the field is hidden) should none of the conditions evaluate to true
29262
+ */
29263
+ DefaultValue: boolean;
29264
+ };
29265
+ /**
29266
+ * Type definition for `AWS::Cases::CaseRule.OperandOne`.
29267
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-operandone.html}
29268
+ */
29269
+ export type CasesCaseRuleOperandOne = {
29270
+ /**
29271
+ * The field ID this operand should take the value of.
29272
+ * @minLength `1`
29273
+ * @maxLength `500`
29274
+ */
29275
+ FieldId: string;
29276
+ };
29277
+ /**
29278
+ * Type definition for `AWS::Cases::CaseRule.OperandTwo`.
29279
+ * The right hand operand in the condition.
29280
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-operandtwo.html}
29281
+ */
29282
+ export type CasesCaseRuleOperandTwo = {
29283
+ /**
29284
+ * A string value to compare against the field value in the condition evaluation.
29285
+ * @minLength `1`
29286
+ * @maxLength `1500`
29287
+ */
29288
+ StringValue: string;
29289
+ } | {
29290
+ /**
29291
+ * A boolean value to compare against the field value in the condition evaluation.
29292
+ */
29293
+ BooleanValue: boolean;
29294
+ } | {
29295
+ /**
29296
+ * A numeric value to compare against the field value in the condition evaluation.
29297
+ */
29298
+ DoubleValue: number;
29299
+ } | {
29300
+ /**
29301
+ * An empty operand value.
29302
+ */
29303
+ EmptyValue: CasesCaseRuleEmptyOperandValue;
29304
+ };
29305
+ /**
29306
+ * Type definition for `AWS::Cases::CaseRule.RequiredCaseRule`.
29307
+ * A required rule type, used to indicate whether a field is required.
29308
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-requiredcaserule.html}
29309
+ */
29310
+ export type CasesCaseRuleRequiredCaseRule = {
29311
+ /**
29312
+ * 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.
29313
+ * @maxLength `100`
29314
+ */
29315
+ Conditions: CasesCaseRuleBooleanCondition[];
29316
+ /**
29317
+ * 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.
29318
+ */
29319
+ DefaultValue: boolean;
29320
+ };
29321
+ /**
29322
+ * Type definition for `AWS::Cases::CaseRule.Tag`.
29323
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-caserule-tag.html}
29324
+ */
29325
+ export type CasesCaseRuleTag = {
29326
+ /**
29327
+ * 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 -.
29328
+ * @minLength `1`
29329
+ * @maxLength `128`
29330
+ * @pattern `^(?!aws:)[a-zA-Z+-=._:/]+$`
29331
+ */
29332
+ Key: string;
29333
+ /**
29334
+ * 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 -.
29335
+ * @minLength `0`
29336
+ * @maxLength `256`
29337
+ */
29338
+ Value: string;
29339
+ };
29340
+ /**
29341
+ * Resource type definition for `AWS::Cases::Domain`.
29342
+ * 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.
29343
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-domain.html}
29344
+ */
29345
+ export type CasesDomainProps = {
29346
+ /**
29347
+ * The name for your Cases domain. It must be unique for your AWS account.
29348
+ * @minLength `1`
29349
+ * @maxLength `100`
29350
+ * @pattern `^.*[\S]$`
29351
+ */
29352
+ Name: string;
29353
+ /**
29354
+ * The tags that you attach to this domain.
29355
+ */
29356
+ Tags?: CasesDomainTag[];
29357
+ };
29358
+ /**
29359
+ * Attribute type definition for `AWS::Cases::Domain`.
29360
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-domain.html#aws-resource-cases-domain-return-values}
29361
+ */
29362
+ export type CasesDomainAttributes = {
29363
+ /**
29364
+ * The time at which the domain was created.
29365
+ */
29366
+ CreatedTime: string;
29367
+ /**
29368
+ * The Amazon Resource Name (ARN) for the Cases domain.
29369
+ * @minLength `1`
29370
+ * @maxLength `500`
29371
+ */
29372
+ DomainArn: string;
29373
+ /**
29374
+ * The unique identifier of the Cases domain.
29375
+ * @minLength `1`
29376
+ * @maxLength `500`
29377
+ */
29378
+ DomainId: string;
29379
+ /**
29380
+ * The current status of the Cases domain. Indicates whether the domain is Active, CreationInProgress, or CreationFailed.
29381
+ */
29382
+ DomainStatus: CasesDomainDomainStatus;
29383
+ };
29384
+ /**
29385
+ * Type definition for `AWS::Cases::Domain.DomainStatus`.
29386
+ * The current status of the Cases domain. Indicates whether the domain is Active, CreationInProgress, or CreationFailed.
29387
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-domain-domainstatus.html}
29388
+ */
29389
+ export type CasesDomainDomainStatus = "Active" | "CreationInProgress" | "CreationFailed";
29390
+ /**
29391
+ * Type definition for `AWS::Cases::Domain.Tag`.
29392
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-domain-tag.html}
29393
+ */
29394
+ export type CasesDomainTag = {
29395
+ /**
29396
+ * 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 -.
29397
+ * @minLength `1`
29398
+ * @maxLength `128`
29399
+ * @pattern `^(?!aws:)[a-zA-Z+-=._:/]+$`
29400
+ */
29401
+ Key: string;
29402
+ /**
29403
+ * 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 -.
29404
+ * @minLength `0`
29405
+ * @maxLength `256`
29406
+ */
29407
+ Value: string;
29408
+ };
29409
+ /**
29410
+ * Resource type definition for `AWS::Cases::Field`.
29411
+ * 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.
29412
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-field.html}
29413
+ */
29414
+ export type CasesFieldProps = {
29415
+ /**
29416
+ * 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.
29417
+ * @maxLength `255`
29418
+ */
29419
+ Description?: string;
29420
+ /**
29421
+ * The unique identifier of the Cases domain.
29422
+ * @minLength `1`
29423
+ * @maxLength `500`
29424
+ */
29425
+ DomainId?: string;
29426
+ /**
29427
+ * 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').
29428
+ * @minLength `1`
29429
+ * @maxLength `100`
29430
+ * @pattern `^.*[\S]$`
29431
+ */
29432
+ Name: string;
29433
+ /**
29434
+ * The tags that you attach to this field.
29435
+ */
29436
+ Tags?: CasesFieldTag[];
29437
+ /**
29438
+ * 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).
29439
+ */
29440
+ Type: CasesFieldFieldType;
29441
+ };
29442
+ /**
29443
+ * Attribute type definition for `AWS::Cases::Field`.
29444
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-field.html#aws-resource-cases-field-return-values}
29445
+ */
29446
+ export type CasesFieldAttributes = {
29447
+ /**
29448
+ * The time at which the field was created.
29449
+ */
29450
+ CreatedTime: string;
29451
+ /**
29452
+ * The Amazon Resource Name (ARN) of the field.
29453
+ * @minLength `1`
29454
+ * @maxLength `500`
29455
+ */
29456
+ FieldArn: string;
29457
+ /**
29458
+ * The unique identifier of a field.
29459
+ * @minLength `1`
29460
+ * @maxLength `500`
29461
+ */
29462
+ FieldId: string;
29463
+ /**
29464
+ * The time at which the field was created or last modified.
29465
+ */
29466
+ LastModifiedTime: string;
29467
+ /**
29468
+ * 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.
29469
+ */
29470
+ Namespace: "System" | "Custom";
29471
+ };
29472
+ /**
29473
+ * Type definition for `AWS::Cases::Field.FieldType`.
29474
+ * 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).
29475
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-field-fieldtype.html}
29476
+ */
29477
+ export type CasesFieldFieldType = "Text" | "Number" | "Boolean" | "DateTime" | "SingleSelect" | "Url" | "User";
29478
+ /**
29479
+ * Type definition for `AWS::Cases::Field.Tag`.
29480
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-field-tag.html}
29481
+ */
29482
+ export type CasesFieldTag = {
29483
+ /**
29484
+ * 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 -.
29485
+ * @minLength `1`
29486
+ * @maxLength `128`
29487
+ * @pattern `^(?!aws:)[a-zA-Z+-=._:/]+$`
29488
+ */
29489
+ Key: string;
29490
+ /**
29491
+ * 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 -.
29492
+ * @minLength `0`
29493
+ * @maxLength `256`
29494
+ */
29495
+ Value: string;
29496
+ };
29497
+ /**
29498
+ * Resource type definition for `AWS::Cases::Layout`.
29499
+ * 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.
29500
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-layout.html}
29501
+ */
29502
+ export type CasesLayoutProps = {
29503
+ Content: CasesLayoutLayoutContent;
29504
+ /**
29505
+ * The unique identifier of the Cases domain.
29506
+ * @minLength `1`
29507
+ * @maxLength `500`
29508
+ */
29509
+ DomainId?: string;
29510
+ /**
29511
+ * A descriptive name for the layout. Must be unique within the Cases domain and should clearly indicate the layout's purpose and field organization.
29512
+ * @minLength `1`
29513
+ * @maxLength `100`
29514
+ * @pattern `^.*[\S]$`
29515
+ */
29516
+ Name: string;
29517
+ /**
29518
+ * The tags that you attach to this layout.
29519
+ */
29520
+ Tags?: CasesLayoutTag[];
29521
+ };
29522
+ /**
29523
+ * Attribute type definition for `AWS::Cases::Layout`.
29524
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-layout.html#aws-resource-cases-layout-return-values}
29525
+ */
29526
+ export type CasesLayoutAttributes = {
29527
+ /**
29528
+ * The time at which the layout was created.
29529
+ */
29530
+ CreatedTime: string;
29531
+ /**
29532
+ * The time at which the layout was created or last modified.
29533
+ */
29534
+ LastModifiedTime: string;
29535
+ /**
29536
+ * The Amazon Resource Name (ARN) of the layout.
29537
+ * @minLength `1`
29538
+ * @maxLength `500`
29539
+ */
29540
+ LayoutArn: string;
29541
+ /**
29542
+ * The unique identifier of the layout.
29543
+ * @minLength `1`
29544
+ * @maxLength `500`
29545
+ */
29546
+ LayoutId: string;
29547
+ };
29548
+ /**
29549
+ * Type definition for `AWS::Cases::Layout.BasicLayout`.
29550
+ * 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.
29551
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-basiclayout.html}
29552
+ */
29553
+ export type CasesLayoutBasicLayout = {
29554
+ /**
29555
+ * Sections within a panel or tab of the page layout.
29556
+ */
29557
+ MoreInfo?: CasesLayoutLayoutSections;
29558
+ /**
29559
+ * Sections within a panel or tab of the page layout.
29560
+ */
29561
+ TopPanel?: CasesLayoutLayoutSections;
29562
+ };
29563
+ /**
29564
+ * Type definition for `AWS::Cases::Layout.FieldGroup`.
29565
+ * Consists of a group of fields and associated properties.
29566
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-fieldgroup.html}
29567
+ */
29568
+ export type CasesLayoutFieldGroup = {
29569
+ /**
29570
+ * 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.
29571
+ * @maxLength `220`
29572
+ */
29573
+ Fields: CasesLayoutFieldItem[];
29574
+ /**
29575
+ * A descriptive name for the field group. Helps organize related fields together in the layout interface.
29576
+ * @maxLength `100`
29577
+ */
29578
+ Name?: string;
29579
+ };
29580
+ /**
29581
+ * Type definition for `AWS::Cases::Layout.FieldItem`.
29582
+ * Field specific properties.
29583
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-fielditem.html}
29584
+ */
29585
+ export type CasesLayoutFieldItem = {
29586
+ /**
29587
+ * The unique identifier of a field.
29588
+ * @minLength `1`
29589
+ * @maxLength `500`
29590
+ */
29591
+ Id: string;
29592
+ };
29593
+ /**
29594
+ * Type definition for `AWS::Cases::Layout.LayoutContent`.
29595
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-layoutcontent.html}
29596
+ */
29597
+ export type CasesLayoutLayoutContent = {
29598
+ /**
29599
+ * 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.
29600
+ */
29601
+ Basic: CasesLayoutBasicLayout;
29602
+ };
29603
+ /**
29604
+ * Type definition for `AWS::Cases::Layout.LayoutSections`.
29605
+ * Sections within a panel or tab of the page layout.
29606
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-layoutsections.html}
29607
+ */
29608
+ export type CasesLayoutLayoutSections = {
29609
+ /**
29610
+ * Defines the sections within a panel or tab. Contains field groups that organize related fields together.
29611
+ * @maxLength `1`
29612
+ */
29613
+ Sections?: CasesLayoutSection[];
29614
+ };
29615
+ /**
29616
+ * Type definition for `AWS::Cases::Layout.Section`.
29617
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-section.html}
29618
+ */
29619
+ export type CasesLayoutSection = {
29620
+ /**
29621
+ * Consists of a group of fields and associated properties.
29622
+ */
29623
+ FieldGroup: CasesLayoutFieldGroup;
29624
+ };
29625
+ /**
29626
+ * Type definition for `AWS::Cases::Layout.Tag`.
29627
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-layout-tag.html}
29628
+ */
29629
+ export type CasesLayoutTag = {
29630
+ /**
29631
+ * 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 -.
29632
+ * @minLength `1`
29633
+ * @maxLength `128`
29634
+ * @pattern `^(?!aws:)[a-zA-Z+-=._:/]+$`
29635
+ */
29636
+ Key: string;
29637
+ /**
29638
+ * 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 -.
29639
+ * @minLength `0`
29640
+ * @maxLength `256`
29641
+ */
29642
+ Value: string;
29643
+ };
29644
+ /**
29645
+ * Resource type definition for `AWS::Cases::Template`.
29646
+ * 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.
29647
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-template.html}
29648
+ */
29649
+ export type CasesTemplateProps = {
29650
+ /**
29651
+ * 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.
29652
+ * @maxLength `255`
29653
+ */
29654
+ Description?: string;
29655
+ /**
29656
+ * The unique identifier of the Cases domain.
29657
+ * @minLength `1`
29658
+ * @maxLength `500`
29659
+ */
29660
+ DomainId?: string;
29661
+ /**
29662
+ * 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.
29663
+ */
29664
+ LayoutConfiguration?: CasesTemplateLayoutConfiguration;
29665
+ /**
29666
+ * A name for the template. It must be unique per domain.
29667
+ * @minLength `1`
29668
+ * @maxLength `100`
29669
+ * @pattern `^.*[\S]$`
29670
+ */
29671
+ Name: string;
29672
+ /**
29673
+ * A list of fields that must contain a value for a case to be successfully created with this template.
29674
+ * @maxLength `100`
29675
+ */
29676
+ RequiredFields?: CasesTemplateRequiredField[];
29677
+ /**
29678
+ * A list of case rules (also known as case field conditions) on a template.
29679
+ * @maxLength `50`
29680
+ */
29681
+ Rules?: CasesTemplateTemplateRule[];
29682
+ /**
29683
+ * 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.
29684
+ */
29685
+ Status?: CasesTemplateTemplateStatus;
29686
+ /**
29687
+ * The tags that you attach to this template.
29688
+ */
29689
+ Tags?: CasesTemplateTag[];
29690
+ };
29691
+ /**
29692
+ * Attribute type definition for `AWS::Cases::Template`.
29693
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cases-template.html#aws-resource-cases-template-return-values}
29694
+ */
29695
+ export type CasesTemplateAttributes = {
29696
+ /**
29697
+ * The time at which the template was created.
29698
+ */
29699
+ CreatedTime: string;
29700
+ /**
29701
+ * The time at which the template was created or last modified.
29702
+ */
29703
+ LastModifiedTime: string;
29704
+ /**
29705
+ * The Amazon Resource Name (ARN) of the template.
29706
+ * @minLength `1`
29707
+ * @maxLength `500`
29708
+ */
29709
+ TemplateArn: string;
29710
+ /**
29711
+ * The unique identifier of a template.
29712
+ * @minLength `1`
29713
+ * @maxLength `500`
29714
+ */
29715
+ TemplateId: string;
29716
+ };
29717
+ /**
29718
+ * Type definition for `AWS::Cases::Template.LayoutConfiguration`.
29719
+ * 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.
29720
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-template-layoutconfiguration.html}
29721
+ */
29722
+ export type CasesTemplateLayoutConfiguration = {
29723
+ /**
29724
+ * The unique identifier of a layout.
29725
+ * @minLength `1`
29726
+ * @maxLength `500`
29727
+ */
29728
+ DefaultLayout?: string;
29729
+ };
29730
+ /**
29731
+ * Type definition for `AWS::Cases::Template.RequiredField`.
29732
+ * Wrapper object containing a field identifier
29733
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-template-requiredfield.html}
29734
+ */
29735
+ export type CasesTemplateRequiredField = {
29736
+ /**
29737
+ * The unique identifier of a field.
29738
+ * @minLength `1`
29739
+ * @maxLength `500`
29740
+ */
29741
+ FieldId: string;
29742
+ };
29743
+ /**
29744
+ * Type definition for `AWS::Cases::Template.Tag`.
29745
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-template-tag.html}
29746
+ */
29747
+ export type CasesTemplateTag = {
29748
+ /**
29749
+ * 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 -.
29750
+ * @minLength `1`
29751
+ * @maxLength `128`
29752
+ * @pattern `^(?!aws:)[a-zA-Z+-=._:/]+$`
29753
+ */
29754
+ Key: string;
29755
+ /**
29756
+ * 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 -.
29757
+ * @minLength `0`
29758
+ * @maxLength `256`
29759
+ */
29760
+ Value: string;
29761
+ };
29762
+ /**
29763
+ * Type definition for `AWS::Cases::Template.TemplateRule`.
29764
+ * 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.
29765
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-template-templaterule.html}
29766
+ */
29767
+ export type CasesTemplateTemplateRule = {
29768
+ /**
29769
+ * The unique identifier of a case rule.
29770
+ * @minLength `1`
29771
+ * @maxLength `500`
29772
+ */
29773
+ CaseRuleId: string;
29774
+ /**
29775
+ * The ID of the field that this rule applies to.
29776
+ * @minLength `1`
29777
+ * @maxLength `500`
29778
+ */
29779
+ FieldId?: string;
29780
+ };
29781
+ /**
29782
+ * Type definition for `AWS::Cases::Template.TemplateStatus`.
29783
+ * 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.
29784
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cases-template-templatestatus.html}
29785
+ */
29786
+ export type CasesTemplateTemplateStatus = "Active" | "Inactive";
29107
29787
  /**
29108
29788
  * Resource schema for AWS::Cassandra::Keyspace
29109
29789
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html}
@@ -41789,6 +42469,15 @@ export type ConnectContactFlowModuleProps = {
41789
42469
  * @pattern `.*\S.*`
41790
42470
  */
41791
42471
  Description?: string;
42472
+ /**
42473
+ * Defines the external invocation configuration of the flow module resource
42474
+ */
42475
+ ExternalInvocationConfiguration?: {
42476
+ /**
42477
+ * Specifies whether the flow module resource is enabled for external invocation
42478
+ */
42479
+ Enabled: boolean;
42480
+ };
41792
42481
  /**
41793
42482
  * The identifier of the Amazon Connect instance (ARN).
41794
42483
  * @minLength `1`
@@ -41803,6 +42492,11 @@ export type ConnectContactFlowModuleProps = {
41803
42492
  * @pattern `.*\S.*`
41804
42493
  */
41805
42494
  Name: string;
42495
+ /**
42496
+ * The schema of the settings for contact flow module in JSON Schema V4 format.
42497
+ * @maxLength `256000`
42498
+ */
42499
+ Settings?: string;
41806
42500
  /**
41807
42501
  * The state of the contact flow module.
41808
42502
  * @maxLength `500`
@@ -42907,6 +43601,10 @@ export type ConnectEvaluationFormTag = {
42907
43601
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-hoursofoperation.html}
42908
43602
  */
42909
43603
  export type ConnectHoursOfOperationProps = {
43604
+ /**
43605
+ * List of child hours of operations.
43606
+ */
43607
+ ChildHoursOfOperations?: ConnectHoursOfOperationHoursOfOperationsIdentifier[];
42910
43608
  /**
42911
43609
  * Configuration information for the hours of operation: day, start time, and end time.
42912
43610
  * @maxLength `100`
@@ -42934,6 +43632,10 @@ export type ConnectHoursOfOperationProps = {
42934
43632
  * @maxLength `127`
42935
43633
  */
42936
43634
  Name: string;
43635
+ /**
43636
+ * List of parent hours of operations.
43637
+ */
43638
+ ParentHoursOfOperations?: ConnectHoursOfOperationHoursOfOperationsIdentifier[];
42937
43639
  /**
42938
43640
  * One or more tags.
42939
43641
  * @maxLength `50`
@@ -43012,6 +43714,14 @@ export type ConnectHoursOfOperationHoursOfOperationOverride = {
43012
43714
  * @maxLength `127`
43013
43715
  */
43014
43716
  OverrideName: string;
43717
+ /**
43718
+ * The type of hours of operation override.
43719
+ */
43720
+ OverrideType?: ConnectHoursOfOperationOverrideType;
43721
+ /**
43722
+ * Configuration for recurring hours of operation overrides.
43723
+ */
43724
+ RecurrenceConfig?: ConnectHoursOfOperationRecurrenceConfig;
43015
43725
  };
43016
43726
  /**
43017
43727
  * Type definition for `AWS::Connect::HoursOfOperation.HoursOfOperationOverrideConfig`.
@@ -43032,6 +43742,23 @@ export type ConnectHoursOfOperationHoursOfOperationOverrideConfig = {
43032
43742
  */
43033
43743
  StartTime: ConnectHoursOfOperationOverrideTimeSlice;
43034
43744
  };
43745
+ /**
43746
+ * Type definition for `AWS::Connect::HoursOfOperation.HoursOfOperationsIdentifier`.
43747
+ * Identifier for hours of operation.
43748
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-hoursofoperation-hoursofoperationsidentifier.html}
43749
+ */
43750
+ export type ConnectHoursOfOperationHoursOfOperationsIdentifier = {
43751
+ /**
43752
+ * The identifier for the hours of operation.
43753
+ */
43754
+ Id: string;
43755
+ /**
43756
+ * The name of the hours of operation.
43757
+ * @minLength `1`
43758
+ * @maxLength `127`
43759
+ */
43760
+ Name?: string;
43761
+ };
43035
43762
  /**
43036
43763
  * Type definition for `AWS::Connect::HoursOfOperation.HoursOfOperationTimeSlice`.
43037
43764
  * The start time or end time for an hours of operation.
@@ -43070,6 +43797,58 @@ export type ConnectHoursOfOperationOverrideTimeSlice = {
43070
43797
  */
43071
43798
  Minutes: number;
43072
43799
  };
43800
+ /**
43801
+ * Type definition for `AWS::Connect::HoursOfOperation.OverrideType`.
43802
+ * The type of hours of operation override.
43803
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-hoursofoperation-overridetype.html}
43804
+ */
43805
+ export type ConnectHoursOfOperationOverrideType = "STANDARD" | "OPEN" | "CLOSED";
43806
+ /**
43807
+ * Type definition for `AWS::Connect::HoursOfOperation.RecurrenceConfig`.
43808
+ * Configuration for recurring hours of operation overrides.
43809
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-hoursofoperation-recurrenceconfig.html}
43810
+ */
43811
+ export type ConnectHoursOfOperationRecurrenceConfig = {
43812
+ /**
43813
+ * Pattern for recurring hours of operation overrides.
43814
+ */
43815
+ RecurrencePattern: ConnectHoursOfOperationRecurrencePattern;
43816
+ };
43817
+ /**
43818
+ * Type definition for `AWS::Connect::HoursOfOperation.RecurrenceFrequency`.
43819
+ * The frequency of recurrence for hours of operation overrides.
43820
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-hoursofoperation-recurrencefrequency.html}
43821
+ */
43822
+ export type ConnectHoursOfOperationRecurrenceFrequency = "WEEKLY" | "MONTHLY" | "YEARLY";
43823
+ /**
43824
+ * Type definition for `AWS::Connect::HoursOfOperation.RecurrencePattern`.
43825
+ * Pattern for recurring hours of operation overrides.
43826
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-hoursofoperation-recurrencepattern.html}
43827
+ */
43828
+ export type ConnectHoursOfOperationRecurrencePattern = {
43829
+ /**
43830
+ * List of months (1-12) for recurrence pattern.
43831
+ */
43832
+ ByMonth?: number[];
43833
+ /**
43834
+ * List of month days (-1 to 31) for recurrence pattern.
43835
+ */
43836
+ ByMonthDay?: number[];
43837
+ /**
43838
+ * @minLength `0`
43839
+ * @maxLength `1`
43840
+ */
43841
+ ByWeekdayOccurrence?: number[];
43842
+ /**
43843
+ * The frequency of recurrence for hours of operation overrides.
43844
+ */
43845
+ Frequency?: ConnectHoursOfOperationRecurrenceFrequency;
43846
+ /**
43847
+ * @min `1`
43848
+ * @max `6`
43849
+ */
43850
+ Interval?: number;
43851
+ };
43073
43852
  /**
43074
43853
  * Type definition for `AWS::Connect::HoursOfOperation.Tag`.
43075
43854
  * A key-value pair to associate with a resource.
@@ -54697,7 +55476,7 @@ export type DAXParameterGroupAttributes = {
54697
55476
  Id: string;
54698
55477
  };
54699
55478
  /**
54700
- * Resource type definition for AWS::DAX::SubnetGroup
55479
+ * Resource Type definition for AWS::DAX::SubnetGroup
54701
55480
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html}
54702
55481
  */
54703
55482
  export type DAXSubnetGroupProps = {
@@ -54705,6 +55484,13 @@ export type DAXSubnetGroupProps = {
54705
55484
  SubnetGroupName?: string;
54706
55485
  SubnetIds: string[];
54707
55486
  };
55487
+ /**
55488
+ * Attribute type definition for `AWS::DAX::SubnetGroup`.
55489
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dax-subnetgroup.html#aws-resource-dax-subnetgroup-return-values}
55490
+ */
55491
+ export type DAXSubnetGroupAttributes = {
55492
+ Id: string;
55493
+ };
54708
55494
  /**
54709
55495
  * Definition of AWS::Deadline::Farm Resource Type
54710
55496
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-farm.html}
@@ -59383,12 +60169,14 @@ export type EC2ClientVpnEndpointProps = {
59383
60169
  Description?: string;
59384
60170
  DisconnectOnSessionTimeout?: boolean;
59385
60171
  DnsServers?: string[];
60172
+ EndpointIpAddressType?: string;
59386
60173
  SecurityGroupIds?: string[];
59387
60174
  SelfServicePortal?: string;
59388
60175
  ServerCertificateArn: string;
59389
60176
  SessionTimeoutHours?: number;
59390
60177
  SplitTunnel?: boolean;
59391
60178
  TagSpecifications?: EC2ClientVpnEndpointTagSpecification[];
60179
+ TrafficIpAddressType?: string;
59392
60180
  TransportProtocol?: string;
59393
60181
  VpcId?: string;
59394
60182
  VpnPort?: number;
@@ -67920,33 +68708,39 @@ export type EC2VerifiedAccessTrustProviderTag = {
67920
68708
  };
67921
68709
  /**
67922
68710
  * 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:
68711
+ * 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.
68712
+ + 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
68713
  + 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
68714
  + 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
68715
 
67930
68716
  For more information, see [Requirements for EBS volume modifications](https://docs.aws.amazon.com/ebs/latest/userguide/modify-volume-requirements.html).
67931
- *DeletionPolicy attribute*
68717
+ + 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.
68718
+
68719
+ *DeletionPolicy attribute*
67932
68720
  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
68721
  If you set a deletion policy that creates a snapshot, all tags on the volume are included in the snapshot.
67934
68722
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html}
67935
68723
  */
67936
68724
  export type EC2VolumeProps = {
67937
68725
  /**
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.
68726
+ * 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
68727
  */
67940
68728
  AutoEnableIO?: boolean;
67941
68729
  /**
67942
68730
  * The ID of the Availability Zone in which to create the volume. For example, ``us-east-1a``.
67943
68731
  Either ``AvailabilityZone`` or ``AvailabilityZoneId`` must be specified, but not both.
68732
+ 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
68733
  */
67945
68734
  AvailabilityZone?: string;
68735
+ /**
68736
+ * The ID of the Availability Zone in which to create the volume. For example, ``use1-az1``.
68737
+ Either ``AvailabilityZone`` or ``AvailabilityZoneId`` must be specified, but not both.
68738
+ If you are creating a volume copy, omit this parameter. The volume copy is created in the same Availability Zone as the source volume.
68739
+ */
67946
68740
  AvailabilityZoneId?: string;
67947
68741
  /**
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).
68742
+ * 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*.
68743
+ 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
68744
  */
67951
68745
  Encrypted?: boolean;
67952
68746
  /**
@@ -67967,6 +68761,8 @@ export type EC2VolumeProps = {
67967
68761
  + 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
68762
  + Key ARN. For example, arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.
67969
68763
  + Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.
68764
+
68765
+ 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
68766
  */
67971
68767
  KmsKeyId?: string;
67972
68768
  /**
@@ -67975,12 +68771,16 @@ export type EC2VolumeProps = {
67975
68771
  */
67976
68772
  MultiAttachEnabled?: boolean;
67977
68773
  /**
67978
- * The Amazon Resource Name (ARN) of the Outpost.
67979
- */
68774
+ * The Amazon Resource Name (ARN) of the Outpost on which to create the volume.
68775
+ 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.
68776
+ */
67980
68777
  OutpostArn?: string;
67981
68778
  /**
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:
68779
+ * The size of the volume, in GiBs.
68780
+ + Required for new empty volumes.
68781
+ + 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.
68782
+
68783
+ Supported volume sizes:
67984
68784
  + gp2: ``1 - 16,384`` GiB
67985
68785
  + gp3: ``1 - 65,536`` GiB
67986
68786
  + io1: ``4 - 16,384`` GiB
@@ -67990,9 +68790,12 @@ export type EC2VolumeProps = {
67990
68790
  */
67991
68791
  Size?: number;
67992
68792
  /**
67993
- * The snapshot from which to create the volume. You must specify either a snapshot ID or a volume size.
68793
+ * 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
68794
  */
67995
68795
  SnapshotId?: string;
68796
+ /**
68797
+ * 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,
68798
+ */
67996
68799
  SourceVolumeId?: string;
67997
68800
  /**
67998
68801
  * The tags to apply to the volume during creation.
@@ -68023,7 +68826,8 @@ export type EC2VolumeProps = {
68023
68826
  + Cold HDD: ``sc1``
68024
68827
  + Magnetic: ``standard``
68025
68828
 
68026
- For more information, see [Amazon EBS volume types](https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html).
68829
+ Throughput Optimized HDD (``st1``) and Cold HDD (``sc1``) volumes can't be used as boot volumes.
68830
+ 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
68831
  Default: ``gp2``
68028
68832
  */
68029
68833
  VolumeType?: string;
@@ -69728,7 +70532,7 @@ export type ECRRepositoryCreationTemplateAttributes = {
69728
70532
  * Enumerable Strings representing the repository creation scenarios that the template will apply towards.
69729
70533
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repositorycreationtemplate-appliedforitem.html}
69730
70534
  */
69731
- export type ECRRepositoryCreationTemplateAppliedForItem = "REPLICATION" | "PULL_THROUGH_CACHE";
70535
+ export type ECRRepositoryCreationTemplateAppliedForItem = "REPLICATION" | "PULL_THROUGH_CACHE" | "CREATE_ON_PUSH";
69732
70536
  /**
69733
70537
  * Type definition for `AWS::ECR::RepositoryCreationTemplate.EncryptionConfiguration`.
69734
70538
  * The encryption configuration for the repository. This determines how the contents of your repository are encrypted at rest.
@@ -69909,6 +70713,7 @@ export type ECSCapacityProviderBaselineEbsBandwidthMbpsRequest = {
69909
70713
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancelaunchtemplate.html}
69910
70714
  */
69911
70715
  export type ECSCapacityProviderInstanceLaunchTemplate = {
70716
+ CapacityOptionType?: "ON_DEMAND" | "SPOT";
69912
70717
  Ec2InstanceProfileArn: string;
69913
70718
  InstanceRequirements?: ECSCapacityProviderInstanceRequirementsRequest;
69914
70719
  Monitoring?: ECSCapacityProviderManagedInstancesMonitoringOptions;
@@ -78048,6 +78853,10 @@ export type EMRStepProps = {
78048
78853
  * This specifies what action to take when the cluster step fails. Possible values are CANCEL_AND_WAIT and CONTINUE.
78049
78854
  */
78050
78855
  ActionOnFailure: string;
78856
+ /**
78857
+ * 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.
78858
+ */
78859
+ EncryptionKeyArn?: string;
78051
78860
  /**
78052
78861
  * 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
78862
  */
@@ -78056,6 +78865,10 @@ export type EMRStepProps = {
78056
78865
  * A string that uniquely identifies the cluster (job flow).
78057
78866
  */
78058
78867
  JobFlowId: string;
78868
+ /**
78869
+ * The Amazon S3 destination URI for log publishing. When omitted, EMR falls back to cluster-level logging behavior.
78870
+ */
78871
+ LogUri?: string;
78059
78872
  /**
78060
78873
  * The name of the cluster step.
78061
78874
  */
@@ -117983,6 +118796,7 @@ export type LogsLogGroupProps = {
117983
118796
  * Creates a data protection policy and assigns it to the log group. A data protection policy can help safeguard sensitive data that's ingested by the log group by auditing and masking the sensitive log data. When a user who does not have permission to view masked data views a log event that includes masked data, the sensitive data is replaced by asterisks.
117984
118797
  */
117985
118798
  DataProtectionPolicy?: Record<string, any>;
118799
+ DeletionProtectionEnabled?: boolean;
117986
118800
  /**
117987
118801
  * Creates or updates a *field index policy* for the specified log group. Only log groups in the Standard log class support field index policies. For more information about log classes, see [Log classes](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch_Logs_Log_Classes.html).
117988
118802
  You can use field index policies to create *field indexes* on fields found in log events in the log group. Creating field indexes lowers the costs for CWL Insights queries that reference those field indexes, because these queries attempt to skip the processing of log events that are known to not match the indexed field. Good fields to index are fields that you often need to query for and fields that have high cardinality of values Common examples of indexes include request ID, session ID, userID, and instance IDs. For more information, see [Create field indexes to improve query performance and reduce costs](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatchLogs-Field-Indexing.html).
@@ -135994,6 +136808,10 @@ export type ODBOdbNetworkTag = {
135994
136808
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html}
135995
136809
  */
135996
136810
  export type ODBOdbPeeringConnectionProps = {
136811
+ /**
136812
+ * The additional CIDR blocks for the ODB peering connection.
136813
+ */
136814
+ AdditionalPeerNetworkCidrs?: string[];
135997
136815
  /**
135998
136816
  * The name of the ODB peering connection.
135999
136817
  * @minLength `1`
@@ -136041,6 +136859,10 @@ export type ODBOdbPeeringConnectionAttributes = {
136041
136859
  * The Amazon Resource Name (ARN) of the peer network.
136042
136860
  */
136043
136861
  PeerNetworkArn: string;
136862
+ /**
136863
+ * The CIDR blocks for the ODB peering connection.
136864
+ */
136865
+ PeerNetworkCidrs: string[];
136044
136866
  };
136045
136867
  /**
136046
136868
  * Type definition for `AWS::ODB::OdbPeeringConnection.Tag`.
@@ -155117,7 +155939,7 @@ export type QuickSightDashboardDashboardVersionDefinition = {
155117
155939
  Options?: QuickSightDashboardAssetOptions;
155118
155940
  /**
155119
155941
  * @minLength `0`
155120
- * @maxLength `200`
155942
+ * @maxLength `400`
155121
155943
  */
155122
155944
  ParameterDeclarations?: QuickSightDashboardParameterDeclaration[];
155123
155945
  /**
@@ -156527,6 +157349,11 @@ export type QuickSightDashboardFreeFormLayoutConfiguration = {
156527
157349
  */
156528
157350
  export type QuickSightDashboardFreeFormLayoutElement = {
156529
157351
  BackgroundStyle?: QuickSightDashboardFreeFormLayoutElementBackgroundStyle;
157352
+ /**
157353
+ * @minLength `0`
157354
+ * @maxLength `50`
157355
+ */
157356
+ BorderRadius?: string;
156530
157357
  BorderStyle?: QuickSightDashboardFreeFormLayoutElementBorderStyle;
156531
157358
  /**
156532
157359
  * @minLength `1`
@@ -156540,6 +157367,11 @@ export type QuickSightDashboardFreeFormLayoutElement = {
156540
157367
  */
156541
157368
  Height: string;
156542
157369
  LoadingAnimation?: QuickSightDashboardLoadingAnimation;
157370
+ /**
157371
+ * @minLength `0`
157372
+ * @maxLength `200`
157373
+ */
157374
+ Padding?: string;
156543
157375
  /**
156544
157376
  * @minLength `0`
156545
157377
  * @maxLength `10000`
@@ -156581,6 +157413,12 @@ export type QuickSightDashboardFreeFormLayoutElementBorderStyle = {
156581
157413
  */
156582
157414
  Color?: string;
156583
157415
  Visibility?: QuickSightDashboardVisibility;
157416
+ /**
157417
+ * String to encapsulate the most generic way Width can be formatted with whatever units (px, em etc)
157418
+ * @minLength `0`
157419
+ * @maxLength `50`
157420
+ */
157421
+ Width?: string;
156584
157422
  };
156585
157423
  /**
156586
157424
  * Type definition for `AWS::QuickSight::Dashboard.FreeFormLayoutScreenCanvasSizeOptions`.
@@ -157341,6 +158179,13 @@ export type QuickSightDashboardGridLayoutConfiguration = {
157341
158179
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelement.html}
157342
158180
  */
157343
158181
  export type QuickSightDashboardGridLayoutElement = {
158182
+ BackgroundStyle?: QuickSightDashboardGridLayoutElementBackgroundStyle;
158183
+ /**
158184
+ * @minLength `0`
158185
+ * @maxLength `50`
158186
+ */
158187
+ BorderRadius?: string;
158188
+ BorderStyle?: QuickSightDashboardGridLayoutElementBorderStyle;
157344
158189
  /**
157345
158190
  * @min `0`
157346
158191
  * @max `35`
@@ -157358,6 +158203,12 @@ export type QuickSightDashboardGridLayoutElement = {
157358
158203
  */
157359
158204
  ElementId: string;
157360
158205
  ElementType: QuickSightDashboardLayoutElementType;
158206
+ LoadingAnimation?: QuickSightDashboardLoadingAnimation;
158207
+ /**
158208
+ * @minLength `0`
158209
+ * @maxLength `200`
158210
+ */
158211
+ Padding?: string;
157361
158212
  /**
157362
158213
  * @min `0`
157363
158214
  * @max `9009`
@@ -157368,6 +158219,35 @@ export type QuickSightDashboardGridLayoutElement = {
157368
158219
  * @max `21`
157369
158220
  */
157370
158221
  RowSpan: number;
158222
+ SelectedBorderStyle?: QuickSightDashboardGridLayoutElementBorderStyle;
158223
+ };
158224
+ /**
158225
+ * Type definition for `AWS::QuickSight::Dashboard.GridLayoutElementBackgroundStyle`.
158226
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementbackgroundstyle.html}
158227
+ */
158228
+ export type QuickSightDashboardGridLayoutElementBackgroundStyle = {
158229
+ /**
158230
+ * @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
158231
+ */
158232
+ Color?: string;
158233
+ Visibility?: QuickSightDashboardVisibility;
158234
+ };
158235
+ /**
158236
+ * Type definition for `AWS::QuickSight::Dashboard.GridLayoutElementBorderStyle`.
158237
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementborderstyle.html}
158238
+ */
158239
+ export type QuickSightDashboardGridLayoutElementBorderStyle = {
158240
+ /**
158241
+ * @pattern `^#[A-F0-9]{6}(?:[A-F0-9]{2})?$`
158242
+ */
158243
+ Color?: string;
158244
+ Visibility?: QuickSightDashboardVisibility;
158245
+ /**
158246
+ * String to encapsulate the most generic way Width can be formatted with whatever units (px, em etc)
158247
+ * @minLength `0`
158248
+ * @maxLength `50`
158249
+ */
158250
+ Width?: string;
157371
158251
  };
157372
158252
  /**
157373
158253
  * Type definition for `AWS::QuickSight::Dashboard.GridLayoutScreenCanvasSizeOptions`.
@@ -199374,7 +200254,7 @@ export type SecurityHubConnectorV2Props = {
199374
200254
  */
199375
200255
  Name: string;
199376
200256
  /**
199377
- * The provider configuration of the connector
200257
+ * The third-party provider configuration for the connector
199378
200258
  */
199379
200259
  Provider: SecurityHubConnectorV2Provider;
199380
200260
  /**
@@ -199422,54 +200302,53 @@ export type SecurityHubConnectorV2Attributes = {
199422
200302
  Message: string;
199423
200303
  };
199424
200304
  /**
199425
- * Type definition for `AWS::SecurityHub::ConnectorV2.AuthStatus`.
199426
- * The auth status of the connector
199427
- * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-connectorv2-authstatus.html}
200305
+ * Type definition for `AWS::SecurityHub::ConnectorV2.JiraCloudProviderConfiguration`.
200306
+ * The initial configuration settings required to establish an integration between Security Hub and Jira Cloud
200307
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-connectorv2-jiracloudproviderconfiguration.html}
199428
200308
  */
199429
- export type SecurityHubConnectorV2AuthStatus = "ACTIVE" | "FAILED";
200309
+ export type SecurityHubConnectorV2JiraCloudProviderConfiguration = {
200310
+ /**
200311
+ * The project key for a Jira Cloud instance
200312
+ * @minLength `2`
200313
+ * @maxLength `10`
200314
+ */
200315
+ ProjectKey: string;
200316
+ };
199430
200317
  /**
199431
200318
  * Type definition for `AWS::SecurityHub::ConnectorV2.Provider`.
199432
- * The provider configuration of the connector
200319
+ * The third-party provider configuration for the connector
199433
200320
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-connectorv2-provider.html}
199434
200321
  */
199435
200322
  export type SecurityHubConnectorV2Provider = {
199436
- JiraCloud: {
199437
- /**
199438
- * The auth status of the connector
199439
- */
199440
- AuthStatus?: SecurityHubConnectorV2AuthStatus;
199441
- /**
199442
- * The authUrl of the JiraCloud connector
199443
- * @pattern `.*\S.*`
199444
- */
199445
- AuthUrl?: string;
199446
- CloudId?: string;
199447
- Domain?: string;
199448
- /**
199449
- * @minLength `2`
199450
- * @maxLength `10`
199451
- */
199452
- ProjectKey: string;
199453
- };
200323
+ /**
200324
+ * The initial configuration settings required to establish an integration between Security Hub and Jira Cloud
200325
+ */
200326
+ JiraCloud: SecurityHubConnectorV2JiraCloudProviderConfiguration;
199454
200327
  } | {
199455
- ServiceNow: {
199456
- /**
199457
- * The auth status of the connector
199458
- */
199459
- AuthStatus?: SecurityHubConnectorV2AuthStatus;
199460
- /**
199461
- * @minLength `1`
199462
- * @maxLength `128`
199463
- */
199464
- InstanceName: string;
199465
- /**
199466
- * The ARN of secrets manager containing ClientId and ClientSecret
199467
- * @minLength `20`
199468
- * @maxLength `2048`
199469
- * @pattern `.*\S.*`
199470
- */
199471
- SecretArn: string;
199472
- };
200328
+ /**
200329
+ * The initial configuration settings required to establish an integration between Security Hub and ServiceNow ITSM
200330
+ */
200331
+ ServiceNow: SecurityHubConnectorV2ServiceNowProviderConfiguration;
200332
+ };
200333
+ /**
200334
+ * Type definition for `AWS::SecurityHub::ConnectorV2.ServiceNowProviderConfiguration`.
200335
+ * The initial configuration settings required to establish an integration between Security Hub and ServiceNow ITSM
200336
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-connectorv2-servicenowproviderconfiguration.html}
200337
+ */
200338
+ export type SecurityHubConnectorV2ServiceNowProviderConfiguration = {
200339
+ /**
200340
+ * The instance name of ServiceNow ITSM
200341
+ * @minLength `1`
200342
+ * @maxLength `128`
200343
+ */
200344
+ InstanceName: string;
200345
+ /**
200346
+ * The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the ServiceNow credentials
200347
+ * @minLength `20`
200348
+ * @maxLength `2048`
200349
+ * @pattern `.*\S.*`
200350
+ */
200351
+ SecretArn: string;
199473
200352
  };
199474
200353
  /**
199475
200354
  * Type definition for `AWS::SecurityHub::ConnectorV2.Tags`.
@@ -219274,6 +220153,7 @@ export type WorkSpacesWebUserSettingsProps = {
219274
220153
  Tags?: WorkSpacesWebUserSettingsTag[];
219275
220154
  ToolbarConfiguration?: WorkSpacesWebUserSettingsToolbarConfiguration;
219276
220155
  UploadAllowed: WorkSpacesWebUserSettingsEnabledType;
220156
+ WebAuthnAllowed?: WorkSpacesWebUserSettingsEnabledType;
219277
220157
  };
219278
220158
  /**
219279
220159
  * Attribute type definition for `AWS::WorkSpacesWeb::UserSettings`.
@@ -220000,6 +220880,11 @@ export interface ResourceTypes {
220000
220880
  "AWS::BillingConductor::PricingRule": BillingConductorPricingRuleProps;
220001
220881
  "AWS::Budgets::Budget": BudgetsBudgetProps;
220002
220882
  "AWS::Budgets::BudgetsAction": BudgetsBudgetsActionProps;
220883
+ "AWS::Cases::CaseRule": CasesCaseRuleProps;
220884
+ "AWS::Cases::Domain": CasesDomainProps;
220885
+ "AWS::Cases::Field": CasesFieldProps;
220886
+ "AWS::Cases::Layout": CasesLayoutProps;
220887
+ "AWS::Cases::Template": CasesTemplateProps;
220003
220888
  "AWS::Cassandra::Keyspace": CassandraKeyspaceProps;
220004
220889
  "AWS::Cassandra::Table": CassandraTableProps;
220005
220890
  "AWS::Cassandra::Type": CassandraTypeProps;
@@ -221483,6 +222368,11 @@ export interface AttributeTypes {
221483
222368
  "AWS::BillingConductor::PricingRule": BillingConductorPricingRuleAttributes;
221484
222369
  "AWS::Budgets::Budget": BudgetsBudgetAttributes;
221485
222370
  "AWS::Budgets::BudgetsAction": BudgetsBudgetsActionAttributes;
222371
+ "AWS::Cases::CaseRule": CasesCaseRuleAttributes;
222372
+ "AWS::Cases::Domain": CasesDomainAttributes;
222373
+ "AWS::Cases::Field": CasesFieldAttributes;
222374
+ "AWS::Cases::Layout": CasesLayoutAttributes;
222375
+ "AWS::Cases::Template": CasesTemplateAttributes;
221486
222376
  "AWS::Cassandra::Type": CassandraTypeAttributes;
221487
222377
  "AWS::CE::AnomalyMonitor": CEAnomalyMonitorAttributes;
221488
222378
  "AWS::CE::AnomalySubscription": CEAnomalySubscriptionAttributes;
@@ -221659,6 +222549,7 @@ export interface AttributeTypes {
221659
222549
  "AWS::DataZone::UserProfile": DataZoneUserProfileAttributes;
221660
222550
  "AWS::DAX::Cluster": DAXClusterAttributes;
221661
222551
  "AWS::DAX::ParameterGroup": DAXParameterGroupAttributes;
222552
+ "AWS::DAX::SubnetGroup": DAXSubnetGroupAttributes;
221662
222553
  "AWS::Deadline::Farm": DeadlineFarmAttributes;
221663
222554
  "AWS::Deadline::Fleet": DeadlineFleetAttributes;
221664
222555
  "AWS::Deadline::LicenseEndpoint": DeadlineLicenseEndpointAttributes;
@@ -222827,6 +223718,11 @@ export declare const ResourceType: {
222827
223718
  readonly BillingConductorPricingRule: "AWS::BillingConductor::PricingRule";
222828
223719
  readonly BudgetsBudget: "AWS::Budgets::Budget";
222829
223720
  readonly BudgetsBudgetsAction: "AWS::Budgets::BudgetsAction";
223721
+ readonly CasesCaseRule: "AWS::Cases::CaseRule";
223722
+ readonly CasesDomain: "AWS::Cases::Domain";
223723
+ readonly CasesField: "AWS::Cases::Field";
223724
+ readonly CasesLayout: "AWS::Cases::Layout";
223725
+ readonly CasesTemplate: "AWS::Cases::Template";
222830
223726
  readonly CassandraKeyspace: "AWS::Cassandra::Keyspace";
222831
223727
  readonly CassandraTable: "AWS::Cassandra::Table";
222832
223728
  readonly CassandraType: "AWS::Cassandra::Type";