@awboost/cfn-resource-types 0.1.387 → 0.1.389
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.
- package/lib/AWS-CloudWatch-Alarm.d.ts +6 -6
- package/lib/AWS-EC2-TransitGatewayConnectPeer.d.ts +123 -0
- package/lib/AWS-EC2-TransitGatewayConnectPeer.js +12 -0
- package/lib/AWS-ECR-Repository.d.ts +29 -1
- package/lib/AWS-ECR-RepositoryCreationTemplate.d.ts +23 -1
- package/lib/AWS-ElasticLoadBalancingV2-Listener.d.ts +4 -3
- package/lib/AWS-ElasticLoadBalancingV2-ListenerRule.d.ts +2 -2
- package/lib/AWS-ElasticLoadBalancingV2-LoadBalancer.d.ts +1 -1
- package/lib/AWS-EntityResolution-MatchingWorkflow.d.ts +25 -0
- package/lib/AWS-Glue-Job.d.ts +1 -1
- package/lib/AWS-IoTSiteWise-ComputationModel.d.ts +172 -0
- package/lib/AWS-IoTSiteWise-ComputationModel.js +12 -0
- package/lib/AWS-Logs-Destination.d.ts +23 -0
- package/lib/AWS-Logs-LogGroup.d.ts +1 -0
- package/lib/AWS-MediaPackageV2-Channel.d.ts +5 -0
- package/lib/AWS-RDS-DBInstance.d.ts +27 -0
- package/lib/AWS-S3-AccessPoint.d.ts +19 -0
- package/lib/AWS-SSM-Parameter.d.ts +8 -6
- package/lib/AWS-SSM-Parameter.js +1 -1
- package/lib/AWS-SageMaker-Cluster.d.ts +114 -1
- package/lib/AWS-SageMaker-ProcessingJob.d.ts +586 -0
- package/lib/AWS-SageMaker-ProcessingJob.js +12 -0
- package/package.json +1 -1
|
@@ -751,6 +751,7 @@ export type RDSDBInstanceProperties = {
|
|
|
751
751
|
* The ID of the region that contains the source DB instance for the read replica.
|
|
752
752
|
*/
|
|
753
753
|
SourceRegion?: string;
|
|
754
|
+
StatusInfos?: DBInstanceStatusInfo[];
|
|
754
755
|
/**
|
|
755
756
|
* A value that indicates whether the DB instance is encrypted. By default, it isn't encrypted.
|
|
756
757
|
If you specify the ``KmsKeyId`` property, then you must enable encryption.
|
|
@@ -815,6 +816,7 @@ export type RDSDBInstanceProperties = {
|
|
|
815
816
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#aws-resource-rds-dbinstance-return-values}
|
|
816
817
|
*/
|
|
817
818
|
export type RDSDBInstanceAttributes = {
|
|
819
|
+
AutomaticRestartTime: string;
|
|
818
820
|
/**
|
|
819
821
|
* The details of the DB instance’s server certificate.
|
|
820
822
|
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*.
|
|
@@ -889,8 +891,11 @@ export type RDSDBInstanceAttributes = {
|
|
|
889
891
|
*/
|
|
890
892
|
SecretArn: string;
|
|
891
893
|
};
|
|
894
|
+
PercentProgress: string;
|
|
892
895
|
ReadReplicaDBClusterIdentifiers: string[];
|
|
893
896
|
ReadReplicaDBInstanceIdentifiers: string[];
|
|
897
|
+
ResumeFullAutomationModeTime: string;
|
|
898
|
+
SecondaryAvailabilityZone: string;
|
|
894
899
|
};
|
|
895
900
|
/**
|
|
896
901
|
* Type definition for `AWS::RDS::DBInstance.DBInstanceRole`.
|
|
@@ -907,6 +912,28 @@ export type DBInstanceRole = {
|
|
|
907
912
|
*/
|
|
908
913
|
RoleArn: string;
|
|
909
914
|
};
|
|
915
|
+
/**
|
|
916
|
+
* Type definition for `AWS::RDS::DBInstance.DBInstanceStatusInfo`.
|
|
917
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-dbinstancestatusinfo.html}
|
|
918
|
+
*/
|
|
919
|
+
export type DBInstanceStatusInfo = {
|
|
920
|
+
/**
|
|
921
|
+
* 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.
|
|
922
|
+
*/
|
|
923
|
+
Message?: string;
|
|
924
|
+
/**
|
|
925
|
+
* Indicates whether the instance is operating normally (TRUE) or is in an error state (FALSE).
|
|
926
|
+
*/
|
|
927
|
+
Normal?: boolean;
|
|
928
|
+
/**
|
|
929
|
+
* 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.
|
|
930
|
+
*/
|
|
931
|
+
Status?: string;
|
|
932
|
+
/**
|
|
933
|
+
* The status type of the DB instance.
|
|
934
|
+
*/
|
|
935
|
+
StatusType?: string;
|
|
936
|
+
};
|
|
910
937
|
/**
|
|
911
938
|
* Type definition for `AWS::RDS::DBInstance.MasterUserSecret`.
|
|
912
939
|
* The ``MasterUserSecret`` return value specifies the secret managed by RDS in AWS Secrets Manager for the master user password.
|
|
@@ -32,6 +32,10 @@ export type S3AccessPointProperties = {
|
|
|
32
32
|
* 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.
|
|
33
33
|
*/
|
|
34
34
|
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration;
|
|
35
|
+
/**
|
|
36
|
+
* An arbitrary set of tags (key-value pairs) for this S3 Access Point.
|
|
37
|
+
*/
|
|
38
|
+
Tags?: Tag[];
|
|
35
39
|
/**
|
|
36
40
|
* If you include this field, Amazon S3 restricts access to this Access Point to requests from the specified Virtual Private Cloud (VPC).
|
|
37
41
|
*/
|
|
@@ -85,6 +89,21 @@ export type PublicAccessBlockConfiguration = {
|
|
|
85
89
|
*/
|
|
86
90
|
RestrictPublicBuckets?: boolean;
|
|
87
91
|
};
|
|
92
|
+
/**
|
|
93
|
+
* Type definition for `AWS::S3::AccessPoint.Tag`.
|
|
94
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-accesspoint-tag.html}
|
|
95
|
+
*/
|
|
96
|
+
export type Tag = {
|
|
97
|
+
/**
|
|
98
|
+
* @minLength `1`
|
|
99
|
+
* @maxLength `128`
|
|
100
|
+
*/
|
|
101
|
+
Key: string;
|
|
102
|
+
/**
|
|
103
|
+
* @maxLength `256`
|
|
104
|
+
*/
|
|
105
|
+
Value: string;
|
|
106
|
+
};
|
|
88
107
|
/**
|
|
89
108
|
* Type definition for `AWS::S3::AccessPoint.VpcConfiguration`.
|
|
90
109
|
* The Virtual Private Cloud (VPC) configuration for a bucket access point.
|
|
@@ -3,7 +3,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
3
3
|
/**
|
|
4
4
|
* The ``AWS::SSM::Parameter`` resource creates an SSM parameter in SYSlong Parameter Store.
|
|
5
5
|
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.
|
|
6
|
-
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
|
|
6
|
+
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*.
|
|
7
7
|
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*.
|
|
8
8
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html}
|
|
9
9
|
*/
|
|
@@ -22,12 +22,13 @@ export type SSMParameterProperties = {
|
|
|
22
22
|
Description?: string;
|
|
23
23
|
/**
|
|
24
24
|
* The name of the parameter.
|
|
25
|
-
The maximum length
|
|
25
|
+
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.
|
|
26
|
+
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/``.
|
|
26
27
|
*/
|
|
27
28
|
Name?: string;
|
|
28
29
|
/**
|
|
29
30
|
* Information about the policies assigned to a parameter.
|
|
30
|
-
|
|
31
|
+
[Assigning parameter policies](https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-policies.html) in the *User Guide*.
|
|
31
32
|
*/
|
|
32
33
|
Policies?: string;
|
|
33
34
|
/**
|
|
@@ -39,8 +40,9 @@ export type SSMParameterProperties = {
|
|
|
39
40
|
*/
|
|
40
41
|
Tier?: "Standard" | "Advanced" | "Intelligent-Tiering";
|
|
41
42
|
/**
|
|
42
|
-
|
|
43
|
-
|
|
43
|
+
* The type of parameter.
|
|
44
|
+
Parameters of type ``SecureString`` are not supported by CFNlong.
|
|
45
|
+
*/
|
|
44
46
|
Type: "String" | "StringList";
|
|
45
47
|
/**
|
|
46
48
|
* The parameter value.
|
|
@@ -51,7 +53,7 @@ export type SSMParameterProperties = {
|
|
|
51
53
|
/**
|
|
52
54
|
* The ``AWS::SSM::Parameter`` resource creates an SSM parameter in SYSlong Parameter Store.
|
|
53
55
|
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.
|
|
54
|
-
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
|
|
56
|
+
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*.
|
|
55
57
|
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*.
|
|
56
58
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html}
|
|
57
59
|
*/
|
package/lib/AWS-SSM-Parameter.js
CHANGED
|
@@ -2,7 +2,7 @@ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/re
|
|
|
2
2
|
/**
|
|
3
3
|
* The ``AWS::SSM::Parameter`` resource creates an SSM parameter in SYSlong Parameter Store.
|
|
4
4
|
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.
|
|
5
|
-
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
|
|
5
|
+
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*.
|
|
6
6
|
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*.
|
|
7
7
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html}
|
|
8
8
|
*/
|
|
@@ -16,7 +16,7 @@ export type SageMakerClusterProperties = {
|
|
|
16
16
|
* The instance groups of the SageMaker HyperPod cluster.
|
|
17
17
|
* @minLength `1`
|
|
18
18
|
*/
|
|
19
|
-
InstanceGroups
|
|
19
|
+
InstanceGroups?: ClusterInstanceGroup[];
|
|
20
20
|
/**
|
|
21
21
|
* 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.
|
|
22
22
|
*/
|
|
@@ -25,6 +25,11 @@ export type SageMakerClusterProperties = {
|
|
|
25
25
|
* Specifies parameter(s) specific to the orchestrator, e.g. specify the EKS cluster.
|
|
26
26
|
*/
|
|
27
27
|
Orchestrator?: Orchestrator;
|
|
28
|
+
/**
|
|
29
|
+
* The restricted instance groups of the SageMaker HyperPod cluster.
|
|
30
|
+
* @minLength `1`
|
|
31
|
+
*/
|
|
32
|
+
RestrictedInstanceGroups?: ClusterRestrictedInstanceGroup[];
|
|
28
33
|
/**
|
|
29
34
|
* 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.
|
|
30
35
|
* @maxLength `50`
|
|
@@ -69,6 +74,17 @@ export type SageMakerClusterAttributes = {
|
|
|
69
74
|
*/
|
|
70
75
|
CurrentCount: number;
|
|
71
76
|
}[];
|
|
77
|
+
/**
|
|
78
|
+
* The restricted instance groups of the SageMaker HyperPod cluster.
|
|
79
|
+
* @minLength `1`
|
|
80
|
+
*/
|
|
81
|
+
RestrictedInstanceGroups: {
|
|
82
|
+
/**
|
|
83
|
+
* The number of instances that are currently in the restricted instance group of a SageMaker HyperPod cluster.
|
|
84
|
+
* @min `0`
|
|
85
|
+
*/
|
|
86
|
+
CurrentCount: number;
|
|
87
|
+
}[];
|
|
72
88
|
};
|
|
73
89
|
/**
|
|
74
90
|
* Type definition for `AWS::SageMaker::Cluster.ClusterEbsVolumeConfig`.
|
|
@@ -135,6 +151,13 @@ export type ClusterInstanceGroup = {
|
|
|
135
151
|
* @max `2`
|
|
136
152
|
*/
|
|
137
153
|
ThreadsPerCore?: number;
|
|
154
|
+
/**
|
|
155
|
+
* 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.
|
|
156
|
+
* @minLength `50`
|
|
157
|
+
* @maxLength `2048`
|
|
158
|
+
* @pattern `^arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:training-plan/.*$`
|
|
159
|
+
*/
|
|
160
|
+
TrainingPlanArn?: string;
|
|
138
161
|
};
|
|
139
162
|
/**
|
|
140
163
|
* Type definition for `AWS::SageMaker::Cluster.ClusterInstanceStorageConfig`.
|
|
@@ -177,12 +200,102 @@ export type ClusterOrchestratorEksConfig = {
|
|
|
177
200
|
*/
|
|
178
201
|
ClusterArn: string;
|
|
179
202
|
};
|
|
203
|
+
/**
|
|
204
|
+
* Type definition for `AWS::SageMaker::Cluster.ClusterRestrictedInstanceGroup`.
|
|
205
|
+
* Details of a restricted instance group in a SageMaker HyperPod cluster.
|
|
206
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterrestrictedinstancegroup.html}
|
|
207
|
+
*/
|
|
208
|
+
export type ClusterRestrictedInstanceGroup = {
|
|
209
|
+
/**
|
|
210
|
+
* The configuration for the restricted instance groups (RIG) environment.
|
|
211
|
+
*/
|
|
212
|
+
EnvironmentConfig: EnvironmentConfig;
|
|
213
|
+
/**
|
|
214
|
+
* The execution role for the instance group to assume.
|
|
215
|
+
* @minLength `20`
|
|
216
|
+
* @maxLength `2048`
|
|
217
|
+
* @pattern `^arn:aws[a-z\-]*:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+$`
|
|
218
|
+
*/
|
|
219
|
+
ExecutionRole: string;
|
|
220
|
+
/**
|
|
221
|
+
* The number of instances you specified to add to the restricted instance group of a SageMaker HyperPod cluster.
|
|
222
|
+
* @min `0`
|
|
223
|
+
*/
|
|
224
|
+
InstanceCount: number;
|
|
225
|
+
/**
|
|
226
|
+
* The name of the instance group of a SageMaker HyperPod cluster.
|
|
227
|
+
* @minLength `1`
|
|
228
|
+
* @maxLength `63`
|
|
229
|
+
* @pattern `^[a-zA-Z0-9](-*[a-zA-Z0-9])*$`
|
|
230
|
+
*/
|
|
231
|
+
InstanceGroupName: string;
|
|
232
|
+
/**
|
|
233
|
+
* The instance storage configuration for the instance group.
|
|
234
|
+
* @maxLength `1`
|
|
235
|
+
*/
|
|
236
|
+
InstanceStorageConfigs?: ClusterInstanceStorageConfig[];
|
|
237
|
+
/**
|
|
238
|
+
* The instance type of the instance group of a SageMaker HyperPod cluster.
|
|
239
|
+
*/
|
|
240
|
+
InstanceType: string;
|
|
241
|
+
/**
|
|
242
|
+
* Nodes will undergo advanced stress test to detect and replace faulty instances, based on the type of deep health check(s) passed in.
|
|
243
|
+
*/
|
|
244
|
+
OnStartDeepHealthChecks?: DeepHealthCheckType[];
|
|
245
|
+
/**
|
|
246
|
+
* 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.
|
|
247
|
+
*/
|
|
248
|
+
OverrideVpcConfig?: VpcConfig;
|
|
249
|
+
/**
|
|
250
|
+
* 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.
|
|
251
|
+
* @min `1`
|
|
252
|
+
* @max `2`
|
|
253
|
+
*/
|
|
254
|
+
ThreadsPerCore?: number;
|
|
255
|
+
/**
|
|
256
|
+
* 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.
|
|
257
|
+
* @minLength `50`
|
|
258
|
+
* @maxLength `2048`
|
|
259
|
+
* @pattern `^arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:training-plan/.*$`
|
|
260
|
+
*/
|
|
261
|
+
TrainingPlanArn?: string;
|
|
262
|
+
};
|
|
180
263
|
/**
|
|
181
264
|
* Type definition for `AWS::SageMaker::Cluster.DeepHealthCheckType`.
|
|
182
265
|
* The type of deep health check(s) to be performed on the instances in the SageMaker HyperPod cluster instance group.
|
|
183
266
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-deephealthchecktype.html}
|
|
184
267
|
*/
|
|
185
268
|
export type DeepHealthCheckType = "InstanceStress" | "InstanceConnectivity";
|
|
269
|
+
/**
|
|
270
|
+
* Type definition for `AWS::SageMaker::Cluster.EnvironmentConfig`.
|
|
271
|
+
* The configuration for the restricted instance groups (RIG) environment.
|
|
272
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-environmentconfig.html}
|
|
273
|
+
*/
|
|
274
|
+
export type EnvironmentConfig = {
|
|
275
|
+
/**
|
|
276
|
+
* Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.
|
|
277
|
+
*/
|
|
278
|
+
FSxLustreConfig?: FSxLustreConfig;
|
|
279
|
+
};
|
|
280
|
+
/**
|
|
281
|
+
* Type definition for `AWS::SageMaker::Cluster.FSxLustreConfig`.
|
|
282
|
+
* Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.
|
|
283
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-fsxlustreconfig.html}
|
|
284
|
+
*/
|
|
285
|
+
export type FSxLustreConfig = {
|
|
286
|
+
/**
|
|
287
|
+
* The throughput capacity of the FSx for Lustre file system, measured in MB/s per TiB of storage.
|
|
288
|
+
* @min `125`
|
|
289
|
+
* @max `1000`
|
|
290
|
+
*/
|
|
291
|
+
PerUnitStorageThroughput: number;
|
|
292
|
+
/**
|
|
293
|
+
* The storage capacity of the FSx for Lustre file system, specified in gibibytes (GiB).
|
|
294
|
+
* @min `1200`
|
|
295
|
+
* @max `100800`
|
|
296
|
+
*/
|
|
297
|
+
SizeInGiB: number;
|
|
298
|
+
};
|
|
186
299
|
/**
|
|
187
300
|
* Type definition for `AWS::SageMaker::Cluster.Orchestrator`.
|
|
188
301
|
* Specifies parameter(s) specific to the orchestrator, e.g. specify the EKS cluster.
|