@awboost/cfntypes 0.100.73 → 0.100.75

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}
@@ -50208,8 +50259,8 @@ export type EC2NatGatewayTag = {
50208
50259
  Value: string;
50209
50260
  };
50210
50261
  /**
50211
- * Resource type definition for `AWS::EC2::NetworkAcl`.
50212
50262
  * Specifies a network ACL for your VPC.
50263
+ To add a network ACL entry, see [AWS::EC2::NetworkAclEntry](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkaclentry.html).
50213
50264
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkacl.html}
50214
50265
  */
50215
50266
  export type EC2NetworkAclProps = {
@@ -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,16 +54539,18 @@ 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
  */
54470
54547
  SubnetIds?: string[];
54548
+ Tags?: EC2VPCEndpointTag[];
54471
54549
  /**
54472
54550
  * The type of endpoint.
54473
54551
  Default: Gateway
54474
54552
  */
54475
- VpcEndpointType?: "Interface" | "Gateway" | "GatewayLoadBalancer";
54553
+ VpcEndpointType?: "Interface" | "Gateway" | "GatewayLoadBalancer" | "ServiceNetwork" | "Resource";
54476
54554
  /**
54477
54555
  * The ID of the VPC.
54478
54556
  */
@@ -54488,6 +54566,22 @@ export type EC2VPCEndpointAttributes = {
54488
54566
  Id: string;
54489
54567
  NetworkInterfaceIds: string[];
54490
54568
  };
54569
+ /**
54570
+ * Type definition for `AWS::EC2::VPCEndpoint.DnsOptionsSpecification`.
54571
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpcendpoint-dnsoptionsspecification.html}
54572
+ */
54573
+ export type EC2VPCEndpointDnsOptionsSpecification = {
54574
+ DnsRecordIpType?: "ipv4" | "ipv6" | "dualstack" | "service-defined" | "not-specified";
54575
+ PrivateDnsOnlyForInboundResolverEndpoint?: "OnlyInboundResolver" | "AllResolvers" | "NotSpecified";
54576
+ };
54577
+ /**
54578
+ * Type definition for `AWS::EC2::VPCEndpoint.Tag`.
54579
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpcendpoint-tag.html}
54580
+ */
54581
+ export type EC2VPCEndpointTag = {
54582
+ Key: string;
54583
+ Value: string;
54584
+ };
54491
54585
  /**
54492
54586
  * Resource Type definition for AWS::EC2::VPCEndpointConnectionNotification
54493
54587
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcendpointconnectionnotification.html}
@@ -57120,7 +57214,7 @@ export type ECSTaskDefinitionEnvironmentFile = {
57120
57214
  */
57121
57215
  export type ECSTaskDefinitionEphemeralStorage = {
57122
57216
  /**
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.
57217
+ * 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
57218
  */
57125
57219
  SizeInGiB?: number;
57126
57220
  };
@@ -62579,7 +62673,7 @@ export type EMRStudioProps = {
62579
62673
  Description?: string;
62580
62674
  /**
62581
62675
  * 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})?:[^.]+$`
62676
+ * @pattern `^arn:aws(-(cn|us-gov|iso-f|iso-e))?:[a-z-]+:(([a-z]+-)+[0-9])?:([0-9]{12})?:[^.]+$`
62583
62677
  */
62584
62678
  EncryptionKeyArn?: string;
62585
62679
  /**
@@ -62620,7 +62714,7 @@ export type EMRStudioProps = {
62620
62714
  Name: string;
62621
62715
  /**
62622
62716
  * 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})?:[^.]+$`
62717
+ * @pattern `^arn:aws(-(cn|us-gov|iso-f|iso-e))?:[a-z-]+:(([a-z]+-)+[0-9])?:([0-9]{12})?:[^.]+$`
62624
62718
  */
62625
62719
  ServiceRole: string;
62626
62720
  /**
@@ -62638,7 +62732,7 @@ export type EMRStudioProps = {
62638
62732
  TrustedIdentityPropagationEnabled?: boolean;
62639
62733
  /**
62640
62734
  * 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})?:[^.]+$`
62735
+ * @pattern `^arn:aws(-(cn|us-gov|iso-f|iso-e))?:[a-z-]+:(([a-z]+-)+[0-9])?:([0-9]{12})?:[^.]+$`
62642
62736
  */
62643
62737
  UserRole?: string;
62644
62738
  /**
@@ -62659,7 +62753,7 @@ export type EMRStudioProps = {
62659
62753
  export type EMRStudioAttributes = {
62660
62754
  /**
62661
62755
  * 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})?:[^.]+$`
62756
+ * @pattern `^arn:aws(-(cn|us-gov|iso-f|iso-e))?:[a-z-]+:(([a-z]+-)+[0-9])?:([0-9]{12})?:[^.]+$`
62663
62757
  */
62664
62758
  Arn: string;
62665
62759
  /**
@@ -62713,7 +62807,7 @@ export type EMRStudioSessionMappingProps = {
62713
62807
  IdentityType: "USER" | "GROUP";
62714
62808
  /**
62715
62809
  * 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\/[^.]+$`
62810
+ * @pattern `^arn:aws(-(cn|us-gov|iso-f|iso-e))?:iam::([0-9]{12})?:policy\/[^.]+$`
62717
62811
  */
62718
62812
  SessionPolicyArn: string;
62719
62813
  /**
@@ -93056,7 +93150,7 @@ export type LambdaEventInvokeConfigProps = {
93056
93150
  DestinationConfig?: LambdaEventInvokeConfigDestinationConfig;
93057
93151
  /**
93058
93152
  * 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-_]+))?$`
93153
+ * @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
93154
  */
93061
93155
  FunctionName: string;
93062
93156
  /**
@@ -93102,7 +93196,7 @@ export type LambdaEventInvokeConfigOnFailure = {
93102
93196
  * The Amazon Resource Name (ARN) of the destination resource.
93103
93197
  * @minLength `0`
93104
93198
  * @maxLength `350`
93105
- * @pattern `^$|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]{2}(-gov)?-[a-z]+-\d{1})?:(\d{12})?:(.*)`
93199
+ * @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
93200
  */
93107
93201
  Destination: string;
93108
93202
  };
@@ -93116,7 +93210,7 @@ export type LambdaEventInvokeConfigOnSuccess = {
93116
93210
  * The Amazon Resource Name (ARN) of the destination resource.
93117
93211
  * @minLength `0`
93118
93212
  * @maxLength `350`
93119
- * @pattern `^$|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]{2}(-gov)?-[a-z]+-\d{1})?:(\d{12})?:(.*)`
93213
+ * @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
93214
  */
93121
93215
  Destination: string;
93122
93216
  };
@@ -113902,6 +113996,7 @@ export type OpenSearchServiceDomainClusterConfig = {
113902
113996
  InstanceCount?: number;
113903
113997
  InstanceType?: string;
113904
113998
  MultiAZWithStandbyEnabled?: boolean;
113999
+ NodeOptions?: OpenSearchServiceDomainNodeOption[];
113905
114000
  WarmCount?: number;
113906
114001
  WarmEnabled?: boolean;
113907
114002
  WarmType?: string;
@@ -114017,6 +114112,23 @@ export type OpenSearchServiceDomainMasterUserOptions = {
114017
114112
  MasterUserName?: string;
114018
114113
  MasterUserPassword?: string;
114019
114114
  };
114115
+ /**
114116
+ * Type definition for `AWS::OpenSearchService::Domain.NodeConfig`.
114117
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-nodeconfig.html}
114118
+ */
114119
+ export type OpenSearchServiceDomainNodeConfig = {
114120
+ Count?: number;
114121
+ Enabled?: boolean;
114122
+ Type?: string;
114123
+ };
114124
+ /**
114125
+ * Type definition for `AWS::OpenSearchService::Domain.NodeOption`.
114126
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-nodeoption.html}
114127
+ */
114128
+ export type OpenSearchServiceDomainNodeOption = {
114129
+ NodeConfig?: OpenSearchServiceDomainNodeConfig;
114130
+ NodeType?: "coordinator";
114131
+ };
114020
114132
  /**
114021
114133
  * Type definition for `AWS::OpenSearchService::Domain.NodeToNodeEncryptionOptions`.
114022
114134
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-nodetonodeencryptionoptions.html}
@@ -116313,6 +116425,430 @@ export type PCAConnectorSCEPConnectorOpenIdConfiguration = {
116313
116425
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorscep-connector-tags.html}
116314
116426
  */
116315
116427
  export type PCAConnectorSCEPConnectorTags = Record<string, string>;
116428
+ /**
116429
+ * AWS::PCS::Cluster resource creates an AWS PCS cluster.
116430
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-cluster.html}
116431
+ */
116432
+ export type PCSClusterProps = {
116433
+ /**
116434
+ * The name that identifies the cluster.
116435
+ * @pattern `^(?!pcs_)^(?![A-Za-z0-9]{10}$)[A-Za-z][A-Za-z0-9-]+$`
116436
+ */
116437
+ Name?: string;
116438
+ /**
116439
+ * The networking configuration for the cluster's control plane.
116440
+ */
116441
+ Networking: {
116442
+ /**
116443
+ * The list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.
116444
+ */
116445
+ SecurityGroupIds?: string[];
116446
+ /**
116447
+ * 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.
116448
+ */
116449
+ SubnetIds?: string[];
116450
+ };
116451
+ /**
116452
+ * The cluster management and job scheduling software associated with the cluster.
116453
+ */
116454
+ Scheduler: {
116455
+ /**
116456
+ * The software AWS PCS uses to manage cluster scaling and job scheduling.
116457
+ */
116458
+ Type: "SLURM";
116459
+ /**
116460
+ * The version of the specified scheduling software that AWS PCS uses to manage cluster scaling and job scheduling.
116461
+ */
116462
+ Version: string;
116463
+ };
116464
+ /**
116465
+ * The size of the cluster.
116466
+ */
116467
+ Size: "SMALL" | "MEDIUM" | "LARGE";
116468
+ /**
116469
+ * Additional options related to the Slurm scheduler.
116470
+ */
116471
+ SlurmConfiguration?: {
116472
+ /**
116473
+ * The shared Slurm key for authentication, also known as the cluster secret.
116474
+ */
116475
+ AuthKey?: PCSClusterAuthKey;
116476
+ /**
116477
+ * The time before an idle node is scaled down.
116478
+ * @min `1`
116479
+ */
116480
+ ScaleDownIdleTimeInSeconds?: number;
116481
+ /**
116482
+ * Additional Slurm-specific configuration that directly maps to Slurm settings.
116483
+ */
116484
+ SlurmCustomSettings?: PCSClusterSlurmCustomSetting[];
116485
+ };
116486
+ /**
116487
+ * 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.
116488
+ */
116489
+ Tags?: Record<string, string>;
116490
+ };
116491
+ /**
116492
+ * Attribute type definition for `AWS::PCS::Cluster`.
116493
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-cluster.html#aws-resource-pcs-cluster-return-values}
116494
+ */
116495
+ export type PCSClusterAttributes = {
116496
+ /**
116497
+ * The unique Amazon Resource Name (ARN) of the cluster.
116498
+ */
116499
+ Arn: string;
116500
+ /**
116501
+ * The list of endpoints available for interaction with the scheduler.
116502
+ */
116503
+ Endpoints: {
116504
+ /**
116505
+ * The endpoint's connection port number.
116506
+ */
116507
+ Port: string;
116508
+ /**
116509
+ * The endpoint's private IP address.
116510
+ */
116511
+ PrivateIpAddress: string;
116512
+ /**
116513
+ * The endpoint's public IP address.
116514
+ */
116515
+ PublicIpAddress: string;
116516
+ /**
116517
+ * Indicates the type of endpoint running at the specific IP address.
116518
+ */
116519
+ Type: "SLURMCTLD" | "SLURMDBD";
116520
+ }[];
116521
+ /**
116522
+ * The list of errors that occurred during cluster provisioning.
116523
+ */
116524
+ ErrorInfo: {
116525
+ /**
116526
+ * The short-form error code.
116527
+ */
116528
+ Code: string;
116529
+ /**
116530
+ * The detailed error information.
116531
+ */
116532
+ Message: string;
116533
+ }[];
116534
+ /**
116535
+ * The generated unique ID of the cluster.
116536
+ * @pattern `^(pcs_[a-zA-Z0-9]+|[A-Za-z][A-Za-z0-9-]{1,40})$`
116537
+ */
116538
+ Id: string;
116539
+ /**
116540
+ * The provisioning status of the cluster. The provisioning status doesn't indicate the overall health of the cluster.
116541
+ */
116542
+ Status: "CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED";
116543
+ };
116544
+ /**
116545
+ * Type definition for `AWS::PCS::Cluster.AuthKey`.
116546
+ * The shared Slurm key for authentication, also known as the cluster secret.
116547
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-authkey.html}
116548
+ */
116549
+ export type PCSClusterAuthKey = {
116550
+ /**
116551
+ * The Amazon Resource Name (ARN) of the the shared Slurm key.
116552
+ */
116553
+ SecretArn: string;
116554
+ /**
116555
+ * The version of the shared Slurm key.
116556
+ */
116557
+ SecretVersion: string;
116558
+ };
116559
+ /**
116560
+ * Type definition for `AWS::PCS::Cluster.Endpoint`.
116561
+ * An endpoint available for interaction with the scheduler.
116562
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-endpoint.html}
116563
+ */
116564
+ export type PCSClusterEndpoint = {
116565
+ /**
116566
+ * The endpoint's connection port number.
116567
+ */
116568
+ Port: string;
116569
+ /**
116570
+ * The endpoint's private IP address.
116571
+ */
116572
+ PrivateIpAddress: string;
116573
+ /**
116574
+ * The endpoint's public IP address.
116575
+ */
116576
+ PublicIpAddress?: string;
116577
+ /**
116578
+ * Indicates the type of endpoint running at the specific IP address.
116579
+ */
116580
+ Type: "SLURMCTLD" | "SLURMDBD";
116581
+ };
116582
+ /**
116583
+ * Type definition for `AWS::PCS::Cluster.ErrorInfo`.
116584
+ * An error that occurred during resource provisioning.
116585
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-errorinfo.html}
116586
+ */
116587
+ export type PCSClusterErrorInfo = {
116588
+ /**
116589
+ * The short-form error code.
116590
+ */
116591
+ Code?: string;
116592
+ /**
116593
+ * The detailed error information.
116594
+ */
116595
+ Message?: string;
116596
+ };
116597
+ /**
116598
+ * Type definition for `AWS::PCS::Cluster.SlurmCustomSetting`.
116599
+ * Additional settings that directly map to Slurm settings.
116600
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-slurmcustomsetting.html}
116601
+ */
116602
+ export type PCSClusterSlurmCustomSetting = {
116603
+ /**
116604
+ * AWS PCS supports configuration of the following Slurm parameters for clusters: Prolog, Epilog, and SelectTypeParameters.
116605
+ */
116606
+ ParameterName: string;
116607
+ /**
116608
+ * The value for the configured Slurm setting.
116609
+ */
116610
+ ParameterValue: string;
116611
+ };
116612
+ /**
116613
+ * AWS::PCS::ComputeNodeGroup resource creates an AWS PCS compute node group.
116614
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-computenodegroup.html}
116615
+ */
116616
+ export type PCSComputeNodeGroupProps = {
116617
+ /**
116618
+ * 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.
116619
+ * @pattern `^ami-[a-z0-9]+$`
116620
+ */
116621
+ AmiId?: string;
116622
+ /**
116623
+ * The ID of the cluster of the compute node group.
116624
+ */
116625
+ ClusterId: string;
116626
+ /**
116627
+ * An Amazon EC2 launch template AWS PCS uses to launch compute nodes.
116628
+ */
116629
+ CustomLaunchTemplate: {
116630
+ /**
116631
+ * The ID of the EC2 launch template to use to provision instances.
116632
+ */
116633
+ Id: string;
116634
+ /**
116635
+ * The version of the EC2 launch template to use to provision instances.
116636
+ */
116637
+ Version: string;
116638
+ };
116639
+ /**
116640
+ * 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.
116641
+ * @pattern `^arn:aws([a-zA-Z-]{0,10})?:iam::[0-9]{12}:instance-profile/.{1,128}$`
116642
+ */
116643
+ IamInstanceProfileArn: string;
116644
+ /**
116645
+ * A list of EC2 instance configurations that AWS PCS can provision in the compute node group.
116646
+ */
116647
+ InstanceConfigs: PCSComputeNodeGroupInstanceConfig[];
116648
+ /**
116649
+ * The name that identifies the compute node group.
116650
+ * @pattern `^(?!pcs_)^(?![A-Za-z0-9]{10}$)[A-Za-z][A-Za-z0-9-]+$`
116651
+ */
116652
+ Name?: string;
116653
+ /**
116654
+ * 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.
116655
+ */
116656
+ PurchaseOption?: "ONDEMAND" | "SPOT";
116657
+ /**
116658
+ * Specifies the boundaries of the compute node group auto scaling.
116659
+ */
116660
+ ScalingConfiguration: {
116661
+ /**
116662
+ * The upper bound of the number of instances allowed in the compute fleet.
116663
+ * @min `0`
116664
+ */
116665
+ MaxInstanceCount: number;
116666
+ /**
116667
+ * The lower bound of the number of instances allowed in the compute fleet.
116668
+ * @min `0`
116669
+ */
116670
+ MinInstanceCount: number;
116671
+ };
116672
+ /**
116673
+ * Additional options related to the Slurm scheduler.
116674
+ */
116675
+ SlurmConfiguration?: {
116676
+ /**
116677
+ * Additional Slurm-specific configuration that directly maps to Slurm settings.
116678
+ */
116679
+ SlurmCustomSettings?: PCSComputeNodeGroupSlurmCustomSetting[];
116680
+ };
116681
+ /**
116682
+ * Additional configuration when you specify SPOT as the purchase option.
116683
+ */
116684
+ SpotOptions?: {
116685
+ /**
116686
+ * 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.
116687
+ */
116688
+ AllocationStrategy?: "lowest-price" | "capacity-optimized" | "price-capacity-optimized";
116689
+ };
116690
+ /**
116691
+ * 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.
116692
+ */
116693
+ SubnetIds: string[];
116694
+ /**
116695
+ * 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.
116696
+ */
116697
+ Tags?: Record<string, string>;
116698
+ };
116699
+ /**
116700
+ * Attribute type definition for `AWS::PCS::ComputeNodeGroup`.
116701
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-computenodegroup.html#aws-resource-pcs-computenodegroup-return-values}
116702
+ */
116703
+ export type PCSComputeNodeGroupAttributes = {
116704
+ /**
116705
+ * The unique Amazon Resource Name (ARN) of the compute node group.
116706
+ */
116707
+ Arn: string;
116708
+ /**
116709
+ * The list of errors that occurred during compute node group provisioning.
116710
+ */
116711
+ ErrorInfo: {
116712
+ /**
116713
+ * The short-form error code.
116714
+ */
116715
+ Code: string;
116716
+ /**
116717
+ * The detailed error information.
116718
+ */
116719
+ Message: string;
116720
+ }[];
116721
+ /**
116722
+ * The generated unique ID of the compute node group.
116723
+ */
116724
+ Id: string;
116725
+ /**
116726
+ * The provisioning status of the compute node group. The provisioning status doesn't indicate the overall health of the compute node group.
116727
+ */
116728
+ Status: "CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED";
116729
+ };
116730
+ /**
116731
+ * Type definition for `AWS::PCS::ComputeNodeGroup.ErrorInfo`.
116732
+ * An error that occurred during resource provisioning.
116733
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-computenodegroup-errorinfo.html}
116734
+ */
116735
+ export type PCSComputeNodeGroupErrorInfo = {
116736
+ /**
116737
+ * The short-form error code.
116738
+ */
116739
+ Code?: string;
116740
+ /**
116741
+ * The detailed error information.
116742
+ */
116743
+ Message?: string;
116744
+ };
116745
+ /**
116746
+ * Type definition for `AWS::PCS::ComputeNodeGroup.InstanceConfig`.
116747
+ * An EC2 instance configuration AWS PCS uses to launch compute nodes.
116748
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-computenodegroup-instanceconfig.html}
116749
+ */
116750
+ export type PCSComputeNodeGroupInstanceConfig = {
116751
+ /**
116752
+ * The EC2 instance type that AWS PCS can provision in the compute node group.
116753
+ */
116754
+ InstanceType?: string;
116755
+ };
116756
+ /**
116757
+ * Type definition for `AWS::PCS::ComputeNodeGroup.SlurmCustomSetting`.
116758
+ * Additional settings that directly map to Slurm settings.
116759
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-computenodegroup-slurmcustomsetting.html}
116760
+ */
116761
+ export type PCSComputeNodeGroupSlurmCustomSetting = {
116762
+ /**
116763
+ * AWS PCS supports configuration of the following Slurm parameters for compute node groups: Weight and RealMemory.
116764
+ */
116765
+ ParameterName: string;
116766
+ /**
116767
+ * The value for the configured Slurm setting.
116768
+ */
116769
+ ParameterValue: string;
116770
+ };
116771
+ /**
116772
+ * AWS::PCS::Queue resource creates an AWS PCS queue.
116773
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-queue.html}
116774
+ */
116775
+ export type PCSQueueProps = {
116776
+ /**
116777
+ * The ID of the cluster of the queue.
116778
+ */
116779
+ ClusterId: string;
116780
+ /**
116781
+ * The list of compute node group configurations associated with the queue. Queues assign jobs to associated compute node groups.
116782
+ */
116783
+ ComputeNodeGroupConfigurations?: PCSQueueComputeNodeGroupConfiguration[];
116784
+ /**
116785
+ * The name that identifies the queue.
116786
+ * @pattern `^(?!pcs_)^(?![A-Za-z0-9]{10}$)[A-Za-z][A-Za-z0-9-]+$`
116787
+ */
116788
+ Name?: string;
116789
+ /**
116790
+ * 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.
116791
+ */
116792
+ Tags?: Record<string, string>;
116793
+ };
116794
+ /**
116795
+ * Attribute type definition for `AWS::PCS::Queue`.
116796
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-queue.html#aws-resource-pcs-queue-return-values}
116797
+ */
116798
+ export type PCSQueueAttributes = {
116799
+ /**
116800
+ * The unique Amazon Resource Name (ARN) of the queue.
116801
+ * @pattern `^(.*?)`
116802
+ */
116803
+ Arn: string;
116804
+ /**
116805
+ * The list of errors that occurred during queue provisioning.
116806
+ */
116807
+ ErrorInfo: {
116808
+ /**
116809
+ * The short-form error code.
116810
+ */
116811
+ Code: string;
116812
+ /**
116813
+ * The detailed error information.
116814
+ */
116815
+ Message: string;
116816
+ }[];
116817
+ /**
116818
+ * The generated unique ID of the queue.
116819
+ */
116820
+ Id: string;
116821
+ /**
116822
+ * The provisioning status of the queue. The provisioning status doesn't indicate the overall health of the queue.
116823
+ */
116824
+ Status: "CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED";
116825
+ };
116826
+ /**
116827
+ * Type definition for `AWS::PCS::Queue.ComputeNodeGroupConfiguration`.
116828
+ * The compute node group configuration for a queue.
116829
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-queue-computenodegroupconfiguration.html}
116830
+ */
116831
+ export type PCSQueueComputeNodeGroupConfiguration = {
116832
+ /**
116833
+ * The compute node group ID for the compute node group configuration.
116834
+ */
116835
+ ComputeNodeGroupId?: string;
116836
+ };
116837
+ /**
116838
+ * Type definition for `AWS::PCS::Queue.ErrorInfo`.
116839
+ * An error that occurred during resource provisioning.
116840
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-queue-errorinfo.html}
116841
+ */
116842
+ export type PCSQueueErrorInfo = {
116843
+ /**
116844
+ * The short-form error code.
116845
+ */
116846
+ Code?: string;
116847
+ /**
116848
+ * The detailed error information.
116849
+ */
116850
+ Message?: string;
116851
+ };
116316
116852
  /**
116317
116853
  * Resource schema for AWS::Personalize::Dataset.
116318
116854
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-personalize-dataset.html}
@@ -128657,6 +129193,85 @@ export type QuickSightAnalysisWordCloudWordScaling = "EMPHASIZE" | "NORMAL";
128657
129193
  export type QuickSightAnalysisYAxisOptions = {
128658
129194
  YAxis: QuickSightAnalysisSingleYAxisOption;
128659
129195
  };
129196
+ /**
129197
+ * Definition of the AWS::QuickSight::CustomPermissions Resource Type.
129198
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-custompermissions.html}
129199
+ */
129200
+ export type QuickSightCustomPermissionsProps = {
129201
+ /**
129202
+ * @minLength `12`
129203
+ * @maxLength `12`
129204
+ * @pattern `^[0-9]{12}$`
129205
+ */
129206
+ AwsAccountId: string;
129207
+ Capabilities?: QuickSightCustomPermissionsCapabilities;
129208
+ /**
129209
+ * @minLength `1`
129210
+ * @maxLength `64`
129211
+ * @pattern `^[a-zA-Z0-9+=,.@_-]+$`
129212
+ */
129213
+ CustomPermissionsName: string;
129214
+ /**
129215
+ * @minLength `1`
129216
+ * @maxLength `200`
129217
+ */
129218
+ Tags?: QuickSightCustomPermissionsTag[];
129219
+ };
129220
+ /**
129221
+ * Attribute type definition for `AWS::QuickSight::CustomPermissions`.
129222
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-custompermissions.html#aws-resource-quicksight-custompermissions-return-values}
129223
+ */
129224
+ export type QuickSightCustomPermissionsAttributes = {
129225
+ Arn: string;
129226
+ };
129227
+ /**
129228
+ * Type definition for `AWS::QuickSight::CustomPermissions.Capabilities`.
129229
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-custompermissions-capabilities.html}
129230
+ */
129231
+ export type QuickSightCustomPermissionsCapabilities = {
129232
+ AddOrRunAnomalyDetectionForAnalyses?: QuickSightCustomPermissionsCapabilityState;
129233
+ CreateAndUpdateDashboardEmailReports?: QuickSightCustomPermissionsCapabilityState;
129234
+ CreateAndUpdateDataSources?: QuickSightCustomPermissionsCapabilityState;
129235
+ CreateAndUpdateDatasets?: QuickSightCustomPermissionsCapabilityState;
129236
+ CreateAndUpdateThemes?: QuickSightCustomPermissionsCapabilityState;
129237
+ CreateAndUpdateThresholdAlerts?: QuickSightCustomPermissionsCapabilityState;
129238
+ CreateSPICEDataset?: QuickSightCustomPermissionsCapabilityState;
129239
+ CreateSharedFolders?: QuickSightCustomPermissionsCapabilityState;
129240
+ ExportToCsv?: QuickSightCustomPermissionsCapabilityState;
129241
+ ExportToExcel?: QuickSightCustomPermissionsCapabilityState;
129242
+ RenameSharedFolders?: QuickSightCustomPermissionsCapabilityState;
129243
+ ShareAnalyses?: QuickSightCustomPermissionsCapabilityState;
129244
+ ShareDashboards?: QuickSightCustomPermissionsCapabilityState;
129245
+ ShareDataSources?: QuickSightCustomPermissionsCapabilityState;
129246
+ ShareDatasets?: QuickSightCustomPermissionsCapabilityState;
129247
+ SubscribeDashboardEmailReports?: QuickSightCustomPermissionsCapabilityState;
129248
+ ViewAccountSPICECapacity?: QuickSightCustomPermissionsCapabilityState;
129249
+ };
129250
+ /**
129251
+ * Type definition for `AWS::QuickSight::CustomPermissions.CapabilityState`.
129252
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-custompermissions-capabilitystate.html}
129253
+ */
129254
+ export type QuickSightCustomPermissionsCapabilityState = "DENY";
129255
+ /**
129256
+ * Type definition for `AWS::QuickSight::CustomPermissions.Tag`.
129257
+ * <p>The key or keys of the key-value pairs for the resource tag or tags assigned to the
129258
+ resource.</p>
129259
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-custompermissions-tag.html}
129260
+ */
129261
+ export type QuickSightCustomPermissionsTag = {
129262
+ /**
129263
+ * <p>Tag key.</p>
129264
+ * @minLength `1`
129265
+ * @maxLength `128`
129266
+ */
129267
+ Key: string;
129268
+ /**
129269
+ * <p>Tag value.</p>
129270
+ * @minLength `1`
129271
+ * @maxLength `256`
129272
+ */
129273
+ Value: string;
129274
+ };
128660
129275
  /**
128661
129276
  * Definition of the AWS::QuickSight::Dashboard Resource Type.
128662
129277
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dashboard.html}
@@ -137349,6 +137964,7 @@ export type QuickSightDataSetProps = {
137349
137964
  * @maxLength `128`
137350
137965
  */
137351
137966
  Name?: string;
137967
+ PerformanceConfiguration?: QuickSightDataSetPerformanceConfiguration;
137352
137968
  /**
137353
137969
  * <p>A list of resource permissions on the dataset.</p>
137354
137970
  * @minLength `1`
@@ -138100,6 +138716,17 @@ export type QuickSightDataSetOverrideDatasetParameterOperation = {
138100
138716
  */
138101
138717
  ParameterName: string;
138102
138718
  };
138719
+ /**
138720
+ * Type definition for `AWS::QuickSight::DataSet.PerformanceConfiguration`.
138721
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-performanceconfiguration.html}
138722
+ */
138723
+ export type QuickSightDataSetPerformanceConfiguration = {
138724
+ /**
138725
+ * @minLength `1`
138726
+ * @maxLength `1`
138727
+ */
138728
+ UniqueKeys?: QuickSightDataSetUniqueKey[];
138729
+ };
138103
138730
  /**
138104
138731
  * Type definition for `AWS::QuickSight::DataSet.PhysicalTable`.
138105
138732
  * <p>A view of a data source that contains information about the shape of the data in the
@@ -138485,6 +139112,17 @@ export type QuickSightDataSetTransformOperation = {
138485
139112
  */
138486
139113
  UntagColumnOperation?: QuickSightDataSetUntagColumnOperation;
138487
139114
  };
