interface LabelProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.EKS.CfnFargateProfile.LabelProperty |
Java | software.amazon.awscdk.services.eks.CfnFargateProfile.LabelProperty |
Python | aws_cdk.aws_eks.CfnFargateProfile.LabelProperty |
TypeScript | @aws-cdk/aws-eks » CfnFargateProfile » LabelProperty |
A key-value pair.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as eks from '@aws-cdk/aws-eks';
const labelProperty: eks.CfnFargateProfile.LabelProperty = {
key: 'key',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
key | string | Enter a key. |
value | string | Enter a value. |
key
Type:
string
Enter a key.
value
Type:
string
Enter a value.