ParameterHistory

Information about parameter usage.

Types

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

Properties

Link copied to clipboard

Parameter names can include the following letters and symbols.

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

Information about the parameter.

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

Labels assigned to the parameter version.

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 name of the parameter.

Link copied to clipboard

Information about the policies assigned to a parameter.

Link copied to clipboard

The parameter tier.

Link copied to clipboard

The type of parameter used.

Link copied to clipboard

The parameter value.

Link copied to clipboard

The parameter version.

Functions

Link copied to clipboard
inline fun copy(block: ParameterHistory.Builder.() -> Unit = {}): ParameterHistory
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