Interface CfnHubV2Props
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnHubV2Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-02T11:25:40.432Z")
@Stability(Stable)
public interface CfnHubV2Props
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnHubV2
.
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.securityhub.*; CfnHubV2Props cfnHubV2Props = CfnHubV2Props.builder() .tags(Map.of( "tagsKey", "tags")) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnHubV2Props
static final class
An implementation forCfnHubV2Props
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTags
The tags to add to the hub V2 resource when you enable Security Hub.- See Also:
-
builder
- Returns:
- a
CfnHubV2Props.Builder
ofCfnHubV2Props
-