Class FileDefinitionBody
Inherited Members
Namespace: Amazon.CDK.AWS.StepFunctions
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FileDefinitionBody : DefinitionBody
Syntax (vb)
Public Class FileDefinitionBody
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 fileDefinitionBody = FileDefinitionBody.FromChainable(chainable);
Synopsis
Constructors
FileDefinitionBody(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
FileDefinitionBody(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
FileDefinitionBody(String, IAssetOptions) |
Properties
Path |
Methods
Bind(Construct, IPrincipal, IStateMachineProps, StateGraph) |
Constructors
FileDefinitionBody(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected FileDefinitionBody(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
FileDefinitionBody(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected FileDefinitionBody(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
FileDefinitionBody(String, IAssetOptions)
public FileDefinitionBody(string path, IAssetOptions options = null)
Parameters
- path System.String
- options IAssetOptions
Properties
Path
public virtual string Path { get; }
Property Value
System.String
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