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