@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-06-22T23:27:57.921Z")
public interface CfnClusterSecurityGroupIngressProps
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 java.lang.String |
getCidrip()
The IP range to be added the Amazon Redshift security group.
|
java.lang.String |
getClusterSecurityGroupName()
The name of the security group to which the ingress rule is added.
|
default java.lang.String |
getEc2SecurityGroupName()
The EC2 security group to be added the Amazon Redshift security group.
|
default java.lang.String |
getEc2SecurityGroupOwnerId()
The AWS account number of the owner of the security group specified by the *EC2SecurityGroupName* parameter.
|
java.lang.String getClusterSecurityGroupName()
default java.lang.String getCidrip()
default java.lang.String getEc2SecurityGroupName()
default java.lang.String getEc2SecurityGroupOwnerId()
The AWS Access Key ID is not an acceptable value.
Example: 111122223333
Conditional. If you specify the EC2SecurityGroupName
property, you must specify this property.
static CfnClusterSecurityGroupIngressProps.Builder builder()