Class CfnVpcConnectionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.msk.CfnVpcConnectionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnVpcConnectionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVpcConnectionProps
@Stability(Stable)
@Internal
public static final class CfnVpcConnectionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVpcConnectionProps
An implementation for
CfnVpcConnectionProps
-
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.msk.CfnVpcConnectionProps
CfnVpcConnectionProps.Builder, CfnVpcConnectionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnVpcConnectionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnVpcConnectionProps.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 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()
Create tags when creating the VPC connection.final String
The Amazon Resource Name (ARN) of the cluster.final String
getVpcId()
The VPC id of the remote client.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 theCfnVpcConnectionProps.Builder
.
-
-
Method Details
-
getAuthentication
Description copied from interface:CfnVpcConnectionProps
The type of private link authentication.- Specified by:
getAuthentication
in interfaceCfnVpcConnectionProps
-
getClientSubnets
Description copied from interface:CfnVpcConnectionProps
The list of subnets in the client VPC to connect to.- Specified by:
getClientSubnets
in interfaceCfnVpcConnectionProps
-
getSecurityGroups
Description copied from interface:CfnVpcConnectionProps
The security groups to attach to the ENIs for the broker nodes.- Specified by:
getSecurityGroups
in interfaceCfnVpcConnectionProps
-
getTargetClusterArn
Description copied from interface:CfnVpcConnectionProps
The Amazon Resource Name (ARN) of the cluster.- Specified by:
getTargetClusterArn
in interfaceCfnVpcConnectionProps
-
getVpcId
Description copied from interface:CfnVpcConnectionProps
The VPC id of the remote client.- Specified by:
getVpcId
in interfaceCfnVpcConnectionProps
-
getTags
Description copied from interface:CfnVpcConnectionProps
Create tags when creating the VPC connection.- Specified by:
getTags
in interfaceCfnVpcConnectionProps
-
$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()
-