GetCustomPluginResult

data class GetCustomPluginResult(val arn: String, val description: String, val id: String, val latestRevision: Int, val name: String, val state: String)

A collection of values returned by getCustomPlugin.

Constructors

Link copied to clipboard
constructor(arn: String, description: String, id: String, latestRevision: Int, name: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

the ARN of the custom plugin.

Link copied to clipboard

a summary description of the custom plugin.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

an ID of the latest successfully created revision of the custom plugin.

Link copied to clipboard
Link copied to clipboard

the state of the custom plugin.