AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.RawString

Namespace: Amazon.CodeDeploy.Model
Assembly: AWSSDK.CodeDeploy.dll
Version: 3.x.y.z

Syntax

C#
[Obsolete("RawString and String revision type are deprecated, use AppSpecContent type instead.")]
public class RawString

The RawString type exposes the following members

Constructors

NameDescription
Public Method RawString()

Properties

NameTypeDescription
Public Property Content System.String

Gets and sets the property 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.

Public Property Sha256 System.String

Gets and sets the property Sha256.

The SHA256 hash value of the revision content.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5