@Generated(value="jsii-pacmak/0.7.15 (build e429c41)", date="2019-03-20T12:56:02.455Z") public interface CfnClusterSecurityGroupIngressProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnClusterSecurityGroupIngressProps.Builder
A builder for
CfnClusterSecurityGroupIngressProps |
static class |
CfnClusterSecurityGroupIngressProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnClusterSecurityGroupIngressProps.Builder |
builder() |
String |
getCidrip()
`AWS::Redshift::ClusterSecurityGroupIngress.CIDRIP`
|
String |
getClusterSecurityGroupName()
`AWS::Redshift::ClusterSecurityGroupIngress.ClusterSecurityGroupName`
|
String |
getEc2SecurityGroupName()
`AWS::Redshift::ClusterSecurityGroupIngress.EC2SecurityGroupName`
|
String |
getEc2SecurityGroupOwnerId()
`AWS::Redshift::ClusterSecurityGroupIngress.EC2SecurityGroupOwnerId`
|
void |
setCidrip(String value)
`AWS::Redshift::ClusterSecurityGroupIngress.CIDRIP`
|
void |
setClusterSecurityGroupName(String value)
`AWS::Redshift::ClusterSecurityGroupIngress.ClusterSecurityGroupName`
|
void |
setEc2SecurityGroupName(String value)
`AWS::Redshift::ClusterSecurityGroupIngress.EC2SecurityGroupName`
|
void |
setEc2SecurityGroupOwnerId(String value)
`AWS::Redshift::ClusterSecurityGroupIngress.EC2SecurityGroupOwnerId`
|
String getClusterSecurityGroupName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupnamevoid setClusterSecurityGroupName(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-clustersecuritygroupnameString getCidrip()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-cidripvoid setCidrip(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-cidripString getEc2SecurityGroupName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupnamevoid setEc2SecurityGroupName(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupnameString getEc2SecurityGroupOwnerId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupowneridvoid setEc2SecurityGroupOwnerId(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-clustersecuritygroupingress.html#cfn-redshift-clustersecuritygroupingress-ec2securitygroupowneridstatic CfnClusterSecurityGroupIngressProps.Builder builder()
Copyright © 2019. All rights reserved.