139115
+ /**
139116
+ * Type definition for `AWS::QuickSight::DataSet.UniqueKey`.
139117
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-uniquekey.html}
139118
+ */
139119
+ export type QuickSightDataSetUniqueKey = {
139120
+ /**
139121
+ * @minLength `1`
139122
+ * @maxLength `1`
139123
+ */
139124
+ ColumnNames: string[];
139125
+ };
138488
139126
  /**
138489
139127
  * Type definition for `AWS::QuickSight::DataSet.UntagColumnOperation`.
138490
139128
  * <p>A transform operation that removes tags associated with a column.</p>
@@ -149466,7 +150104,7 @@ export type RDSDBClusterProps = {
149466
150104
  AssociatedRoles?: RDSDBClusterDBClusterRole[];
149467
150105
  /**
149468
150106
  * Specifies whether minor engine upgrades are applied automatically to the DB cluster during the maintenance window. By default, minor engine upgrades are applied automatically.
149469
- Valid for Cluster Type: Multi-AZ DB clusters only
150107
+ Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB cluster
149470
150108
  */
149471
150109
  AutoMinorVersionUpgrade?: boolean;
149472
150110
  /**
@@ -149709,7 +150347,8 @@ export type RDSDBClusterProps = {
149709
150347
  MasterUserPassword?: string;
149710
150348
  /**
149711
150349
  * The secret managed by RDS in AWS Secrets Manager for the master user password.
149712
- For more information, see [Password management with Secrets Manager](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html) in the *Amazon RDS User Guide* and [Password management with Secrets Manager](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html) in the *Amazon Aurora User Guide.*
150350
+ When you restore a DB cluster from a snapshot, Amazon RDS generates a new secret instead of reusing the secret specified in the ``SecretArn`` property. This ensures that the restored DB cluster is securely managed with a dedicated secret. To maintain consistent integration with your application, you might need to update resource configurations to reference the newly created secret.
150351
+ For more information, see [Password management with Secrets Manager](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html) in the *Amazon RDS User Guide* and [Password management with Secrets Manager](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html) in the *Amazon Aurora User Guide.*
149713
150352
  */
