@awboost/cfn-resource-types 0.1.282 → 0.1.284

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.
@@ -0,0 +1,29 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
+ /**
4
+ * Resource Type definition for AWS::ApplicationSignals::Discovery
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationsignals-discovery.html}
6
+ */
7
+ export type ApplicationSignalsDiscoveryProperties = Record<string, never>;
8
+ /**
9
+ * Attribute type definition for `AWS::ApplicationSignals::Discovery`.
10
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationsignals-discovery.html#aws-resource-applicationsignals-discovery-return-values}
11
+ */
12
+ export type ApplicationSignalsDiscoveryAttributes = {
13
+ /**
14
+ * The identifier for the specified AWS account.
15
+ * @minLength `12`
16
+ * @maxLength `12`
17
+ * @pattern `^[0-9]{12}$`
18
+ */
19
+ AccountId: string;
20
+ };
21
+ /**
22
+ * Resource Type definition for AWS::ApplicationSignals::Discovery
23
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationsignals-discovery.html}
24
+ */
25
+ export declare class ApplicationSignalsDiscovery extends $Resource<"AWS::ApplicationSignals::Discovery", ApplicationSignalsDiscoveryProperties, ApplicationSignalsDiscoveryAttributes> {
26
+ static readonly Type = "AWS::ApplicationSignals::Discovery";
27
+ constructor(logicalId: string, properties: ApplicationSignalsDiscoveryProperties, options?: $ResourceOptions);
28
+ }
29
+ //# sourceMappingURL=AWS-ApplicationSignals-Discovery.d.ts.map
@@ -0,0 +1,12 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * Resource Type definition for AWS::ApplicationSignals::Discovery
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationsignals-discovery.html}
5
+ */
6
+ export class ApplicationSignalsDiscovery extends $Resource {
7
+ static Type = "AWS::ApplicationSignals::Discovery";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, ApplicationSignalsDiscovery.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-ApplicationSignals-Discovery.js.map
@@ -5,12 +5,20 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html}
6
6
  */
7
7
  export type AthenaDataCatalogProperties = {
8
+ /**
9
+ * The type of connection for a FEDERATED data catalog
10
+ */
11
+ ConnectionType?: string;
8
12
  /**
9
13
  * A description of the data catalog to be created.
10
14
  * @minLength `1`
11
15
  * @maxLength `1024`
12
16
  */
13
17
  Description?: string;
18
+ /**
19
+ * Text of the error that occurred during data catalog creation or deletion.
20
+ */
21
+ Error?: string;
14
22
  /**
15
23
  * The name of the data catalog to create. The catalog name must be unique for the AWS account and can use a maximum of 128 alphanumeric, underscore, at sign, or hyphen characters.
16
24
  * @minLength `1`
@@ -21,14 +29,18 @@ export type AthenaDataCatalogProperties = {
21
29
  * Specifies the Lambda function or functions to use for creating the data catalog. This is a mapping whose values depend on the catalog type.
22
30
  */
23
31
  Parameters?: Record<string, string>;
32
+ /**
33
+ * The status of the creation or deletion of the data catalog. LAMBDA, GLUE, and HIVE data catalog types are created synchronously. Their status is either CREATE_COMPLETE or CREATE_FAILED. The FEDERATED data catalog type is created asynchronously.
34
+ */
35
+ Status?: "CREATE_IN_PROGRESS" | "CREATE_COMPLETE" | "CREATE_FAILED" | "CREATE_FAILED_CLEANUP_IN_PROGRESS" | "CREATE_FAILED_CLEANUP_COMPLETE" | "CREATE_FAILED_CLEANUP_FAILED" | "DELETE_IN_PROGRESS" | "DELETE_COMPLETE" | "DELETE_FAILED";
24
36
  /**
25
37
  * A list of comma separated tags to add to the data catalog that is created.
26
38
  */
27
39
  Tags?: Tag[];
28
40
  /**
29
- * The type of data catalog to create: LAMBDA for a federated catalog, GLUE for AWS Glue Catalog, or HIVE for an external hive metastore.
41
+ * The type of data catalog to create: LAMBDA for a federated catalog, GLUE for AWS Glue Catalog, or HIVE for an external hive metastore. FEDERATED is a federated catalog for which Athena creates the connection and the Lambda function for you based on the parameters that you pass.
30
42
  */
31
- Type: "LAMBDA" | "GLUE" | "HIVE";
43
+ Type: "LAMBDA" | "GLUE" | "HIVE" | "FEDERATED";
32
44
  };
