GetTopicSubscriptionsPlainArgs

data class GetTopicSubscriptionsPlainArgs(val namePrefix: String? = null, val outputFile: String? = null, val topicName: String) : ConvertibleToJava<GetTopicSubscriptionsPlainArgs>

A collection of arguments for invoking getTopicSubscriptions.

Constructors

Link copied to clipboard
constructor(namePrefix: String? = null, outputFile: String? = null, topicName: String)

Properties

Link copied to clipboard
val namePrefix: String? = null

A string to filter resulting subscriptions of the topic by their name prefixs.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard

Two topics on a single account in the same region cannot have the same name. A topic name must start with an English letter or a digit, and can contain English letters, digits, and hyphens, with the length not exceeding 256 characters.

Functions

Link copied to clipboard
open override fun toJava(): GetTopicSubscriptionsPlainArgs