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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.redshift.CfnClusterSecurityGroupIngressProps
CfnClusterSecurityGroupIngressProps.Builder, CfnClusterSecurityGroupIngressProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnClusterSecurityGroupIngressProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe IP range to be added the Amazon Redshift security group.final StringThe name of the security group to which the ingress rule is added.final StringThe EC2 security group to be added the Amazon Redshift security group.final StringThe AWS account number of the owner of the security group specified by the EC2SecurityGroupName parameter.final inthashCode()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:CfnClusterSecurityGroupIngressPropsThe name of the security group to which the ingress rule is added.- Specified by:
getClusterSecurityGroupNamein interfaceCfnClusterSecurityGroupIngressProps- See Also:
-
getCidrip
Description copied from interface:CfnClusterSecurityGroupIngressPropsThe IP range to be added the Amazon Redshift security group.- Specified by:
getCidripin interfaceCfnClusterSecurityGroupIngressProps- See Also:
-
getEc2SecurityGroupName
Description copied from interface:CfnClusterSecurityGroupIngressPropsThe EC2 security group to be added the Amazon Redshift security group.- Specified by:
getEc2SecurityGroupNamein interfaceCfnClusterSecurityGroupIngressProps- See Also:
-
getEc2SecurityGroupOwnerId
Description copied from interface:CfnClusterSecurityGroupIngressPropsThe 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:
111122223333Conditional. If you specify the
EC2SecurityGroupNameproperty, you must specify this property.- Specified by:
getEc2SecurityGroupOwnerIdin interfaceCfnClusterSecurityGroupIngressProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-