Class CfnClusterPropsMixin.EncryptionInTransitProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.msk.CfnClusterPropsMixin.EncryptionInTransitProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterPropsMixin.EncryptionInTransitProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterPropsMixin.EncryptionInTransitProperty
@Stability(Stable)
@Internal
public static final class CfnClusterPropsMixin.EncryptionInTransitProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClusterPropsMixin.EncryptionInTransitProperty
An implementation for
CfnClusterPropsMixin.EncryptionInTransitProperty-
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.EncryptionInTransitProperty
CfnClusterPropsMixin.EncryptionInTransitProperty.Builder, CfnClusterPropsMixin.EncryptionInTransitProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnClusterPropsMixin.EncryptionInTransitProperty.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 StringIndicates the encryption setting for data in transit between clients and brokers.final ObjectWhen set to true, it indicates that data communication among the broker nodes of the cluster is encrypted.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.EncryptionInTransitProperty.Builder.
-
-
Method Details
-
getClientBroker
Description copied from interface:CfnClusterPropsMixin.EncryptionInTransitPropertyIndicates the encryption setting for data in transit between clients and brokers.You must set it to one of the following values.
TLS: Indicates that client-broker communication is enabled with TLS only.TLS_PLAINTEXT: Indicates that client-broker communication is enabled for both TLS-encrypted, as well as plaintext data.PLAINTEXT: Indicates that client-broker communication is enabled in plaintext only.
The default value is
TLS.- Specified by:
getClientBrokerin interfaceCfnClusterPropsMixin.EncryptionInTransitProperty- See Also:
-
getInCluster
Description copied from interface:CfnClusterPropsMixin.EncryptionInTransitPropertyWhen set to true, it indicates that data communication among the broker nodes of the cluster is encrypted.When set to false, the communication happens in plaintext.
The default value is true.
Returns union: either
BooleanorIResolvable- Specified by:
getInClusterin interfaceCfnClusterPropsMixin.EncryptionInTransitProperty- 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()
-