Parameter

class Parameter

An Amazon Web Services Systems Manager parameter in Parameter Store.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of 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

Date the parameter was last changed or updated and the parameter version was created.

Link copied to clipboard
val name: String?

The name of the parameter.

Link copied to clipboard

Either the version number or the label used to retrieve the parameter value. Specify selectors by using one of the following formats:

Link copied to clipboard

Applies to parameters that reference information in other Amazon Web Services services. SourceResult is the raw result or response from the source.

Link copied to clipboard

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

Link copied to clipboard

The parameter value.

Link copied to clipboard

The parameter version.

Functions

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