Interface CfnPipe.MSKAccessCredentialsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPipe.MSKAccessCredentialsProperty.Jsii$Proxy
- Enclosing class:
CfnPipe
@Stability(Stable)
public static interface CfnPipe.MSKAccessCredentialsProperty
extends software.amazon.jsii.JsiiSerializable
The AWS Secrets Manager secret that stores your stream credentials.
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.pipes.*; MSKAccessCredentialsProperty mSKAccessCredentialsProperty = MSKAccessCredentialsProperty.builder() .clientCertificateTlsAuth("clientCertificateTlsAuth") .saslScram512Auth("saslScram512Auth") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPipe.MSKAccessCredentialsProperty
static final class
An implementation forCfnPipe.MSKAccessCredentialsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClientCertificateTlsAuth
The ARN of the Secrets Manager secret. -
getSaslScram512Auth
The ARN of the Secrets Manager secret. -
builder
-