Class CfnComputeEnvironment.EcsSettingsProperty
Implements
Inherited Members
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
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
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; }