Interface CfnPipePropsMixin.MSKAccessCredentialsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPipePropsMixin.MSKAccessCredentialsProperty.Jsii$Proxy
Enclosing class:
CfnPipePropsMixin

@Stability(Stable) public static interface CfnPipePropsMixin.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.mixins.preview.services.pipes.mixins.*;
 MSKAccessCredentialsProperty mSKAccessCredentialsProperty = MSKAccessCredentialsProperty.builder()
         .clientCertificateTlsAuth("clientCertificateTlsAuth")
         .saslScram512Auth("saslScram512Auth")
         .build();
 

See Also: