@Stability(value=Stable) public static final class CfnClusterSecurityGroupIngress.Builder extends Object implements software.amazon.jsii.Builder<CfnClusterSecurityGroupIngress>
CfnClusterSecurityGroupIngress.| Modifier and Type | Method and Description |
|---|---|
CfnClusterSecurityGroupIngress |
build() |
CfnClusterSecurityGroupIngress.Builder |
cidrip(String cidrip)
The IP range to be added the Amazon Redshift security group.
|
CfnClusterSecurityGroupIngress.Builder |
clusterSecurityGroupName(String clusterSecurityGroupName)
The name of the security group to which the ingress rule is added.
|
static CfnClusterSecurityGroupIngress.Builder |
create(Construct scope,
String id) |
CfnClusterSecurityGroupIngress.Builder |
ec2SecurityGroupName(String ec2SecurityGroupName)
The EC2 security group to be added the Amazon Redshift security group.
|
CfnClusterSecurityGroupIngress.Builder |
ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId)
The AWS account number of the owner of the security group specified by the *EC2SecurityGroupName* parameter.
|
@Stability(value=Stable) public static CfnClusterSecurityGroupIngress.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnClusterSecurityGroupIngress.Builder.@Stability(value=Stable) public CfnClusterSecurityGroupIngress.Builder clusterSecurityGroupName(String clusterSecurityGroupName)
clusterSecurityGroupName - The name of the security group to which the ingress rule is added. This parameter is required.this@Stability(value=Stable) public CfnClusterSecurityGroupIngress.Builder cidrip(String cidrip)
cidrip - The IP range to be added the Amazon Redshift security group. This parameter is required.this@Stability(value=Stable) public CfnClusterSecurityGroupIngress.Builder ec2SecurityGroupName(String ec2SecurityGroupName)
ec2SecurityGroupName - The EC2 security group to be added the Amazon Redshift security group. This parameter is required.this@Stability(value=Stable) public CfnClusterSecurityGroupIngress.Builder ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId)
The AWS Access Key ID is not an acceptable value.
Example: 111122223333
Conditional. If you specify the EC2SecurityGroupName property, you must specify this property.
ec2SecurityGroupOwnerId - The AWS account number of the owner of the security group specified by the *EC2SecurityGroupName* parameter. This parameter is required.this@Stability(value=Stable) public CfnClusterSecurityGroupIngress build()
build in interface software.amazon.jsii.Builder<CfnClusterSecurityGroupIngress>Copyright © 2022. All rights reserved.