@Stability(value=Stable) @Internal public static final class CfnDBSecurityGroupIngressProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDBSecurityGroupIngressProps
CfnDBSecurityGroupIngressProps
software.amazon.jsii.JsiiObject.InitializationMode
CfnDBSecurityGroupIngressProps.Builder, CfnDBSecurityGroupIngressProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(CfnDBSecurityGroupIngressProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDBSecurityGroupIngressProps.Builder . |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getCidrip()
The IP range to authorize.
|
String |
getDbSecurityGroupName()
The name of the DB security group to add authorization to.
|
String |
getEc2SecurityGroupId()
Id of the EC2 security group to authorize.
|
String |
getEc2SecurityGroupName()
Name of the EC2 security group to authorize.
|
String |
getEc2SecurityGroupOwnerId()
AWS account number of the owner of the EC2 security group specified in the `EC2SecurityGroupName` parameter.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(CfnDBSecurityGroupIngressProps.Builder builder)
CfnDBSecurityGroupIngressProps.Builder
.public final String getDbSecurityGroupName()
CfnDBSecurityGroupIngressProps
getDbSecurityGroupName
in interface CfnDBSecurityGroupIngressProps
public final String getCidrip()
CfnDBSecurityGroupIngressProps
getCidrip
in interface CfnDBSecurityGroupIngressProps
public final String getEc2SecurityGroupId()
CfnDBSecurityGroupIngressProps
For VPC DB security groups, EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId
and either EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.
getEc2SecurityGroupId
in interface CfnDBSecurityGroupIngressProps
public final String getEc2SecurityGroupName()
CfnDBSecurityGroupIngressProps
For VPC DB security groups, EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId
and either EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.
getEc2SecurityGroupName
in interface CfnDBSecurityGroupIngressProps
public final String getEc2SecurityGroupOwnerId()
CfnDBSecurityGroupIngressProps
The AWS access key ID isn't an acceptable value. For VPC DB security groups, EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId
and either EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.
getEc2SecurityGroupOwnerId
in interface CfnDBSecurityGroupIngressProps
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.