AppSpecContent

A revision for an Lambda or Amazon ECS deployment that is a YAML-formatted or JSON-formatted string. For Lambda and Amazon ECS deployments, the revision is the same as the AppSpec file. This method replaces the deprecated RawString data type.

Types

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

Properties

Link copied to clipboard

The YAML-formatted or JSON-formatted revision string.

Link copied to clipboard

The SHA256 hash value of the revision content.

Functions

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