Class CfnDaemonTaskDefinitionPropsMixin.KeyValuePairProperty
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ECS
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDaemonTaskDefinitionPropsMixin.KeyValuePairProperty : CfnDaemonTaskDefinitionPropsMixin.IKeyValuePairProperty
Syntax (vb)
Public Class CfnDaemonTaskDefinitionPropsMixin.KeyValuePairProperty Implements CfnDaemonTaskDefinitionPropsMixin.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.CfnPropertyMixins.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.CfnPropertyMixins.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; }