Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Provides a Msc Sub Contact resource.

Link copied to clipboard
data class MscSubContractArgs(val contactName: Output<String>? = null, val email: Output<String>? = null, val mobile: Output<String>? = null, val position: Output<String>? = null) : ConvertibleToJava<MscSubContractArgs>

Provides a Msc Sub Contact resource.

Link copied to clipboard
Link copied to clipboard

Provides a Msc Sub Subscription resource.

Link copied to clipboard
data class MscSubSubscriptionArgs(val contactIds: Output<List<String>>? = null, val emailStatus: Output<Int>? = null, val itemName: Output<String>? = null, val pmsgStatus: Output<Int>? = null, val smsStatus: Output<Int>? = null, val ttsStatus: Output<Int>? = null, val webhookIds: Output<List<String>>? = null, val webhookStatus: Output<Int>? = null) : ConvertibleToJava<MscSubSubscriptionArgs>

Provides a Msc Sub Subscription resource.

Link copied to clipboard

Provides a Msc Sub Webhook resource.

Link copied to clipboard
data class MscSubWebhookArgs(val serverUrl: Output<String>? = null, val webhookName: Output<String>? = null) : ConvertibleToJava<MscSubWebhookArgs>

Provides a Msc Sub Webhook resource.

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

The provider type for the alicloud package. By default, resources use package-wide configuration settings, however an explicit Provider instance may be created and passed during resource construction to achieve fine-grained programmatic control over provider settings. See the documentation for more information.

Link copied to clipboard
data class ProviderArgs(val accessKey: Output<String>? = null, val accountId: Output<String>? = null, val assumeRole: Output<ProviderAssumeRoleArgs>? = null, val clientConnectTimeout: Output<Int>? = null, val clientReadTimeout: Output<Int>? = null, val configurationSource: Output<String>? = null, val credentialsUri: Output<String>? = null, val ecsRoleName: Output<String>? = null, val endpoints: Output<List<ProviderEndpointArgs>>? = null, val fc: Output<String>? = null, val logEndpoint: Output<String>? = null, val maxRetryTimeout: Output<Int>? = null, val mnsEndpoint: Output<String>? = null, val otsInstanceName: Output<String>? = null, val profile: Output<String>? = null, val protocol: Output<String>? = null, val region: Output<String>? = null, val secretKey: Output<String>? = null, val secureTransport: Output<String>? = null, val securityToken: Output<String>? = null, val securityTransport: Output<String>? = null, val sharedCredentialsFile: Output<String>? = null, val skipRegionValidation: Output<Boolean>? = null, val sourceIp: Output<String>? = null) : ConvertibleToJava<ProviderArgs>

The provider type for the alicloud package. By default, resources use package-wide configuration settings, however an explicit Provider instance may be created and passed during resource construction to achieve fine-grained programmatic control over provider settings. See the documentation for more information.

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun providerResource(name: String, block: suspend ProviderResourceBuilder.() -> Unit): Provider