Package-level declarations

Types

Link copied to clipboard
class ShortUrl : KotlinCustomResource

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
object ShortUrlMapper : ResourceMapper<ShortUrl>
Link copied to clipboard

Functions

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