Show / Hide Table of Contents

Interface IActivityProps

Properties for defining a new Step Functions Activity.

Namespace: Amazon.CDK.AWS.StepFunctions
Assembly: Amazon.CDK.AWS.StepFunctions.dll
Syntax (csharp)
public interface IActivityProps
Syntax (vb)
Public Interface 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

Properties

ActivityName

The name for this activity.

Properties

ActivityName

The name for this activity.

virtual string ActivityName { get; }
Property Value

System.String

Remarks

Default: - If not supplied, a name is generated

Back to top Generated by DocFX