@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-09T19:25:26.046Z") @Stability(value=Stable) public interface CfnClusterSecurityGroupProps 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.redshift.*;
CfnClusterSecurityGroupProps cfnClusterSecurityGroupProps = CfnClusterSecurityGroupProps.builder()
.description("description")
// the properties below are optional
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnClusterSecurityGroupProps.Builder
A builder for
CfnClusterSecurityGroupProps |
static class |
CfnClusterSecurityGroupProps.Jsii$Proxy
An implementation for
CfnClusterSecurityGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnClusterSecurityGroupProps.Builder |
builder() |
String |
getDescription()
A description for the security group.
|
default List<CfnTag> |
getTags()
Specifies an arbitrary set of tags (key–value pairs) to associate with this security group.
|
@Stability(value=Stable) @NotNull String getDescription()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
Use tags to manage your resources.
@Stability(value=Stable) static CfnClusterSecurityGroupProps.Builder builder()
Copyright © 2022. All rights reserved.