RecordOutput

The output for the product created as the result of a request. For example, the output for a CloudFormation-backed product that creates an S3 bucket would include the S3 bucket URL.

Types

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

Properties

Link copied to clipboard

The description of the output.

Link copied to clipboard

The output key.

Link copied to clipboard

The output value.

Functions

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