getSas

suspend fun getSas(argument: GetSasPlainArgs): GetSasResult

Use this data source to obtain a Shared Access Signature (SAS Token) for an existing Event Hub.

Return

A collection of values returned by getSas.

Parameters

argument

A collection of arguments for invoking getSas.


suspend fun getSas(connectionString: String, expiry: String): GetSasResult

Return

A collection of values returned by getSas.

See also

Parameters

connectionString

The connection string for the Event Hub to which this SAS applies.

expiry

The expiration time and date of this SAS. Must be a valid ISO-8601 format time/date string.


suspend fun getSas(argument: suspend GetSasPlainArgsBuilder.() -> Unit): GetSasResult

Return

A collection of values returned by getSas.

See also

Parameters

argument

Builder for com.pulumi.azure.eventhub.kotlin.inputs.GetSasPlainArgs.