Class ChainDefinitionBody
Inherited Members
Namespace: Amazon.CDK.AWS.StepFunctions
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ChainDefinitionBody : DefinitionBody
Syntax (vb)
Public Class ChainDefinitionBody
Inherits DefinitionBody
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;
IChainable chainable;
var chainDefinitionBody = ChainDefinitionBody.FromChainable(chainable);
Synopsis
Constructors
ChainDefinitionBody(IChainable) | |
ChainDefinitionBody(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
ChainDefinitionBody(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
Properties
Chainable |
Methods
Bind(Construct, IPrincipal, IStateMachineProps, StateGraph) |
Constructors
ChainDefinitionBody(IChainable)
ChainDefinitionBody(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected ChainDefinitionBody(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
ChainDefinitionBody(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected ChainDefinitionBody(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
Properties
Chainable
Methods
Bind(Construct, IPrincipal, IStateMachineProps, StateGraph)
public override IDefinitionConfig Bind(Construct scope, IPrincipal sfnPrincipal, IStateMachineProps sfnProps, StateGraph graph = null)
Parameters
- scope Constructs.Construct
- sfnPrincipal IPrincipal
- sfnProps IStateMachineProps
- graph StateGraph
Returns