Class CfnClusterSecurityGroupIngressMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.redshift.CfnClusterSecurityGroupIngressMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterSecurityGroupIngressMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterSecurityGroupIngressMixinProps
@Stability(Stable)
@Internal
public static final class CfnClusterSecurityGroupIngressMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClusterSecurityGroupIngressMixinProps
An implementation for
CfnClusterSecurityGroupIngressMixinProps-
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.cfnpropertymixins.services.redshift.CfnClusterSecurityGroupIngressMixinProps
CfnClusterSecurityGroupIngressMixinProps.Builder, CfnClusterSecurityGroupIngressMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnClusterSecurityGroupIngressMixinProps.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 theCfnClusterSecurityGroupIngressMixinProps.Builder.
-
-
Method Details
-
getCidrip
Description copied from interface:CfnClusterSecurityGroupIngressMixinPropsThe IP range to be added the Amazon Redshift security group.- Specified by:
getCidripin interfaceCfnClusterSecurityGroupIngressMixinProps- See Also:
-
getClusterSecurityGroupName
Description copied from interface:CfnClusterSecurityGroupIngressMixinPropsThe name of the security group to which the ingress rule is added.- Specified by:
getClusterSecurityGroupNamein interfaceCfnClusterSecurityGroupIngressMixinProps- See Also:
-
getEc2SecurityGroupName
Description copied from interface:CfnClusterSecurityGroupIngressMixinPropsThe EC2 security group to be added the Amazon Redshift security group.- Specified by:
getEc2SecurityGroupNamein interfaceCfnClusterSecurityGroupIngressMixinProps- See Also:
-
getEc2SecurityGroupOwnerId
Description copied from interface:CfnClusterSecurityGroupIngressMixinPropsThe 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 interfaceCfnClusterSecurityGroupIngressMixinProps- 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()
-