public static final class CfnClusterSecurityGroupIngressProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnClusterSecurityGroupIngressProps
CfnClusterSecurityGroupIngressProps
CfnClusterSecurityGroupIngressProps.Builder, CfnClusterSecurityGroupIngressProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
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.
|
java.lang.String |
getEc2SecurityGroupName()
The EC2 security group to be added the Amazon Redshift security group.
|
java.lang.String |
getEc2SecurityGroupOwnerId()
The AWS account number of the owner of the security group specified by the *EC2SecurityGroupName* parameter.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getClusterSecurityGroupName()
CfnClusterSecurityGroupIngressProps
getClusterSecurityGroupName
in interface CfnClusterSecurityGroupIngressProps
public final java.lang.String getCidrip()
CfnClusterSecurityGroupIngressProps
getCidrip
in interface CfnClusterSecurityGroupIngressProps
public final java.lang.String getEc2SecurityGroupName()
CfnClusterSecurityGroupIngressProps
getEc2SecurityGroupName
in interface CfnClusterSecurityGroupIngressProps
public final java.lang.String getEc2SecurityGroupOwnerId()
CfnClusterSecurityGroupIngressProps
The AWS Access Key ID is not an acceptable value.
Example: 111122223333
Conditional. If you specify the EC2SecurityGroupName
property, you must specify this property.
getEc2SecurityGroupOwnerId
in interface CfnClusterSecurityGroupIngressProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()