@awboost/cfntypes 0.100.72 → 0.100.74

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.
@@ -13559,7 +13559,13 @@ export type AutoScalingAutoScalingGroupProps = {
13559
13559
  You cannot use a colon (:) in the name.
13560
13560
  */
13561
13561
  AutoScalingGroupName?: string;
13562
+ /**
13563
+ * The instance capacity distribution across Availability Zones.
13564
+ */
13562
13565
  AvailabilityZoneDistribution?: AutoScalingAutoScalingGroupAvailabilityZoneDistribution;
13566
+ /**
13567
+ * The Availability Zone impairment policy.
13568
+ */
13563
13569
  AvailabilityZoneImpairmentPolicy?: AutoScalingAutoScalingGroupAvailabilityZoneImpairmentPolicy;
13564
13570
  /**
13565
13571
  * A list of Availability Zones where instances in the Auto Scaling group can be created. Used for launching into the default VPC subnet in each Availability Zone when not using the ``VPCZoneIdentifier`` property, or for attaching a network interface when an existing network interface ID is specified in a launch template.
@@ -13744,17 +13750,30 @@ export type AutoScalingAutoScalingGroupAcceleratorTotalMemoryMiBRequest = {
13744
13750
  };
13745
13751
  /**
13746
13752
  * Type definition for `AWS::AutoScaling::AutoScalingGroup.AvailabilityZoneDistribution`.
13753
+ * ``AvailabilityZoneDistribution`` is a property of the [AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html) resource.
13747
13754
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-availabilityzonedistribution.html}
13748
13755
  */
13749
13756
  export type AutoScalingAutoScalingGroupAvailabilityZoneDistribution = {
13757
+ /**
13758
+ * If launches fail in an Availability Zone, the following strategies are available. The default is ``balanced-best-effort``.
13759
+ + ``balanced-only`` - If launches fail in an Availability Zone, Auto Scaling will continue to attempt to launch in the unhealthy zone to preserve a balanced distribution.
13760
+ + ``balanced-best-effort`` - If launches fail in an Availability Zone, Auto Scaling will attempt to launch in another healthy Availability Zone instead.
13761
+ */
13750
13762
  CapacityDistributionStrategy?: "balanced-best-effort" | "balanced-only";
13751
13763
  };
13752
13764
  /**
13753
13765
  * Type definition for `AWS::AutoScaling::AutoScalingGroup.AvailabilityZoneImpairmentPolicy`.
13766
+ * Describes an Availability Zone impairment policy.
13754
13767
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-availabilityzoneimpairmentpolicy.html}
13755
13768
  */
13756
13769
  export type AutoScalingAutoScalingGroupAvailabilityZoneImpairmentPolicy = {
13770
+ /**
13771
+ * Specifies the health check behavior for the impaired Availability Zone in an active zonal shift. If you select ``Replace unhealthy``, instances that appear unhealthy will be replaced in all Availability Zones. If you select ``Ignore unhealthy``, instances will not be replaced in the Availability Zone with the active zonal shift. For more information, see [Auto Scaling group zonal shift](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-zonal-shift.html) in the *Amazon EC2 Auto Scaling User Guide*.
13772
+ */
13757
13773
  ImpairedZoneHealthCheckBehavior: "IgnoreUnhealthy" | "ReplaceUnhealthy";
13774
+ /**
13775
+ * If ``true``, enable zonal shift for your Auto Scaling group.
13776
+ */
13758
13777
  ZonalShiftEnabled: boolean;
13759
13778
  };
13760
13779
  /**
@@ -24300,7 +24319,7 @@ export type CloudFormationCustomResourceAttributes = {
24300
24319
  export type CloudFormationGuardHookProps = {
24301
24320
  /**
24302
24321
  * The typename alias for the hook.
24303
- * @pattern `^[A-Za-z0-9]{2,64}::[A-Za-z0-9]{2,64}::[A-Za-z0-9]{2,64}$`
24322
+ * @pattern `^(?!(?i)aws)[A-Za-z0-9]{2,64}::[A-Za-z0-9]{2,64}::[A-Za-z0-9]{2,64}$`
24304
24323
  */
24305
24324
  Alias: string;
24306
24325
  /**
@@ -24474,7 +24493,7 @@ export type CloudFormationGuardHookS3Location = {
24474
24493
  * Which operations should this Hook run against? Resource changes, stacks or change sets.
24475
24494
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-guardhook-targetoperation.html}
24476
24495
  */
24477
- export type CloudFormationGuardHookTargetOperation = "RESOURCE" | "STACK" | "CHANGE_SET";
24496
+ export type CloudFormationGuardHookTargetOperation = "RESOURCE" | "STACK" | "CHANGE_SET" | "CLOUD_CONTROL";
24478
24497
  /**
24479
24498
  * Resource type definition for `AWS::CloudFormation::HookDefaultVersion`.
24480
24499
  * Set a version as default version for a hook in CloudFormation Registry.
@@ -24643,7 +24662,7 @@ export type CloudFormationHookVersionLoggingConfig = {
24643
24662
  export type CloudFormationLambdaHookProps = {
24644
24663
  /**
24645
24664
  * The typename alias for the hook.
24646
- * @pattern `^[A-Za-z0-9]{2,64}::[A-Za-z0-9]{2,64}::[A-Za-z0-9]{2,64}$`
24665
+ * @pattern `^(?!(?i)aws)[A-Za-z0-9]{2,64}::[A-Za-z0-9]{2,64}::[A-Za-z0-9]{2,64}$`
24647
24666
  */
24648
24667
  Alias: string;
24649
24668
  /**
@@ -24795,7 +24814,7 @@ export type CloudFormationLambdaHookInvocationPoint = "PRE_PROVISION";
24795
24814
  * Which operations should this Hook run against? Resource changes, stacks or change sets.
24796
24815
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-lambdahook-targetoperation.html}
24797
24816
  */
24798
- export type CloudFormationLambdaHookTargetOperation = "RESOURCE" | "STACK" | "CHANGE_SET";
24817
+ export type CloudFormationLambdaHookTargetOperation = "RESOURCE" | "STACK" | "CHANGE_SET" | "CLOUD_CONTROL";
24799
24818
  /**
24800
24819
  * Resource Type definition for AWS::CloudFormation::Macro
24801
24820
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-macro.html}
@@ -38723,6 +38742,10 @@ export type DataBrewDatasetProps = {
38723
38742
  * PathOptions
38724
38743
  */
38725
38744
  PathOptions?: DataBrewDatasetPathOptions;
38745
+ /**
38746
+ * Source type of the dataset
38747
+ */
38748
+ Source?: "S3" | "DATA-CATALOG" | "DATABASE";
38726
38749
  Tags?: DataBrewDatasetTag[];
38727
38750
  };
