DeliveryStreamAuthenticationConfigurationArgs

data class DeliveryStreamAuthenticationConfigurationArgs(val connectivity: Output<DeliveryStreamAuthenticationConfigurationConnectivity>, val roleArn: Output<String>) : ConvertibleToJava<DeliveryStreamAuthenticationConfigurationArgs>

Constructors

constructor(connectivity: Output<DeliveryStreamAuthenticationConfigurationConnectivity>, roleArn: Output<String>)

Properties

Link copied to clipboard

The type of connectivity used to access the Amazon MSK cluster.

Link copied to clipboard
val roleArn: Output<String>

The ARN of the role used to access the Amazon MSK cluster.

Functions

Link copied to clipboard
open override fun toJava(): DeliveryStreamAuthenticationConfigurationArgs