Show / Hide Table of Contents

Class CfnDaemonTaskDefinition.KeyValuePairProperty

Inheritance
object
CfnDaemonTaskDefinition.KeyValuePairProperty
Implements
CfnDaemonTaskDefinition.IKeyValuePairProperty
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.ECS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDaemonTaskDefinition.KeyValuePairProperty : CfnDaemonTaskDefinition.IKeyValuePairProperty
Syntax (vb)
Public Class CfnDaemonTaskDefinition.KeyValuePairProperty Implements CfnDaemonTaskDefinition.IKeyValuePairProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-daemontaskdefinition-keyvaluepair.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.ECS;

             var keyValuePairProperty = new KeyValuePairProperty {
                 Name = "name",
                 Value = "value"
             };

Synopsis

Constructors

KeyValuePairProperty()

Properties

Name
Value

Constructors

KeyValuePairProperty()

public KeyValuePairProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-daemontaskdefinition-keyvaluepair.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.ECS;

             var keyValuePairProperty = new KeyValuePairProperty {
                 Name = "name",
                 Value = "value"
             };

Properties

Name

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-daemontaskdefinition-keyvaluepair.html#cfn-ecs-daemontaskdefinition-keyvaluepair-name

Value

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-daemontaskdefinition-keyvaluepair.html#cfn-ecs-daemontaskdefinition-keyvaluepair-value

Implements

CfnDaemonTaskDefinition.IKeyValuePairProperty
Back to top Generated by DocFX