Interface CfnClusterPropsMixin.TlsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnClusterPropsMixin.TlsProperty.Jsii$Proxy
- Enclosing class:
CfnClusterPropsMixin
@Stability(Stable)
public static interface CfnClusterPropsMixin.TlsProperty
extends software.amazon.jsii.JsiiSerializable
Details for client authentication using TLS.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.msk.mixins.*;
TlsProperty tlsProperty = TlsProperty.builder()
.certificateAuthorityArnList(List.of("certificateAuthorityArnList"))
.enabled(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnClusterPropsMixin.TlsPropertystatic final classAn implementation forCfnClusterPropsMixin.TlsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCertificateAuthorityArnList
List of AWS Private CA ARNs.- See Also:
-
getEnabled
TLS authentication is enabled or not.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-