@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-23T14:40:40.442Z") @Stability(value=Stable) public interface CfnClusterSecurityGroupIngressProps 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.*;
CfnClusterSecurityGroupIngressProps cfnClusterSecurityGroupIngressProps = CfnClusterSecurityGroupIngressProps.builder()
.clusterSecurityGroupName("clusterSecurityGroupName")
// the properties below are optional
.cidrip("cidrip")
.ec2SecurityGroupName("ec2SecurityGroupName")
.ec2SecurityGroupOwnerId("ec2SecurityGroupOwnerId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnClusterSecurityGroupIngressProps.Builder
A builder for
CfnClusterSecurityGroupIngressProps |
static class |
CfnClusterSecurityGroupIngressProps.Jsii$Proxy
An implementation for
CfnClusterSecurityGroupIngressProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnClusterSecurityGroupIngressProps.Builder |
builder() |
default String |
getCidrip()
`AWS::Redshift::ClusterSecurityGroupIngress.CIDRIP`.
|
String |
getClusterSecurityGroupName()
`AWS::Redshift::ClusterSecurityGroupIngress.ClusterSecurityGroupName`.
|
default String |
getEc2SecurityGroupName()
`AWS::Redshift::ClusterSecurityGroupIngress.EC2SecurityGroupName`.
|
default String |
getEc2SecurityGroupOwnerId()
`AWS::Redshift::ClusterSecurityGroupIngress.EC2SecurityGroupOwnerId`.
|
@Stability(value=Stable) @Nullable default String getCidrip()
@Stability(value=Stable) @NotNull String getClusterSecurityGroupName()
@Stability(value=Stable) @Nullable default String getEc2SecurityGroupName()
@Stability(value=Stable) @Nullable default String getEc2SecurityGroupOwnerId()
@Stability(value=Stable) static CfnClusterSecurityGroupIngressProps.Builder builder()
Copyright © 2021. All rights reserved.