Class CfnDBSecurityGroupIngressProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.CfnDBSecurityGroupIngressProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDBSecurityGroupIngressProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDBSecurityGroupIngressProps
@Stability(Stable)
@Internal
public static final class CfnDBSecurityGroupIngressProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDBSecurityGroupIngressProps
An implementation for
CfnDBSecurityGroupIngressProps
-
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.rds.CfnDBSecurityGroupIngressProps
CfnDBSecurityGroupIngressProps.Builder, CfnDBSecurityGroupIngressProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDBSecurityGroupIngressProps.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 authorize.final String
The name of the DB security group to add authorization to.final String
Id of the EC2 security group to authorize.final String
Name of the EC2 security group to authorize.final String
AWS account number of the owner of the EC2 security group specified in theEC2SecurityGroupName
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 theCfnDBSecurityGroupIngressProps.Builder
.
-
-
Method Details
-
getDbSecurityGroupName
Description copied from interface:CfnDBSecurityGroupIngressProps
The name of the DB security group to add authorization to.- Specified by:
getDbSecurityGroupName
in interfaceCfnDBSecurityGroupIngressProps
-
getCidrip
Description copied from interface:CfnDBSecurityGroupIngressProps
The IP range to authorize.- Specified by:
getCidrip
in interfaceCfnDBSecurityGroupIngressProps
-
getEc2SecurityGroupId
Description copied from interface:CfnDBSecurityGroupIngressProps
Id of the EC2 security group to authorize.For VPC DB security groups,
EC2SecurityGroupId
must be provided. Otherwise,EC2SecurityGroupOwnerId
and eitherEC2SecurityGroupName
orEC2SecurityGroupId
must be provided.- Specified by:
getEc2SecurityGroupId
in interfaceCfnDBSecurityGroupIngressProps
-
getEc2SecurityGroupName
Description copied from interface:CfnDBSecurityGroupIngressProps
Name of the EC2 security group to authorize.For VPC DB security groups,
EC2SecurityGroupId
must be provided. Otherwise,EC2SecurityGroupOwnerId
and eitherEC2SecurityGroupName
orEC2SecurityGroupId
must be provided.- Specified by:
getEc2SecurityGroupName
in interfaceCfnDBSecurityGroupIngressProps
-
getEc2SecurityGroupOwnerId
Description copied from interface:CfnDBSecurityGroupIngressProps
AWS account number of the owner of the EC2 security group specified in theEC2SecurityGroupName
parameter.The AWS access key ID isn't an acceptable value. For VPC DB security groups,
EC2SecurityGroupId
must be provided. Otherwise,EC2SecurityGroupOwnerId
and eitherEC2SecurityGroupName
orEC2SecurityGroupId
must be provided.- Specified by:
getEc2SecurityGroupOwnerId
in interfaceCfnDBSecurityGroupIngressProps
-
$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()
-