149714
150353
  MasterUserSecret?: RDSDBClusterMasterUserSecret;
149715
150354
  /**
@@ -149723,7 +150362,7 @@ export type RDSDBClusterProps = {
149723
150362
  /**
149724
150363
  * The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off collecting Enhanced Monitoring metrics, specify ``0``.
149725
150364
  If ``MonitoringRoleArn`` is specified, also set ``MonitoringInterval`` to a value other than ``0``.
149726
- Valid for Cluster Type: Multi-AZ DB clusters only
150365
+ Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
149727
150366
  Valid Values: ``0 | 1 | 5 | 10 | 15 | 30 | 60``
149728
150367
  Default: ``0``
149729
150368
  */
@@ -149731,7 +150370,7 @@ export type RDSDBClusterProps = {
149731
150370
  /**
149732
150371
  * The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon CloudWatch Logs. An example is ``arn:aws:iam:123456789012:role/emaccess``. For information on creating a monitoring role, see [Setting up and enabling Enhanced Monitoring](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Monitoring.OS.html#USER_Monitoring.OS.Enabling) in the *Amazon RDS User Guide*.
149733
150372
  If ``MonitoringInterval`` is set to a value other than ``0``, supply a ``MonitoringRoleArn`` value.
149734
- Valid for Cluster Type: Multi-AZ DB clusters only
150373
+ Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
149735
150374
  */
149736
150375
  MonitoringRoleArn?: string;
149737
150376
  /**
@@ -149748,19 +150387,19 @@ export type RDSDBClusterProps = {
149748
150387
  /**
149749
150388
  * Specifies whether to turn on Performance Insights for the DB cluster.
149750
150389
  For more information, see [Using Amazon Performance Insights](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html) in the *Amazon RDS User Guide*.
149751
- Valid for Cluster Type: Multi-AZ DB clusters only
150390
+ Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
149752
150391
  */
149753
150392
  PerformanceInsightsEnabled?: boolean;
149754
150393
  /**
149755
150394
  * The AWS KMS key identifier for encryption of Performance Insights data.
149756
150395
  The AWS KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.
149757
150396
  If you don't specify a value for ``PerformanceInsightsKMSKeyId``, then Amazon RDS uses your default KMS key. There is a default KMS key for your AWS-account. Your AWS-account has a different default KMS key for each AWS-Region.
149758
- Valid for Cluster Type: Multi-AZ DB clusters only
150397
+ Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
149759
150398
  */
149760
150399
  PerformanceInsightsKmsKeyId?: string;
149761
150400
  /**
149762
150401
  * The number of days to retain Performance Insights data.
149763
- Valid for Cluster Type: Multi-AZ DB clusters only
150402
+ Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
149764
150403
  Valid Values:
149765
150404
  + ``7``
149766
150405
  + *month* * 31, where *month* is a number of months from 1-23. Examples: ``93`` (3 months * 31), ``341`` (11 months * 31), ``589`` (19 months * 31)
@@ -149959,7 +150598,8 @@ export type RDSDBClusterAttributes = {
149959
150598
  };
149960
150599
  /**
149961
150600
  * The secret managed by RDS in AWS Secrets Manager for the master user password.
149962
- For more information, see [Password management with Secrets Manager](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html) in the *Amazon RDS User Guide* and [Password management with Secrets Manager](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html) in the *Amazon Aurora User Guide.*
150601
+ When you restore a DB cluster from a snapshot, Amazon RDS generates a new secret instead of reusing the secret specified in the ``SecretArn`` property. This ensures that the restored DB cluster is securely managed with a dedicated secret. To maintain consistent integration with your application, you might need to update resource configurations to reference the newly created secret.
150602
+ For more information, see [Password management with Secrets Manager](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html) in the *Amazon RDS User Guide* and [Password management with Secrets Manager](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html) in the *Amazon Aurora User Guide.*
149963
150603
  */
149964
150604
  MasterUserSecret: {
149965
150605
  /**
@@ -152613,7 +153253,7 @@ export type RedshiftIntegrationProps = {
152613
153253
  */
152614
153254
  KMSKeyId?: string;
152615
153255
  /**
152616
- * 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
153256
+ * The Amazon Resource Name (ARN) of the database to use as the source for replication
152617
153257
  */
152618
153258
  SourceArn: string;
152619
153259
  /**
@@ -152622,7 +153262,7 @@ export type RedshiftIntegrationProps = {
152622
153262
  */
152623
153263
  Tags?: RedshiftIntegrationTag[];
152624
153264
  /**
152625
- * 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
153265
+ * The Amazon Resource Name (ARN) of the Redshift data warehouse to use as the target for replication
152626
153266
  */
152627
153267
  TargetArn: string;
152628
153268
  };
@@ -167076,6 +167716,129 @@ export type SageMakerNotebookInstanceLifecycleConfigAttributes = {
167076
167716
  export type SageMakerNotebookInstanceLifecycleConfigNotebookInstanceLifecycleHook = {
167077
167717
  Content?: string;
167078
167718
  };
167719
+ /**
167720
+ * Resource Type definition for AWS::SageMaker::PartnerApp
167721
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-partnerapp.html}
167722
+ */
167723
+ export type SageMakerPartnerAppProps = {
167724
+ /**
167725
+ * A collection of settings that specify the maintenance schedule for the PartnerApp.
167726
+ */
167727
+ ApplicationConfig?: SageMakerPartnerAppPartnerAppConfig;
167728
+ /**
167729
+ * The Auth type of PartnerApp.
167730
+ */
167731
+ AuthType: "IAM";
167732
+ /**
167733
+ * The client token for the PartnerApp.
167734
+ * @minLength `1`
167735
+ * @maxLength `36`
167736
+ * @pattern `^[a-zA-Z0-9-]+$`
167737
+ */
167738
+ ClientToken?: string;
167739
+ /**
167740
+ * Enables IAM Session based Identity for PartnerApp.
167741
+ */
167742
+ EnableIamSessionBasedIdentity?: boolean;
167743
+ /**
167744
+ * The execution role for the user.
167745
+ * @minLength `20`
167746
+ * @maxLength `2048`
167747
+ * @pattern `^arn:aws[a-z\-]*:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+$`
167748
+ */
167749
+ ExecutionRoleArn: string;
167750
+ /**
167751
+ * A collection of settings that specify the maintenance schedule for the PartnerApp.
167752
+ */
167753
+ MaintenanceConfig?: SageMakerPartnerAppPartnerAppMaintenanceConfig;
167754
+ /**
167755
+ * A name for the PartnerApp.
167756
+ * @minLength `1`
167757
+ * @maxLength `256`
167758
+ * @pattern `^[a-zA-Z0-9]+`
167759
+ */
167760
+ Name: string;
167761
+ /**
167762
+ * A list of tags to apply to the PartnerApp.
167763
+ * @minLength `0`
167764
+ * @maxLength `50`
167765
+ */
167766
+ Tags?: SageMakerPartnerAppTag[];
167767
+ /**
167768
+ * The tier of the PartnerApp.
167769
+ * @minLength `1`
167770
+ * @maxLength `64`
167771
+ */
167772
+ Tier: string;
167773
+ /**
167774
+ * The type of PartnerApp.
167775
+ */
167776
+ Type: "lakera-guard" | "comet" | "deepchecks-llm-evaluation" | "fiddler";
167777
+ };
167778
+ /**
167779
+ * Attribute type definition for `AWS::SageMaker::PartnerApp`.
167780
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-partnerapp.html#aws-resource-sagemaker-partnerapp-return-values}
167781
+ */
167782
+ export type SageMakerPartnerAppAttributes = {
167783
+ /**
167784
+ * The Amazon Resource Name (ARN) of the created PartnerApp.
167785
+ * @minLength `1`
167786
+ * @maxLength `128`
167787
+ * @pattern `arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:partner-app/app-[A-Z0-9]{12}$`
167788
+ */
167789
+ Arn: string;
167790
+ /**
167791
+ * The AppServerUrl based on app and account-info.
167792
+ * @maxLength `2048`
167793
+ */
167794
+ BaseUrl: string;
167795
+ };
167796
+ /**
167797
+ * Type definition for `AWS::SageMaker::PartnerApp.PartnerAppConfig`.
167798
+ * A collection of configuration settings for the PartnerApp.
167799
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-partnerapp-partnerappconfig.html}
167800
+ */
167801
+ export type SageMakerPartnerAppPartnerAppConfig = {
167802
+ /**
167803
+ * A list of users with administrator privileges for the PartnerApp.
167804
+ * @minLength `0`
167805
+ * @maxLength `5`
167806
+ */
167807
+ AdminUsers?: string[];
167808
+ /**
167809
+ * A list of arguments to pass to the PartnerApp.
167810
+ */
167811
+ Arguments?: Record<string, string>;
167812
+ };
167813
+ /**
167814
+ * Type definition for `AWS::SageMaker::PartnerApp.PartnerAppMaintenanceConfig`.
167815
+ * A collection of settings that specify the maintenance schedule for the PartnerApp.
167816
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-partnerapp-partnerappmaintenanceconfig.html}
167817
+ */
167818
+ export type SageMakerPartnerAppPartnerAppMaintenanceConfig = {
167819
+ /**
167820
+ * The maintenance window start day and time for the PartnerApp.
167821
+ * @maxLength `9`
167822
+ * @pattern `(Mon|Tue|Wed|Thu|Fri|Sat|Sun):([01]\d|2[0-3]):([0-5]\d)`
167823
+ */
167824
+ MaintenanceWindowStart: string;
167825
+ };
167826
+ /**
167827
+ * Type definition for `AWS::SageMaker::PartnerApp.Tag`.
167828
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-partnerapp-tag.html}
167829
+ */
167830
+ export type SageMakerPartnerAppTag = {
167831
+ /**
167832
+ * @minLength `1`
167833
+ * @maxLength `128`
167834
+ */
167835
+ Key: string;
167836
+ /**
167837
+ * @minLength `1`
167838
+ * @maxLength `128`
167839
+ */
167840
+ Value: string;
167841
+ };
167079
167842
  /**
167080
167843
  * Resource Type definition for AWS::SageMaker::Pipeline
167081
167844
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-pipeline.html}
@@ -188052,6 +188815,9 @@ export interface ResourceTypes {
188052
188815
  "AWS::PCAConnectorAD::TemplateGroupAccessControlEntry": PCAConnectorADTemplateGroupAccessControlEntryProps;
188053
188816
  "AWS::PCAConnectorSCEP::Challenge": PCAConnectorSCEPChallengeProps;
188054
188817
  "AWS::PCAConnectorSCEP::Connector": PCAConnectorSCEPConnectorProps;
188818
+ "AWS::PCS::Cluster": PCSClusterProps;
188819
+ "AWS::PCS::ComputeNodeGroup": PCSComputeNodeGroupProps;
188820
+ "AWS::PCS::Queue": PCSQueueProps;
188055
188821
  "AWS::Personalize::Dataset": PersonalizeDatasetProps;
188056
188822
  "AWS::Personalize::DatasetGroup": PersonalizeDatasetGroupProps;
188057
188823
  "AWS::Personalize::Schema": PersonalizeSchemaProps;
@@ -188094,6 +188860,7 @@ export interface ResourceTypes {
188094
188860
  "AWS::QLDB::Ledger": QLDBLedgerProps;
188095
188861
  "AWS::QLDB::Stream": QLDBStreamProps;
188096
188862
  "AWS::QuickSight::Analysis": QuickSightAnalysisProps;
188863
+ "AWS::QuickSight::CustomPermissions": QuickSightCustomPermissionsProps;
188097
188864
  "AWS::QuickSight::Dashboard": QuickSightDashboardProps;
188098
188865
  "AWS::QuickSight::DataSet": QuickSightDataSetProps;
188099
188866
  "AWS::QuickSight::DataSource": QuickSightDataSourceProps;
@@ -188233,6 +189000,7 @@ export interface ResourceTypes {
188233
189000
  "AWS::SageMaker::MonitoringSchedule": SageMakerMonitoringScheduleProps;
188234
189001
  "AWS::SageMaker::NotebookInstance": SageMakerNotebookInstanceProps;
188235
189002
  "AWS::SageMaker::NotebookInstanceLifecycleConfig": SageMakerNotebookInstanceLifecycleConfigProps;
189003
+ "AWS::SageMaker::PartnerApp": SageMakerPartnerAppProps;
188236
189004
  "AWS::SageMaker::Pipeline": SageMakerPipelineProps;
188237
189005
  "AWS::SageMaker::Project": SageMakerProjectProps;
188238
189006
  "AWS::SageMaker::Space": SageMakerSpaceProps;
@@ -189304,6 +190072,9 @@ export interface AttributeTypes {
189304
190072
  "AWS::PCAConnectorAD::Template": PCAConnectorADTemplateAttributes;
189305
190073
  "AWS::PCAConnectorSCEP::Challenge": PCAConnectorSCEPChallengeAttributes;
189306
190074
  "AWS::PCAConnectorSCEP::Connector": PCAConnectorSCEPConnectorAttributes;
190075
+ "AWS::PCS::Cluster": PCSClusterAttributes;
190076
+ "AWS::PCS::ComputeNodeGroup": PCSComputeNodeGroupAttributes;
190077
+ "AWS::PCS::Queue": PCSQueueAttributes;
189307
190078
  "AWS::Personalize::Dataset": PersonalizeDatasetAttributes;
189308
190079
  "AWS::Personalize::DatasetGroup": PersonalizeDatasetGroupAttributes;
189309
190080
  "AWS::Personalize::Schema": PersonalizeSchemaAttributes;
@@ -189345,6 +190116,7 @@ export interface AttributeTypes {
189345
190116
  "AWS::QLDB::Ledger": QLDBLedgerAttributes;
189346
190117
  "AWS::QLDB::Stream": QLDBStreamAttributes;
189347
190118
  "AWS::QuickSight::Analysis": QuickSightAnalysisAttributes;
190119
+ "AWS::QuickSight::CustomPermissions": QuickSightCustomPermissionsAttributes;
189348
190120
  "AWS::QuickSight::Dashboard": QuickSightDashboardAttributes;
189349
190121
  "AWS::QuickSight::DataSet": QuickSightDataSetAttributes;
189350
190122
  "AWS::QuickSight::DataSource": QuickSightDataSourceAttributes;
@@ -189467,6 +190239,7 @@ export interface AttributeTypes {
189467
190239
  "AWS::SageMaker::MonitoringSchedule": SageMakerMonitoringScheduleAttributes;
189468
190240
  "AWS::SageMaker::NotebookInstance": SageMakerNotebookInstanceAttributes;
189469
190241
  "AWS::SageMaker::NotebookInstanceLifecycleConfig": SageMakerNotebookInstanceLifecycleConfigAttributes;
190242
+ "AWS::SageMaker::PartnerApp": SageMakerPartnerAppAttributes;
189470
190243
  "AWS::SageMaker::Project": SageMakerProjectAttributes;
189471
190244
  "AWS::SageMaker::Space": SageMakerSpaceAttributes;
189472
190245
  "AWS::SageMaker::StudioLifecycleConfig": SageMakerStudioLifecycleConfigAttributes;
@@ -190630,6 +191403,9 @@ export declare const ResourceType: {
190630
191403
  readonly PCAConnectorADTemplateGroupAccessControlEntry: "AWS::PCAConnectorAD::TemplateGroupAccessControlEntry";
190631
191404
  readonly PCAConnectorSCEPChallenge: "AWS::PCAConnectorSCEP::Challenge";
190632
191405
  readonly PCAConnectorSCEPConnector: "AWS::PCAConnectorSCEP::Connector";
191406
+ readonly PCSCluster: "AWS::PCS::Cluster";
191407
+ readonly PCSComputeNodeGroup: "AWS::PCS::ComputeNodeGroup";
191408
+ readonly PCSQueue: "AWS::PCS::Queue";
190633
191409
  readonly PersonalizeDataset: "AWS::Personalize::Dataset";
190634
191410
  readonly PersonalizeDatasetGroup: "AWS::Personalize::DatasetGroup";
190635
191411
  readonly PersonalizeSchema: "AWS::Personalize::Schema";
@@ -190672,6 +191448,7 @@ export declare const ResourceType: {
190672
191448
  readonly QLDBLedger: "AWS::QLDB::Ledger";
190673
191449
  readonly QLDBStream: "AWS::QLDB::Stream";
190674
191450
  readonly QuickSightAnalysis: "AWS::QuickSight::Analysis";
191451
+ readonly QuickSightCustomPermissions: "AWS::QuickSight::CustomPermissions";
190675
191452
  readonly QuickSightDashboard: "AWS::QuickSight::Dashboard";
190676
191453
  readonly QuickSightDataSet: "AWS::QuickSight::DataSet";
190677
191454
  readonly QuickSightDataSource: "AWS::QuickSight::DataSource";
@@ -190811,6 +191588,7 @@ export declare const ResourceType: {
190811
191588
  readonly SageMakerMonitoringSchedule: "AWS::SageMaker::MonitoringSchedule";
190812
191589
  readonly SageMakerNotebookInstance: "AWS::SageMaker::NotebookInstance";
190813
191590
  readonly SageMakerNotebookInstanceLifecycleConfig: "AWS::SageMaker::NotebookInstanceLifecycleConfig";
191591
+ readonly SageMakerPartnerApp: "AWS::SageMaker::PartnerApp";
190814
191592
  readonly SageMakerPipeline: "AWS::SageMaker::Pipeline";
190815
191593
  readonly SageMakerProject: "AWS::SageMaker::Project";
190816
191594
  readonly SageMakerSpace: "AWS::SageMaker::Space";