Interface CfnThreatEntitySet.TagItemProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnThreatEntitySet.TagItemProperty.Jsii$Proxy
- Enclosing class:
CfnThreatEntitySet
@Stability(Stable)
public static interface CfnThreatEntitySet.TagItemProperty
extends software.amazon.jsii.JsiiSerializable
Describes a tag.
For more information, see Tag .
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.guardduty.*;
TagItemProperty tagItemProperty = TagItemProperty.builder()
.key("key")
.value("value")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnThreatEntitySet.TagItemPropertystatic final classAn implementation forCfnThreatEntitySet.TagItemProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKey
The tag key.- See Also:
-
getValue
The tag value.This is optional.
- See Also:
-
builder
-