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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.msk.CfnCluster.EncryptionInTransitProperty
CfnCluster.EncryptionInTransitProperty.Builder, CfnCluster.EncryptionInTransitProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCluster.EncryptionInTransitProperty.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 String
Indicates the encryption setting for data in transit between clients and brokers.final Object
When set to true, it indicates that data communication among the broker nodes of the cluster is encrypted.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.EncryptionInTransitProperty.Builder
.
-
-
Method Details
-
getClientBroker
Description copied from interface:CfnCluster.EncryptionInTransitProperty
Indicates 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:
getClientBroker
in interfaceCfnCluster.EncryptionInTransitProperty
- See Also:
-
getInCluster
Description copied from interface:CfnCluster.EncryptionInTransitProperty
When 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.
- Specified by:
getInCluster
in interfaceCfnCluster.EncryptionInTransitProperty
- See Also:
-
$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()
-