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 identity: Output<ManagedIdentityReferenceArgs>? = null, 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>, identity: Output<ManagedIdentityReferenceArgs>? = null, topicEndpoint: Output<String>)
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. Defaults to 'KeyBased'. If 'KeyBased' is selected, a connection string must be specified (at least the primary connection string). If 'IdentityBased' is select, the endpointUri and entityPath properties must be specified.
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
Managed identity properties for the endpoint.
Link copied to clipboard
EventGrid Topic Endpoint.