Class CfnDBSecurityGroupMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.rds.CfnDBSecurityGroupMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDBSecurityGroupMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDBSecurityGroupMixinProps
@Stability(Stable)
@Internal
public static final class CfnDBSecurityGroupMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDBSecurityGroupMixinProps
An implementation for
CfnDBSecurityGroupMixinProps-
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.cfnpropertymixins.services.rds.CfnDBSecurityGroupMixinProps
CfnDBSecurityGroupMixinProps.Builder, CfnDBSecurityGroupMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDBSecurityGroupMixinProps.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 theCfnDBSecurityGroupMixinProps.Builder.
-
-
Method Details
-
getDbSecurityGroupIngress
Description copied from interface:CfnDBSecurityGroupMixinPropsIngress rules to be applied to the DB security group.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDBSecurityGroupPropsMixin.IngressProperty>- Specified by:
getDbSecurityGroupIngressin interfaceCfnDBSecurityGroupMixinProps- See Also:
-
getEc2VpcId
Description copied from interface:CfnDBSecurityGroupMixinPropsThe 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 interfaceCfnDBSecurityGroupMixinProps- See Also:
-
getGroupDescription
Description copied from interface:CfnDBSecurityGroupMixinPropsProvides the description of the DB security group.- Specified by:
getGroupDescriptionin interfaceCfnDBSecurityGroupMixinProps- See Also:
-
getTags
Description copied from interface:CfnDBSecurityGroupMixinPropsMetadata 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 interfaceCfnDBSecurityGroupMixinProps- 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()
-