@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:56.265Z") @Stability(value=Stable) public interface CfnHubProps extends software.amazon.jsii.JsiiSerializable
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.*;
Object tags;
CfnHubProps cfnHubProps = CfnHubProps.builder()
.tags(tags)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnHubProps.Builder
A builder for
CfnHubProps |
static class |
CfnHubProps.Jsii$Proxy
An implementation for
CfnHubProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnHubProps.Builder |
builder() |
default Object |
getTags()
The tags to add to the hub resource.
|
@Stability(value=Stable) @Nullable default Object getTags()
@Stability(value=Stable) static CfnHubProps.Builder builder()
CfnHubProps.Builder of CfnHubPropsCopyright © 2022. All rights reserved.