Show / Hide Table of Contents

Class ActivityProps

Properties for defining a new Step Functions Activity.

Inheritance
System.Object
ActivityProps
Implements
IActivityProps
Namespace: Amazon.CDK.AWS.StepFunctions
Assembly: Amazon.CDK.AWS.StepFunctions.dll
Syntax (csharp)
public class ActivityProps : Object, IActivityProps
Syntax (vb)
Public Class ActivityProps
    Inherits Object
    Implements IActivityProps
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.StepFunctions;

var activityProps = new ActivityProps {
    ActivityName = "activityName"
};

Synopsis

Constructors

ActivityProps()

Properties

ActivityName

The name for this activity.

Constructors

ActivityProps()

public ActivityProps()

Properties

ActivityName

The name for this activity.

public string ActivityName { get; set; }
Property Value

System.String

Remarks

Default: - If not supplied, a name is generated

Implements

IActivityProps
Back to top Generated by DocFX