Class CfnSecurityGroupIngressProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticache.CfnSecurityGroupIngressProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSecurityGroupIngressProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSecurityGroupIngressProps
@Stability(Stable)
@Internal
public static final class CfnSecurityGroupIngressProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSecurityGroupIngressProps
An implementation for
CfnSecurityGroupIngressProps
-
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.elasticache.CfnSecurityGroupIngressProps
CfnSecurityGroupIngressProps.Builder, CfnSecurityGroupIngressProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSecurityGroupIngressProps.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 String
The name of the Cache Security Group to authorize.final String
Name of the EC2 Security Group to include in the authorization.final String
Specifies the Amazon Account ID of the owner of the EC2 security group specified in the EC2SecurityGroupName property.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 theCfnSecurityGroupIngressProps.Builder
.
-
-
Method Details
-
getCacheSecurityGroupName
Description copied from interface:CfnSecurityGroupIngressProps
The name of the Cache Security Group to authorize.- Specified by:
getCacheSecurityGroupName
in interfaceCfnSecurityGroupIngressProps
- See Also:
-
getEc2SecurityGroupName
Description copied from interface:CfnSecurityGroupIngressProps
Name of the EC2 Security Group to include in the authorization.- Specified by:
getEc2SecurityGroupName
in interfaceCfnSecurityGroupIngressProps
- See Also:
-
getEc2SecurityGroupOwnerId
Description copied from interface:CfnSecurityGroupIngressProps
Specifies the Amazon Account ID of the owner of the EC2 security group specified in the EC2SecurityGroupName property.The Amazon access key ID is not an acceptable value.
- Specified by:
getEc2SecurityGroupOwnerId
in interfaceCfnSecurityGroupIngressProps
- 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()
-