@awboost/cfn-resource-types 0.1.194 → 0.1.195
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.
|
@@ -125,6 +125,10 @@ export type ClusterInstanceGroup = {
|
|
|
125
125
|
* Nodes will undergo advanced stress test to detect and replace faulty instances, based on the type of deep health check(s) passed in.
|
|
126
126
|
*/
|
|
127
127
|
OnStartDeepHealthChecks?: DeepHealthCheckType[];
|
|
128
|
+
/**
|
|
129
|
+
* 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.
|
|
130
|
+
*/
|
|
131
|
+
OverrideVpcConfig?: VpcConfig;
|
|
128
132
|
/**
|
|
129
133
|
* 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.
|
|
130
134
|
* @min `1`
|