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.

An action defines the tasks that the extension performs during the AppConfig workflow. Each action includes an action point such as ON_CREATE_HOSTED_CONFIGURATION, PRE_DEPLOYMENT, or ON_DEPLOYMENT. Each action also includes a name, a URI to an Lambda function, and an Amazon Resource Name (ARN) for an Identity and Access Management assume role. You specify the name, URI, and ARN for each action point defined in the extension. You can specify the following actions for an extension:

Inheritance Hierarchy

System.Object
  Amazon.AppConfig.Model.Action

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

Syntax

C#
public class Action

The Action type exposes the following members

Constructors

NameDescription
Public Method Action()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

Information about the action.

Public Property Name System.String

Gets and sets the property Name.

The action name.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

An Amazon Resource Name (ARN) for an Identity and Access Management assume role.

Public Property Uri System.String

Gets and sets the property Uri.

The extension URI associated to the action point in the extension definition. The URI can be an Amazon Resource Name (ARN) for one of the following: an Lambda function, an Amazon Simple Queue Service queue, an Amazon Simple Notification Service topic, or the Amazon EventBridge default event bus.

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