@awboost/cfntypes 0.100.242 → 0.100.244

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.
@@ -32961,9 +32961,9 @@ export type CloudWatchAlarmProps = {
32961
32961
  */
32962
32962
  OKActions?: string[];
32963
32963
  /**
32964
- * The period, in seconds, over which the statistic is applied. This is required for an alarm based on a metric. Valid values are 10, 30, 60, and any multiple of 60.
32964
+ * The period, in seconds, over which the statistic is applied. This is required for an alarm based on a metric. Valid values are 10, 20, 30, 60, and any multiple of 60.
32965
32965
  For an alarm based on a math expression, you can't specify ``Period``, and instead you use the ``Metrics`` parameter.
32966
- *Minimum:* 10
32966
+ *Minimum:* 10
32967
32967
  */
32968
32968
  Period?: number;
32969
32969
  /**
@@ -33006,7 +33006,7 @@ export type CloudWatchAlarmAttributes = {
33006
33006
  };
33007
33007
  /**
33008
33008
  * Type definition for `AWS::CloudWatch::Alarm.Dimension`.
33009
- * Dimension is an embedded property of the ``AWS::CloudWatch::Alarm`` type. Dimensions are name/value pairs that can be associated with a CW metric. You can specify a maximum of 10 dimensions for a given metric.
33009
+ * Dimension is an embedded property of the ``AWS::CloudWatch::Alarm`` type. Dimensions are name/value pairs that can be associated with a CW metric. You can specify a maximum of 30 dimensions for a given metric.
33010
33010
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-alarm-dimension.html}
33011
33011
  */
33012
33012
  export type CloudWatchAlarmDimension = {
@@ -33068,7 +33068,7 @@ export type CloudWatchAlarmMetricDataQuery = {
33068
33068
  */
33069
33069
  MetricStat?: CloudWatchAlarmMetricStat;
33070
33070
  /**
33071
- * The granularity, in seconds, of the returned data points. For metrics with regular resolution, a period can be as short as one minute (60 seconds) and must be a multiple of 60. For high-resolution metrics that are collected at intervals of less than one minute, the period can be 1, 5, 10, 30, 60, or any multiple of 60. High-resolution metrics are those metrics stored by a ``PutMetricData`` operation that includes a ``StorageResolution of 1 second``.
33071
+ * The granularity, in seconds, of the returned data points. For metrics with regular resolution, a period can be as short as one minute (60 seconds) and must be a multiple of 60. For high-resolution metrics that are collected at intervals of less than one minute, the period can be 1, 5, 10, 20, 30, 60, or any multiple of 60. High-resolution metrics are those metrics stored by a ``PutMetricData`` operation that includes a ``StorageResolution of 1 second``.
33072
33072
  */
33073
33073
  Period?: number;
33074
33074
  /**
@@ -33081,7 +33081,7 @@ export type CloudWatchAlarmMetricDataQuery = {
33081
33081
  /**
33082
33082
  * Type definition for `AWS::CloudWatch::Alarm.MetricStat`.
33083
33083
  * This structure defines the metric to be returned, along with the statistics, period, and units.
33084
- ``MetricStat`` is a property of the [MetricDataQuery](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-alarm-metricdataquery.html) property type.
33084
+ ``MetricStat`` is a property of the [MetricDataQuery](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-alarm-metricdataquery.html) property type.
33085
33085
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-alarm-metricstat.html}
33086
33086
  */
33087
33087
  export type CloudWatchAlarmMetricStat = {
@@ -33090,7 +33090,7 @@ export type CloudWatchAlarmMetricStat = {
33090
33090
  */
33091
33091
  Metric: CloudWatchAlarmMetric;
33092
33092
  /**
33093
- * The granularity, in seconds, of the returned data points. For metrics with regular resolution, a period can be as short as one minute (60 seconds) and must be a multiple of 60. For high-resolution metrics that are collected at intervals of less than one minute, the period can be 1, 5, 10, 30, 60, or any multiple of 60. High-resolution metrics are those metrics stored by a ``PutMetricData`` call that includes a ``StorageResolution`` of 1 second.
33093
+ * The granularity, in seconds, of the returned data points. For metrics with regular resolution, a period can be as short as one minute (60 seconds) and must be a multiple of 60. For high-resolution metrics that are collected at intervals of less than one minute, the period can be 1, 5, 10, 20, 30, 60, or any multiple of 60. High-resolution metrics are those metrics stored by a ``PutMetricData`` call that includes a ``StorageResolution`` of 1 second.
33094
33094
  If the ``StartTime`` parameter specifies a time stamp that is greater than 3 hours ago, you must specify the period as follows or no data points in that time range is returned:
33095
33095
  + Start time between 3 hours and 15 days ago - Use a multiple of 60 seconds (1 minute).
33096
33096
  + Start time between 15 and 63 days ago - Use a multiple of 300 seconds (5 minutes).
@@ -60143,6 +60143,118 @@ export type EC2TransitGatewayConnectTransitGatewayConnectOptions = {
60143
60143
  */
60144
60144
  Protocol?: string;
60145
60145
  };
60146
+ /**
60147
+ * Resource Type definition for AWS::EC2::TransitGatewayConnectPeer
60148
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayconnectpeer.html}
60149
+ */
60150
+ export type EC2TransitGatewayConnectPeerProps = {
60151
+ /**
60152
+ * The Connect peer details.
60153
+ */
60154
+ ConnectPeerConfiguration: EC2TransitGatewayConnectPeerTransitGatewayConnectPeerConfiguration;
60155
+ /**
60156
+ * The tags for the Connect Peer.
60157
+ */
60158
+ Tags?: EC2TransitGatewayConnectPeerTag[];
60159
+ /**
60160
+ * The ID of the Connect attachment.
60161
+ */
60162
+ TransitGatewayAttachmentId: string;
60163
+ };
60164
+ /**
60165
+ * Attribute type definition for `AWS::EC2::TransitGatewayConnectPeer`.
60166
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayconnectpeer.html#aws-resource-ec2-transitgatewayconnectpeer-return-values}
60167
+ */
60168
+ export type EC2TransitGatewayConnectPeerAttributes = {
60169
+ /**
60170
+ * The Connect peer details.
60171
+ */
60172
+ ConnectPeerConfiguration: {
60173
+ /**
60174
+ * The BGP configuration details.
60175
+ */
60176
+ BgpConfigurations: {
60177
+ /**
60178
+ * The BGP status.
60179
+ */
60180
+ BgpStatus: string;
60181
+ /**
60182
+ * The interior BGP peer IP address for the appliance.
60183
+ */
60184
+ PeerAddress: string;
60185
+ /**
60186
+ * The peer Autonomous System Number (ASN).
60187
+ */
60188
+ PeerAsn: number;
60189
+ /**
60190
+ * The interior BGP peer IP address for the transit gateway.
60191
+ */
60192
+ TransitGatewayAddress: string;
60193
+ /**
60194
+ * The transit gateway Autonomous System Number (ASN).
60195
+ */
60196
+ TransitGatewayAsn: number;
60197
+ }[];
60198
+ /**
60199
+ * The tunnel protocol.
60200
+ */
60201
+ Protocol: string;
60202
+ };
60203
+ /**
60204
+ * The creation time.
60205
+ */
60206
+ CreationTime: string;
60207
+ /**
60208
+ * The state of the Connect peer.
60209
+ */
60210
+ State: string;
60211
+ /**
60212
+ * The ID of the Connect peer.
60213
+ */
60214
+ TransitGatewayConnectPeerId: string;
60215
+ };
60216
+ /**
60217
+ * Type definition for `AWS::EC2::TransitGatewayConnectPeer.Tag`.
60218
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewayconnectpeer-tag.html}
60219
+ */
60220
+ export type EC2TransitGatewayConnectPeerTag = {
60221
+ /**
60222
+ * The key of the tag. Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with aws: .
60223
+ */
60224
+ Key?: string;
60225
+ /**
60226
+ * The value of the tag. Constraints: Tag values are case-sensitive and accept a maximum of 256 Unicode characters.
60227
+ */
60228
+ Value?: string;
60229
+ };
60230
+ /**
60231
+ * Type definition for `AWS::EC2::TransitGatewayConnectPeer.TransitGatewayAttachmentBgpConfiguration`.
60232
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewayconnectpeer-transitgatewayattachmentbgpconfiguration.html}
60233
+ */
60234
+ export type EC2TransitGatewayConnectPeerTransitGatewayAttachmentBgpConfiguration = {
60235
+ /**
60236
+ * The peer Autonomous System Number (ASN).
60237
+ */
60238
+ PeerAsn?: number;
60239
+ };
60240
+ /**
60241
+ * Type definition for `AWS::EC2::TransitGatewayConnectPeer.TransitGatewayConnectPeerConfiguration`.
60242
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewayconnectpeer-transitgatewayconnectpeerconfiguration.html}
60243
+ */
60244
+ export type EC2TransitGatewayConnectPeerTransitGatewayConnectPeerConfiguration = {
60245
+ /**
60246
+ * The range of interior BGP peer IP addresses.
60247
+ */
60248
+ InsideCidrBlocks: string[];
60249
+ /**
60250
+ * The peer IP address (GRE outer IP address) on the appliance side of the Connect peer.
60251
+ */
60252
+ PeerAddress: string;
60253
+ /**
60254
+ * The Connect peer IP address on the transit gateway side of the tunnel.
60255
+ */
60256
+ TransitGatewayAddress?: string;
60257
+ };
60146
60258
  /**
60147
60259
  * The AWS::EC2::TransitGatewayMulticastDomain type
60148
60260
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastdomain.html}
@@ -62674,7 +62786,12 @@ export type ECRRepositoryProps = {
62674
62786
  /**
62675
62787
  * The tag mutability setting for the repository. If this parameter is omitted, the default setting of ``MUTABLE`` will be used which will allow image tags to be overwritten. If ``IMMUTABLE`` is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.
62676
62788
  */
62677
- ImageTagMutability?: "MUTABLE" | "IMMUTABLE";
62789
+ ImageTagMutability?: "MUTABLE" | "IMMUTABLE" | "MUTABLE_WITH_EXCLUSION" | "IMMUTABLE_WITH_EXCLUSION";
62790
+ /**
62791
+ * @minLength `1`
62792
+ * @maxLength `5`
62793
+ */
62794
+ ImageTagMutabilityExclusionFilters?: ECRRepositoryImageTagMutabilityExclusionFilter[];
62678
62795
  /**
62679
62796
  * Creates or updates a lifecycle policy. For information about lifecycle policy syntax, see [Lifecycle policy template](https://docs.aws.amazon.com/AmazonECR/latest/userguide/LifecyclePolicies.html).
62680
62797
  */
@@ -62746,6 +62863,29 @@ export type ECRRepositoryImageScanningConfiguration = {
62746
62863
  */
62747
62864
  ScanOnPush?: boolean;
62748
62865
  };
62866
+ /**
62867
+ * Type definition for `AWS::ECR::Repository.ImageTagMutabilityExclusionFilter`.
62868
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-imagetagmutabilityexclusionfilter.html}
62869
+ */
62870
+ export type ECRRepositoryImageTagMutabilityExclusionFilter = {
62871
+ /**
62872
+ * Specifies the type of filter to use for excluding image tags from the repository's mutability setting.
62873
+ */
62874
+ ImageTagMutabilityExclusionFilterType: ECRRepositoryImageTagMutabilityExclusionFilterType;
62875
+ /**
62876
+ * The value to use when filtering image tags.
62877
+ * @minLength `1`
62878
+ * @maxLength `128`
62879
+ * @pattern `^[0-9a-zA-Z._*-]{1,128}`
62880
+ */
62881
+ ImageTagMutabilityExclusionFilterValue: string;
62882
+ };
62883
+ /**
62884
+ * Type definition for `AWS::ECR::Repository.ImageTagMutabilityExclusionFilterType`.
62885
+ * Specifies the type of filter to use for excluding image tags from the repository's mutability setting.
62886
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-imagetagmutabilityexclusionfiltertype.html}
62887
+ */
62888
+ export type ECRRepositoryImageTagMutabilityExclusionFilterType = "WILDCARD";
62749
62889
  /**
62750
62890
  * Type definition for `AWS::ECR::Repository.LifecyclePolicy`.
62751
62891
  * The ``LifecyclePolicy`` property type specifies a lifecycle policy. For information about lifecycle policy syntax, see [Lifecycle policy template](https://docs.aws.amazon.com/AmazonECR/latest/userguide/LifecyclePolicies.html) in the *Amazon ECR User Guide*.
@@ -62815,7 +62955,12 @@ export type ECRRepositoryCreationTemplateProps = {
62815
62955
  /**
62816
62956
  * The tag mutability setting for the repository. If this parameter is omitted, the default setting of ``MUTABLE`` will be used which will allow image tags to be overwritten. If ``IMMUTABLE`` is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.
62817
62957
  */
62818
- ImageTagMutability?: "MUTABLE" | "IMMUTABLE";
62958
+ ImageTagMutability?: "MUTABLE" | "IMMUTABLE" | "IMMUTABLE_WITH_EXCLUSION" | "MUTABLE_WITH_EXCLUSION";
62959
+ /**
62960
+ * @minLength `1`
62961
+ * @maxLength `5`
62962
+ */
62963
+ ImageTagMutabilityExclusionFilters?: ECRRepositoryCreationTemplateImageTagMutabilityExclusionFilter[];
62819
62964
  /**
62820
62965
  * The lifecycle policy to use for repositories created using the template.
62821
62966
  * @minLength `100`
@@ -62882,6 +63027,23 @@ export type ECRRepositoryCreationTemplateEncryptionConfiguration = {
62882
63027
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repositorycreationtemplate-encryptiontype.html}
62883
63028
  */
62884
63029
  export type ECRRepositoryCreationTemplateEncryptionType = "AES256" | "KMS" | "KMS_DSSE";
63030
+ /**
63031
+ * Type definition for `AWS::ECR::RepositoryCreationTemplate.ImageTagMutabilityExclusionFilter`.
63032
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repositorycreationtemplate-imagetagmutabilityexclusionfilter.html}
63033
+ */
63034
+ export type ECRRepositoryCreationTemplateImageTagMutabilityExclusionFilter = {
63035
+ /**
63036
+ * Specifies the type of filter to use for excluding image tags from the repository's mutability setting.
63037
+ */
63038
+ ImageTagMutabilityExclusionFilterType: "WILDCARD";
63039
+ /**
63040
+ * The value to use when filtering image tags.
63041
+ * @minLength `1`
63042
+ * @maxLength `128`
63043
+ * @pattern `^[0-9a-zA-Z._*-]{1,128}`
63044
+ */
63045
+ ImageTagMutabilityExclusionFilterValue: string;
63046
+ };
62885
63047
  /**
62886
63048
  * Type definition for `AWS::ECR::RepositoryCreationTemplate.Tag`.
62887
63049
  * The metadata to apply to a resource to help you categorize and organize them. Each tag consists of a key and a value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
@@ -67969,6 +68131,7 @@ export type ElasticLoadBalancingV2ListenerProps = {
67969
68131
  AlpnPolicy?: string[];
67970
68132
  /**
67971
68133
  * The default SSL server certificate for a secure listener. You must provide exactly one certificate if the listener protocol is HTTPS or TLS.
68134
+ For an HTTPS listener, update requires some interruptions. For a TLS listener, update requires no interruption.
67972
68135
  To create a certificate list for a secure listener, use [AWS::ElasticLoadBalancingV2::ListenerCertificate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html).
67973
68136
  */
67974
68137
  Certificates?: ElasticLoadBalancingV2ListenerCertificate[];
@@ -67978,7 +68141,7 @@ export type ElasticLoadBalancingV2ListenerProps = {
67978
68141
  */
67979
68142
  DefaultActions: ElasticLoadBalancingV2ListenerAction[];
67980
68143
  /**
67981
- * The listener attributes.
68144
+ * The listener attributes. Attributes that you do not modify retain their current values.
67982
68145
  */
67983
68146
  ListenerAttributes?: ElasticLoadBalancingV2ListenerListenerAttribute[];
67984
68147
  /**
@@ -67999,7 +68162,7 @@ export type ElasticLoadBalancingV2ListenerProps = {
67999
68162
  Protocol?: string;
68000
68163
  /**
68001
68164
  * [HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported. For more information, see [Security policies](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/describe-ssl-policies.html) in the *Application Load Balancers Guide* and [Security policies](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/describe-ssl-policies.html) in the *Network Load Balancers Guide*.
68002
- Updating the security policy can result in interruptions if the load balancer is handling a high volume of traffic. To decrease the possibility of an interruption if your load balancer is handling a high volume of traffic, create an additional load balancer or request an LCU reservation.
68165
+ [HTTPS listeners] Updating the security policy can result in interruptions if the load balancer is handling a high volume of traffic. To decrease the possibility of an interruption if your load balancer is handling a high volume of traffic, create an additional load balancer or request an LCU reservation.
68003
68166
  */
68004
68167
  SslPolicy?: string;
68005
68168
  };
@@ -68305,7 +68468,7 @@ export type ElasticLoadBalancingV2ListenerRedirectConfig = {
68305
68468
  */
68306
68469
  export type ElasticLoadBalancingV2ListenerTargetGroupStickinessConfig = {
68307
68470
  /**
68308
- * The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).
68471
+ * The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days). You must specify this value when enabling target group stickiness.
68309
68472
  */
68310
68473
  DurationSeconds?: number;
68311
68474
  /**
@@ -68568,7 +68731,7 @@ export type ElasticLoadBalancingV2ListenerRuleForwardConfig = {
68568
68731
  */
68569
68732
  export type ElasticLoadBalancingV2ListenerRuleHostHeaderConfig = {
68570
68733
  /**
68571
- * The host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).
68734
+ * The host names. The maximum size of each name is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). You must include at least one "." character. You can include only alphabetical characters after the final "." character.
68572
68735
  If you specify multiple strings, the condition is satisfied if one of the strings matches the host name.
68573
68736
  */
68574
68737
  Values?: string[];
@@ -68761,7 +68924,7 @@ export type ElasticLoadBalancingV2ListenerRuleSourceIpConfig = {
68761
68924
  */
68762
68925
  export type ElasticLoadBalancingV2ListenerRuleTargetGroupStickinessConfig = {
68763
68926
  /**
68764
- * The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days).
68927
+ * The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days). You must specify this value when enabling target group stickiness.
68765
68928
  */
68766
68929
  DurationSeconds?: number;
68767
68930
  /**
@@ -68811,7 +68974,7 @@ export type ElasticLoadBalancingV2LoadBalancerProps = {
68811
68974
  */
68812
68975
  Ipv4IpamPoolId?: string;
68813
68976
  /**
68814
- * The load balancer attributes.
68977
+ * The load balancer attributes. Attributes that you do not modify retain their current values.
68815
68978
  */
68816
68979
  LoadBalancerAttributes?: ElasticLoadBalancingV2LoadBalancerLoadBalancerAttribute[];
68817
68980
  /**
@@ -71364,6 +71527,7 @@ export type EntityResolutionMatchingWorkflowResolutionTechniques = {
71364
71527
  ProviderProperties?: EntityResolutionMatchingWorkflowProviderProperties;
71365
71528
  ResolutionType?: EntityResolutionMatchingWorkflowResolutionType;
71366
71529
  RuleBasedProperties?: EntityResolutionMatchingWorkflowRuleBasedProperties;
71530
+ RuleConditionProperties?: EntityResolutionMatchingWorkflowRuleConditionProperties;
71367
71531
  };
71368
71532
  /**
71369
71533
  * Type definition for `AWS::EntityResolution::MatchingWorkflow.ResolutionType`.
@@ -71400,6 +71564,30 @@ export type EntityResolutionMatchingWorkflowRuleBasedProperties = {
71400
71564
  */
71401
71565
  Rules: EntityResolutionMatchingWorkflowRule[];
71402
71566
  };
71567
+ /**
71568
+ * Type definition for `AWS::EntityResolution::MatchingWorkflow.RuleCondition`.
71569
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-rulecondition.html}
71570
+ */
71571
+ export type EntityResolutionMatchingWorkflowRuleCondition = {
71572
+ Condition?: string;
71573
+ /**
71574
+ * @minLength `0`
71575
+ * @maxLength `255`
71576
+ * @pattern `^[a-zA-Z_0-9- \t]*$`
71577
+ */
71578
+ RuleName?: string;
71579
+ };
71580
+ /**
71581
+ * Type definition for `AWS::EntityResolution::MatchingWorkflow.RuleConditionProperties`.
71582
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-ruleconditionproperties.html}
71583
+ */
71584
+ export type EntityResolutionMatchingWorkflowRuleConditionProperties = {
71585
+ /**
71586
+ * @minLength `1`
71587
+ * @maxLength `15`
71588
+ */
71589
+ Rules: EntityResolutionMatchingWorkflowRuleCondition[];
71590
+ };
71403
71591
  /**
71404
71592
  * Type definition for `AWS::EntityResolution::MatchingWorkflow.Tag`.
71405
71593
  * A key-value pair to associate with a resource
@@ -78818,7 +79006,7 @@ export type GlueJobProps = {
78818
79006
  /**
78819
79007
  * TThe type of predefined worker that is allocated when a job runs.
78820
79008
  */
78821
- WorkerType?: "Standard" | "G.1X" | "G.2X" | "G.025X" | "G.4X" | "G.8X" | "Z.2X";
79009
+ WorkerType?: "Standard" | "G.1X" | "G.2X" | "G.025X" | "G.4X" | "G.8X" | "Z.2X" | "G.12X" | "G.16X" | "R.1X" | "R.2X" | "R.4X" | "R.8X";
78822
79010
  };
78823
79011
  /**
78824
79012
  * Type definition for `AWS::Glue::Job.ConnectionsList`.
@@ -92421,6 +92609,167 @@ export type IoTSiteWiseAssetModelVariableValue = {
92421
92609
  */
92422
92610
  PropertyPath?: IoTSiteWiseAssetModelPropertyPathDefinition[];
92423
92611
  };
92612
+ /**
92613
+ * Resource schema for AWS::IoTSiteWise::ComputationModel.
92614
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html}
92615
+ */
92616
+ export type IoTSiteWiseComputationModelProps = {
92617
+ /**
92618
+ * The configuration for the computation model.
92619
+ */
92620
+ ComputationModelConfiguration: IoTSiteWiseComputationModelComputationModelConfiguration;
92621
+ /**
92622
+ * The data binding for the computation model.
92623
+ */
92624
+ ComputationModelDataBinding: IoTSiteWiseComputationModelComputationModelDataBinding;
92625
+ /**
92626
+ * A description about the computation model.
92627
+ * @minLength `1`
92628
+ * @maxLength `2048`
92629
+ * @pattern `^[a-zA-Z0-9 _\-#$*!@]+$`
92630
+ */
92631
+ ComputationModelDescription?: string;
92632
+ /**
92633
+ * The name of the computation model.
92634
+ * @minLength `1`
92635
+ * @maxLength `256`
92636
+ * @pattern `^[a-zA-Z0-9 _\-#$*!@]+$`
92637
+ */
92638
+ ComputationModelName: string;
92639
+ /**
92640
+ * An array of key-value pairs to apply to this resource.
92641
+ */
92642
+ Tags?: IoTSiteWiseComputationModelTag[];
92643
+ };
92644
+ /**
92645
+ * Attribute type definition for `AWS::IoTSiteWise::ComputationModel`.
92646
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html#aws-resource-iotsitewise-computationmodel-return-values}
92647
+ */
92648
+ export type IoTSiteWiseComputationModelAttributes = {
92649
+ /**
92650
+ * The ARN of the computation model.
92651
+ * @minLength `1`
92652
+ * @maxLength `1600`
92653
+ * @pattern `^arn:aws(-cn|-us-gov)?:[a-zA-Z0-9-:/_\.]+$`
92654
+ */
92655
+ ComputationModelArn: string;
92656
+ /**
92657
+ * The ID of the computation model.
92658
+ * @minLength `36`
92659
+ * @maxLength `36`
92660
+ * @pattern `^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$`
92661
+ */
92662
+ ComputationModelId: string;
92663
+ };
92664
+ /**
92665
+ * Type definition for `AWS::IoTSiteWise::ComputationModel.AnomalyDetectionComputationModelConfiguration`.
92666
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration.html}
92667
+ */
92668
+ export type IoTSiteWiseComputationModelAnomalyDetectionComputationModelConfiguration = {
92669
+ /**
92670
+ * Input properties for anomaly detection.
92671
+ * @minLength `4`
92672
+ * @maxLength `67`
92673
+ * @pattern `^\$\{[a-z][a-z0-9_]*\}$`
92674
+ */
92675
+ InputProperties: string;
92676
+ /**
92677
+ * Result property for anomaly detection.
92678
+ * @minLength `4`
92679
+ * @maxLength `67`
92680
+ * @pattern `^\$\{[a-z][a-z0-9_]*\}$`
92681
+ */
92682
+ ResultProperty: string;
92683
+ };
92684
+ /**
92685
+ * Type definition for `AWS::IoTSiteWise::ComputationModel.AssetModelPropertyBindingValue`.
92686
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetmodelpropertybindingvalue.html}
92687
+ */
92688
+ export type IoTSiteWiseComputationModelAssetModelPropertyBindingValue = {
92689
+ /**
92690
+ * The ID of the asset model.
92691
+ * @minLength `36`
92692
+ * @maxLength `36`
92693
+ * @pattern `^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$`
92694
+ */
92695
+ AssetModelId: string;
92696
+ /**
92697
+ * The ID of the asset model property.
92698
+ * @minLength `36`
92699
+ * @maxLength `36`
92700
+ * @pattern `^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$`
92701
+ */
92702
+ PropertyId: string;
92703
+ };
92704
+ /**
92705
+ * Type definition for `AWS::IoTSiteWise::ComputationModel.AssetPropertyBindingValue`.
92706
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetpropertybindingvalue.html}
92707
+ */
92708
+ export type IoTSiteWiseComputationModelAssetPropertyBindingValue = {
92709
+ /**
92710
+ * The ID of the asset.
92711
+ * @minLength `36`
92712
+ * @maxLength `36`
92713
+ * @pattern `^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$`
92714
+ */
92715
+ AssetId: string;
92716
+ /**
92717
+ * The ID of the asset property.
92718
+ * @minLength `36`
92719
+ * @maxLength `36`
92720
+ * @pattern `^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$`
92721
+ */
92722
+ PropertyId: string;
92723
+ };
92724
+ /**
92725
+ * Type definition for `AWS::IoTSiteWise::ComputationModel.ComputationModelConfiguration`.
92726
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodelconfiguration.html}
92727
+ */
92728
+ export type IoTSiteWiseComputationModelComputationModelConfiguration = {
92729
+ /**
92730
+ * Contains configuration for anomaly detection computation model.
92731
+ */
92732
+ AnomalyDetection?: IoTSiteWiseComputationModelAnomalyDetectionComputationModelConfiguration;
92733
+ };
92734
+ /**
92735
+ * Type definition for `AWS::IoTSiteWise::ComputationModel.ComputationModelDataBinding`.
92736
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabinding.html}
92737
+ */
92738
+ export type IoTSiteWiseComputationModelComputationModelDataBinding = Record<string, IoTSiteWiseComputationModelComputationModelDataBindingValue>;
92739
+ /**
92740
+ * Type definition for `AWS::IoTSiteWise::ComputationModel.ComputationModelDataBindingValue`.
92741
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabindingvalue.html}
92742
+ */
92743
+ export type IoTSiteWiseComputationModelComputationModelDataBindingValue = {
92744
+ /**
92745
+ * Defines an asset model property binding.
92746
+ */
92747
+ AssetModelProperty?: IoTSiteWiseComputationModelAssetModelPropertyBindingValue;
92748
+ /**
92749
+ * Defines an asset property binding.
92750
+ */
92751
+ AssetProperty?: IoTSiteWiseComputationModelAssetPropertyBindingValue;
92752
+ /**
92753
+ * Defines a list of computation model binding values.
92754
+ */
92755
+ List?: IoTSiteWiseComputationModelComputationModelDataBindingValue[];
92756
+ };
92757
+ /**
92758
+ * Type definition for `AWS::IoTSiteWise::ComputationModel.Tag`.
92759
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-tag.html}
92760
+ */
92761
+ export type IoTSiteWiseComputationModelTag = {
92762
+ /**
92763
+ * @minLength `1`
92764
+ * @maxLength `128`
92765
+ */
92766
+ Key: string;
92767
+ /**
92768
+ * @minLength `0`
92769
+ * @maxLength `256`
92770
+ */
92771
+ Value: string;
92772
+ };
92424
92773
  /**
92425
92774
  * Resource schema for AWS::IoTSiteWise::Dashboard
92426
92775
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dashboard.html}
@@ -107574,6 +107923,10 @@ export type LogsDestinationProps = {
107574
107923
  * @minLength `1`
107575
107924
  */
107576
107925
  RoleArn: string;
107926
+ /**
107927
+ * An array of key-value pairs to apply to this resource.
107928
+ */
107929
+ Tags?: LogsDestinationTag[];
107577
107930
  /**
107578
107931
  * The ARN of the physical target where the log events are delivered (for example, a Kinesis stream)
107579
107932
  * @minLength `1`
@@ -107587,6 +107940,25 @@ export type LogsDestinationProps = {
107587
107940
  export type LogsDestinationAttributes = {
107588
107941
  Arn: string;
107589
107942
  };
107943
+ /**
107944
+ * Type definition for `AWS::Logs::Destination.Tag`.
107945
+ * A key-value pair to associate with a resource.
107946
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-destination-tag.html}
107947
+ */
107948
+ export type LogsDestinationTag = {
107949
+ /**
107950
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., :, /, =, +, - and @.
107951
+ * @minLength `1`
107952
+ * @maxLength `128`
107953
+ */
107954
+ Key: string;
107955
+ /**
107956
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., :, /, =, +, - and @.
107957
+ * @minLength `0`
107958
+ * @maxLength `256`
107959
+ */
107960
+ Value: string;
107961
+ };
107590
107962
  /**
107591
107963
  * Resource type definition for `AWS::Logs::Integration`.
107592
107964
  * Resource Schema for Logs Integration Resource
@@ -107749,6 +108121,7 @@ export type LogsLogGroupProps = {
107749
108121
  * @pattern `^[.\-_/#A-Za-z0-9]{1,512}\Z`
107750
108122
  */
107751
108123
  LogGroupName?: string;
108124
+ ResourcePolicyDocument?: Record<string, any>;
107752
108125
  /**
107753
108126
  * The number of days to retain the log events in the specified log group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1096, 1827, 2192, 2557, 2922, 3288, and 3653.
107754
108127
  To set a log group so that its log events do not expire, use [DeleteRetentionPolicy](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_DeleteRetentionPolicy.html).
@@ -115747,6 +116120,11 @@ export type MediaPackageV2ChannelInputSwitchConfiguration = {
115747
116120
  * <p>When true, AWS Elemental MediaPackage performs input switching based on the MQCS. Default is true. This setting is valid only when <code>InputType</code> is <code>CMAF</code>.</p>
115748
116121
  */
115749
116122
  MQCSInputSwitching?: boolean;
116123
+ /**
116124
+ * @min `1`
116125
+ * @max `2`
116126
+ */
116127
+ PreferredInput?: number;
115750
116128
  };
115751
116129
  /**
115752
116130
  * Type definition for `AWS::MediaPackageV2::Channel.InputType`.
@@ -162533,6 +162911,7 @@ export type RDSDBInstanceProps = {
162533
162911
  * The ID of the region that contains the source DB instance for the read replica.
162534
162912
  */
162535
162913
  SourceRegion?: string;
162914
+ StatusInfos?: RDSDBInstanceDBInstanceStatusInfo[];
162536
162915
  /**
162537
162916
  * A value that indicates whether the DB instance is encrypted. By default, it isn't encrypted.
162538
162917
  If you specify the ``KmsKeyId`` property, then you must enable encryption.
@@ -162597,6 +162976,7 @@ export type RDSDBInstanceProps = {
162597
162976
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#aws-resource-rds-dbinstance-return-values}
162598
162977
  */
162599
162978
  export type RDSDBInstanceAttributes = {
162979
+ AutomaticRestartTime: string;
162600
162980
  /**
162601
162981
  * The details of the DB instance’s server certificate.
162602
162982
  For more information, see [Using SSL/TLS to encrypt a connection to a DB instance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html) in the *Amazon RDS User Guide* and [Using SSL/TLS to encrypt a connection to a DB cluster](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html) in the *Amazon Aurora User Guide*.
@@ -162671,8 +163051,11 @@ export type RDSDBInstanceAttributes = {
162671
163051
  */
162672
163052
  SecretArn: string;
162673
163053
  };
163054
+ PercentProgress: string;
162674
163055
  ReadReplicaDBClusterIdentifiers: string[];
162675
163056
  ReadReplicaDBInstanceIdentifiers: string[];
163057
+ ResumeFullAutomationModeTime: string;
163058
+ SecondaryAvailabilityZone: string;
162676
163059
  };
162677
163060
  /**
162678
163061
  * Type definition for `AWS::RDS::DBInstance.DBInstanceRole`.
@@ -162689,6 +163072,28 @@ export type RDSDBInstanceDBInstanceRole = {
162689
163072
  */
162690
163073
  RoleArn: string;
162691
163074
  };
163075
+ /**
163076
+ * Type definition for `AWS::RDS::DBInstance.DBInstanceStatusInfo`.
163077
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-dbinstancestatusinfo.html}
163078
+ */
163079
+ export type RDSDBInstanceDBInstanceStatusInfo = {
163080
+ /**
163081
+ * Details of the error if there is an error for the instance. If the instance isn't in an error state, this value is blank.
163082
+ */
163083
+ Message?: string;
163084
+ /**
163085
+ * Indicates whether the instance is operating normally (TRUE) or is in an error state (FALSE).
163086
+ */
163087
+ Normal?: boolean;
163088
+ /**
163089
+ * The status of the DB instance. For a StatusType of read replica, the values can be replicating, replication stop point set, replication stop point reached, error, stopped, or terminated.
163090
+ */
163091
+ Status?: string;
163092
+ /**
163093
+ * The status type of the DB instance.
163094
+ */
163095
+ StatusType?: string;
163096
+ };
162692
163097
  /**
162693
163098
  * Type definition for `AWS::RDS::DBInstance.MasterUserSecret`.
162694
163099
  * The ``MasterUserSecret`` return value specifies the secret managed by RDS in AWS Secrets Manager for the master user password.
@@ -169328,6 +169733,10 @@ export type S3AccessPointProps = {
169328
169733
  * The PublicAccessBlock configuration that you want to apply to this Access Point. You can enable the configuration options in any combination. For more information about when Amazon S3 considers a bucket or object public, see https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status 'The Meaning of Public' in the Amazon Simple Storage Service Developer Guide.
169329
169734
  */
169330
169735
  PublicAccessBlockConfiguration?: S3AccessPointPublicAccessBlockConfiguration;
169736
+ /**
169737
+ * An arbitrary set of tags (key-value pairs) for this S3 Access Point.
169738
+ */
169739
+ Tags?: S3AccessPointTag[];
169331
169740
  /**
169332
169741
  * If you include this field, Amazon S3 restricts access to this Access Point to requests from the specified Virtual Private Cloud (VPC).
169333
169742
  */
@@ -169381,6 +169790,21 @@ export type S3AccessPointPublicAccessBlockConfiguration = {
169381
169790
  */
169382
169791
  RestrictPublicBuckets?: boolean;
169383
169792
  };
169793
+ /**
169794
+ * Type definition for `AWS::S3::AccessPoint.Tag`.
169795
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-tag.html}
169796
+ */
169797
+ export type S3AccessPointTag = {
169798
+ /**
169799
+ * @minLength `1`
169800
+ * @maxLength `128`
169801
+ */
169802
+ Key: string;
169803
+ /**
169804
+ * @maxLength `256`
169805
+ */
169806
+ Value: string;
169807
+ };
169384
169808
  /**
169385
169809
  * Type definition for `AWS::S3::AccessPoint.VpcConfiguration`.
169386
169810
  * The Virtual Private Cloud (VPC) configuration for a bucket access point.
@@ -172841,7 +173265,7 @@ export type SageMakerClusterProps = {
172841
173265
  * The instance groups of the SageMaker HyperPod cluster.
172842
173266
  * @minLength `1`
172843
173267
  */
172844
- InstanceGroups: SageMakerClusterClusterInstanceGroup[];
173268
+ InstanceGroups?: SageMakerClusterClusterInstanceGroup[];
172845
173269
  /**
172846
173270
  * If node auto-recovery is set to true, faulty nodes will be replaced or rebooted when a failure is detected. If set to false, nodes will be labelled when a fault is detected.
172847
173271
  */
@@ -172850,6 +173274,11 @@ export type SageMakerClusterProps = {
172850
173274
  * Specifies parameter(s) specific to the orchestrator, e.g. specify the EKS cluster.
172851
173275
  */
172852
173276
  Orchestrator?: SageMakerClusterOrchestrator;
173277
+ /**
173278
+ * The restricted instance groups of the SageMaker HyperPod cluster.
173279
+ * @minLength `1`
173280
+ */
173281
+ RestrictedInstanceGroups?: SageMakerClusterClusterRestrictedInstanceGroup[];
172853
173282
  /**
172854
173283
  * Custom tags for managing the SageMaker HyperPod cluster as an AWS resource. You can add tags to your cluster in the same way you add them in other AWS services that support tagging.
172855
173284
  * @maxLength `50`
@@ -172894,6 +173323,17 @@ export type SageMakerClusterAttributes = {
172894
173323
  */
172895
173324
  CurrentCount: number;
172896
173325
  }[];
173326
+ /**
173327
+ * The restricted instance groups of the SageMaker HyperPod cluster.
173328
+ * @minLength `1`
173329
+ */
173330
+ RestrictedInstanceGroups: {
173331
+ /**
173332
+ * The number of instances that are currently in the restricted instance group of a SageMaker HyperPod cluster.
173333
+ * @min `0`
173334
+ */
173335
+ CurrentCount: number;
173336
+ }[];
172897
173337
  };
172898
173338
  /**
172899
173339
  * Type definition for `AWS::SageMaker::Cluster.ClusterEbsVolumeConfig`.
@@ -172960,6 +173400,13 @@ export type SageMakerClusterClusterInstanceGroup = {
172960
173400
  * @max `2`
172961
173401
  */
172962
173402
  ThreadsPerCore?: number;
173403
+ /**
173404
+ * The Amazon Resource Name (ARN) of the training plan to use for this cluster instance group. For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see CreateTrainingPlan.
173405
+ * @minLength `50`
173406
+ * @maxLength `2048`
173407
+ * @pattern `^arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:training-plan/.*$`
173408
+ */
173409
+ TrainingPlanArn?: string;
172963
173410
  };
172964
173411
  /**
172965
173412
  * Type definition for `AWS::SageMaker::Cluster.ClusterInstanceStorageConfig`.
@@ -173002,12 +173449,102 @@ export type SageMakerClusterClusterOrchestratorEksConfig = {
173002
173449
  */
173003
173450
  ClusterArn: string;
173004
173451
  };
