Package-level declarations

Types

Link copied to clipboard

Provides a SMS Short Url resource. For information about SMS Short Url and how to use it, see What is Short Url.

Link copied to clipboard
data class ShortUrlArgs(val effectiveDays: Output<Int>? = null, val shortUrlName: Output<String>? = null, val sourceUrl: Output<String>? = null) : ConvertibleToJava<ShortUrlArgs>

Provides a SMS Short Url resource. For information about SMS Short Url and how to use it, see What is Short Url.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun shortUrlResource(name: String, block: suspend ShortUrlResourceBuilder.() -> Unit): ShortUrl