Class IStateMachine.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.stepfunctions.IStateMachine.Jsii$Proxy
- All Implemented Interfaces:
IEnvironmentAware,IEnvironmentAware.Jsii$Default,IStateMachineRef,IStateMachineRef.Jsii$Default,IResource,IResource.Jsii$Default,IGrantable,IGrantable.Jsii$Default,IStateMachine,IStateMachine.Jsii$Default,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default
- Enclosing interface:
IStateMachine
@Internal
public static final class IStateMachine.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IStateMachine.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal MetricReturn the given named metric for this State Machine's executions.final MetricMetric for the number of executions that were aborted.final MetricMetric for the number of executions that failed.final MetricMetric for the number of executions that were started.final MetricMetric for the number of executions that succeeded.final MetricMetric for the number of executions that were throttled.final MetricMetric for the interval, in milliseconds, between the time the execution starts and the time it closes.final MetricMetric for the number of executions that timed out.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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.services.stepfunctions.IStateMachine.Jsii$Default
getStateMachineArn, grant, grantExecution, grantRead, grantRedriveExecution, grantStartExecution, grantStartSyncExecution, grantTaskResponse, metric, metricAborted, metricFailed, metricStarted, metricSucceeded, metricThrottled, metricTime, metricTimedOutMethods inherited from interface software.amazon.awscdk.interfaces.stepfunctions.IStateMachineRef.Jsii$Default
getStateMachineRefMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
metric
Return the given named metric for this State Machine's executions.Default: - sum over 5 minutes
- Specified by:
metricin interfaceIStateMachine- Specified by:
metricin interfaceIStateMachine.Jsii$Default- 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- Specified by:
metricAbortedin interfaceIStateMachine.Jsii$Default
-
metricFailed
Metric for the number of executions that failed.Default: - sum over 5 minutes
- Specified by:
metricFailedin interfaceIStateMachine- Specified by:
metricFailedin interfaceIStateMachine.Jsii$Default
-
metricStarted
Metric for the number of executions that were started.Default: - sum over 5 minutes
- Specified by:
metricStartedin interfaceIStateMachine- Specified by:
metricStartedin interfaceIStateMachine.Jsii$Default
-
metricSucceeded
Metric for the number of executions that succeeded.Default: - sum over 5 minutes
- Specified by:
metricSucceededin interfaceIStateMachine- Specified by:
metricSucceededin interfaceIStateMachine.Jsii$Default
-
metricThrottled
Metric for the number of executions that were throttled.Default: sum over 5 minutes
- Specified by:
metricThrottledin interfaceIStateMachine- Specified by:
metricThrottledin interfaceIStateMachine.Jsii$Default
-
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- Specified by:
metricTimein interfaceIStateMachine.Jsii$Default
-
metricTimedOut
Metric for the number of executions that timed out.Default: - sum over 5 minutes
- Specified by:
metricTimedOutin interfaceIStateMachine- Specified by:
metricTimedOutin interfaceIStateMachine.Jsii$Default
-