@Stability(value=Stable) @Internal public static final class CfnCluster.EncryptionInTransitProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCluster.EncryptionInTransitProperty
CfnCluster.EncryptionInTransitPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnCluster.EncryptionInTransitProperty.Builder, CfnCluster.EncryptionInTransitProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnCluster.EncryptionInTransitProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnCluster.BrokerLogsProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getClientBroker()
Indicates the encryption setting for data in transit between clients and brokers.
|
Object |
getInCluster()
When set to true, it indicates that data communication among the broker nodes of the cluster is encrypted.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnCluster.EncryptionInTransitProperty.Builder builder)
CfnCluster.BrokerLogsProperty.Builder.public final String getClientBroker()
CfnCluster.EncryptionInTransitProperty
TLS means that client-broker communication is enabled with TLS only.TLS_PLAINTEXT means that client-broker communication is enabled for both TLS-encrypted, as well as plain text data.PLAINTEXT means that client-broker communication is enabled in plain text only.
The default value is TLS .
getClientBroker in interface CfnCluster.EncryptionInTransitPropertypublic final Object getInCluster()
CfnCluster.EncryptionInTransitPropertyWhen set to false, the communication happens in plain text. The default value is true.
getInCluster in interface CfnCluster.EncryptionInTransitProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.