33
45
  /**
34
46
  * Type definition for `AWS::Athena::DataCatalog.Tag`.
@@ -193,7 +193,7 @@ export type Cpu = {
193
193
  */
194
194
  export type CpuOptions = {
195
195
  /**
196
- * Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only. For more information, see [AMD SEV-SNP](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html).
196
+ * Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only. For more information, see [AMD SEV-SNP for Amazon EC2 instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html).
197
197
  */
198
198
  AmdSevSnp?: "enabled" | "disabled";
199
199
  /**
@@ -240,7 +240,7 @@ export type Ebs = {
240
240
  + ``io1``: 100 - 64,000 IOPS
241
241
  + ``io2``: 100 - 256,000 IOPS
242
242
 
243
- For ``io2`` volumes, you can achieve up to 256,000 IOPS on [instances built on the Nitro System](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances). On other instances, you can achieve performance up to 32,000 IOPS.
243
+ For ``io2`` volumes, you can achieve up to 256,000 IOPS on [instances built on the Nitro System](https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html). On other instances, you can achieve performance up to 32,000 IOPS.
244
244
  This parameter is supported for ``io1``, ``io2``, and ``gp3`` volumes only.
245
245
  */
246
246
  Iops?: number;
@@ -622,7 +622,7 @@ export type LaunchTemplateData = {
622
622
  */
623
623
  CapacityReservationSpecification?: CapacityReservationSpecification;
624
624
  /**
625
- * The CPU options for the instance. For more information, see [Optimize CPU options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) in the *Amazon EC2 User Guide*.
625
+ * The CPU options for the instance. For more information, see [CPU options for Amazon EC2 instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) in the *Amazon EC2 User Guide*.
626
626
  */
627
627
  CpuOptions?: CpuOptions;
628
628
  /**
@@ -630,11 +630,11 @@ export type LaunchTemplateData = {
630
630
  */
631
631
  CreditSpecification?: CreditSpecification;
632
632
  /**
633
- * Indicates whether to enable the instance for stop protection. For more information, see [Enable stop protection for your instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html) in the *Amazon EC2 User Guide*.
633
+ * Indicates whether to enable the instance for stop protection. For more information, see [Enable stop protection for your EC2 instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html) in the *Amazon EC2 User Guide*.
634
634
  */
635
635
  DisableApiStop?: boolean;
636
636
  /**
637
- * If you set this parameter to ``true``, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. To change this attribute after launch, use [ModifyInstanceAttribute](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceAttribute.html). Alternatively, if you set ``InstanceInitiatedShutdownBehavior`` to ``terminate``, you can terminate the instance by running the shutdown command from the instance.
637
+ * Indicates whether termination protection is enabled for the instance. The default is ``false``, which means that you can terminate the instance using the Amazon EC2 console, command line tools, or API. You can enable termination protection when you launch an instance, while the instance is running, or while the instance is stopped.
638
638
  */
639
639
  DisableApiTermination?: boolean;
640
640
  /**
@@ -723,7 +723,7 @@ export type LaunchTemplateData = {
723
723
  */
724
724
  MaintenanceOptions?: MaintenanceOptions;
725
725
  /**
726
- * The metadata options for the instance. For more information, see [Instance metadata and user data](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) in the *Amazon EC2 User Guide*.
726
+ * The metadata options for the instance. For more information, see [Configure the Instance Metadata Service options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html) in the *Amazon EC2 User Guide*.
727
727
  */
728
728
  MetadataOptions?: MetadataOptions;
729
729
  /**
@@ -734,7 +734,10 @@ export type LaunchTemplateData = {
734
734
  * The network interfaces for the instance.
735
735
  */
736
736
  NetworkInterfaces?: NetworkInterface[];
737
- NetworkPerformanceOptions?: any;
737
+ /**
738
+ * The settings for the network performance options for the instance. For more information, see [EC2 instance bandwidth weighting configuration](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configure-bandwidth-weighting.html).
739
+ */
740
+ NetworkPerformanceOptions?: NetworkPerformanceOptions;
738
741
  /**
739
742
  * The placement for the instance.
740
743
  */
@@ -764,8 +767,8 @@ export type LaunchTemplateData = {
764
767
  */
765
768
  TagSpecifications?: TagSpecification[];
766
769
  /**
767
- * The user data to make available to the instance. You must provide base64-encoded text. User data is limited to 16 KB. For more information, see [Run commands on your Amazon EC2 instance at launch](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html) in the *Amazon EC2 User Guide*.
768
- If you are creating the launch template for use with BATCH, the user data must be provided in the [MIME multi-part archive format](https://docs.aws.amazon.com/https://cloudinit.readthedocs.io/en/latest/topics/format.html#mime-multi-part-archive). For more information, see [Amazon EC2 user data in launch templates](https://docs.aws.amazon.com/batch/latest/userguide/launch-templates.html) in the *User Guide*.
770
+ * The user data to make available to the instance. You must provide base64-encoded text. User data is limited to 16 KB. For more information, see [Run commands when you launch an EC2 instance with user data input](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html) in the *Amazon EC2 User Guide*.
771
+ If you are creating the launch template for use with BATCH, the user data must be provided in the [MIME multi-part archive format](https://docs.aws.amazon.com/https://cloudinit.readthedocs.io/en/latest/topics/format.html#mime-multi-part-archive). For more information, see [Amazon EC2 user data in launch templates](https://docs.aws.amazon.com/batch/latest/userguide/launch-templates.html#lt-user-data) in the *User Guide*.
769
772
  */
770
773
  UserData?: string;
771
774
  };
@@ -888,7 +891,7 @@ export type MetadataOptions = {
888
891
  */
889
892
  HttpTokens?: string;
890
893
  /**
891
- * Set to ``enabled`` to allow access to instance tags from the instance metadata. Set to ``disabled`` to turn off access to instance tags from the instance metadata. For more information, see [Work with instance tags using the instance metadata](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS).
894
+ * Set to ``enabled`` to allow access to instance tags from the instance metadata. Set to ``disabled`` to turn off access to instance tags from the instance metadata. For more information, see [View tags for your EC2 instances using instance metadata](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/work-with-tags-in-IMDS.html).
892
895
  Default: ``disabled``
893
896
  */
894
897
  InstanceMetadataTags?: string;
@@ -964,7 +967,7 @@ export type NetworkInterface = {
964
967
  */
965
968
  Groups?: string[];
966
969
  /**
967
- * The type of network interface. To create an Elastic Fabric Adapter (EFA), specify ``efa`` or ``efa``. For more information, see [Elastic Fabric Adapter](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html) in the *Amazon EC2 User Guide*.
970
+ * The type of network interface. To create an Elastic Fabric Adapter (EFA), specify ``efa`` or ``efa``. For more information, see [Elastic Fabric Adapter for AI/ML and HPC workloads on Amazon EC2](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html) in the *Amazon EC2 User Guide*.
968
971
  If you are not creating an EFA, specify ``interface`` or omit this parameter.
969
972
  If you specify ``efa-only``, do not assign any IP addresses to the network interface. EFA-only network interfaces do not support IP addresses.
970
973
  Valid values: ``interface`` | ``efa`` | ``efa-only``
@@ -1038,6 +1041,16 @@ export type NetworkInterfaceCount = {
1038
1041
  */
1039
1042
  Min?: number;
1040
1043
  };
1044
+ /**
1045
+ * Type definition for `AWS::EC2::LaunchTemplate.NetworkPerformanceOptions`.
1046
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkperformanceoptions.html}
1047
+ */
1048
+ export type NetworkPerformanceOptions = {
1049
+ /**
1050
+ * Specifies the performance options of your instance or sets it to default.
1051
+ */
1052
+ BandwidthWeighting?: string;
1053
+ };
1041
1054
  /**
1042
1055
  * Type definition for `AWS::EC2::LaunchTemplate.Placement`.
1043
1056
  * Specifies the placement of an instance.
@@ -1156,7 +1169,7 @@ export type SpotOptions = {
1156
1169
  */
1157
1170
  InstanceInterruptionBehavior?: string;
1158
1171
  /**
1159
- * The maximum hourly price you're willing to pay for the Spot Instances. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.
1172
+ * The maximum hourly price you're willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price. If you do specify this parameter, it must be more than USD $0.001. Specifying a value below USD $0.001 will result in an ``InvalidParameterValue`` error message when the launch template is used to launch an instance.
1160
1173
  If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.
1161
1174
  */
1162
1175
  MaxPrice?: string;
@@ -5,10 +5,6 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-replicator.html}
6
6
  */
7
7
  export type MSKReplicatorProperties = {
8
- /**
9
- * The current version of the MSK replicator.
10
- */
11
- CurrentVersion?: string;
12
8
  /**
13
9
  * A summary description of the replicator.
14
10
  * @maxLength `1024`
@@ -48,6 +44,10 @@ export type MSKReplicatorProperties = {
48
44
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-replicator.html#aws-resource-msk-replicator-return-values}
49
45
  */
50
46
  export type MSKReplicatorAttributes = {
47
+ /**
48
+ * The current version of the MSK replicator.
49
+ */
50
+ CurrentVersion: string;
51
51
  /**
52
52
  * Amazon Resource Name for the created replicator.
53
53
  * @pattern `arn:(aws|aws-us-gov|aws-cn):kafka:.*`
@@ -31,6 +31,10 @@ export type RUMAppMonitorProperties = {
31
31
  * @pattern `[\.\-_/#A-Za-z0-9]+`
32
32
  */
33
33
  Name: string;
34
+ /**
35
+ * A structure that defines resource policy attached to your app monitor.
36
+ */
37
+ ResourcePolicy?: ResourcePolicy;
34
38
  /**
35
39
  * Assigns one or more tags (key-value pairs) to the app monitor. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values. Tags don't have any semantic meaning to AWS and are interpreted strictly as strings of characters.You can associate as many as 50 tags with an app monitor.
36
40
  */
@@ -252,6 +256,25 @@ export type MetricDestination = {
252
256
  */
253
257
  MetricDefinitions?: MetricDefinition[];
254
258
  };
259
+ /**
260
+ * Type definition for `AWS::RUM::AppMonitor.ResourcePolicy`.
261
+ * A structure that defines resource policy attached to your app monitor.
262
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rum-appmonitor-resourcepolicy.html}
263
+ */
264
+ export type ResourcePolicy = {
265
+ /**
266
+ * The JSON to use as the resource policy. The document can be up to 4 KB in size.
267
+ */
268
+ PolicyDocument: string;
269
+ /**
270
+ * A string value that you can use to conditionally update your policy. You can provide the revision ID of your existing policy to make mutating requests against that policy.
271
+
272
+ When you assign a policy revision ID, then later requests about that policy will be rejected with an InvalidPolicyRevisionIdException error if they don't provide the correct current revision ID.
273
+ * @minLength `1`
274
+ * @maxLength `255`
275
+ */
276
+ PolicyRevisionId?: string;
277
+ };
255
278
  /**
256
279
  * Type definition for `AWS::RUM::AppMonitor.Tag`.
257
280
  * A key-value pair to associate with a resource.
@@ -5,6 +5,10 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-inferencecomponent.html}
6
6
  */
7
7
  export type SageMakerInferenceComponentProperties = {
8
+ /**
9
+ * The deployment config for the inference component
10
+ */
11
+ DeploymentConfig?: InferenceComponentDeploymentConfig;
8
12
  /**
9
13
  * The Amazon Resource Name (ARN) of the endpoint the inference component is associated with
10
14
  * @minLength `1`
@@ -100,6 +104,29 @@ export type SageMakerInferenceComponentAttributes = {
100
104
  };
101
105
  };
102
106
  };
107
+ /**
108
+ * Type definition for `AWS::SageMaker::InferenceComponent.Alarm`.
109
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferencecomponent-alarm.html}
110
+ */
111
+ export type Alarm = {
112
+ /**
113
+ * @minLength `1`
114
+ * @maxLength `255`
115
+ * @pattern `^(?!\s*$).+`
116
+ */
117
+ AlarmName: string;
118
+ };
119
+ /**
120
+ * Type definition for `AWS::SageMaker::InferenceComponent.AutoRollbackConfiguration`.
121
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferencecomponent-autorollbackconfiguration.html}
122
+ */
123
+ export type AutoRollbackConfiguration = {
124
+ /**
125
+ * @minLength `1`
126
+ * @maxLength `10`
127
+ */
128
+ Alarms: Alarm[];
129
+ };
103
130
  /**
104
131
  * Type definition for `AWS::SageMaker::InferenceComponent.DeployedImage`.
105
132
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferencecomponent-deployedimage.html}
@@ -125,6 +152,23 @@ export type DeployedImage = {
125
152
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferencecomponent-environmentmap.html}
126
153
  */
127
154
  export type EnvironmentMap = Record<string, string>;
155
+ /**
156
+ * Type definition for `AWS::SageMaker::InferenceComponent.InferenceComponentCapacitySize`.
157
+ * Capacity size configuration for the inference component
158
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferencecomponent-inferencecomponentcapacitysize.html}
159
+ */
160
+ export type InferenceComponentCapacitySize = {
161
+ Type: InferenceComponentCapacitySizeType;
162
+ /**
163
+ * The number of copies for the inference component
164
+ */
165
+ Value: number;
166
+ };
167
+ /**
168
+ * Type definition for `AWS::SageMaker::InferenceComponent.InferenceComponentCapacitySizeType`.
169
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferencecomponent-inferencecomponentcapacitysizetype.html}
170
+ */
171
+ export type InferenceComponentCapacitySizeType = "COPY_COUNT" | "CAPACITY_PERCENT";
128
172
  /**
129
173
  * Type definition for `AWS::SageMaker::InferenceComponent.InferenceComponentComputeResourceRequirements`.
130
174
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferencecomponent-inferencecomponentcomputeresourcerequirements.html}
@@ -168,6 +212,43 @@ export type InferenceComponentContainerSpecification = {
168
212
  */
169
213
  Image?: string;
170
214
  };
215
+ /**
216
+ * Type definition for `AWS::SageMaker::InferenceComponent.InferenceComponentDeploymentConfig`.
217
+ * The deployment config for the inference component
218
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferencecomponent-inferencecomponentdeploymentconfig.html}
219
+ */
220
+ export type InferenceComponentDeploymentConfig = {
221
+ AutoRollbackConfiguration?: AutoRollbackConfiguration;
222
+ /**
223
+ * The rolling update policy for the inference component
224
+ */
225
+ RollingUpdatePolicy?: InferenceComponentRollingUpdatePolicy;
226
+ };
227
+ /**
228
+ * Type definition for `AWS::SageMaker::InferenceComponent.InferenceComponentRollingUpdatePolicy`.
229
+ * The rolling update policy for the inference component
230
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-inferencecomponent-inferencecomponentrollingupdatepolicy.html}
231
+ */
232
+ export type InferenceComponentRollingUpdatePolicy = {
233
+ /**
234
+ * Capacity size configuration for the inference component
235
+ */
236
+ MaximumBatchSize?: InferenceComponentCapacitySize;
237
+ /**
238
+ * @min `600`
239
+ * @max `28800`
240
+ */
241
+ MaximumExecutionTimeoutInSeconds?: number;
242
+ /**
243
+ * Capacity size configuration for the inference component
244
+ */
245
+ RollbackMaximumBatchSize?: InferenceComponentCapacitySize;
246
+ /**
247
+ * @min `0`
248
+ * @max `3600`
249
+ */
250
+ WaitIntervalInSeconds?: number;
251
+ };
171
252
  /**
172
253
  * Type definition for `AWS::SageMaker::InferenceComponent.InferenceComponentRuntimeConfig`.
173
254
  * The runtime config for the inference component
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.282",
3
+ "version": "0.1.284",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },