Event Grid Args
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.
Properties
Link copied to clipboard
EventGrid secondary accesskey. Will be obfuscated during read.
Link copied to clipboard
EventGrid secondary accesskey. Will be obfuscated during read.
Link copied to clipboard
Specifies the authentication type being used for connecting to the endpoint.
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 'EventGrid'.
Link copied to clipboard
EventGrid Topic Endpoint