Event Hub Args
data class EventHubArgs(val authenticationType: Output<Either<String, AuthenticationType>>? = null, val connectionStringPrimaryKey: Output<String>? = null, val connectionStringSecondaryKey: Output<String>? = null, val deadLetterSecret: Output<String>? = null, val deadLetterUri: Output<String>? = null, val endpointType: Output<String>, val endpointUri: Output<String>? = null, val entityPath: Output<String>? = null, val identity: Output<ManagedIdentityReferenceArgs>? = null) : ConvertibleToJava<EventHubArgs>
Properties related to EventHub.
Constructors
Link copied to clipboard
fun EventHubArgs(authenticationType: Output<Either<String, AuthenticationType>>? = null, connectionStringPrimaryKey: Output<String>? = null, connectionStringSecondaryKey: Output<String>? = null, deadLetterSecret: Output<String>? = null, deadLetterUri: Output<String>? = null, endpointType: Output<String>, endpointUri: Output<String>? = null, entityPath: Output<String>? = null, identity: Output<ManagedIdentityReferenceArgs>? = null)