@Stability(value=Stable) @Internal public static final class CfnDBSecurityGroup.IngressProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDBSecurityGroup.IngressProperty
CfnDBSecurityGroup.IngressProperty
software.amazon.jsii.JsiiObject.InitializationMode
CfnDBSecurityGroup.IngressProperty.Builder, CfnDBSecurityGroup.IngressProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(CfnDBSecurityGroup.IngressProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDBSecurityGroup.IngressProperty.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 |
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(CfnDBSecurityGroup.IngressProperty.Builder builder)
CfnDBSecurityGroup.IngressProperty.Builder
.public final String getCidrip()
CfnDBSecurityGroup.IngressProperty
getCidrip
in interface CfnDBSecurityGroup.IngressProperty
public final String getEc2SecurityGroupId()
CfnDBSecurityGroup.IngressProperty
For VPC DB security groups, EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId
and either EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.
getEc2SecurityGroupId
in interface CfnDBSecurityGroup.IngressProperty
public final String getEc2SecurityGroupName()
CfnDBSecurityGroup.IngressProperty
For VPC DB security groups, EC2SecurityGroupId
must be provided. Otherwise, EC2SecurityGroupOwnerId
and either EC2SecurityGroupName
or EC2SecurityGroupId
must be provided.
getEc2SecurityGroupName
in interface CfnDBSecurityGroup.IngressProperty
public final String getEc2SecurityGroupOwnerId()
CfnDBSecurityGroup.IngressProperty
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 CfnDBSecurityGroup.IngressProperty
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2023. All rights reserved.