Package-level declarations

Types

Link copied to clipboard
class Account : KotlinCustomResource

Resource schema for AWS::CertificateManager::Account.

Link copied to clipboard
data class AccountArgs(val expiryEventsConfiguration: Output<AccountExpiryEventsConfigurationArgs>? = null) : ConvertibleToJava<AccountArgs>

Resource schema for AWS::CertificateManager::Account.

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