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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticache.CfnSecurityGroupIngressProps
CfnSecurityGroupIngressProps.Builder, CfnSecurityGroupIngressProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSecurityGroupIngressProps.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 StringThe name of the Cache Security Group to authorize.final StringName of the EC2 Security Group to include in the authorization.final StringSpecifies the Amazon Account ID of the owner of the EC2 security group specified in the EC2SecurityGroupName property.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 theCfnSecurityGroupIngressProps.Builder.
-
-
Method Details
-
getCacheSecurityGroupName
Description copied from interface:CfnSecurityGroupIngressPropsThe name of the Cache Security Group to authorize.- Specified by:
getCacheSecurityGroupNamein interfaceCfnSecurityGroupIngressProps
-
getEc2SecurityGroupName
Description copied from interface:CfnSecurityGroupIngressPropsName of the EC2 Security Group to include in the authorization.- Specified by:
getEc2SecurityGroupNamein interfaceCfnSecurityGroupIngressProps
-
getEc2SecurityGroupOwnerId
Description copied from interface:CfnSecurityGroupIngressPropsSpecifies 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:
getEc2SecurityGroupOwnerIdin interfaceCfnSecurityGroupIngressProps
-
$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()
-