Interface CfnDetector.TagItemProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDetector.TagItemProperty.Jsii$Proxy
- Enclosing class:
CfnDetector
@Stability(Stable)
public static interface CfnDetector.TagItemProperty
extends software.amazon.jsii.JsiiSerializable
Describes a 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 forCfnDetector.TagItemPropertystatic final classAn implementation forCfnDetector.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.- See Also:
-
builder
-