ParameterMetadata

Metadata includes information like the Amazon Resource Name (ARN) of the last user to update the parameter and the date and time the parameter was last used.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A parameter name can include only the following letters and symbols.

Link copied to clipboard
val arn: String?

The (ARN) of the last user to update the parameter.

Link copied to clipboard

The data type of the parameter, such as text or aws:ec2:image. The default is text.

Link copied to clipboard

Description of the parameter actions.

Link copied to clipboard

The alias of the Key Management Service (KMS) key used to encrypt the parameter. Applies to SecureString parameters only.

Link copied to clipboard

Date the parameter was last changed or updated.

Link copied to clipboard

Amazon Resource Name (ARN) of the Amazon Web Services user who last changed the parameter.

Link copied to clipboard
val name: String?

The parameter name.

Link copied to clipboard

A list of policies associated with a parameter.

Link copied to clipboard

The parameter tier.

Link copied to clipboard

The type of parameter. Valid parameter types include the following: String, StringList, and SecureString.

Link copied to clipboard

The parameter version.

Functions

Link copied to clipboard
inline fun copy(block: ParameterMetadata.Builder.() -> Unit = {}): ParameterMetadata
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String