38728
38751
  /**
@@ -38977,6 +39000,12 @@ export type DataBrewDatasetPathParameter = {
38977
39000
  */
38978
39001
  export type DataBrewDatasetS3Location = {
38979
39002
  Bucket: string;
39003
+ /**
39004
+ * Bucket owner
39005
+ * @minLength `12`
39006
+ * @maxLength `12`
39007
+ */
39008
+ BucketOwner?: string;
38980
39009
  Key?: string;
38981
39010
  };
38982
39011
  /**
@@ -42700,7 +42729,7 @@ export type DataZoneProjectMembershipMember = {
42700
42729
  * Type definition for `AWS::DataZone::ProjectMembership.UserDesignation`.
42701
42730
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectmembership-userdesignation.html}
42702
42731
  */
42703
- export type DataZoneProjectMembershipUserDesignation = "PROJECT_OWNER" | "PROJECT_CONTRIBUTOR";
42732
+ export type DataZoneProjectMembershipUserDesignation = "PROJECT_OWNER" | "PROJECT_CONTRIBUTOR" | "PROJECT_CATALOG_VIEWER" | "PROJECT_CATALOG_CONSUMER" | "PROJECT_CATALOG_STEWARD";
42704
42733
  /**
42705
42734
  * Resource type definition for `AWS::DataZone::SubscriptionTarget`.
42706
42735
  * Subscription targets enables one to access the data to which you have subscribed in your projects.
@@ -42730,7 +42759,7 @@ export type DataZoneSubscriptionTargetProps = {
42730
42759
  /**
42731
42760
  * The manage access role that is used to create the subscription target.
42732
42761
  */
42733
- ManageAccessRole: string;
42762
+ ManageAccessRole?: string;
42734
42763
  /**
42735
42764
  * The name of the subscription target.
42736
42765
  * @minLength `1`
@@ -47052,6 +47081,13 @@ export type EC2EC2FleetBaselineEbsBandwidthMbpsRequest = {
47052
47081
  Max?: number;
47053
47082
  Min?: number;
47054
47083
  };
47084
+ /**
47085
+ * Type definition for `AWS::EC2::EC2Fleet.BaselinePerformanceFactorsRequest`.
47086
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-baselineperformancefactorsrequest.html}
47087
+ */
47088
+ export type EC2EC2FleetBaselinePerformanceFactorsRequest = {
47089
+ Cpu?: EC2EC2FleetCpuPerformanceFactorRequest;
47090
+ };
47055
47091
  /**
47056
47092
  * Type definition for `AWS::EC2::EC2Fleet.CapacityRebalance`.
47057
47093
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-capacityrebalance.html}
@@ -47067,6 +47103,13 @@ export type EC2EC2FleetCapacityRebalance = {
47067
47103
  export type EC2EC2FleetCapacityReservationOptionsRequest = {
47068
47104
  UsageStrategy?: "use-capacity-reservations-first";
47069
47105
  };
47106
+ /**
47107
+ * Type definition for `AWS::EC2::EC2Fleet.CpuPerformanceFactorRequest`.
47108
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-cpuperformancefactorrequest.html}
47109
+ */
47110
+ export type EC2EC2FleetCpuPerformanceFactorRequest = {
47111
+ References?: EC2EC2FleetPerformanceFactorReferenceRequest[];
47112
+ };
47070
47113
  /**
47071
47114
  * Type definition for `AWS::EC2::EC2Fleet.FleetLaunchTemplateConfigRequest`.
47072
47115
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-fleetlaunchtemplateconfigrequest.html}
@@ -47116,6 +47159,7 @@ export type EC2EC2FleetInstanceRequirementsRequest = {
47116
47159
  AllowedInstanceTypes?: string[];
47117
47160
  BareMetal?: "included" | "required" | "excluded";
47118
47161
  BaselineEbsBandwidthMbps?: EC2EC2FleetBaselineEbsBandwidthMbpsRequest;
47162
+ BaselinePerformanceFactors?: EC2EC2FleetBaselinePerformanceFactorsRequest;
47119
47163
  BurstablePerformance?: "included" | "required" | "excluded";
47120
47164
  CpuManufacturers?: ("intel" | "amd" | "amazon-web-services" | "apple")[];
47121
47165
  ExcludedInstanceTypes?: string[];
@@ -47184,6 +47228,13 @@ export type EC2EC2FleetOnDemandOptionsRequest = {
47184
47228
  SingleAvailabilityZone?: boolean;
47185
47229
  SingleInstanceType?: boolean;
47186
47230
  };
47231
+ /**
47232
+ * Type definition for `AWS::EC2::EC2Fleet.PerformanceFactorReferenceRequest`.
47233
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-performancefactorreferencerequest.html}
47234
+ */
47235
+ export type EC2EC2FleetPerformanceFactorReferenceRequest = {
47236
+ InstanceFamily?: string;
47237
+ };
47187
47238
  /**
47188
47239
  * Type definition for `AWS::EC2::EC2Fleet.Placement`.
47189
47240
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-placement.html}
@@ -52303,6 +52354,13 @@ export type EC2SpotFleetBaselineEbsBandwidthMbpsRequest = {
52303
52354
  Max?: number;
52304
52355
  Min?: number;
52305
52356
  };
52357
+ /**
52358
+ * Type definition for `AWS::EC2::SpotFleet.BaselinePerformanceFactorsRequest`.
52359
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-baselineperformancefactorsrequest.html}
52360
+ */
52361
+ export type EC2SpotFleetBaselinePerformanceFactorsRequest = {
52362
+ Cpu?: EC2SpotFleetCpuPerformanceFactorRequest;
52363
+ };
52306
52364
  /**
52307
52365
  * Type definition for `AWS::EC2::SpotFleet.BlockDeviceMapping`.
52308
52366
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-blockdevicemapping.html}
@@ -52327,6 +52385,13 @@ export type EC2SpotFleetClassicLoadBalancer = {
52327
52385
  export type EC2SpotFleetClassicLoadBalancersConfig = {
52328
52386
  ClassicLoadBalancers: EC2SpotFleetClassicLoadBalancer[];
52329
52387
  };
52388
+ /**
52389
+ * Type definition for `AWS::EC2::SpotFleet.CpuPerformanceFactorRequest`.
52390
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-cpuperformancefactorrequest.html}
52391
+ */
52392
+ export type EC2SpotFleetCpuPerformanceFactorRequest = {
52393
+ References?: EC2SpotFleetPerformanceFactorReferenceRequest[];
52394
+ };
52330
52395
  /**
52331
52396
  * Type definition for `AWS::EC2::SpotFleet.EbsBlockDevice`.
52332
52397
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-ebsblockdevice.html}
@@ -52404,6 +52469,7 @@ export type EC2SpotFleetInstanceRequirementsRequest = {
52404
52469
  AllowedInstanceTypes?: string[];
52405
52470
  BareMetal?: "included" | "required" | "excluded";
52406
52471
  BaselineEbsBandwidthMbps?: EC2SpotFleetBaselineEbsBandwidthMbpsRequest;
52472
+ BaselinePerformanceFactors?: EC2SpotFleetBaselinePerformanceFactorsRequest;
52407
52473
  BurstablePerformance?: "included" | "required" | "excluded";
52408
52474
  CpuManufacturers?: ("intel" | "amd" | "amazon-web-services" | "apple")[];
52409
52475
  ExcludedInstanceTypes?: string[];
@@ -52482,6 +52548,13 @@ export type EC2SpotFleetNetworkInterfaceCountRequest = {
52482
52548
  Max?: number;
52483
52549
  Min?: number;
52484
52550
  };
52551
+ /**
52552
+ * Type definition for `AWS::EC2::SpotFleet.PerformanceFactorReferenceRequest`.
52553
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-performancefactorreferencerequest.html}
52554
+ */
52555
+ export type EC2SpotFleetPerformanceFactorReferenceRequest = {
52556
+ InstanceFamily?: string;
52557
+ };
52485
52558
  /**
52486
52559
  * Type definition for `AWS::EC2::SpotFleet.PrivateIpAddressSpecification`.
52487
52560
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-privateipaddressspecification.html}
@@ -54439,6 +54512,8 @@ export type EC2VPCDHCPOptionsAssociationProps = {
54439
54512
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpoint.html}
54440
54513
  */
