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 virtual private cloud (VPC).final StringProvides the description of the DB security group.getTags()Metadata assigned to an Amazon RDS resource consisting of a key-value pair.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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDBSecurityGroup.IngressProperty>- Specified by:
getDbSecurityGroupIngressin interfaceCfnDBSecurityGroupProps- See Also:
-
getGroupDescription
Description copied from interface:CfnDBSecurityGroupPropsProvides the description of the DB security group.- Specified by:
getGroupDescriptionin interfaceCfnDBSecurityGroupProps- See Also:
-
getEc2VpcId
Description copied from interface:CfnDBSecurityGroupPropsThe 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:
getEc2VpcIdin interfaceCfnDBSecurityGroupProps- See Also:
-
getTags
Description copied from interface:CfnDBSecurityGroupPropsMetadata 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:
getTagsin interfaceCfnDBSecurityGroupProps- 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()
-