173452
+ /**
173453
+ * Type definition for `AWS::SageMaker::Cluster.ClusterRestrictedInstanceGroup`.
173454
+ * Details of a restricted instance group in a SageMaker HyperPod cluster.
173455
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterrestrictedinstancegroup.html}
173456
+ */
173457
+ export type SageMakerClusterClusterRestrictedInstanceGroup = {
173458
+ /**
173459
+ * The configuration for the restricted instance groups (RIG) environment.
173460
+ */
173461
+ EnvironmentConfig: SageMakerClusterEnvironmentConfig;
173462
+ /**
173463
+ * The execution role for the instance group to assume.
173464
+ * @minLength `20`
173465
+ * @maxLength `2048`
173466
+ * @pattern `^arn:aws[a-z\-]*:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+$`
173467
+ */
173468
+ ExecutionRole: string;
173469
+ /**
173470
+ * The number of instances you specified to add to the restricted instance group of a SageMaker HyperPod cluster.
173471
+ * @min `0`
173472
+ */
173473
+ InstanceCount: number;
173474
+ /**
173475
+ * The name of the instance group of a SageMaker HyperPod cluster.
173476
+ * @minLength `1`
173477
+ * @maxLength `63`
173478
+ * @pattern `^[a-zA-Z0-9](-*[a-zA-Z0-9])*$`
173479
+ */
173480
+ InstanceGroupName: string;
173481
+ /**
173482
+ * The instance storage configuration for the instance group.
173483
+ * @maxLength `1`
173484
+ */
173485
+ InstanceStorageConfigs?: SageMakerClusterClusterInstanceStorageConfig[];
173486
+ /**
173487
+ * The instance type of the instance group of a SageMaker HyperPod cluster.
173488
+ */
173489
+ InstanceType: string;
173490
+ /**
173491
+ * Nodes will undergo advanced stress test to detect and replace faulty instances, based on the type of deep health check(s) passed in.
173492
+ */
173493
+ OnStartDeepHealthChecks?: SageMakerClusterDeepHealthCheckType[];
173494
+ /**
173495
+ * Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to. You can control access to and from your resources by configuring a VPC.
173496
+ */
173497
+ OverrideVpcConfig?: SageMakerClusterVpcConfig;
173498
+ /**
173499
+ * The number you specified to TreadsPerCore in CreateCluster for enabling or disabling multithreading. For instance types that support multithreading, you can specify 1 for disabling multithreading and 2 for enabling multithreading.
173500
+ * @min `1`
173501
+ * @max `2`
173502
+ */
173503
+ ThreadsPerCore?: number;
173504
+ /**
173505
+ * The Amazon Resource Name (ARN) of the training plan to use for this cluster restricted instance group. For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see CreateTrainingPlan.
173506
+ * @minLength `50`
173507
+ * @maxLength `2048`
173508
+ * @pattern `^arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:training-plan/.*$`
173509
+ */
173510
+ TrainingPlanArn?: string;
173511
+ };
173005
173512
  /**
173006
173513
  * Type definition for `AWS::SageMaker::Cluster.DeepHealthCheckType`.
173007
173514
  * The type of deep health check(s) to be performed on the instances in the SageMaker HyperPod cluster instance group.
173008
173515
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-deephealthchecktype.html}
173009
173516
  */