54441
54514
  export type EC2VPCEndpointProps = {
54515
+ DnsOptions?: EC2VPCEndpointDnsOptionsSpecification;
54516
+ IpAddressType?: "ipv4" | "ipv6" | "dualstack" | "not-specified";
54442
54517
  /**
54443
54518
  * An endpoint policy, which controls access to the service from the VPC. The default endpoint policy allows full access to the service. Endpoint policies are supported only for gateway and interface endpoints.
54444
54519
  For CloudFormation templates in YAML, you can provide the policy in JSON or YAML format. For example, if you have a JSON policy, you can convert it to YAML before including it in the YAML template, and CFNlong converts the policy to JSON format before calling the API actions for privatelink. Alternatively, you can include the JSON directly in the YAML, as shown in the following ``Properties`` section:
@@ -54452,6 +54527,7 @@ export type EC2VPCEndpointProps = {
54452
54527
  Default: ``false``
54453
54528
  */
54454
54529
  PrivateDnsEnabled?: boolean;
54530
+ ResourceConfigurationArn?: string;
54455
54531
  /**
54456
54532
  * The IDs of the route tables. Routing is supported only for gateway endpoints.
54457
54533
  */
@@ -54463,7 +54539,8 @@ export type EC2VPCEndpointProps = {
54463
54539
  /**
54464
54540
  * The name of the endpoint service.
54465
54541
  */
54466
- ServiceName: string;
54542
+ ServiceName?: string;
54543
+ ServiceNetworkArn?: string;
54467
54544
  /**
54468
54545
  * The IDs of the subnets in which to create endpoint network interfaces. You must specify this property for an interface endpoint or a Gateway Load Balancer endpoint. You can't specify this property for a gateway endpoint. For a Gateway Load Balancer endpoint, you can specify only one subnet.
54469
54546
  */
@@ -54472,7 +54549,7 @@ export type EC2VPCEndpointProps = {
54472
54549
  * The type of endpoint.
54473
54550
  Default: Gateway
54474
54551
  */
54475
- VpcEndpointType?: "Interface" | "Gateway" | "GatewayLoadBalancer";
54552
+ VpcEndpointType?: "Interface" | "Gateway" | "GatewayLoadBalancer" | "ServiceNetwork" | "Resource";
54476
54553
  /**
54477
54554
  * The ID of the VPC.
54478
54555
  */
@@ -54488,6 +54565,14 @@ export type EC2VPCEndpointAttributes = {
54488
54565
  Id: string;
54489
54566
  NetworkInterfaceIds: string[];
54490
54567
  };
54568
+ /**
54569
+ * Type definition for `AWS::EC2::VPCEndpoint.DnsOptionsSpecification`.
54570
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpcendpoint-dnsoptionsspecification.html}
54571
+ */
54572
+ export type EC2VPCEndpointDnsOptionsSpecification = {
54573
+ DnsRecordIpType?: "ipv4" | "ipv6" | "dualstack" | "service-defined" | "not-specified";
54574
+ PrivateDnsOnlyForInboundResolverEndpoint?: "OnlyInboundResolver" | "AllResolvers" | "NotSpecified";
54575
+ };
54491
54576
  /**
54492
54577
  * Resource Type definition for AWS::EC2::VPCEndpointConnectionNotification
54493
54578
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html}
@@ -57120,7 +57205,7 @@ export type ECSTaskDefinitionEnvironmentFile = {
57120
57205
  */
57121
57206
  export type ECSTaskDefinitionEphemeralStorage = {
57122
57207
  /**
57123
- * The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is ``20`` GiB and the maximum supported value is ``200`` GiB.
57208
+ * The total amount, in GiB, of ephemeral storage to set for the task. The minimum supported value is ``21`` GiB and the maximum supported value is ``200`` GiB.
57124
57209
  */
57125
57210
  SizeInGiB?: number;
57126
57211
  };
@@ -62579,7 +62664,7 @@ export type EMRStudioProps = {
62579
62664
  Description?: string;
62580
62665
  /**
62581
62666
  * The AWS KMS key identifier (ARN) used to encrypt AWS EMR Studio workspace and notebook files when backed up to AWS S3.
62582
- * @pattern `^arn:aws(-(cn|us-gov))?:[a-z-]+:(([a-z]+-)+[0-9])?:([0-9]{12})?:[^.]+$`
62667
+ * @pattern `^arn:aws(-(cn|us-gov|iso-f|iso-e))?:[a-z-]+:(([a-z]+-)+[0-9])?:([0-9]{12})?:[^.]+$`
62583
62668
  */
62584
62669
  EncryptionKeyArn?: string;
62585
62670
  /**
@@ -62620,7 +62705,7 @@ export type EMRStudioProps = {
62620
62705
  Name: string;
62621
62706
  /**
62622
62707
  * The IAM role that will be assumed by the Amazon EMR Studio. The service role provides a way for Amazon EMR Studio to interoperate with other AWS services.
62623
- * @pattern `^arn:aws(-(cn|us-gov))?:[a-z-]+:(([a-z]+-)+[0-9])?:([0-9]{12})?:[^.]+$`
62708
+ * @pattern `^arn:aws(-(cn|us-gov|iso-f|iso-e))?:[a-z-]+:(([a-z]+-)+[0-9])?:([0-9]{12})?:[^.]+$`
62624
62709
  */
62625
62710
  ServiceRole: string;
62626
62711
  /**
@@ -62638,7 +62723,7 @@ export type EMRStudioProps = {
62638
62723
  TrustedIdentityPropagationEnabled?: boolean;
62639
62724
  /**
62640
62725
  * The IAM user role that will be assumed by users and groups logged in to a Studio. The permissions attached to this IAM role can be scoped down for each user or group using session policies.
62641
- * @pattern `^arn:aws(-(cn|us-gov))?:[a-z-]+:(([a-z]+-)+[0-9])?:([0-9]{12})?:[^.]+$`
62726
+ * @pattern `^arn:aws(-(cn|us-gov|iso-f|iso-e))?:[a-z-]+:(([a-z]+-)+[0-9])?:([0-9]{12})?:[^.]+$`
62642
62727
  */
62643
62728
  UserRole?: string;
62644
62729
  /**
@@ -62659,7 +62744,7 @@ export type EMRStudioProps = {
62659
62744
  export type EMRStudioAttributes = {
62660
62745
  /**
62661
62746
  * The Amazon Resource Name (ARN) of the EMR Studio.
62662
- * @pattern `^arn:aws(-(cn|us-gov))?:[a-z-]+:(([a-z]+-)+[0-9])?:([0-9]{12})?:[^.]+$`
62747
+ * @pattern `^arn:aws(-(cn|us-gov|iso-f|iso-e))?:[a-z-]+:(([a-z]+-)+[0-9])?:([0-9]{12})?:[^.]+$`
62663
62748
  */
62664
62749
  Arn: string;
62665
62750
  /**
@@ -62713,7 +62798,7 @@ export type EMRStudioSessionMappingProps = {
62713
62798
  IdentityType: "USER" | "GROUP";
62714
62799
  /**
62715
62800
  * The Amazon Resource Name (ARN) for the session policy that will be applied to the user or group. Session policies refine Studio user permissions without the need to use multiple IAM user roles.
62716
- * @pattern `^arn:aws(-(cn|us-gov))?:iam::([0-9]{12})?:policy\/[^.]+$`
62801
+ * @pattern `^arn:aws(-(cn|us-gov|iso-f|iso-e))?:iam::([0-9]{12})?:policy\/[^.]+$`
62717
62802
  */
62718
62803
  SessionPolicyArn: string;
62719
62804
  /**
@@ -93056,7 +93141,7 @@ export type LambdaEventInvokeConfigProps = {
93056
93141
  DestinationConfig?: LambdaEventInvokeConfigDestinationConfig;
93057
93142
  /**
93058
93143
  * The name of the Lambda function.
93059
- * @pattern `^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}(-gov)?-[a-z]+-\d{1}:)?(\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\$LATEST|[a-zA-Z0-9-_]+))?$`
93144
+ * @pattern `^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}(-gov)?(-iso([a-z])?)?-[a-z]+-\d{1}:)?(\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\$LATEST|[a-zA-Z0-9-_]+))?$`
93060
93145
  */
93061
93146
  FunctionName: string;
93062
93147
  /**
@@ -93102,7 +93187,7 @@ export type LambdaEventInvokeConfigOnFailure = {
93102
93187
  * The Amazon Resource Name (ARN) of the destination resource.
93103
93188
  * @minLength `0`
93104
93189
  * @maxLength `350`
93105
- * @pattern `^$|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]{2}(-gov)?-[a-z]+-\d{1})?:(\d{12})?:(.*)`
93190
+ * @pattern `^$|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]{2}(-gov)?(-iso([a-z])?)?-[a-z]+-\d{1})?:(\d{12})?:(.*)`
93106
93191
  */
93107
93192
  Destination: string;
93108
93193
  };
@@ -93116,7 +93201,7 @@ export type LambdaEventInvokeConfigOnSuccess = {
93116
93201
  * The Amazon Resource Name (ARN) of the destination resource.
93117
93202
  * @minLength `0`
93118
93203
  * @maxLength `350`
93119
- * @pattern `^$|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]{2}(-gov)?-[a-z]+-\d{1})?:(\d{12})?:(.*)`
93204
+ * @pattern `^$|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]{2}(-gov)?(-iso([a-z])?)?-[a-z]+-\d{1})?:(\d{12})?:(.*)`
93120
93205
  */
93121
93206
  Destination: string;
93122
93207
  };
@@ -116313,6 +116398,430 @@ export type PCAConnectorSCEPConnectorOpenIdConfiguration = {
116313
116398
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorscep-connector-tags.html}
116314
116399
  */
116315
116400
  export type PCAConnectorSCEPConnectorTags = Record<string, string>;
116401
+ /**
116402
+ * AWS::PCS::Cluster resource creates an AWS PCS cluster.
116403
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-cluster.html}
116404
+ */
116405
+ export type PCSClusterProps = {
116406
+ /**
116407
+ * The name that identifies the cluster.
116408
+ * @pattern `^(?!pcs_)^(?![A-Za-z0-9]{10}$)[A-Za-z][A-Za-z0-9-]+$`
116409
+ */
116410
+ Name?: string;
116411
+ /**
116412
+ * The networking configuration for the cluster's control plane.
116413
+ */
116414
+ Networking: {
116415
+ /**
116416
+ * The list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.
116417
+ */
116418
+ SecurityGroupIds?: string[];
116419
+ /**
116420
+ * The list of subnet IDs where AWS PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and AWS PCS resources. The subnet must have an available IP address, cannot reside in AWS Outposts, AWS Wavelength, or an AWS Local Zone. AWS PCS currently supports only 1 subnet in this list.
116421
+ */
116422
+ SubnetIds?: string[];
116423
+ };
116424
+ /**
116425
+ * The cluster management and job scheduling software associated with the cluster.
116426
+ */
116427
+ Scheduler: {
116428
+ /**
116429
+ * The software AWS PCS uses to manage cluster scaling and job scheduling.
116430
+ */
116431
+ Type: "SLURM";
116432
+ /**
116433
+ * The version of the specified scheduling software that AWS PCS uses to manage cluster scaling and job scheduling.
116434
+ */
116435
+ Version: string;
116436
+ };
116437
+ /**
116438
+ * The size of the cluster.
116439
+ */
116440
+ Size: "SMALL" | "MEDIUM" | "LARGE";
116441
+ /**
116442
+ * Additional options related to the Slurm scheduler.
116443
+ */
116444
+ SlurmConfiguration?: {
116445
+ /**
116446
+ * The shared Slurm key for authentication, also known as the cluster secret.
116447
+ */
116448
+ AuthKey?: PCSClusterAuthKey;
116449
+ /**
116450
+ * The time before an idle node is scaled down.
116451
+ * @min `1`
116452
+ */
116453
+ ScaleDownIdleTimeInSeconds?: number;
116454
+ /**
116455
+ * Additional Slurm-specific configuration that directly maps to Slurm settings.
116456
+ */
116457
+ SlurmCustomSettings?: PCSClusterSlurmCustomSetting[];
116458
+ };
116459
+ /**
116460
+ * 1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
116461
+ */
116462
+ Tags?: Record<string, string>;
116463
+ };
116464
+ /**
116465
+ * Attribute type definition for `AWS::PCS::Cluster`.
116466
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-cluster.html#aws-resource-pcs-cluster-return-values}
116467
+ */
116468
+ export type PCSClusterAttributes = {
116469
+ /**
116470
+ * The unique Amazon Resource Name (ARN) of the cluster.
116471
+ */
116472
+ Arn: string;
116473
+ /**
116474
+ * The list of endpoints available for interaction with the scheduler.
116475
+ */
116476
+ Endpoints: {
116477
+ /**
116478
+ * The endpoint's connection port number.
116479
+ */
116480
+ Port: string;
116481
+ /**
116482
+ * The endpoint's private IP address.
116483
+ */
116484
+ PrivateIpAddress: string;
116485
+ /**
116486
+ * The endpoint's public IP address.
116487
+ */
116488
+ PublicIpAddress: string;
116489
+ /**
116490
+ * Indicates the type of endpoint running at the specific IP address.
116491
+ */
116492
+ Type: "SLURMCTLD" | "SLURMDBD";
116493
+ }[];
116494
+ /**
116495
+ * The list of errors that occurred during cluster provisioning.
116496
+ */
116497
+ ErrorInfo: {
116498
+ /**
116499
+ * The short-form error code.
116500
+ */
116501
+ Code: string;
116502
+ /**
116503
+ * The detailed error information.
116504
+ */
116505
+ Message: string;
116506
+ }[];
116507
+ /**
116508
+ * The generated unique ID of the cluster.
116509
+ * @pattern `^(pcs_[a-zA-Z0-9]+|[A-Za-z][A-Za-z0-9-]{1,40})$`
116510
+ */
116511
+ Id: string;
116512
+ /**
116513
+ * The provisioning status of the cluster. The provisioning status doesn't indicate the overall health of the cluster.
116514
+ */
116515
+ Status: "CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED";
116516
+ };
116517
+ /**
116518
+ * Type definition for `AWS::PCS::Cluster.AuthKey`.
116519
+ * The shared Slurm key for authentication, also known as the cluster secret.
116520
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-authkey.html}
116521
+ */
116522
+ export type PCSClusterAuthKey = {
116523
+ /**
116524
+ * The Amazon Resource Name (ARN) of the the shared Slurm key.
116525
+ */
116526
+ SecretArn: string;
116527
+ /**
116528
+ * The version of the shared Slurm key.
116529
+ */
116530
+ SecretVersion: string;
116531
+ };
116532
+ /**
116533
+ * Type definition for `AWS::PCS::Cluster.Endpoint`.
116534
+ * An endpoint available for interaction with the scheduler.
116535
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-endpoint.html}
116536
+ */
116537
+ export type PCSClusterEndpoint = {
116538
+ /**
116539
+ * The endpoint's connection port number.
116540
+ */
116541
+ Port: string;
116542
+ /**
116543
+ * The endpoint's private IP address.
116544
+ */
116545
+ PrivateIpAddress: string;
116546
+ /**
116547
+ * The endpoint's public IP address.
116548
+ */
116549
+ PublicIpAddress?: string;
116550
+ /**
116551
+ * Indicates the type of endpoint running at the specific IP address.
116552
+ */
116553
+ Type: "SLURMCTLD" | "SLURMDBD";
116554
+ };
116555
+ /**
116556
+ * Type definition for `AWS::PCS::Cluster.ErrorInfo`.
116557
+ * An error that occurred during resource provisioning.
116558
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-errorinfo.html}
116559
+ */
116560
+ export type PCSClusterErrorInfo = {
116561
+ /**
116562
+ * The short-form error code.
116563
+ */
116564
+ Code?: string;
116565
+ /**
116566
+ * The detailed error information.
116567
+ */
116568
+ Message?: string;
116569
+ };
116570
+ /**
116571
+ * Type definition for `AWS::PCS::Cluster.SlurmCustomSetting`.
116572
+ * Additional settings that directly map to Slurm settings.
116573
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-slurmcustomsetting.html}
116574
+ */
116575
+ export type PCSClusterSlurmCustomSetting = {
116576
+ /**
116577
+ * AWS PCS supports configuration of the following Slurm parameters for clusters: Prolog, Epilog, and SelectTypeParameters.
116578
+ */
116579
+ ParameterName: string;
116580
+ /**
116581
+ * The value for the configured Slurm setting.
116582
+ */
116583
+ ParameterValue: string;
116584
+ };
116585
+ /**
116586
+ * AWS::PCS::ComputeNodeGroup resource creates an AWS PCS compute node group.
116587
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-computenodegroup.html}
116588
+ */
116589
+ export type PCSComputeNodeGroupProps = {
116590
+ /**
116591
+ * The ID of the Amazon Machine Image (AMI) that AWS PCS uses to launch instances. If not provided, AWS PCS uses the AMI ID specified in the custom launch template.
116592
+ * @pattern `^ami-[a-z0-9]+$`
116593
+ */
116594
+ AmiId?: string;
116595
+ /**
116596
+ * The ID of the cluster of the compute node group.
116597
+ */
116598
+ ClusterId: string;
116599
+ /**
116600
+ * An Amazon EC2 launch template AWS PCS uses to launch compute nodes.
116601
+ */
116602
+ CustomLaunchTemplate: {
116603
+ /**
116604
+ * The ID of the EC2 launch template to use to provision instances.
116605
+ */
116606
+ Id: string;
116607
+ /**
116608
+ * The version of the EC2 launch template to use to provision instances.
116609
+ */
116610
+ Version: string;
116611
+ };
116612
+ /**
116613
+ * The Amazon Resource Name (ARN) of the IAM instance profile used to pass an IAM role when launching EC2 instances. The role contained in your instance profile must have pcs:RegisterComputeNodeGroupInstance permissions attached to provision instances correctly.
116614
+ * @pattern `^arn:aws([a-zA-Z-]{0,10})?:iam::[0-9]{12}:instance-profile/.{1,128}$`
116615
+ */
116616
+ IamInstanceProfileArn: string;
116617
+ /**
116618
+ * A list of EC2 instance configurations that AWS PCS can provision in the compute node group.
116619
+ */
116620
+ InstanceConfigs: PCSComputeNodeGroupInstanceConfig[];
116621
+ /**
116622
+ * The name that identifies the compute node group.
116623
+ * @pattern `^(?!pcs_)^(?![A-Za-z0-9]{10}$)[A-Za-z][A-Za-z0-9-]+$`
116624
+ */
116625
+ Name?: string;
116626
+ /**
116627
+ * Specifies how EC2 instances are purchased on your behalf. AWS PCS supports On-Demand and Spot instances. For more information, see Instance purchasing options in the Amazon Elastic Compute Cloud User Guide. If you don't provide this option, it defaults to On-Demand.
116628
+ */
116629
+ PurchaseOption?: "ONDEMAND" | "SPOT";
116630
+ /**
116631
+ * Specifies the boundaries of the compute node group auto scaling.
116632
+ */
116633
+ ScalingConfiguration: {
116634
+ /**
116635
+ * The upper bound of the number of instances allowed in the compute fleet.
116636
+ * @min `0`
116637
+ */
116638
+ MaxInstanceCount: number;
116639
+ /**
116640
+ * The lower bound of the number of instances allowed in the compute fleet.
116641
+ * @min `0`
116642
+ */
116643
+ MinInstanceCount: number;
116644
+ };
116645
+ /**
116646
+ * Additional options related to the Slurm scheduler.
116647
+ */
116648
+ SlurmConfiguration?: {
116649
+ /**
116650
+ * Additional Slurm-specific configuration that directly maps to Slurm settings.
116651
+ */
116652
+ SlurmCustomSettings?: PCSComputeNodeGroupSlurmCustomSetting[];
116653
+ };
116654
+ /**
116655
+ * Additional configuration when you specify SPOT as the purchase option.
116656
+ */
116657
+ SpotOptions?: {
116658
+ /**
116659
+ * The Amazon EC2 allocation strategy AWS PCS uses to provision EC2 instances. AWS PCS supports lowest price, capacity optimized, and price capacity optimized. If you don't provide this option, it defaults to price capacity optimized.
116660
+ */
116661
+ AllocationStrategy?: "lowest-price" | "capacity-optimized" | "price-capacity-optimized";
116662
+ };
116663
+ /**
116664
+ * The list of subnet IDs where instances are provisioned by the compute node group. The subnets must be in the same VPC as the cluster.
116665
+ */
116666
+ SubnetIds: string[];
116667
+ /**
116668
+ * 1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
116669
+ */
116670
+ Tags?: Record<string, string>;
116671
+ };
116672
+ /**
116673
+ * Attribute type definition for `AWS::PCS::ComputeNodeGroup`.
116674
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-computenodegroup.html#aws-resource-pcs-computenodegroup-return-values}
116675
+ */
116676
+ export type PCSComputeNodeGroupAttributes = {
116677
+ /**
116678
+ * The unique Amazon Resource Name (ARN) of the compute node group.
116679
+ */
116680
+ Arn: string;
116681
+ /**
116682
+ * The list of errors that occurred during compute node group provisioning.
116683
+ */
116684
+ ErrorInfo: {
116685
+ /**
116686
+ * The short-form error code.
116687
+ */
116688
+ Code: string;
116689
+ /**
116690
+ * The detailed error information.
116691
+ */
116692
+ Message: string;
116693
+ }[];
116694
+ /**
116695
+ * The generated unique ID of the compute node group.
116696
+ */
116697
+ Id: string;
116698
+ /**
116699
+ * The provisioning status of the compute node group. The provisioning status doesn't indicate the overall health of the compute node group.
116700
+ */
116701
+ Status: "CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED";
116702
+ };
116703
+ /**
116704
+ * Type definition for `AWS::PCS::ComputeNodeGroup.ErrorInfo`.
116705
+ * An error that occurred during resource provisioning.
116706
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-computenodegroup-errorinfo.html}
116707
+ */
116708
+ export type PCSComputeNodeGroupErrorInfo = {
116709
+ /**
116710
+ * The short-form error code.
116711
+ */
116712
+ Code?: string;
116713
+ /**
116714
+ * The detailed error information.
116715
+ */
116716
+ Message?: string;
116717
+ };
116718
+ /**
116719
+ * Type definition for `AWS::PCS::ComputeNodeGroup.InstanceConfig`.
116720
+ * An EC2 instance configuration AWS PCS uses to launch compute nodes.
116721
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-computenodegroup-instanceconfig.html}
116722
+ */
116723
+ export type PCSComputeNodeGroupInstanceConfig = {
116724
+ /**
116725
+ * The EC2 instance type that AWS PCS can provision in the compute node group.
116726
+ */
116727
+ InstanceType?: string;
116728
+ };
116729
+ /**
116730
+ * Type definition for `AWS::PCS::ComputeNodeGroup.SlurmCustomSetting`.
116731
+ * Additional settings that directly map to Slurm settings.
116732
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-computenodegroup-slurmcustomsetting.html}
116733
+ */
116734
+ export type PCSComputeNodeGroupSlurmCustomSetting = {
116735
+ /**
116736
+ * AWS PCS supports configuration of the following Slurm parameters for compute node groups: Weight and RealMemory.
116737
+ */
116738
+ ParameterName: string;
116739
+ /**
116740
+ * The value for the configured Slurm setting.
116741
+ */
116742
+ ParameterValue: string;
116743
+ };
116744
+ /**
116745
+ * AWS::PCS::Queue resource creates an AWS PCS queue.
116746
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-queue.html}
116747
+ */
116748
+ export type PCSQueueProps = {
116749
+ /**
116750
+ * The ID of the cluster of the queue.
116751
+ */
116752
+ ClusterId: string;
116753
+ /**
116754
+ * The list of compute node group configurations associated with the queue. Queues assign jobs to associated compute node groups.
116755
+ */
116756
+ ComputeNodeGroupConfigurations?: PCSQueueComputeNodeGroupConfiguration[];
116757
+ /**
116758
+ * The name that identifies the queue.
116759
+ * @pattern `^(?!pcs_)^(?![A-Za-z0-9]{10}$)[A-Za-z][A-Za-z0-9-]+$`
116760
+ */
116761
+ Name?: string;
116762
+ /**
116763
+ * 1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
116764
+ */
116765
+ Tags?: Record<string, string>;
116766
+ };
116767
+ /**
116768
+ * Attribute type definition for `AWS::PCS::Queue`.
116769
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-queue.html#aws-resource-pcs-queue-return-values}
116770
+ */
116771
+ export type PCSQueueAttributes = {
116772
+ /**
116773
+ * The unique Amazon Resource Name (ARN) of the queue.
116774
+ * @pattern `^(.*?)`
116775
+ */
116776
+ Arn: string;
116777
+ /**
116778
+ * The list of errors that occurred during queue provisioning.
116779
+ */
116780
+ ErrorInfo: {
116781
+ /**
116782
+ * The short-form error code.
116783
+ */
116784
+ Code: string;
116785
+ /**
116786
+ * The detailed error information.
116787
+ */
116788
+ Message: string;
116789
+ }[];
116790
+ /**
116791
+ * The generated unique ID of the queue.
116792
+ */
116793
+ Id: string;
116794
+ /**
116795
+ * The provisioning status of the queue. The provisioning status doesn't indicate the overall health of the queue.
116796
+ */
116797
+ Status: "CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED";
116798
+ };
116799
+ /**
116800
+ * Type definition for `AWS::PCS::Queue.ComputeNodeGroupConfiguration`.
116801
+ * The compute node group configuration for a queue.
116802
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-queue-computenodegroupconfiguration.html}
116803
+ */
116804
+ export type PCSQueueComputeNodeGroupConfiguration = {
116805
+ /**
116806
+ * The compute node group ID for the compute node group configuration.
116807
+ */
116808
+ ComputeNodeGroupId?: string;
116809
+ };
116810
+ /**
116811
+ * Type definition for `AWS::PCS::Queue.ErrorInfo`.
116812
+ * An error that occurred during resource provisioning.
116813
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-queue-errorinfo.html}
116814
+ */
116815
+ export type PCSQueueErrorInfo = {
116816
+ /**
116817
+ * The short-form error code.
116818
+ */
116819
+ Code?: string;
116820
+ /**
116821
+ * The detailed error information.
116822
+ */
116823
+ Message?: string;
116824
+ };
116316
116825
  /**
116317
116826
  * Resource schema for AWS::Personalize::Dataset.
116318
116827
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-personalize-dataset.html}
@@ -137349,6 +137858,7 @@ export type QuickSightDataSetProps = {
137349
137858
  * @maxLength `128`
137350
137859
  */
137351
137860
  Name?: string;
137861
+ PerformanceConfiguration?: QuickSightDataSetPerformanceConfiguration;
137352
137862
  /**
137353
137863
  * <p>A list of resource permissions on the dataset.</p>
137354
137864
  * @minLength `1`
@@ -138100,6 +138610,17 @@ export type QuickSightDataSetOverrideDatasetParameterOperation = {
138100
138610
  */
138101
138611
  ParameterName: string;
138102
138612
  };
138613
+ /**
138614
+ * Type definition for `AWS::QuickSight::DataSet.PerformanceConfiguration`.
138615
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-performanceconfiguration.html}
138616
+ */
138617
+ export type QuickSightDataSetPerformanceConfiguration = {
138618
+ /**
138619
+ * @minLength `1`
138620
+ * @maxLength `1`
138621
+ */
138622
+ UniqueKeys?: QuickSightDataSetUniqueKey[];
138623
+ };
138103
138624
  /**
138104
138625
  * Type definition for `AWS::QuickSight::DataSet.PhysicalTable`.
138105
138626
  * <p>A view of a data source that contains information about the shape of the data in the
@@ -138485,6 +139006,17 @@ export type QuickSightDataSetTransformOperation = {
138485
139006
  */
138486
139007
  UntagColumnOperation?: QuickSightDataSetUntagColumnOperation;
138487
139008
  };
139009
+ /**
139010
+ * Type definition for `AWS::QuickSight::DataSet.UniqueKey`.
139011
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-uniquekey.html}
139012
+ */
139013
+ export type QuickSightDataSetUniqueKey = {
139014
+ /**
139015
+ * @minLength `1`
139016
+ * @maxLength `1`
139017
+ */
139018
+ ColumnNames: string[];
139019
+ };
138488
139020
  /**
138489
139021
  * Type definition for `AWS::QuickSight::DataSet.UntagColumnOperation`.
138490
139022
  * <p>A transform operation that removes tags associated with a column.</p>
@@ -149493,6 +150025,9 @@ export type RDSDBClusterProps = {
149493
150025
  * @min `1`
149494
150026
  */
149495
150027
  BackupRetentionPeriod?: number;
150028
+ /**
150029
+ * Specifies the scalability mode of the Aurora DB cluster. When set to ``limitless``, the cluster operates as an Aurora Limitless Database, allowing you to create a DB shard group for horizontal scaling (sharding) capabilities. When set to ``standard`` (the default), the cluster uses normal DB instance creation.
150030
+ */
149496
150031
  ClusterScalabilityType?: string;
149497
150032
  /**
149498
150033
  * A value that indicates whether to copy all tags from the DB cluster to snapshots of the DB cluster. The default is not to copy them.
@@ -149623,7 +150158,7 @@ export type RDSDBClusterProps = {
149623
150158
  * The life cycle type for this DB cluster.
149624
150159
  By default, this value is set to ``open-source-rds-extended-support``, which enrolls your DB cluster into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by setting the value to ``open-source-rds-extended-support-disabled``. In this case, creating the DB cluster will fail if the DB major version is past its end of standard support date.
149625
150160
  You can use this setting to enroll your DB cluster into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your DB cluster past the end of standard support for that engine version. For more information, see the following sections:
149626
- + Amazon Aurora (PostgreSQL only) - [Using Amazon RDS Extended Support](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html) in the *Amazon Aurora User Guide*
150161
+ + Amazon Aurora - [Using Amazon RDS Extended Support](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html) in the *Amazon Aurora User Guide*
149627
150162
  + Amazon RDS - [Using Amazon RDS Extended Support](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html) in the *Amazon RDS User Guide*
149628
150163
 
149629
150164
  Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
@@ -150070,9 +150605,10 @@ export type RDSDBClusterServerlessV2ScalingConfiguration = {
150070
150605
  */
150071
150606
  MaxCapacity?: number;
150072
150607
  /**
150073
- * The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.
150608
+ * The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. For Aurora versions that support the Aurora Serverless v2 auto-pause feature, the smallest value that you can use is 0. For versions that don't support Aurora Serverless v2 auto-pause, the smallest value that you can use is 0.5.
150074
150609
  */
150075
150610
  MinCapacity?: number;
150611
+ SecondsUntilAutoPause?: number;
150076
150612
  };
