Class CfnSecurityGroupIngressMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.elasticache.CfnSecurityGroupIngressMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSecurityGroupIngressMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSecurityGroupIngressMixinProps
@Stability(Stable)
@Internal
public static final class CfnSecurityGroupIngressMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSecurityGroupIngressMixinProps
An implementation for
CfnSecurityGroupIngressMixinProps-
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.elasticache.CfnSecurityGroupIngressMixinProps
CfnSecurityGroupIngressMixinProps.Builder, CfnSecurityGroupIngressMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSecurityGroupIngressMixinProps.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 theCfnSecurityGroupIngressMixinProps.Builder.
-
-
Method Details
-
getCacheSecurityGroupName
Description copied from interface:CfnSecurityGroupIngressMixinPropsThe name of the Cache Security Group to authorize.- Specified by:
getCacheSecurityGroupNamein interfaceCfnSecurityGroupIngressMixinProps- See Also:
-
getEc2SecurityGroupName
Description copied from interface:CfnSecurityGroupIngressMixinPropsName of the EC2 Security Group to include in the authorization.- Specified by:
getEc2SecurityGroupNamein interfaceCfnSecurityGroupIngressMixinProps- See Also:
-
getEc2SecurityGroupOwnerId
Description copied from interface:CfnSecurityGroupIngressMixinPropsSpecifies 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 interfaceCfnSecurityGroupIngressMixinProps- 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()
-