173010
173517
  export type SageMakerClusterDeepHealthCheckType = "InstanceStress" | "InstanceConnectivity";
173518
+ /**
173519
+ * Type definition for `AWS::SageMaker::Cluster.EnvironmentConfig`.
173520
+ * The configuration for the restricted instance groups (RIG) environment.
173521
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-environmentconfig.html}
173522
+ */
173523
+ export type SageMakerClusterEnvironmentConfig = {
173524
+ /**
173525
+ * Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.
173526
+ */
173527
+ FSxLustreConfig?: SageMakerClusterFSxLustreConfig;
173528
+ };
173529
+ /**
173530
+ * Type definition for `AWS::SageMaker::Cluster.FSxLustreConfig`.
173531
+ * Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.
173532
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-fsxlustreconfig.html}
173533
+ */
173534
+ export type SageMakerClusterFSxLustreConfig = {
173535
+ /**
173536
+ * The throughput capacity of the FSx for Lustre file system, measured in MB/s per TiB of storage.
173537
+ * @min `125`
173538
+ * @max `1000`
173539
+ */
173540
+ PerUnitStorageThroughput: number;
173541
+ /**
173542
+ * The storage capacity of the FSx for Lustre file system, specified in gibibytes (GiB).
173543
+ * @min `1200`
173544
+ * @max `100800`
173545
+ */
173546
+ SizeInGiB: number;
173547
+ };
173011
173548
  /**
173012
173549
  * Type definition for `AWS::SageMaker::Cluster.Orchestrator`.
173013
173550
  * Specifies parameter(s) specific to the orchestrator, e.g. specify the EKS cluster.
@@ -180003,6 +180540,581 @@ export type SageMakerPipelineTag = {
180003
180540
  Key: string;
180004
180541
  Value: string;
180005
180542
  };
180543
+ /**
180544
+ * Resource Type definition for AWS::SageMaker::ProcessingJob
180545
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-processingjob.html}
180546
+ */
180547
+ export type SageMakerProcessingJobProps = {
180548
+ /**
180549
+ * Configures the processing job to run a specified Docker container image.
180550
+ */
180551
+ AppSpecification: SageMakerProcessingJobAppSpecification;
180552
+ /**
180553
+ * Sets the environment variables in the Docker container
180554
+ */
180555
+ Environment?: SageMakerProcessingJobEnvironment;
180556
+ /**
180557
+ * Associates a SageMaker job as a trial component with an experiment and trial.
180558
+ */
180559
+ ExperimentConfig?: SageMakerProcessingJobExperimentConfig;
180560
+ /**
180561
+ * Networking options for a job, such as network traffic encryption between containers, whether to allow inbound and outbound network calls to and from containers, and the VPC subnets and security groups to use for VPC-enabled jobs.
180562
+ */
180563
+ NetworkConfig?: SageMakerProcessingJobNetworkConfig;
180564
+ /**
180565
+ * An array of inputs configuring the data to download into the processing container.
180566
+ * @minLength `0`
180567
+ * @maxLength `10`
180568
+ */
180569
+ ProcessingInputs?: SageMakerProcessingJobProcessingInputsObject[];
180570
+ /**
180571
+ * The name of the processing job. The name must be unique within an AWS Region in the AWS account.
180572
+ * @minLength `1`
180573
+ * @maxLength `63`
180574
+ * @pattern `[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}`
180575
+ */
180576
+ ProcessingJobName?: string;
180577
+ /**
180578
+ * Configuration for uploading output from the processing container.
180579
+ */
180580
+ ProcessingOutputConfig?: SageMakerProcessingJobProcessingOutputConfig;
180581
+ /**
180582
+ * Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.
180583
+ */
180584
+ ProcessingResources: SageMakerProcessingJobProcessingResources;
180585
+ /**
180586
+ * The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.
180587
+ * @minLength `20`
180588
+ * @maxLength `2048`
180589
+ * @pattern `arn:aws[a-z\-]*:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+`
180590
+ */
180591
+ RoleArn: string;
180592
+ /**
180593
+ * Configures conditions under which the processing job should be stopped, such as how long the processing job has been running. After the condition is met, the processing job is stopped.
180594
+ */
180595
+ StoppingCondition?: SageMakerProcessingJobStoppingCondition;
180596
+ /**
180597
+ * (Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags(https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL) in the AWS Billing and Cost Management User Guide.
180598
+ * @maxLength `50`
180599
+ */
180600
+ Tags?: SageMakerProcessingJobTag[];
180601
+ };
180602
+ /**
180603
+ * Attribute type definition for `AWS::SageMaker::ProcessingJob`.
180604
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-processingjob.html#aws-resource-sagemaker-processingjob-return-values}
180605
+ */
180606
+ export type SageMakerProcessingJobAttributes = {
180607
+ /**
180608
+ * The ARN of an AutoML job associated with this processing job.
180609
+ * @maxLength `256`
180610
+ */
180611
+ AutoMLJobArn: string;
180612
+ /**
180613
+ * The time at which the processing job was created.
180614
+ */
180615
+ CreationTime: string;
180616
+ /**
180617
+ * An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.
180618
+ * @maxLength `1024`
180619
+ * @pattern `[\S\s]*`
180620
+ */
180621
+ ExitMessage: string;
180622
+ /**
180623
+ * A string, up to one KB in size, that contains the reason a processing job failed, if it failed.
180624
+ * @maxLength `1024`
180625
+ */
180626
+ FailureReason: string;
180627
+ /**
180628
+ * The time at which the processing job was last modified.
180629
+ */
180630
+ LastModifiedTime: string;
180631
+ /**
180632
+ * The ARN of a monitoring schedule for an endpoint associated with this processing job.
180633
+ * @maxLength `256`
180634
+ */
180635
+ MonitoringScheduleArn: string;
180636
+ /**
180637
+ * The time at which the processing job completed.
180638
+ */
180639
+ ProcessingEndTime: string;
180640
+ /**
180641
+ * The Amazon Resource Name (ARN) of the processing job.
180642
+ * @minLength `0`
180643
+ * @maxLength `256`
180644
+ * @pattern `arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:processing-job/.*`
180645
+ */
180646
+ ProcessingJobArn: string;
180647
+ /**
180648
+ * Provides the status of a processing job.
180649
+ */
180650
+ ProcessingJobStatus: "Completed" | "InProgress" | "Stopping" | "Stopped" | "Failed";
180651
+ /**
180652
+ * The time at which the processing job started.
180653
+ */
180654
+ ProcessingStartTime: string;
180655
+ /**
180656
+ * The ARN of a training job associated with this processing job
180657
+ * @maxLength `256`
180658
+ */
180659
+ TrainingJobArn: string;
180660
+ };
180661
+ /**
180662
+ * Type definition for `AWS::SageMaker::ProcessingJob.AppSpecification`.
180663
+ * Configures the processing job to run a specified Docker container image.
180664
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-processingjob-appspecification.html}
180665
+ */
180666
+ export type SageMakerProcessingJobAppSpecification = {
180667
+ /**
180668
+ * The arguments for a container used to run a processing job.
180669
+ * @minLength `1`
180670
+ * @maxLength `100`
180671
+ */
180672
+ ContainerArguments?: string[];
180673
+ /**
180674
+ * The entrypoint for a container used to run a processing job.
180675
+ * @minLength `1`
180676
+ * @maxLength `100`
180677
+ */
180678
+ ContainerEntrypoint?: string[];
180679
+ /**
180680
+ * The container image to be run by the processing job.
180681
+ * @minLength `0`
180682
+ * @maxLength `256`
180683
+ * @pattern `.*`
180684
+ */
180685
+ ImageUri: string;
180686
+ };
180687
+ /**
180688
+ * Type definition for `AWS::SageMaker::ProcessingJob.AthenaDatasetDefinition`.
180689
+ * Configuration for Athena Dataset Definition input.
180690
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-processingjob-athenadatasetdefinition.html}
180691
+ */
180692
+ export type SageMakerProcessingJobAthenaDatasetDefinition = {
180693
+ /**
180694
+ * The name of the data catalog used in Athena query execution.
180695
+ * @maxLength `256`
180696
+ */
180697
+ Catalog: string;
180698
+ /**
180699
+ * The name of the database used in the Athena query execution.
180700
+ * @maxLength `255`
180701
+ * @pattern `.*`
180702
+ */
180703
+ Database: string;
180704
+ /**
180705
+ * The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data generated from an Athena query execution.
180706
+ * @minLength `0`
180707
+ * @maxLength `2048`
180708
+ * @pattern `[a-zA-Z0-9:/_-]*`
180709
+ */
180710
+ KmsKeyId?: string;
180711
+ /**
180712
+ * The compression used for Athena query results.
180713
+ */
180714
+ OutputCompression?: "GZIP" | "SNAPPY" | "ZLIB";
180715
+ /**
180716
+ * The data storage format for Athena query results.
180717
+ */
180718
+ OutputFormat: "PARQUET" | "AVRO" | "ORC" | "JSON" | "TEXTFILE";
180719
+ /**
180720
+ * The location in Amazon S3 where Athena query results are stored.
180721
+ * @minLength `0`
180722
+ * @maxLength `1024`
180723
+ * @pattern `(https|s3)://([^/]+)/?(.*)`
180724
+ */
180725
+ OutputS3Uri: string;
180726
+ /**
180727
+ * The SQL query statements, to be executed.
180728
+ * @maxLength `4096`
180729
+ * @pattern `[\s\S]+`
180730
+ */
180731
+ QueryString: string;
180732
+ /**
180733
+ * The name of the workgroup in which the Athena query is being started.
180734
+ * @maxLength `128`
180735
+ * @pattern `[a-zA-Z0-9._-]+`
180736
+ */
180737
+ WorkGroup?: string;
180738
+ };
180739
+ /**
180740
+ * Type definition for `AWS::SageMaker::ProcessingJob.ClusterConfig`.
180741
+ * Configuration for the cluster used to run a processing job.
180742
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-processingjob-clusterconfig.html}
180743
+ */
180744
+ export type SageMakerProcessingJobClusterConfig = {
180745
+ /**
180746
+ * The number of ML compute instances to use in the processing job. For distributed processing jobs, specify a value greater than 1. The default value is 1.
180747
+ * @min `1`
180748
+ * @max `100`
180749
+ */
180750
+ InstanceCount: number;
180751
+ /**
180752
+ * The ML compute instance type for the processing job.
180753
+ */
180754
+ InstanceType: "ml.t3.medium" | "ml.t3.large" | "ml.t3.xlarge" | "ml.t3.2xlarge" | "ml.m4.xlarge" | "ml.m4.2xlarge" | "ml.m4.4xlarge" | "ml.m4.10xlarge" | "ml.m4.16xlarge" | "ml.c4.xlarge" | "ml.c4.2xlarge" | "ml.c4.4xlarge" | "ml.c4.8xlarge" | "ml.c5.xlarge" | "ml.c5.2xlarge" | "ml.c5.4xlarge" | "ml.c5.9xlarge" | "ml.c5.18xlarge" | "ml.m5.large" | "ml.m5.xlarge" | "ml.m5.2xlarge" | "ml.m5.4xlarge" | "ml.m5.12xlarge" | "ml.m5.24xlarge" | "ml.r5.large" | "ml.r5.xlarge" | "ml.r5.2xlarge" | "ml.r5.4xlarge" | "ml.r5.8xlarge" | "ml.r5.12xlarge" | "ml.r5.16xlarge" | "ml.r5.24xlarge" | "ml.g4dn.xlarge" | "ml.g4dn.2xlarge" | "ml.g4dn.4xlarge" | "ml.g4dn.8xlarge" | "ml.g4dn.12xlarge" | "ml.g4dn.16xlarge" | "ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.16xlarge" | "ml.g5.12xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.r5d.large" | "ml.r5d.xlarge" | "ml.r5d.2xlarge" | "ml.r5d.4xlarge" | "ml.r5d.8xlarge" | "ml.r5d.12xlarge" | "ml.r5d.16xlarge" | "ml.r5d.24xlarge" | "ml.g6.xlarge" | "ml.g6.2xlarge" | "ml.g6.4xlarge" | "ml.g6.8xlarge" | "ml.g6.12xlarge" | "ml.g6.16xlarge" | "ml.g6.24xlarge" | "ml.g6.48xlarge" | "ml.g6e.xlarge" | "ml.g6e.2xlarge" | "ml.g6e.4xlarge" | "ml.g6e.8xlarge" | "ml.g6e.12xlarge" | "ml.g6e.16xlarge" | "ml.g6e.24xlarge" | "ml.g6e.48xlarge" | "ml.m6i.large" | "ml.m6i.xlarge" | "ml.m6i.2xlarge" | "ml.m6i.4xlarge" | "ml.m6i.8xlarge" | "ml.m6i.12xlarge" | "ml.m6i.16xlarge" | "ml.m6i.24xlarge" | "ml.m6i.32xlarge" | "ml.c6i.xlarge" | "ml.c6i.2xlarge" | "ml.c6i.4xlarge" | "ml.c6i.8xlarge" | "ml.c6i.12xlarge" | "ml.c6i.16xlarge" | "ml.c6i.24xlarge" | "ml.c6i.32xlarge" | "ml.m7i.large" | "ml.m7i.xlarge" | "ml.m7i.2xlarge" | "ml.m7i.4xlarge" | "ml.m7i.8xlarge" | "ml.m7i.12xlarge" | "ml.m7i.16xlarge" | "ml.m7i.24xlarge" | "ml.m7i.48xlarge" | "ml.c7i.large" | "ml.c7i.xlarge" | "ml.c7i.2xlarge" | "ml.c7i.4xlarge" | "ml.c7i.8xlarge" | "ml.c7i.12xlarge" | "ml.c7i.16xlarge" | "ml.c7i.24xlarge" | "ml.c7i.48xlarge" | "ml.r7i.large" | "ml.r7i.xlarge" | "ml.r7i.2xlarge" | "ml.r7i.4xlarge" | "ml.r7i.8xlarge" | "ml.r7i.12xlarge" | "ml.r7i.16xlarge" | "ml.r7i.24xlarge" | "ml.r7i.48xlarge";
180755
+ /**
180756
+ * The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the processing job.
180757
+ * @minLength `0`
180758
+ * @maxLength `2048`
180759
+ * @pattern `[a-zA-Z0-9:/_-]*`
180760
+ */
180761
+ VolumeKmsKeyId?: string;
180762
+ /**
180763
+ * The size of the ML storage volume in gigabytes that you want to provision. You must specify sufficient ML storage for your scenario.
180764
+ * @min `1`
180765
+ * @max `16384`
180766
+ */
180767
+ VolumeSizeInGB: number;
180768
+ };
180769
+ /**
180770
+ * Type definition for `AWS::SageMaker::ProcessingJob.DatasetDefinition`.
180771
+ * Configuration for Dataset Definition inputs. The Dataset Definition input must specify exactly one of either `AthenaDatasetDefinition` or `RedshiftDatasetDefinition` types.
180772
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-processingjob-datasetdefinition.html}
180773
+ */
180774
+ export type SageMakerProcessingJobDatasetDefinition = {
180775
+ /**
180776
+ * Configuration for Athena Dataset Definition input.
180777
+ */
180778
+ AthenaDatasetDefinition?: SageMakerProcessingJobAthenaDatasetDefinition;
180779
+ /**
180780
+ * Whether the generated dataset is FullyReplicated or ShardedByS3Key (default).
180781
+ */
180782
+ DataDistributionType?: "FullyReplicated" | "ShardedByS3Key";
180783
+ /**
180784
+ * Whether to use File or Pipe input mode. In File (default) mode, Amazon SageMaker copies the data from the input source onto the local Amazon Elastic Block Store (Amazon EBS) volumes before starting your training algorithm. This is the most commonly used input mode. In Pipe mode, Amazon SageMaker streams input data from the source directly to your algorithm without using the EBS volume.
180785
+ */
180786
+ InputMode?: "File" | "Pipe";
180787
+ /**
180788
+ * The local path where you want Amazon SageMaker to download the Dataset Definition inputs to run a processing job. LocalPath is an absolute path to the input data. This is a required parameter when AppManaged is False (default).
180789
+ * @minLength `0`
180790
+ * @maxLength `256`
180791
+ * @pattern `.*`
180792
+ */
180793
+ LocalPath?: string;
180794
+ /**
180795
+ * Configuration for Redshift Dataset Definition input.
180796
+ */
180797
+ RedshiftDatasetDefinition?: SageMakerProcessingJobRedshiftDatasetDefinition;
180798
+ };
180799
+ /**
180800
+ * Type definition for `AWS::SageMaker::ProcessingJob.Environment`.
180801
+ * Sets the environment variables in the Docker container
180802
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-processingjob-environment.html}
180803
+ */
180804
+ export type SageMakerProcessingJobEnvironment = Record<string, string>;
180805
+ /**
180806
+ * Type definition for `AWS::SageMaker::ProcessingJob.ExperimentConfig`.
180807
+ * Associates a SageMaker job as a trial component with an experiment and trial.
180808
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-processingjob-experimentconfig.html}
180809
+ */
180810
+ export type SageMakerProcessingJobExperimentConfig = {
180811
+ /**
180812
+ * The name of an existing experiment to associate with the trial component.
180813
+ * @maxLength `120`
180814
+ * @pattern `[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}`
180815
+ */
180816
+ ExperimentName?: string;
180817
+ /**
180818
+ * The name of the experiment run to associate with the trial component.
180819
+ * @maxLength `120`
180820
+ * @pattern `[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}`
180821
+ */
180822
+ RunName?: string;
180823
+ /**
180824
+ * The display name for the trial component. If this key isn't specified, the display name is the trial component name.
180825
+ * @maxLength `120`
180826
+ * @pattern `[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}`
180827
+ */
180828
+ TrialComponentDisplayName?: string;
180829
+ /**
180830
+ * The name of an existing trial to associate the trial component with. If not specified, a new trial is created.
180831
+ * @maxLength `120`
180832
+ * @pattern `[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}`
180833
+ */
180834
+ TrialName?: string;
180835
+ };
180836
+ /**
180837
+ * Type definition for `AWS::SageMaker::ProcessingJob.FeatureStoreOutput`.
180838
+ * Configuration for processing job outputs in Amazon SageMaker Feature Store.
180839
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-processingjob-featurestoreoutput.html}
180840
+ */
180841
+ export type SageMakerProcessingJobFeatureStoreOutput = {
180842
+ /**
180843
+ * The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output. Note that your processing script is responsible for putting records into your Feature Store.
180844
+ * @maxLength `64`
180845
+ * @pattern `[a-zA-Z0-9]([_-]*[a-zA-Z0-9]){0,63}`
180846
+ */
180847
+ FeatureGroupName: string;
180848
+ };
180849
+ /**
180850
+ * Type definition for `AWS::SageMaker::ProcessingJob.NetworkConfig`.
180851
+ * Networking options for a job, such as network traffic encryption between containers, whether to allow inbound and outbound network calls to and from containers, and the VPC subnets and security groups to use for VPC-enabled jobs.
180852
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-processingjob-networkconfig.html}
180853
+ */
180854
+ export type SageMakerProcessingJobNetworkConfig = {
180855
+ /**
180856
+ * Whether to encrypt all communications between distributed processing jobs. Choose True to encrypt communications. Encryption provides greater security for distributed processing jobs, but the processing might take longer.
180857
+ */
180858
+ EnableInterContainerTrafficEncryption?: boolean;
180859
+ /**
180860
+ * Whether to allow inbound and outbound network calls to and from the containers used for the processing job.
180861
+ */
180862
+ EnableNetworkIsolation?: boolean;
180863
+ /**
180864
+ * Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to. You can control access to and from your resources by configuring a VPC. For more information, see https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html
180865
+ */
180866
+ VpcConfig?: SageMakerProcessingJobVpcConfig;
180867
+ };
180868
+ /**
180869
+ * Type definition for `AWS::SageMaker::ProcessingJob.ProcessingInputsObject`.
180870
+ * The inputs for a processing job. The processing input must specify exactly one of either S3Input or DatasetDefinition types.
180871
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-processingjob-processinginputsobject.html}
180872
+ */
180873
+ export type SageMakerProcessingJobProcessingInputsObject = {
180874
+ /**
180875
+ * When True, input operations such as data download are managed natively by the processing job application. When False (default), input operations are managed by Amazon SageMaker.
180876
+ */
180877
+ AppManaged?: boolean;
180878
+ /**
180879
+ * Configuration for Dataset Definition inputs. The Dataset Definition input must specify exactly one of either `AthenaDatasetDefinition` or `RedshiftDatasetDefinition` types.
180880
+ */
180881
+ DatasetDefinition?: SageMakerProcessingJobDatasetDefinition;
180882
+ /**
180883
+ * The name for the processing job input.
180884
+ */
180885
+ InputName: string;
180886
+ /**
180887
+ * Configuration for downloading input data from Amazon S3 into the processing container.
180888
+ */
180889
+ S3Input?: SageMakerProcessingJobS3Input;
180890
+ };
180891
+ /**
180892
+ * Type definition for `AWS::SageMaker::ProcessingJob.ProcessingOutputConfig`.
180893
+ * Configuration for uploading output from the processing container.
180894
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-processingjob-processingoutputconfig.html}
180895
+ */
180896
+ export type SageMakerProcessingJobProcessingOutputConfig = {
180897
+ /**
180898
+ * The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt the processing job output. KmsKeyId can be an ID of a KMS key, ARN of a KMS key, or alias of a KMS key. The KmsKeyId is applied to all outputs.
180899
+ * @maxLength `2048`
180900
+ * @pattern `[a-zA-Z0-9:/_-]*`
180901
+ */
180902
+ KmsKeyId?: string;
180903
+ /**
180904
+ * An array of outputs configuring the data to upload from the processing container.
180905
+ * @maxLength `10`
180906
+ */
180907
+ Outputs: SageMakerProcessingJobProcessingOutputsObject[];
180908
+ };
180909
+ /**
180910
+ * Type definition for `AWS::SageMaker::ProcessingJob.ProcessingOutputsObject`.
180911
+ * Describes the results of a processing job. The processing output must specify exactly one of either S3Output or FeatureStoreOutput types.
180912
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-processingjob-processingoutputsobject.html}
180913
+ */
180914
+ export type SageMakerProcessingJobProcessingOutputsObject = {
180915
+ /**
180916
+ * When True, output operations such as data upload are managed natively by the processing job application. When False (default), output operations are managed by Amazon SageMaker.
180917
+ */
180918
+ AppManaged?: boolean;
180919
+ /**
180920
+ * Configuration for processing job outputs in Amazon SageMaker Feature Store.
180921
+ */
180922
+ FeatureStoreOutput?: SageMakerProcessingJobFeatureStoreOutput;
180923
+ /**
180924
+ * The name for the processing job output.
180925
+ */
180926
+ OutputName: string;
180927
+ /**
180928
+ * Configuration for uploading output data to Amazon S3 from the processing container.
180929
+ */
180930
+ S3Output?: SageMakerProcessingJobS3Output;
180931
+ };
180932
+ /**
180933
+ * Type definition for `AWS::SageMaker::ProcessingJob.ProcessingResources`.
180934
+ * Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.
180935
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-processingjob-processingresources.html}
180936
+ */
180937
+ export type SageMakerProcessingJobProcessingResources = {
180938
+ /**
180939
+ * Configuration for the cluster used to run a processing job.
180940
+ */
180941
+ ClusterConfig: SageMakerProcessingJobClusterConfig;
180942
+ };
180943
+ /**
180944
+ * Type definition for `AWS::SageMaker::ProcessingJob.RedshiftDatasetDefinition`.
180945
+ * Configuration for Redshift Dataset Definition input.
180946
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-processingjob-redshiftdatasetdefinition.html}
180947
+ */
180948
+ export type SageMakerProcessingJobRedshiftDatasetDefinition = {
180949
+ /**
180950
+ * The Redshift cluster Identifier.
180951
+ * @maxLength `63`
180952
+ * @pattern `.*`
180953
+ */
180954
+ ClusterId: string;
180955
+ /**
180956
+ * The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.
180957
+ * @minLength `20`
180958
+ * @maxLength `2048`
180959
+ * @pattern `arn:aws[a-z\-]*:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+`
180960
+ */
180961
+ ClusterRoleArn: string;
180962
+ /**
180963
+ * The name of the Redshift database used in Redshift query execution.
180964
+ * @maxLength `64`
180965
+ * @pattern `.*`
180966
+ */
180967
+ Database: string;
180968
+ /**
180969
+ * The database user name used in Redshift query execution.
180970
+ * @maxLength `128`
180971
+ * @pattern `.*`
180972
+ */
180973
+ DbUser: string;
180974
+ /**
180975
+ * The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data from a Redshift execution.
180976
+ * @minLength `0`
180977
+ * @maxLength `2048`
180978
+ * @pattern `[a-zA-Z0-9:/_-]*`
180979
+ */
180980
+ KmsKeyId?: string;
180981
+ /**
180982
+ * The compression used for Redshift query results.
180983
+ */
180984
+ OutputCompression?: "None" | "GZIP" | "SNAPPY" | "ZSTD" | "BZIP2";
180985
+ /**
180986
+ * The data storage format for Redshift query results.
180987
+ */
180988
+ OutputFormat: "PARQUET" | "CSV";
180989
+ /**
180990
+ * The location in Amazon S3 where the Redshift query results are stored.
180991
+ * @minLength `0`
180992
+ * @maxLength `1024`
180993
+ * @pattern `(https|s3)://([^/]+)/?(.*)`
180994
+ */
180995
+ OutputS3Uri: string;
180996
+ /**
180997
+ * The SQL query statements to be executed.
180998
+ * @maxLength `4096`
180999
+ * @pattern `[\s\S]+`
181000
+ */
181001
+ QueryString: string;
181002
+ };
181003
+ /**
181004
+ * Type definition for `AWS::SageMaker::ProcessingJob.S3Input`.
181005
+ * Configuration for downloading input data from Amazon S3 into the processing container.
181006
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-processingjob-s3input.html}
181007
+ */
181008
+ export type SageMakerProcessingJobS3Input = {
181009
+ /**
181010
+ * The local path in your container where you want Amazon SageMaker to write input data to. `LocalPath` is an absolute path to the input data and must begin with `/opt/ml/processing/`. LocalPath is a required parameter when `AppManaged` is `False` (default).
181011
+ * @minLength `0`
181012
+ * @maxLength `256`
181013
+ * @pattern `.*`
181014
+ */
181015
+ LocalPath?: string;
181016
+ /**
181017
+ * Whether to GZIP-decompress the data in Amazon S3 as it is streamed into the processing container. `Gzip` can only be used when `Pipe` mode is specified as the `S3InputMode`. In `Pipe` mode, Amazon SageMaker streams input data from the source directly to your container without using the EBS volume.
181018
+ */
181019
+ S3CompressionType?: "None" | "Gzip";
181020
+ /**
181021
+ * Whether to distribute the data from Amazon S3 to all processing instances with `FullyReplicated`, or whether the data from Amazon S3 is shared by Amazon S3 key, downloading one shard of data to each processing instance.
181022
+ */
181023
+ S3DataDistributionType?: "FullyReplicated" | "ShardedByS3Key";
181024
+ /**
181025
+ * Whether you use an S3Prefix or a ManifestFile for the data type. If you choose S3Prefix, S3Uri identifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for the processing job. If you choose ManifestFile, S3Uri identifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for the processing job.
181026
+ */
181027
+ S3DataType: "ManifestFile" | "S3Prefix";
181028
+ /**
181029
+ * Whether to use File or Pipe input mode. In File mode, Amazon SageMaker copies the data from the input source onto the local ML storage volume before starting your processing container. This is the most commonly used input mode. In Pipe mode, Amazon SageMaker streams input data from the source directly to your processing container into named pipes without using the ML storage volume.
181030
+ */
181031
+ S3InputMode?: "File" | "Pipe";
181032
+ /**
181033
+ * The URI of the Amazon S3 prefix Amazon SageMaker downloads data required to run a processing job.
181034
+ * @minLength `0`
181035
+ * @maxLength `1024`
181036
+ * @pattern `(https|s3)://([^/]+)/?(.*)`
181037
+ */
181038
+ S3Uri: string;
181039
+ };
181040
+ /**
181041
+ * Type definition for `AWS::SageMaker::ProcessingJob.S3Output`.
181042
+ * Configuration for uploading output data to Amazon S3 from the processing container.
181043
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-processingjob-s3output.html}
181044
+ */
181045
+ export type SageMakerProcessingJobS3Output = {
181046
+ /**
181047
+ * The local path of a directory where you want Amazon SageMaker to upload its contents to Amazon S3. LocalPath is an absolute path to a directory containing output files. This directory will be created by the platform and exist when your container's entrypoint is invoked.
181048
+ * @minLength `0`
181049
+ * @maxLength `256`
181050
+ * @pattern `.*`
181051
+ */
181052
+ LocalPath?: string;
181053
+ /**
181054
+ * Whether to upload the results of the processing job continuously or after the job completes.
181055
+ */
181056
+ S3UploadMode: "Continuous" | "EndOfJob";
181057
+ /**
181058
+ * A URI that identifies the Amazon S3 bucket where you want Amazon SageMaker to save the results of a processing job.
181059
+ * @minLength `0`
181060
+ * @maxLength `1024`
181061
+ * @pattern `(https|s3)://([^/]+)/?(.*)`
181062
+ */
181063
+ S3Uri: string;
181064
+ };
181065
+ /**
181066
+ * Type definition for `AWS::SageMaker::ProcessingJob.StoppingCondition`.
181067
+ * Configures conditions under which the processing job should be stopped, such as how long the processing job has been running. After the condition is met, the processing job is stopped.
181068
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-processingjob-stoppingcondition.html}
181069
+ */
181070
+ export type SageMakerProcessingJobStoppingCondition = {
181071
+ /**
181072
+ * Specifies the maximum runtime in seconds.
181073
+ * @min `1`
181074
+ * @max `777600`
181075
+ */
181076
+ MaxRuntimeInSeconds: number;
181077
+ };
181078
+ /**
181079
+ * Type definition for `AWS::SageMaker::ProcessingJob.Tag`.
181080
+ * A tag object that consists of a key and an optional value, used to manage metadata for SageMaker AWS resources.
181081
+ You can add tags to notebook instances, training jobs, hyperparameter tuning jobs, batch transform jobs, models, labeling jobs, work teams, endpoint configurations, and endpoints. For more information on adding tags to SageMaker resources, see AddTags(https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AddTags.html).
181082
+ For more information on adding metadata to your AWS resources with tagging, see Tagging AWS resources(https://docs.aws.amazon.com/tag-editor/latest/userguide/tagging.html). For advice on best practices for managing AWS resources with tagging, see Tagging Best Practices: Implement an Effective AWS Resource Tagging Strategy(https://d1.awsstatic.com/whitepapers/aws-tagging-best-practices.pdf).
181083
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-processingjob-tag.html}
181084
+ */
181085
+ export type SageMakerProcessingJobTag = {
181086
+ /**
181087
+ * The tag key. Tag keys must be unique per resource.
181088
+ * @maxLength `128`
181089
+ * @pattern `([\p{L}\p{Z}\p{N}_.:/=+\-@]*)`
181090
+ */
181091
+ Key: string;
181092
+ /**
181093
+ * The tag value.
181094
+ * @maxLength `256`
181095
+ * @pattern `([\p{L}\p{Z}\p{N}_.:/=+\-@]*)`
181096
+ */
181097
+ Value: string;
181098
+ };
181099
+ /**
181100
+ * Type definition for `AWS::SageMaker::ProcessingJob.VpcConfig`.
181101
+ * Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to. You can control access to and from your resources by configuring a VPC. For more information, see https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html
181102
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-processingjob-vpcconfig.html}
181103
+ */
181104
+ export type SageMakerProcessingJobVpcConfig = {
181105
+ /**
181106
+ * The VPC security group IDs, in the form 'sg-xxxxxxxx'. Specify the security groups for the VPC that is specified in the 'Subnets' field.
181107
+ * @minLength `1`
181108
+ * @maxLength `5`
181109
+ */
181110
+ SecurityGroupIds: string[];
181111
+ /**
181112
+ * The ID of the subnets in the VPC to which you want to connect your training job or model. For information about the availability of specific instance types, see https://docs.aws.amazon.com/sagemaker/latest/dg/regions-quotas.html
181113
+ * @minLength `1`
181114
+ * @maxLength `16`
181115
+ */
181116
+ Subnets: string[];
181117
+ };
180006
181118
  /**
180007
181119
  * Resource Type definition for AWS::SageMaker::Project
180008
181120
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-project.html}
@@ -188715,7 +189827,7 @@ export type SSMMaintenanceWindowTaskTaskInvocationParameters = {
188715
189827
  /**
188716
189828
  * The ``AWS::SSM::Parameter`` resource creates an SSM parameter in SYSlong Parameter Store.
188717
189829
  To create an SSM parameter, you must have the IAMlong (IAM) permissions ``ssm:PutParameter`` and ``ssm:AddTagsToResource``. On stack creation, CFNlong adds the following three tags to the parameter: ``aws:cloudformation:stack-name``, ``aws:cloudformation:logical-id``, and ``aws:cloudformation:stack-id``, in addition to any custom tags you specify.
188718
- To add, update, or remove tags during stack update, you must have IAM permissions for both ``ssm:AddTagsToResource`` and ``ssm:RemoveTagsFromResource``. For more information, see [Managing Access Using Policies](https://docs.aws.amazon.com/systems-manager/latest/userguide/security-iam.html#security_iam_access-manage) in the *User Guide*.
189830
+ To add, update, or remove tags during stack update, you must have IAM permissions for both ``ssm:AddTagsToResource`` and ``ssm:RemoveTagsFromResource``. For more information, see [Managing access using policies](https://docs.aws.amazon.com/systems-manager/latest/userguide/security-iam.html#security_iam_access-manage) in the *User Guide*.
188719
189831
  For information about valid values for parameters, see [About requirements and constraints for parameter names](https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-su-create.html#sysman-parameter-name-constraints) in the *User Guide* and [PutParameter](https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_PutParameter.html) in the *API Reference*.
188720
189832
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html}
188721
189833
  */
@@ -188734,12 +189846,13 @@ export type SSMParameterProps = {
188734
189846
  Description?: string;
188735
189847
  /**
188736
189848
  * The name of the parameter.
188737
- The maximum length constraint listed below includes capacity for additional system attributes that aren't part of the name. The maximum length for a parameter name, including the full length of the parameter Amazon Resource Name (ARN), is 1011 characters. For example, the length of the following parameter name is 65 characters, not 20 characters: ``arn:aws:ssm:us-east-2:111222333444:parameter/ExampleParameterName``
189849
+ The reported maximum length of 2048 characters for a parameter name includes 1037 characters that are reserved for internal use by SYS. The maximum length for a parameter name that you specify is 1011 characters.
189850
+ This count of 1011 characters includes the characters in the ARN that precede the name you specify. This ARN length will vary depending on your partition and Region. For example, the following 45 characters count toward the 1011 character maximum for a parameter created in the US East (Ohio) Region: ``arn:aws:ssm:us-east-2:111122223333:parameter/``.
188738
189851
  */
188739
189852
  Name?: string;
188740
189853
  /**
188741
189854
  * Information about the policies assigned to a parameter.
188742
- [Assigning parameter policies](https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policies.html) in the *User Guide*.
189855
+ [Assigning parameter policies](https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policies.html) in the *User Guide*.
188743
189856
  */
188744
189857
  Policies?: string;
188745
189858
  /**
@@ -188751,8 +189864,9 @@ export type SSMParameterProps = {
188751
189864
  */
188752
189865
  Tier?: "Standard" | "Advanced" | "Intelligent-Tiering";
188753
189866
  /**
188754
- * The type of parameter.
188755
- */
189867
+ * The type of parameter.
189868
+ Parameters of type ``SecureString`` are not supported by CFNlong.
189869
+ */
188756
189870
  Type: "String" | "StringList";
188757
189871
  /**
188758
189872
  * The parameter value.
@@ -202539,6 +203653,7 @@ export interface ResourceTypes {
202539
203653
  "AWS::EC2::TransitGateway": EC2TransitGatewayProps;
202540
203654
  "AWS::EC2::TransitGatewayAttachment": EC2TransitGatewayAttachmentProps;
202541
203655
  "AWS::EC2::TransitGatewayConnect": EC2TransitGatewayConnectProps;
203656
+ "AWS::EC2::TransitGatewayConnectPeer": EC2TransitGatewayConnectPeerProps;
202542
203657
  "AWS::EC2::TransitGatewayMulticastDomain": EC2TransitGatewayMulticastDomainProps;
202543
203658
  "AWS::EC2::TransitGatewayMulticastDomainAssociation": EC2TransitGatewayMulticastDomainAssociationProps;
202544
203659
  "AWS::EC2::TransitGatewayMulticastGroupMember": EC2TransitGatewayMulticastGroupMemberProps;
@@ -202820,6 +203935,7 @@ export interface ResourceTypes {
202820
203935
  "AWS::IoTSiteWise::AccessPolicy": IoTSiteWiseAccessPolicyProps;
202821
203936
  "AWS::IoTSiteWise::Asset": IoTSiteWiseAssetProps;
202822
203937
  "AWS::IoTSiteWise::AssetModel": IoTSiteWiseAssetModelProps;
203938
+ "AWS::IoTSiteWise::ComputationModel": IoTSiteWiseComputationModelProps;
202823
203939
  "AWS::IoTSiteWise::Dashboard": IoTSiteWiseDashboardProps;
202824
203940
  "AWS::IoTSiteWise::Dataset": IoTSiteWiseDatasetProps;
202825
203941
  "AWS::IoTSiteWise::Gateway": IoTSiteWiseGatewayProps;
@@ -203283,6 +204399,7 @@ export interface ResourceTypes {
203283
204399
  "AWS::SageMaker::NotebookInstanceLifecycleConfig": SageMakerNotebookInstanceLifecycleConfigProps;
203284
204400
  "AWS::SageMaker::PartnerApp": SageMakerPartnerAppProps;
203285
204401
  "AWS::SageMaker::Pipeline": SageMakerPipelineProps;
204402
+ "AWS::SageMaker::ProcessingJob": SageMakerProcessingJobProps;
203286
204403
  "AWS::SageMaker::Project": SageMakerProjectProps;
203287
204404
  "AWS::SageMaker::Space": SageMakerSpaceProps;
203288
204405
  "AWS::SageMaker::StudioLifecycleConfig": SageMakerStudioLifecycleConfigProps;
@@ -203914,6 +205031,7 @@ export interface AttributeTypes {
203914
205031
  "AWS::EC2::TransitGateway": EC2TransitGatewayAttributes;
203915
205032
  "AWS::EC2::TransitGatewayAttachment": EC2TransitGatewayAttachmentAttributes;
203916
205033
  "AWS::EC2::TransitGatewayConnect": EC2TransitGatewayConnectAttributes;
205034
+ "AWS::EC2::TransitGatewayConnectPeer": EC2TransitGatewayConnectPeerAttributes;
203917
205035
  "AWS::EC2::TransitGatewayMulticastDomain": EC2TransitGatewayMulticastDomainAttributes;
203918
205036
  "AWS::EC2::TransitGatewayMulticastDomainAssociation": EC2TransitGatewayMulticastDomainAssociationAttributes;
203919
205037
  "AWS::EC2::TransitGatewayMulticastGroupMember": EC2TransitGatewayMulticastGroupMemberAttributes;
@@ -204159,6 +205277,7 @@ export interface AttributeTypes {
204159
205277
  "AWS::IoTSiteWise::AccessPolicy": IoTSiteWiseAccessPolicyAttributes;
204160
205278
  "AWS::IoTSiteWise::Asset": IoTSiteWiseAssetAttributes;
204161
205279
  "AWS::IoTSiteWise::AssetModel": IoTSiteWiseAssetModelAttributes;
205280
+ "AWS::IoTSiteWise::ComputationModel": IoTSiteWiseComputationModelAttributes;
204162
205281
  "AWS::IoTSiteWise::Dashboard": IoTSiteWiseDashboardAttributes;
204163
205282
  "AWS::IoTSiteWise::Dataset": IoTSiteWiseDatasetAttributes;
204164
205283
  "AWS::IoTSiteWise::Gateway": IoTSiteWiseGatewayAttributes;
@@ -204569,6 +205688,7 @@ export interface AttributeTypes {
204569
205688
  "AWS::SageMaker::NotebookInstance": SageMakerNotebookInstanceAttributes;
204570
205689
  "AWS::SageMaker::NotebookInstanceLifecycleConfig": SageMakerNotebookInstanceLifecycleConfigAttributes;
204571
205690
  "AWS::SageMaker::PartnerApp": SageMakerPartnerAppAttributes;
205691
+ "AWS::SageMaker::ProcessingJob": SageMakerProcessingJobAttributes;
204572
205692
  "AWS::SageMaker::Project": SageMakerProjectAttributes;
204573
205693
  "AWS::SageMaker::Space": SageMakerSpaceAttributes;
204574
205694
  "AWS::SageMaker::StudioLifecycleConfig": SageMakerStudioLifecycleConfigAttributes;
@@ -205230,6 +206350,7 @@ export declare const ResourceType: {
205230
206350
  readonly EC2TransitGateway: "AWS::EC2::TransitGateway";
205231
206351
  readonly EC2TransitGatewayAttachment: "AWS::EC2::TransitGatewayAttachment";
205232
206352
  readonly EC2TransitGatewayConnect: "AWS::EC2::TransitGatewayConnect";
206353
+ readonly EC2TransitGatewayConnectPeer: "AWS::EC2::TransitGatewayConnectPeer";
205233
206354
  readonly EC2TransitGatewayMulticastDomain: "AWS::EC2::TransitGatewayMulticastDomain";
205234
206355
  readonly EC2TransitGatewayMulticastDomainAssociation: "AWS::EC2::TransitGatewayMulticastDomainAssociation";
205235
206356
  readonly EC2TransitGatewayMulticastGroupMember: "AWS::EC2::TransitGatewayMulticastGroupMember";
@@ -205511,6 +206632,7 @@ export declare const ResourceType: {
205511
206632
  readonly IoTSiteWiseAccessPolicy: "AWS::IoTSiteWise::AccessPolicy";
205512
206633
  readonly IoTSiteWiseAsset: "AWS::IoTSiteWise::Asset";
205513
206634
  readonly IoTSiteWiseAssetModel: "AWS::IoTSiteWise::AssetModel";
206635
+ readonly IoTSiteWiseComputationModel: "AWS::IoTSiteWise::ComputationModel";
205514
206636
  readonly IoTSiteWiseDashboard: "AWS::IoTSiteWise::Dashboard";
205515
206637
  readonly IoTSiteWiseDataset: "AWS::IoTSiteWise::Dataset";
205516
206638
  readonly IoTSiteWiseGateway: "AWS::IoTSiteWise::Gateway";
@@ -205974,6 +207096,7 @@ export declare const ResourceType: {
205974
207096
  readonly SageMakerNotebookInstanceLifecycleConfig: "AWS::SageMaker::NotebookInstanceLifecycleConfig";
205975
207097
  readonly SageMakerPartnerApp: "AWS::SageMaker::PartnerApp";
205976
207098
  readonly SageMakerPipeline: "AWS::SageMaker::Pipeline";
207099
+ readonly SageMakerProcessingJob: "AWS::SageMaker::ProcessingJob";
205977
207100
  readonly SageMakerProject: "AWS::SageMaker::Project";
205978
207101
  readonly SageMakerSpace: "AWS::SageMaker::Space";
205979
207102
  readonly SageMakerStudioLifecycleConfig: "AWS::SageMaker::StudioLifecycleConfig";