Interface CfnDeliveryStream.AuthenticationConfigurationProperty

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

@Stability(Stable) public static interface CfnDeliveryStream.AuthenticationConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The authentication configuration of the Amazon MSK cluster.

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.kinesisfirehose.*;
 AuthenticationConfigurationProperty authenticationConfigurationProperty = AuthenticationConfigurationProperty.builder()
         .connectivity("connectivity")
         .roleArn("roleArn")
         .build();
 

See Also: