RawString

class RawString

Deprecated

RawString and String revision type are deprecated, use AppSpecContent type instead.

A revision for an Lambda deployment that is a YAML-formatted or JSON-formatted string. For Lambda deployments, the revision is the same as the AppSpec file.

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. It includes information about which Lambda function to update and optional Lambda functions that validate deployment lifecycle events.

Link copied to clipboard

The SHA256 hash value of the revision content.

Functions

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