150077
150613
  /**
150078
150614
  * Type definition for `AWS::RDS::DBCluster.Tag`.
@@ -152609,7 +153145,7 @@ export type RedshiftIntegrationProps = {
152609
153145
  */
152610
153146
  KMSKeyId?: string;
152611
153147
  /**
152612
- * The Amazon Resource Name (ARN) of the database to use as the source for replication, for example, arn:aws:dynamodb:us-east-2:123412341234:table/dynamotable
153148
+ * The Amazon Resource Name (ARN) of the database to use as the source for replication
152613
153149
  */
152614
153150
  SourceArn: string;
152615
153151
  /**
@@ -152618,7 +153154,7 @@ export type RedshiftIntegrationProps = {
152618
153154
  */
152619
153155
  Tags?: RedshiftIntegrationTag[];
152620
153156
  /**
152621
- * The Amazon Resource Name (ARN) of the Redshift data warehouse to use as the target for replication, for example, arn:aws:redshift:us-east-2:123412341234:namespace:e43aab3e-10a3-4ec4-83d4-f227ff9bfbcf
153157
+ * The Amazon Resource Name (ARN) of the Redshift data warehouse to use as the target for replication
152622
153158
  */
152623
153159
  TargetArn: string;
152624
153160
  };
@@ -188048,6 +188584,9 @@ export interface ResourceTypes {
188048
188584
  "AWS::PCAConnectorAD::TemplateGroupAccessControlEntry": PCAConnectorADTemplateGroupAccessControlEntryProps;
188049
188585
  "AWS::PCAConnectorSCEP::Challenge": PCAConnectorSCEPChallengeProps;
188050
188586
  "AWS::PCAConnectorSCEP::Connector": PCAConnectorSCEPConnectorProps;
188587
+ "AWS::PCS::Cluster": PCSClusterProps;
188588
+ "AWS::PCS::ComputeNodeGroup": PCSComputeNodeGroupProps;
188589
+ "AWS::PCS::Queue": PCSQueueProps;
188051
188590
  "AWS::Personalize::Dataset": PersonalizeDatasetProps;
188052
188591
  "AWS::Personalize::DatasetGroup": PersonalizeDatasetGroupProps;
188053
188592
  "AWS::Personalize::Schema": PersonalizeSchemaProps;
@@ -189300,6 +189839,9 @@ export interface AttributeTypes {
189300
189839
  "AWS::PCAConnectorAD::Template": PCAConnectorADTemplateAttributes;
189301
189840
  "AWS::PCAConnectorSCEP::Challenge": PCAConnectorSCEPChallengeAttributes;
189302
189841
  "AWS::PCAConnectorSCEP::Connector": PCAConnectorSCEPConnectorAttributes;
189842
+ "AWS::PCS::Cluster": PCSClusterAttributes;
189843
+ "AWS::PCS::ComputeNodeGroup": PCSComputeNodeGroupAttributes;
189844
+ "AWS::PCS::Queue": PCSQueueAttributes;
189303
189845
  "AWS::Personalize::Dataset": PersonalizeDatasetAttributes;
189304
189846
  "AWS::Personalize::DatasetGroup": PersonalizeDatasetGroupAttributes;
189305
189847
  "AWS::Personalize::Schema": PersonalizeSchemaAttributes;
@@ -190626,6 +191168,9 @@ export declare const ResourceType: {
190626
191168
  readonly PCAConnectorADTemplateGroupAccessControlEntry: "AWS::PCAConnectorAD::TemplateGroupAccessControlEntry";
190627
191169
  readonly PCAConnectorSCEPChallenge: "AWS::PCAConnectorSCEP::Challenge";
190628
191170
  readonly PCAConnectorSCEPConnector: "AWS::PCAConnectorSCEP::Connector";
191171
+ readonly PCSCluster: "AWS::PCS::Cluster";
191172
+ readonly PCSComputeNodeGroup: "AWS::PCS::ComputeNodeGroup";
191173
+ readonly PCSQueue: "AWS::PCS::Queue";
190629
191174
  readonly PersonalizeDataset: "AWS::Personalize::Dataset";
190630
191175
  readonly PersonalizeDatasetGroup: "AWS::Personalize::DatasetGroup";
190631
191176
  readonly PersonalizeSchema: "AWS::Personalize::Schema";