Interface IStateMachine.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IGrantable,IGrantable.Jsii$Default,IResource,IResource.Jsii$Default,IStateMachine,IStateMachineRef,IStateMachineRef.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IStateMachine.Jsii$Proxy
- Enclosing interface:
IStateMachine
@Internal
public static interface IStateMachine.Jsii$Default
extends IStateMachine, IResource.Jsii$Default, IStateMachineRef.Jsii$Default, IGrantable.Jsii$Default
Internal default implementation for
IStateMachine.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.iam.IGrantable
IGrantable.Jsii$Default, IGrantable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.IStateMachine
IStateMachine.Jsii$Default, IStateMachine.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.stepfunctions.IStateMachineRef
IStateMachineRef.Jsii$Default, IStateMachineRef.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault StringThe ARN of the state machine.default Grantgrant(IGrantable identity, String... actions) Grant the given identity custom permissions.default GrantgrantExecution(IGrantable identity, String... actions) Grant the given identity permissions for all executions of a state machine.default GrantgrantRead(IGrantable identity) Grant the given identity read permissions for this state machine.default GrantgrantRedriveExecution(IGrantable identity) Grant the given identity permission to redrive the execution of the state machine.default GrantgrantStartExecution(IGrantable identity) Grant the given identity permissions to start an execution of this state machine.default GrantgrantStartSyncExecution(IGrantable identity) Grant the given identity permissions to start a synchronous execution of this state machine.default GrantgrantTaskResponse(IGrantable identity) Grant the given identity read permissions for this state machine.default MetricReturn the given named metric for this State Machine's executions.default Metricmetric(String metricName, MetricOptions props) Return the given named metric for this State Machine's executions.default MetricMetric for the number of executions that were aborted.default MetricmetricAborted(MetricOptions props) Metric for the number of executions that were aborted.default MetricMetric for the number of executions that failed.default MetricmetricFailed(MetricOptions props) Metric for the number of executions that failed.default MetricMetric for the number of executions that were started.default MetricmetricStarted(MetricOptions props) Metric for the number of executions that were started.default MetricMetric for the number of executions that succeeded.default MetricmetricSucceeded(MetricOptions props) Metric for the number of executions that succeeded.default MetricMetric for the number of executions that were throttled.default MetricmetricThrottled(MetricOptions props) Metric for the number of executions that were throttled.default MetricMetric for the interval, in milliseconds, between the time the execution starts and the time it closes.default MetricmetricTime(MetricOptions props) Metric for the interval, in milliseconds, between the time the execution starts and the time it closes.default MetricMetric for the number of executions that timed out.default MetricmetricTimedOut(MetricOptions props) Metric for the number of executions that timed out.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.services.iam.IGrantable.Jsii$Default
getGrantPrincipalMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.interfaces.stepfunctions.IStateMachineRef.Jsii$Default
getStateMachineRefMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStateMachineArn
The ARN of the state machine.- Specified by:
getStateMachineArnin interfaceIStateMachine
-
grant
@Stability(Stable) @NotNull default Grant grant(@NotNull IGrantable identity, @NotNull String... actions) Grant the given identity custom permissions.- Specified by:
grantin interfaceIStateMachine- Parameters:
identity- The principal. This parameter is required.actions- The list of desired actions. This parameter is required.
-
grantExecution
@Stability(Stable) @NotNull default Grant grantExecution(@NotNull IGrantable identity, @NotNull String... actions) Grant the given identity permissions for all executions of a state machine.- Specified by:
grantExecutionin interfaceIStateMachine- Parameters:
identity- The principal. This parameter is required.actions- The list of desired actions. This parameter is required.
-
grantRead
Grant the given identity read permissions for this state machine.- Specified by:
grantReadin interfaceIStateMachine- Parameters:
identity- The principal. This parameter is required.
-
grantRedriveExecution
Grant the given identity permission to redrive the execution of the state machine.- Specified by:
grantRedriveExecutionin interfaceIStateMachine- Parameters:
identity- The principal. This parameter is required.
-
grantStartExecution
Grant the given identity permissions to start an execution of this state machine.- Specified by:
grantStartExecutionin interfaceIStateMachine- Parameters:
identity- The principal. This parameter is required.
-
grantStartSyncExecution
Grant the given identity permissions to start a synchronous execution of this state machine.- Specified by:
grantStartSyncExecutionin interfaceIStateMachine- Parameters:
identity- The principal. This parameter is required.
-
grantTaskResponse
Grant the given identity read permissions for this state machine.- Specified by:
grantTaskResponsein interfaceIStateMachine- Parameters:
identity- The principal. This parameter is required.
-
metric
@Stability(Stable) @NotNull default Metric metric(@NotNull String metricName, @Nullable MetricOptions props) Return the given named metric for this State Machine's executions.Default: - sum over 5 minutes
- Specified by:
metricin interfaceIStateMachine- Parameters:
metricName- This parameter is required.props-
-
metric
Return the given named metric for this State Machine's executions.Default: - sum over 5 minutes
- Specified by:
metricin interfaceIStateMachine- Parameters:
metricName- This parameter is required.
-
metricAborted
Metric for the number of executions that were aborted.Default: - sum over 5 minutes
- Specified by:
metricAbortedin interfaceIStateMachine- Parameters:
props-
-
metricAborted
Metric for the number of executions that were aborted.Default: - sum over 5 minutes
- Specified by:
metricAbortedin interfaceIStateMachine
-
metricFailed
Metric for the number of executions that failed.Default: - sum over 5 minutes
- Specified by:
metricFailedin interfaceIStateMachine- Parameters:
props-
-
metricFailed
Metric for the number of executions that failed.Default: - sum over 5 minutes
- Specified by:
metricFailedin interfaceIStateMachine
-
metricStarted
Metric for the number of executions that were started.Default: - sum over 5 minutes
- Specified by:
metricStartedin interfaceIStateMachine- Parameters:
props-
-
metricStarted
Metric for the number of executions that were started.Default: - sum over 5 minutes
- Specified by:
metricStartedin interfaceIStateMachine
-
metricSucceeded
Metric for the number of executions that succeeded.Default: - sum over 5 minutes
- Specified by:
metricSucceededin interfaceIStateMachine- Parameters:
props-
-
metricSucceeded
Metric for the number of executions that succeeded.Default: - sum over 5 minutes
- Specified by:
metricSucceededin interfaceIStateMachine
-
metricThrottled
Metric for the number of executions that were throttled.Default: sum over 5 minutes
- Specified by:
metricThrottledin interfaceIStateMachine- Parameters:
props-
-
metricThrottled
Metric for the number of executions that were throttled.Default: sum over 5 minutes
- Specified by:
metricThrottledin interfaceIStateMachine
-
metricTime
Metric for the interval, in milliseconds, between the time the execution starts and the time it closes.Default: - sum over 5 minutes
- Specified by:
metricTimein interfaceIStateMachine- Parameters:
props-
-
metricTime
Metric for the interval, in milliseconds, between the time the execution starts and the time it closes.Default: - sum over 5 minutes
- Specified by:
metricTimein interfaceIStateMachine
-
metricTimedOut
Metric for the number of executions that timed out.Default: - sum over 5 minutes
- Specified by:
metricTimedOutin interfaceIStateMachine- Parameters:
props-
-
metricTimedOut
Metric for the number of executions that timed out.Default: - sum over 5 minutes
- Specified by:
metricTimedOutin interfaceIStateMachine
-