Interface CfnAssociationPropsMixin.KeyValuePairProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAssociationPropsMixin.KeyValuePairProperty.Jsii$Proxy
- Enclosing class:
CfnAssociationPropsMixin
@Stability(Stable)
public static interface CfnAssociationPropsMixin.KeyValuePairProperty
extends software.amazon.jsii.JsiiSerializable
A key-value pair for tags.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.devopsagent.*;
KeyValuePairProperty keyValuePairProperty = KeyValuePairProperty.builder()
.key("key")
.value("value")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAssociationPropsMixin.KeyValuePairPropertystatic final classAn implementation forCfnAssociationPropsMixin.KeyValuePairProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKey
The key name of the tag.- See Also:
-
getValue
The value for the tag.- See Also:
-
builder
-