Class CfnDaemonTaskDefinition.KeyValuePairProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.ECS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDaemonTaskDefinition.KeyValuePairProperty : CfnDaemonTaskDefinition.IKeyValuePairProperty
Syntax (vb)
Public Class CfnDaemonTaskDefinition.KeyValuePairProperty Implements CfnDaemonTaskDefinition.IKeyValuePairProperty
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.ECS;
var keyValuePairProperty = new KeyValuePairProperty {
Name = "name",
Value = "value"
};
Synopsis
Constructors
| KeyValuePairProperty() |
Properties
| Name | |
| Value |
Constructors
KeyValuePairProperty()
public KeyValuePairProperty()
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.ECS;
var keyValuePairProperty = new KeyValuePairProperty {
Name = "name",
Value = "value"
};
Properties
Name
public string? Name { get; set; }
Property Value
Remarks
Value
public string? Value { get; set; }