GetTopicPlainArgs

data class GetTopicPlainArgs(val awsAccountId: String, val topicId: String) : ConvertibleToJava<GetTopicPlainArgs>

Constructors

Link copied to clipboard
constructor(awsAccountId: String, topicId: String)

Properties

Link copied to clipboard

The ID of the AWS account that you want to create a topic in.

Link copied to clipboard

The ID for the topic. This ID is unique per AWS Region for each AWS account.

Functions

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