Class CfnDBSecurityGroup.IngressProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.CfnDBSecurityGroup.IngressProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDBSecurityGroup.IngressProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDBSecurityGroup.IngressProperty
@Stability(Stable)
@Internal
public static final class CfnDBSecurityGroup.IngressProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDBSecurityGroup.IngressProperty
An implementation for
CfnDBSecurityGroup.IngressProperty
-
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.CfnDBSecurityGroup.IngressProperty
CfnDBSecurityGroup.IngressProperty.Builder, CfnDBSecurityGroup.IngressProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDBSecurityGroup.IngressProperty.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
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 theCfnDBSecurityGroup.IngressProperty.Builder
.
-
-
Method Details
-
getCidrip
Description copied from interface:CfnDBSecurityGroup.IngressProperty
The IP range to authorize.- Specified by:
getCidrip
in interfaceCfnDBSecurityGroup.IngressProperty
- See Also:
-
getEc2SecurityGroupId
Description copied from interface:CfnDBSecurityGroup.IngressProperty
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 interfaceCfnDBSecurityGroup.IngressProperty
- See Also:
-
getEc2SecurityGroupName
Description copied from interface:CfnDBSecurityGroup.IngressProperty
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 interfaceCfnDBSecurityGroup.IngressProperty
- See Also:
-
getEc2SecurityGroupOwnerId
Description copied from interface:CfnDBSecurityGroup.IngressProperty
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 interfaceCfnDBSecurityGroup.IngressProperty
- 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()
-