Class CfnCluster.EncryptionInTransitProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.msk.CfnCluster.EncryptionInTransitProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCluster.EncryptionInTransitProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCluster.EncryptionInTransitProperty
@Stability(Stable)
@Internal
public static final class CfnCluster.EncryptionInTransitProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCluster.EncryptionInTransitProperty
An implementation for
CfnCluster.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.services.msk.CfnCluster.EncryptionInTransitProperty
CfnCluster.EncryptionInTransitProperty.Builder, CfnCluster.EncryptionInTransitProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCluster.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 theCfnCluster.EncryptionInTransitProperty.Builder.
-
-
Method Details
-
getClientBroker
Description copied from interface:CfnCluster.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 interfaceCfnCluster.EncryptionInTransitProperty- See Also:
-
getInCluster
Description copied from interface:CfnCluster.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 interfaceCfnCluster.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()
-