Class CfnClusterSecurityGroupIngressProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.redshift.CfnClusterSecurityGroupIngressProps.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterSecurityGroupIngressProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterSecurityGroupIngressProps
@Stability(Stable)
@Internal
public static final class CfnClusterSecurityGroupIngressProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClusterSecurityGroupIngressProps
An implementation for
CfnClusterSecurityGroupIngressProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.redshift.CfnClusterSecurityGroupIngressProps
CfnClusterSecurityGroupIngressProps.Builder, CfnClusterSecurityGroupIngressProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnClusterSecurityGroupIngressProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The IP range to be added the Amazon Redshift security group.final String
The name of the security group to which the ingress rule is added.final String
The EC2 security group to be added the Amazon Redshift security group.final String
The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnClusterSecurityGroupIngressProps.Builder
.
-
-
Method Details
-
getClusterSecurityGroupName
Description copied from interface:CfnClusterSecurityGroupIngressProps
The name of the security group to which the ingress rule is added.- Specified by:
getClusterSecurityGroupName
in interfaceCfnClusterSecurityGroupIngressProps
- See Also:
-
getCidrip
Description copied from interface:CfnClusterSecurityGroupIngressProps
The IP range to be added the Amazon Redshift security group.- Specified by:
getCidrip
in interfaceCfnClusterSecurityGroupIngressProps
- See Also:
-
getEc2SecurityGroupName
Description copied from interface:CfnClusterSecurityGroupIngressProps
The EC2 security group to be added the Amazon Redshift security group.- Specified by:
getEc2SecurityGroupName
in interfaceCfnClusterSecurityGroupIngressProps
- See Also:
-
getEc2SecurityGroupOwnerId
Description copied from interface:CfnClusterSecurityGroupIngressProps
The AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter.The AWS Access Key ID is not an acceptable value.
Example:
111122223333
Conditional. If you specify the
EC2SecurityGroupName
property, you must specify this property.- Specified by:
getEc2SecurityGroupOwnerId
in interfaceCfnClusterSecurityGroupIngressProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-