class Aws::CodeDeploy::Types::RawString

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

@note When making an API call, you may pass RawString

data as a hash:

    {
      content: "RawStringContent",
      sha256: "RawStringSha256",
    }

@!attribute [rw] content

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.
@return [String]

@!attribute [rw] sha256

The SHA256 hash value of the revision content.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/RawString AWS API Documentation

Constants

SENSITIVE