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
fun EventGridArgs(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>)