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) : ConvertibleToJava<EventHubArgs>
Properties related to EventHub.
Constructors
Link copied to clipboard
constructor(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)
Properties
Link copied to clipboard
Specifies the authentication type being used for connecting to the endpoint.
Link copied to clipboard
PrimaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
Link copied to clipboard
SecondaryConnectionString of the endpoint for key-based authentication. Will be obfuscated during read.
Link copied to clipboard
Dead letter storage secret for key-based authentication. Will be obfuscated during read.
Link copied to clipboard
Dead letter storage URL for identity-based authentication.
Link copied to clipboard
The type of Digital Twins endpoint Expected value is 'EventHub'.
Link copied to clipboard
The URL of the EventHub namespace for identity-based authentication. It must include the protocol sb://
Link copied to clipboard
The EventHub name in the EventHub namespace for identity-based authentication.