FirehoseDeliveryStreamMskSourceConfigurationAuthenticationConfigurationArgs

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

Constructors

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

Properties

Link copied to clipboard
val connectivity: Output<String>

The type of connectivity used to access the Amazon MSK cluster. Valid values: PUBLIC, PRIVATE.

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(): FirehoseDeliveryStreamMskSourceConfigurationAuthenticationConfigurationArgs