EventGridArgs

data class EventGridArgs(val accessKey1: Output<String>, val accessKey2: Output<String>? = null, val authenticationType: Output<Either<String, AuthenticationType>>? = null, val deadLetterSecret: Output<String>? = null, val deadLetterUri: Output<String>? = null, val endpointType: Output<String>, val topicEndpoint: Output<String>) : ConvertibleToJava<EventGridArgs>

Properties related to EventGrid.

Constructors

Link copied to clipboard
constructor(accessKey1: Output<String>, accessKey2: Output<String>? = null, authenticationType: Output<Either<String, AuthenticationType>>? = null, deadLetterSecret: Output<String>? = null, deadLetterUri: Output<String>? = null, endpointType: Output<String>, topicEndpoint: Output<String>)

Properties

Link copied to clipboard
val accessKey1: Output<String>

EventGrid secondary accesskey. Will be obfuscated during read.

Link copied to clipboard
val accessKey2: Output<String>? = null

EventGrid secondary accesskey. Will be obfuscated during read.

Link copied to clipboard
val authenticationType: Output<Either<String, AuthenticationType>>? = null

Specifies the authentication type being used for connecting to the endpoint.

Link copied to clipboard
val deadLetterSecret: Output<String>? = null

Dead letter storage secret for key-based authentication. Will be obfuscated during read.

Link copied to clipboard
val deadLetterUri: Output<String>? = null

Dead letter storage URL for identity-based authentication.

Link copied to clipboard
val endpointType: Output<String>

The type of Digital Twins endpoint Expected value is 'EventGrid'.

Link copied to clipboard
val topicEndpoint: Output<String>

EventGrid Topic Endpoint

Functions

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