AccountCapabilityArgs

data class AccountCapabilityArgs(val name: Output<String>) : ConvertibleToJava<AccountCapabilityArgs>

Constructors

Link copied to clipboard
fun AccountCapabilityArgs(name: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): AccountCapabilityArgs

Properties

Link copied to clipboard
val name: Output<String>

Specifies the name of the CosmosDB Account. Changing this forces a new resource to be created.