@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:12.512Z") @Stability(value=Experimental) public interface EncryptionInTransitConfig extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.msk.*;
EncryptionInTransitConfig encryptionInTransitConfig = EncryptionInTransitConfig.builder()
.clientBroker(ClientBrokerEncryption.TLS)
.enableInCluster(false)
.build();
https://docs.aws.amazon.com/msk/latest/developerguide/msk-encryption.html#msk-encryption-in-transit| Modifier and Type | Interface and Description |
|---|---|
static class |
EncryptionInTransitConfig.Builder
A builder for
EncryptionInTransitConfig |
static class |
EncryptionInTransitConfig.Jsii$Proxy
An implementation for
EncryptionInTransitConfig |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionInTransitConfig.Builder |
builder() |
default ClientBrokerEncryption |
getClientBroker()
(experimental) Indicates the encryption setting for data in transit between clients and brokers.
|
default Boolean |
getEnableInCluster()
(experimental) Indicates that data communication among the broker nodes of the cluster is encrypted.
|
@Stability(value=Experimental) @Nullable default ClientBrokerEncryption getClientBroker()
Default: - TLS
@Stability(value=Experimental) @Nullable default Boolean getEnableInCluster()
Default: true
@Stability(value=Experimental) static EncryptionInTransitConfig.Builder builder()
EncryptionInTransitConfig.Builder of EncryptionInTransitConfigCopyright © 2022. All rights reserved.