Service Bus Args
constructor(authenticationType: Output<Either<String, AuthenticationType>>? = null, deadLetterSecret: Output<String>? = null, deadLetterUri: Output<String>? = null, endpointType: Output<String>, endpointUri: Output<String>? = null, entityPath: Output<String>? = null, identity: Output<ManagedIdentityReferenceArgs>? = null, primaryConnectionString: Output<String>? = null, secondaryConnectionString: Output<String>? = null)