Class CfnVpcConnectionMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.msk.CfnVpcConnectionMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnVpcConnectionMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVpcConnectionMixinProps
@Stability(Stable)
@Internal
public static final class CfnVpcConnectionMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVpcConnectionMixinProps
An implementation for
CfnVpcConnectionMixinProps-
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.msk.CfnVpcConnectionMixinProps
CfnVpcConnectionMixinProps.Builder, CfnVpcConnectionMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnVpcConnectionMixinProps.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 type of private link authentication.The list of subnets in the client VPC to connect to.The security groups to attach to the ENIs for the broker nodes.getTags()An arbitrary set of tags (key-value pairs) you specify while creating the VPC connection.final StringThe Amazon Resource Name (ARN) of the cluster.final StringgetVpcId()The VPC ID of the remote client.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 theCfnVpcConnectionMixinProps.Builder.
-
-
Method Details
-
getAuthentication
Description copied from interface:CfnVpcConnectionMixinPropsThe type of private link authentication.- Specified by:
getAuthenticationin interfaceCfnVpcConnectionMixinProps- See Also:
-
getClientSubnets
Description copied from interface:CfnVpcConnectionMixinPropsThe list of subnets in the client VPC to connect to.- Specified by:
getClientSubnetsin interfaceCfnVpcConnectionMixinProps- See Also:
-
getSecurityGroups
Description copied from interface:CfnVpcConnectionMixinPropsThe security groups to attach to the ENIs for the broker nodes.- Specified by:
getSecurityGroupsin interfaceCfnVpcConnectionMixinProps- See Also:
-
getTags
Description copied from interface:CfnVpcConnectionMixinPropsAn arbitrary set of tags (key-value pairs) you specify while creating the VPC connection.- Specified by:
getTagsin interfaceCfnVpcConnectionMixinProps- See Also:
-
getTargetClusterArn
Description copied from interface:CfnVpcConnectionMixinPropsThe Amazon Resource Name (ARN) of the cluster.- Specified by:
getTargetClusterArnin interfaceCfnVpcConnectionMixinProps- See Also:
-
getVpcId
Description copied from interface:CfnVpcConnectionMixinPropsThe VPC ID of the remote client.- Specified by:
getVpcIdin interfaceCfnVpcConnectionMixinProps- 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()
-