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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPipe.MSKAccessCredentialsPropertystatic final classAn 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
-