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.

Represents the event action configuration for an element of a Component or ComponentChild. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components. ActionParameters defines the action that is performed when an event occurs on the component.

Inheritance Hierarchy

System.Object
  Amazon.AmplifyUIBuilder.Model.ActionParameters

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

Syntax

C#
public class ActionParameters

The ActionParameters type exposes the following members

Constructors

NameDescription
Public Method ActionParameters()

Properties

NameTypeDescription
Public Property Anchor Amazon.AmplifyUIBuilder.Model.ComponentProperty

Gets and sets the property Anchor.

The HTML anchor link to the location to open. Specify this value for a navigation action.

Public Property Fields System.Collections.Generic.Dictionary<System.String, Amazon.AmplifyUIBuilder.Model.ComponentProperty>

Gets and sets the property Fields.

A dictionary of key-value pairs mapping Amplify Studio properties to fields in a data model. Use when the action performs an operation on an Amplify DataStore model.

Public Property Global Amazon.AmplifyUIBuilder.Model.ComponentProperty

Gets and sets the property Global.

Specifies whether the user should be signed out globally. Specify this value for an auth sign out action.

Public Property Id Amazon.AmplifyUIBuilder.Model.ComponentProperty

Gets and sets the property Id.

The unique ID of the component that the ActionParameters apply to.

Public Property Model System.String

Gets and sets the property Model.

The name of the data model. Use when the action performs an operation on an Amplify DataStore model.

Public Property State Amazon.AmplifyUIBuilder.Model.MutationActionSetStateParameter

Gets and sets the property State.

A key-value pair that specifies the state property name and its initial value.

Public Property Target Amazon.AmplifyUIBuilder.Model.ComponentProperty

Gets and sets the property Target.

The element within the same component to modify when the action occurs.

Public Property Type Amazon.AmplifyUIBuilder.Model.ComponentProperty

Gets and sets the property Type.

The type of navigation action. Valid values are url and anchor. This value is required for a navigation action.

Public Property Url Amazon.AmplifyUIBuilder.Model.ComponentProperty

Gets and sets the property Url.

The URL to the location to open. Specify this value for a navigation action.

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