@Stability(value=Stable)
public static interface CfnCluster.TlsProperty
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.*;
TlsProperty tlsProperty = TlsProperty.builder()
.certificateAuthorityArnList(List.of("certificateAuthorityArnList"))
.enabled(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.TlsProperty.Builder
A builder for
CfnCluster.TlsProperty |
static class |
CfnCluster.TlsProperty.Jsii$Proxy
An implementation for
CfnCluster.TlsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.TlsProperty.Builder |
builder() |
default List<String> |
getCertificateAuthorityArnList()
List of ACM Certificate Authority ARNs.
|
default Object |
getEnabled()
TLS authentication is enabled or not.
|
@Stability(value=Stable) @Nullable default List<String> getCertificateAuthorityArnList()
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) static CfnCluster.TlsProperty.Builder builder()
CfnCluster.TlsProperty.Builder of CfnCluster.TlsPropertyCopyright © 2022. All rights reserved.