Parameter

class Parameter

The Parameter data type.

Types

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

Properties

Link copied to clipboard

The key associated with the parameter. If you don't specify a key and value for a particular parameter, CloudFormation uses the default value that's specified in your template.

Link copied to clipboard

The input value associated with the parameter.

Link copied to clipboard

Read-only. The value that corresponds to a SSM parameter key. This field is returned only for SSM parameter types in the template.

Link copied to clipboard

During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.

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