Interface CfnAssociation.KeyValuePairProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAssociation.KeyValuePairProperty.Jsii$Proxy
- Enclosing class:
CfnAssociation
@Stability(Stable)
public static interface CfnAssociation.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.services.devopsagent.*;
KeyValuePairProperty keyValuePairProperty = KeyValuePairProperty.builder()
.key("key")
.value("value")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAssociation.KeyValuePairPropertystatic final classAn implementation forCfnAssociation.KeyValuePairProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKey
- See Also:
-
getValue
- See Also:
-
builder
-