public static interface CfnCluster.TlsProperty
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 java.util.List<java.lang.String> |
getCertificateAuthorityArnList()
List of ACM Certificate Authority ARNs.
|
default java.lang.Object |
getEnabled()
TLS authentication is enabled or not.
|
default java.util.List<java.lang.String> getCertificateAuthorityArnList()
default java.lang.Object getEnabled()
static CfnCluster.TlsProperty.Builder builder()
CfnCluster.TlsProperty.Builder
of CfnCluster.TlsProperty