Show / Hide Table of Contents

Class CfnComputeEnvironmentPropsMixin.ManagedInstancesStorageConfigurationProperty

Inheritance
object
CfnComputeEnvironmentPropsMixin.ManagedInstancesStorageConfigurationProperty
Implements
CfnComputeEnvironmentPropsMixin.IManagedInstancesStorageConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Batch
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnComputeEnvironmentPropsMixin.ManagedInstancesStorageConfigurationProperty : CfnComputeEnvironmentPropsMixin.IManagedInstancesStorageConfigurationProperty
Syntax (vb)
Public Class CfnComputeEnvironmentPropsMixin.ManagedInstancesStorageConfigurationProperty Implements CfnComputeEnvironmentPropsMixin.IManagedInstancesStorageConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-managedinstancesstorageconfiguration.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.Batch;

             var managedInstancesStorageConfigurationProperty = new ManagedInstancesStorageConfigurationProperty {
                 StorageSizeGiB = 123
             };

Synopsis

Constructors

ManagedInstancesStorageConfigurationProperty()

Properties

StorageSizeGiB

Constructors

ManagedInstancesStorageConfigurationProperty()

public ManagedInstancesStorageConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-managedinstancesstorageconfiguration.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.Batch;

             var managedInstancesStorageConfigurationProperty = new ManagedInstancesStorageConfigurationProperty {
                 StorageSizeGiB = 123
             };

Properties

StorageSizeGiB

public double? StorageSizeGiB { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-managedinstancesstorageconfiguration.html#cfn-batch-computeenvironment-managedinstancesstorageconfiguration-storagesizegib

Implements

CfnComputeEnvironmentPropsMixin.IManagedInstancesStorageConfigurationProperty
Back to top Generated by DocFX