Class CfnComputeEnvironmentPropsMixin.ManagedInstancesStorageConfigurationProperty
Inherited Members
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
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
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; }