GetParameterResult

data class GetParameterResult(val arn: String, val id: String, val insecureValue: String, val name: String, val type: String, val value: String, val version: Int, val withDecryption: Boolean? = null)

A collection of values returned by getParameter.

Constructors

Link copied to clipboard
constructor(arn: String, id: String, insecureValue: String, name: String, type: String, value: String, version: Int, withDecryption: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the parameter.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Value of the parameter. Use caution: This value is never marked as sensitive.

Link copied to clipboard

Name of the parameter.

Link copied to clipboard

Type of the parameter. Valid types are String, StringList and SecureString.

Link copied to clipboard

Value of the parameter. This value is always marked as sensitive in the pulumi preview output, regardless of type.

Link copied to clipboard

Version of the parameter.

Link copied to clipboard
val withDecryption: Boolean? = null