Class CfnCluster.ClientAuthenticationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.msk.CfnCluster.ClientAuthenticationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCluster.ClientAuthenticationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCluster.ClientAuthenticationProperty
@Stability(Stable)
@Internal
public static final class CfnCluster.ClientAuthenticationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCluster.ClientAuthenticationProperty
An implementation for
CfnCluster.ClientAuthenticationProperty
-
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.CfnCluster.ClientAuthenticationProperty
CfnCluster.ClientAuthenticationProperty.Builder, CfnCluster.ClientAuthenticationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCluster.ClientAuthenticationProperty.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 Object
getSasl()
Details for client authentication using SASL.final Object
getTls()
Details for ClientAuthentication using TLS.final Object
Details for ClientAuthentication using no authentication.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 theCfnCluster.ClientAuthenticationProperty.Builder
.
-
-
Method Details
-
getSasl
Description copied from interface:CfnCluster.ClientAuthenticationProperty
Details for client authentication using SASL.To turn on SASL, you must also turn on
EncryptionInTransit
by settinginCluster
to true. You must setclientBroker
to eitherTLS
orTLS_PLAINTEXT
. If you chooseTLS_PLAINTEXT
, then you must also setunauthenticated
to true.- Specified by:
getSasl
in interfaceCfnCluster.ClientAuthenticationProperty
-
getTls
Description copied from interface:CfnCluster.ClientAuthenticationProperty
Details for ClientAuthentication using TLS.To turn on TLS access control, you must also turn on
EncryptionInTransit
by settinginCluster
to true andclientBroker
toTLS
.- Specified by:
getTls
in interfaceCfnCluster.ClientAuthenticationProperty
-
getUnauthenticated
Description copied from interface:CfnCluster.ClientAuthenticationProperty
Details for ClientAuthentication using no authentication.- Specified by:
getUnauthenticated
in interfaceCfnCluster.ClientAuthenticationProperty
-
$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()
-