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.

Information about the location of an application revision.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.RevisionLocation

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

Syntax

C#
public class RevisionLocation

The RevisionLocation type exposes the following members

Constructors

NameDescription
Public Method RevisionLocation()

Properties

NameTypeDescription
Public Property AppSpecContent Amazon.CodeDeploy.Model.AppSpecContent

Gets and sets the property AppSpecContent.

The content of an AppSpec file for an Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML and stored as a RawString.

Public Property GitHubLocation Amazon.CodeDeploy.Model.GitHubLocation

Gets and sets the property GitHubLocation.

Information about the location of application artifacts stored in GitHub.

Public Property RevisionType Amazon.CodeDeploy.RevisionLocationType

Gets and sets the property RevisionType.

The type of application revision:

  • S3: An application revision stored in Amazon S3.

  • GitHub: An application revision stored in GitHub (EC2/On-premises deployments only).

  • String: A YAML-formatted or JSON-formatted string (Lambda deployments only).

  • AppSpecContent: An AppSpecContent object that contains the contents of an AppSpec file for an Lambda or Amazon ECS deployment. The content is formatted as JSON or YAML stored as a RawString.

Public Property S3Location Amazon.CodeDeploy.Model.S3Location

Gets and sets the property S3Location.

Information about the location of a revision stored in Amazon S3.

Public Property String Amazon.CodeDeploy.Model.RawString

Gets and sets the property String.

Information about the location of an Lambda deployment revision stored as a RawString.

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