Show / Hide Table of Contents

Class CfnComputeEnvironment.EcsSettingsProperty

Inheritance
object
CfnComputeEnvironment.EcsSettingsProperty
Implements
CfnComputeEnvironment.IEcsSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnComputeEnvironment.EcsSettingsProperty : CfnComputeEnvironment.IEcsSettingsProperty
Syntax (vb)
Public Class CfnComputeEnvironment.EcsSettingsProperty Implements CfnComputeEnvironment.IEcsSettingsProperty
Remarks

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

             var ecsSettingsProperty = new EcsSettingsProperty {
                 ContainerInsights = "containerInsights"
             };

Synopsis

Constructors

EcsSettingsProperty()

Properties

ContainerInsights

Constructors

EcsSettingsProperty()

public EcsSettingsProperty()
Remarks

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

             var ecsSettingsProperty = new EcsSettingsProperty {
                 ContainerInsights = "containerInsights"
             };

Properties

ContainerInsights

public string? ContainerInsights { get; set; }
Property Value

string

Remarks

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

Implements

CfnComputeEnvironment.IEcsSettingsProperty
Back to top Generated by DocFX