Class CfnDBSecurityGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.CfnDBSecurityGroupProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDBSecurityGroupProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDBSecurityGroupProps
@Stability(Stable)
@Internal
public static final class CfnDBSecurityGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDBSecurityGroupProps
An implementation for
CfnDBSecurityGroupProps-
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.rds.CfnDBSecurityGroupProps
CfnDBSecurityGroupProps.Builder, CfnDBSecurityGroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDBSecurityGroupProps.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 ObjectIngress rules to be applied to the DB security group.final StringThe identifier of an Amazon VPC.final StringProvides the description of the DB security group.getTags()An optional array of key-value pairs to apply to this DB security group.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 theCfnDBSecurityGroupProps.Builder.
-
-
Method Details
-
getDbSecurityGroupIngress
Description copied from interface:CfnDBSecurityGroupPropsIngress rules to be applied to the DB security group.- Specified by:
getDbSecurityGroupIngressin interfaceCfnDBSecurityGroupProps
-
getGroupDescription
Description copied from interface:CfnDBSecurityGroupPropsProvides the description of the DB security group.- Specified by:
getGroupDescriptionin interfaceCfnDBSecurityGroupProps
-
getEc2VpcId
Description copied from interface:CfnDBSecurityGroupPropsThe identifier of an Amazon VPC. This property indicates the VPC that this DB security group belongs to.The
EC2VpcIdproperty is for backward compatibility with older regions, and is no longer recommended for providing security information to an RDS DB instance.- Specified by:
getEc2VpcIdin interfaceCfnDBSecurityGroupProps
-
getTags
Description copied from interface:CfnDBSecurityGroupPropsAn optional array of key-value pairs to apply to this DB security group.- Specified by:
getTagsin interfaceCfnDBSecurityGroupProps
-
$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()
-