Show / Hide Table of Contents

Interface CfnClusterPropsMixin.ISharedEnvironmentConfigProperty

The shared environment configuration for restricted instance groups that use cluster-level shared FSx Lustre storage.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnClusterPropsMixin.ISharedEnvironmentConfigProperty
Syntax (vb)
Public Interface CfnClusterPropsMixin.ISharedEnvironmentConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-sharedenvironmentconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.SageMaker;

             var sharedEnvironmentConfigProperty = new SharedEnvironmentConfigProperty {
                 FSxLustreConfig = new FSxLustreConfigProperty {
                     PerUnitStorageThroughput = 123,
                     SizeInGiB = 123
                 },
                 FSxLustreDeletionPolicy = "fSxLustreDeletionPolicy"
             };

Synopsis

Properties

FSxLustreConfig

Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.

FSxLustreDeletionPolicy

The deletion policy for the shared FSx Lustre file system.

Properties

FSxLustreConfig

Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.

object? FSxLustreConfig { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-sharedenvironmentconfig.html#cfn-sagemaker-cluster-sharedenvironmentconfig-fsxlustreconfig

Type union: either IResolvable or CfnClusterPropsMixin.IFSxLustreConfigProperty

FSxLustreDeletionPolicy

The deletion policy for the shared FSx Lustre file system.

string? FSxLustreDeletionPolicy { get; }
Property Value

string

Remarks

Keep retains the FSx when RIGs are deleted. DeleteIfNotUsed deletes the FSx when no RIGs reference it.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-sharedenvironmentconfig.html#cfn-sagemaker-cluster-sharedenvironmentconfig-fsxlustredeletionpolicy

Back to top Generated by DocFX