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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.CfnDBSecurityGroupProps
CfnDBSecurityGroupProps.Builder, CfnDBSecurityGroupProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDBSecurityGroupProps.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 Object
Ingress rules to be applied to the DB security group.final String
The identifier of an Amazon virtual private cloud (VPC).final String
Provides the description of the DB security group.getTags()
Metadata assigned to an Amazon RDS resource consisting of a key-value pair.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 theCfnDBSecurityGroupProps.Builder
.
-
-
Method Details
-
getDbSecurityGroupIngress
Description copied from interface:CfnDBSecurityGroupProps
Ingress rules to be applied to the DB security group.- Specified by:
getDbSecurityGroupIngress
in interfaceCfnDBSecurityGroupProps
- See Also:
-
getGroupDescription
Description copied from interface:CfnDBSecurityGroupProps
Provides the description of the DB security group.- Specified by:
getGroupDescription
in interfaceCfnDBSecurityGroupProps
- See Also:
-
getEc2VpcId
Description copied from interface:CfnDBSecurityGroupProps
The identifier of an Amazon virtual private cloud (VPC).This property indicates the VPC that this DB security group belongs to.
This property is included for backwards compatibility and is no longer recommended for providing security information to an RDS DB instance.
- Specified by:
getEc2VpcId
in interfaceCfnDBSecurityGroupProps
- See Also:
-
getTags
Description copied from interface:CfnDBSecurityGroupProps
Metadata assigned to an Amazon RDS resource consisting of a key-value pair.For more information, see Tagging Amazon RDS resources in the Amazon RDS User Guide or Tagging Amazon Aurora and Amazon RDS resources in the Amazon Aurora User Guide .
- Specified by:
getTags
in interfaceCfnDBSecurityGroupProps
- 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()
-