Class CfnFargateProfile.LabelProperty
A key-value pair.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.EKS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LabelProperty : Object, CfnFargateProfile.ILabelProperty
Syntax (vb)
Public Class LabelProperty
Inherits Object
Implements CfnFargateProfile.ILabelProperty
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.EKS;
var labelProperty = new LabelProperty {
Key = "key",
Value = "value"
};
Synopsis
Constructors
Label |
Properties
Key | Enter a key. |
Value | Enter a value. |
Constructors
LabelProperty()
public LabelProperty()
Properties
Key
Enter a key.
public string Key { get; set; }
Property Value
System.
Remarks
Value
Enter a value.
public string Value { get; set; }
Property Value
System.