Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class ServiceEndpoint : KotlinCustomResource

Message Service Endpoint can be imported using the id, e.g.

Link copied to clipboard
class ServiceEndpointAcl : KotlinCustomResource

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

Link copied to clipboard
data class ServiceEndpointAclArgs(val aclStrategy: Output<String>? = null, val cidr: Output<String>? = null, val endpointType: Output<String>? = null) : ConvertibleToJava<ServiceEndpointAclArgs>

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

Link copied to clipboard
Link copied to clipboard
data class ServiceEndpointArgs(val endpointEnabled: Output<Boolean>? = null, val endpointType: Output<String>? = null) : ConvertibleToJava<ServiceEndpointArgs>

Message Service Endpoint can be imported using the id, e.g.

Link copied to clipboard
object ServiceEndpointMapper : ResourceMapper<ServiceEndpoint>
Link copied to clipboard
class ServiceQueue : KotlinCustomResource

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

Link copied to clipboard
data class ServiceQueueArgs(val delaySeconds: Output<Int>? = null, val dlqPolicy: Output<ServiceQueueDlqPolicyArgs>? = 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 tags: Output<Map<String, String>>? = null, val visibilityTimeout: Output<Int>? = null) : ConvertibleToJava<ServiceQueueArgs>

Provides a Message Service Queue resource. For information about Message 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 Service Subscription resource. For information about Message Service Subscription and how to use it, see What is Subscription.

Link copied to clipboard
data class ServiceSubscriptionArgs(val dlqPolicy: Output<ServiceSubscriptionDlqPolicyArgs>? = null, 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 Service Subscription resource. For information about Message 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 Service Topic resource. For information about Message Service Topic and how to use it, see What is Topic.

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

Provides a Message Service Topic resource. For information about Message 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
Link copied to clipboard