Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class ServiceQueue : KotlinCustomResource

Provides a Message Notification Service Queue resource. For information about Message Notification Service Queue and how to use it, see What is Queue.

Link copied to clipboard
data class ServiceQueueArgs(val delaySeconds: Output<Int>? = null, val loggingEnabled: Output<Boolean>? = null, val maximumMessageSize: Output<Int>? = null, val messageRetentionPeriod: Output<Int>? = null, val pollingWaitSeconds: Output<Int>? = null, val queueName: Output<String>? = null, val visibilityTimeout: Output<Int>? = null) : ConvertibleToJava<ServiceQueueArgs>

Provides a Message Notification Service Queue resource. For information about Message Notification Service Queue and how to use it, see What is Queue.

Link copied to clipboard
Link copied to clipboard
object ServiceQueueMapper : ResourceMapper<ServiceQueue>
Link copied to clipboard
Link copied to clipboard
class ServiceSubscription : KotlinCustomResource

Provides a Message Notification Service Subscription resource. For information about Message Notification Service Subscription and how to use it, see What is Subscription.

Link copied to clipboard
data class ServiceSubscriptionArgs(val endpoint: Output<String>? = null, val filterTag: Output<String>? = null, val notifyContentFormat: Output<String>? = null, val notifyStrategy: Output<String>? = null, val pushType: Output<String>? = null, val subscriptionName: Output<String>? = null, val topicName: Output<String>? = null) : ConvertibleToJava<ServiceSubscriptionArgs>

Provides a Message Notification Service Subscription resource. For information about Message Notification Service Subscription and how to use it, see What is Subscription.

Link copied to clipboard
Link copied to clipboard
class ServiceTopic : KotlinCustomResource

Provides a Message Notification Service Topic resource. For information about Message Notification Service Topic and how to use it, see What is Topic.

Link copied to clipboard
data class ServiceTopicArgs(val loggingEnabled: Output<Boolean>? = null, val maxMessageSize: Output<Int>? = null, val topicName: Output<String>? = null) : ConvertibleToJava<ServiceTopicArgs>

Provides a Message Notification Service Topic resource. For information about Message Notification Service Topic and how to use it, see What is Topic.

Link copied to clipboard
Link copied to clipboard
object ServiceTopicMapper : ResourceMapper<ServiceTopic>
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard