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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.msk.CfnVpcConnectionProps
CfnVpcConnectionProps.Builder, CfnVpcConnectionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnVpcConnectionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnVpcConnectionProps.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.getTags()A key-value pair to associate with a resource.final StringThe Amazon Resource Name (ARN) of the target cluster.final StringgetVpcId()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 theCfnVpcConnectionProps.Builder.
-
-
Method Details
-
getAuthentication
Description copied from interface:CfnVpcConnectionPropsThe type of private link authentication.- Specified by:
getAuthenticationin interfaceCfnVpcConnectionProps- See Also:
-
getClientSubnets
- Specified by:
getClientSubnetsin interfaceCfnVpcConnectionProps- See Also:
-
getSecurityGroups
- Specified by:
getSecurityGroupsin interfaceCfnVpcConnectionProps- See Also:
-
getTargetClusterArn
Description copied from interface:CfnVpcConnectionPropsThe Amazon Resource Name (ARN) of the target cluster.- Specified by:
getTargetClusterArnin interfaceCfnVpcConnectionProps- See Also:
-
getVpcId
- Specified by:
getVpcIdin interfaceCfnVpcConnectionProps- See Also:
-
getTags
Description copied from interface:CfnVpcConnectionPropsA key-value pair to associate with a resource.- Specified by:
getTagsin interfaceCfnVpcConnectionProps- 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()
-