@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.061Z") @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.