Interface CfnHubV2MixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnHubV2MixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:05.376Z")
@Stability(Stable)
public interface CfnHubV2MixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnHubV2PropsMixin.
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.securityhub.*;
CfnHubV2MixinProps cfnHubV2MixinProps = CfnHubV2MixinProps.builder()
.tags(Map.of(
"tagsKey", "tags"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnHubV2MixinPropsstatic final classAn implementation forCfnHubV2MixinProps -
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 CSPM.- See Also:
-
builder
- Returns:
- a
CfnHubV2MixinProps.BuilderofCfnHubV2MixinProps
-