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
ConstructorsModifierConstructorDescriptionprotected
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.getTags()
A key-value pair to associate with a resource.final String
The Amazon Resource Name (ARN) of the target cluster.final String
getVpcId()
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
- See Also:
-
getClientSubnets
- Specified by:
getClientSubnets
in interfaceCfnVpcConnectionProps
- See Also:
-
getSecurityGroups
- Specified by:
getSecurityGroups
in interfaceCfnVpcConnectionProps
- See Also:
-
getTargetClusterArn
Description copied from interface:CfnVpcConnectionProps
The Amazon Resource Name (ARN) of the target cluster.- Specified by:
getTargetClusterArn
in interfaceCfnVpcConnectionProps
- See Also:
-
getVpcId
- Specified by:
getVpcId
in interfaceCfnVpcConnectionProps
- See Also:
-
getTags
Description copied from interface:CfnVpcConnectionProps
A key-value pair to associate with a resource.- Specified by:
getTags
in interfaceCfnVpcConnectionProps
- 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()
-