ParameterValue

Parameter value of the application.

Types

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

Properties

Link copied to clipboard
val name: String?

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

Link copied to clipboard

The input value associated with the parameter.

Functions

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