Package-level declarations

Types

Link copied to clipboard
class Account : KotlinCustomResource

A Playwright service account resource. Uses Azure REST API version 2024-12-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. Other available API versions: 2023-10-01-preview, 2024-02-01-preview, 2024-08-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azureplaywrightservice [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class AccountArgs(val accountName: Output<String>? = null, val localAuth: Output<Either<String, EnablementStatus>>? = null, val location: Output<String>? = null, val regionalAffinity: Output<Either<String, EnablementStatus>>? = null, val reporting: Output<Either<String, EnablementStatus>>? = null, val resourceGroupName: Output<String>? = null, val scalableExecution: Output<Either<String, EnablementStatus>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AccountArgs>

A Playwright service account resource. Uses Azure REST API version 2024-12-01. In version 2.x of the Azure Native provider, it used API version 2023-10-01-preview. Other available API versions: 2023-10-01-preview, 2024-02-01-preview, 2024-08-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azureplaywrightservice [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
object AccountMapper : ResourceMapper<Account>
Link copied to clipboard

Functions

Link copied to clipboard
fun account(name: String): Account
suspend fun account(name: String, block: suspend AccountResourceBuilder.() -> Unit): Account