@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:12.507Z") @Stability(value=Experimental) public class ClientAuthentication extends software.amazon.jsii.JsiiObject
Example:
// Example automatically generated from non-compiling source. May contain errors.
import software.amazon.awscdk.core.*;
Object cluster = new cluster(this, "cluster", Map.of(
(SpreadAssignment ...
encryptionInTransit
encryptionInTransit)), Map.of(
"clientBroker", ClientBrokerEncryption.TLS), clientAuthentication, ClientAuthentication.sasl(SaslAuthProps.builder()
.scram(true)
.build()));
| Modifier | Constructor and Description |
|---|---|
protected |
ClientAuthentication(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
ClientAuthentication(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
SaslAuthProps |
getSaslProps()
(experimental) - properties for SASL authentication.
|
TlsAuthProps |
getTlsProps()
(experimental) - properties for TLS authentication.
|
static ClientAuthentication |
sasl(SaslAuthProps props)
(experimental) SASL authentication.
|
static ClientAuthentication |
tls(TlsAuthProps props)
(experimental) TLS authentication.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected ClientAuthentication(software.amazon.jsii.JsiiObjectRef objRef)
protected ClientAuthentication(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) @NotNull public static ClientAuthentication sasl(@NotNull SaslAuthProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public static ClientAuthentication tls(@NotNull TlsAuthProps props)
props - This parameter is required.@Stability(value=Experimental) @Nullable public SaslAuthProps getSaslProps()
@Stability(value=Experimental) @Nullable public TlsAuthProps getTlsProps()
Copyright © 2022. All rights reserved.