Class CfnClusterPropsMixin.ClientAuthenticationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.msk.CfnClusterPropsMixin.ClientAuthenticationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterPropsMixin.ClientAuthenticationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterPropsMixin.ClientAuthenticationProperty
@Stability(Stable)
@Internal
public static final class CfnClusterPropsMixin.ClientAuthenticationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClusterPropsMixin.ClientAuthenticationProperty
An implementation for
CfnClusterPropsMixin.ClientAuthenticationProperty-
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.CfnClusterPropsMixin.ClientAuthenticationProperty
CfnClusterPropsMixin.ClientAuthenticationProperty.Builder, CfnClusterPropsMixin.ClientAuthenticationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnClusterPropsMixin.ClientAuthenticationProperty.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 ObjectgetSasl()Details for client authentication using SASL.final ObjectgetTls()Details for ClientAuthentication using TLS.final ObjectDetails for ClientAuthentication using no authentication.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 theCfnClusterPropsMixin.ClientAuthenticationProperty.Builder.
-
-
Method Details
-
getSasl
Description copied from interface:CfnClusterPropsMixin.ClientAuthenticationPropertyDetails for client authentication using SASL.To turn on SASL, you must also turn on
EncryptionInTransitby settinginClusterto true. You must setclientBrokerto eitherTLSorTLS_PLAINTEXT. If you chooseTLS_PLAINTEXT, then you must also setunauthenticatedto true.Returns union: either
IResolvableorCfnClusterPropsMixin.SaslProperty- Specified by:
getSaslin interfaceCfnClusterPropsMixin.ClientAuthenticationProperty- See Also:
-
getTls
Description copied from interface:CfnClusterPropsMixin.ClientAuthenticationPropertyDetails for ClientAuthentication using TLS.To turn on TLS access control, you must also turn on
EncryptionInTransitby settinginClusterto true andclientBrokertoTLS.Returns union: either
IResolvableorCfnClusterPropsMixin.TlsProperty- Specified by:
getTlsin interfaceCfnClusterPropsMixin.ClientAuthenticationProperty- See Also:
-
getUnauthenticated
Description copied from interface:CfnClusterPropsMixin.ClientAuthenticationPropertyDetails for ClientAuthentication using no authentication.Returns union: either
IResolvableorCfnClusterPropsMixin.UnauthenticatedProperty- Specified by:
getUnauthenticatedin interfaceCfnClusterPropsMixin.ClientAuthenticationProperty- 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()
-