Show / Hide Table of Contents

Class CfnFargateProfile.LabelProperty

A key-value pair.

Inheritance
object
CfnFargateProfile.LabelProperty
Implements
CfnFargateProfile.ILabelProperty
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.EKS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnFargateProfile.LabelProperty : CfnFargateProfile.ILabelProperty
Syntax (vb)
Public Class CfnFargateProfile.LabelProperty Implements CfnFargateProfile.ILabelProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-fargateprofile-label.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.EKS;

             var labelProperty = new LabelProperty {
                 Key = "key",
                 Value = "value"
             };

Synopsis

Constructors

LabelProperty()

A key-value pair.

Properties

Key

Enter a key.

Value

Enter a value.

Constructors

LabelProperty()

A key-value pair.

public LabelProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-fargateprofile-label.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.EKS;

             var labelProperty = new LabelProperty {
                 Key = "key",
                 Value = "value"
             };

Properties

Key

Enter a key.

public string Key { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-fargateprofile-label.html#cfn-eks-fargateprofile-label-key

Value

Enter a value.

public string Value { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-fargateprofile-label.html#cfn-eks-fargateprofile-label-value

Implements

CfnFargateProfile.ILabelProperty
Back to top Generated by DocFX