@Internal public static final class IStateMachine.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IStateMachine.Jsii$Default
software.amazon.jsii.JsiiObject.InitializationModeIStateMachine.Jsii$Default, IStateMachine.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
ResourceEnvironment |
getEnv()
(experimental) The environment this resource belongs to.
|
IPrincipal |
getGrantPrincipal()
(experimental) The principal to grant permissions to.
|
software.constructs.Node |
getNode()
The tree node.
|
Stack |
getStack()
(experimental) The stack in which this resource is defined.
|
String |
getStateMachineArn()
(experimental) The ARN of the state machine.
|
Grant |
grant(IGrantable identity,
String... actions)
(experimental) Grant the given identity custom permissions.
|
Grant |
grantExecution(IGrantable identity,
String... actions)
(experimental) Grant the given identity permissions for all executions of a state machine.
|
Grant |
grantRead(IGrantable identity)
(experimental) Grant the given identity read permissions for this state machine.
|
Grant |
grantStartExecution(IGrantable identity)
(experimental) Grant the given identity permissions to start an execution of this state machine.
|
Grant |
grantTaskResponse(IGrantable identity)
(experimental) Grant the given identity read permissions for this state machine.
|
Metric |
metric(String metricName)
(experimental) Return the given named metric for this State Machine's executions.
|
Metric |
metric(String metricName,
MetricOptions props)
(experimental) Return the given named metric for this State Machine's executions.
|
Metric |
metricAborted()
(experimental) Metric for the number of executions that were aborted.
|
Metric |
metricAborted(MetricOptions props)
(experimental) Metric for the number of executions that were aborted.
|
Metric |
metricFailed()
(experimental) Metric for the number of executions that failed.
|
Metric |
metricFailed(MetricOptions props)
(experimental) Metric for the number of executions that failed.
|
Metric |
metricStarted()
(experimental) Metric for the number of executions that were started.
|
Metric |
metricStarted(MetricOptions props)
(experimental) Metric for the number of executions that were started.
|
Metric |
metricSucceeded()
(experimental) Metric for the number of executions that succeeded.
|
Metric |
metricSucceeded(MetricOptions props)
(experimental) Metric for the number of executions that succeeded.
|
Metric |
metricThrottled()
(experimental) Metric for the number of executions that were throttled.
|
Metric |
metricThrottled(MetricOptions props)
(experimental) Metric for the number of executions that were throttled.
|
Metric |
metricTime()
(experimental) Metric for the interval, in milliseconds, between the time the execution starts and the time it closes.
|
Metric |
metricTime(MetricOptions props)
(experimental) Metric for the interval, in milliseconds, between the time the execution starts and the time it closes.
|
Metric |
metricTimedOut()
(experimental) Metric for the number of executions that timed out.
|
Metric |
metricTimedOut(MetricOptions props)
(experimental) Metric for the number of executions that timed out.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) @NotNull public final software.constructs.Node getNode()
getNode in interface IResource.Jsii$DefaultgetNode in interface IStateMachine.Jsii$DefaultgetNode in interface software.constructs.IConstructgetNode in interface software.constructs.IConstruct.Jsii$Default@Stability(value=Experimental) @NotNull public final ResourceEnvironment getEnv()
For resources that are created and managed by the CDK (generally, those created by creating new class instances like Role, Bucket, etc.), this is always the same as the environment of the stack they belong to; however, for imported resources (those obtained from static methods like fromRoleArn, fromBucketName, etc.), that might be different than the stack they were imported into.
getEnv in interface IResourcegetEnv in interface IResource.Jsii$DefaultgetEnv in interface IStateMachine.Jsii$Default@Stability(value=Experimental) @NotNull public final Stack getStack()
getStack in interface IResourcegetStack in interface IResource.Jsii$DefaultgetStack in interface IStateMachine.Jsii$Default@Stability(value=Experimental) @NotNull public final IPrincipal getGrantPrincipal()
getGrantPrincipal in interface IGrantablegetGrantPrincipal in interface IGrantable.Jsii$DefaultgetGrantPrincipal in interface IStateMachine.Jsii$Default@Stability(value=Experimental) @NotNull public final String getStateMachineArn()
getStateMachineArn in interface IStateMachinegetStateMachineArn in interface IStateMachine.Jsii$Default@Stability(value=Experimental) @NotNull public final Grant grant(@NotNull IGrantable identity, @NotNull String... actions)
grant in interface IStateMachinegrant in interface IStateMachine.Jsii$Defaultidentity - The principal. This parameter is required.actions - The list of desired actions. This parameter is required.@Stability(value=Experimental) @NotNull public final Grant grantExecution(@NotNull IGrantable identity, @NotNull String... actions)
grantExecution in interface IStateMachinegrantExecution in interface IStateMachine.Jsii$Defaultidentity - The principal. This parameter is required.actions - The list of desired actions. This parameter is required.@Stability(value=Experimental) @NotNull public final Grant grantRead(@NotNull IGrantable identity)
grantRead in interface IStateMachinegrantRead in interface IStateMachine.Jsii$Defaultidentity - The principal. This parameter is required.@Stability(value=Experimental) @NotNull public final Grant grantStartExecution(@NotNull IGrantable identity)
grantStartExecution in interface IStateMachinegrantStartExecution in interface IStateMachine.Jsii$Defaultidentity - The principal. This parameter is required.@Stability(value=Experimental) @NotNull public final Grant grantTaskResponse(@NotNull IGrantable identity)
grantTaskResponse in interface IStateMachinegrantTaskResponse in interface IStateMachine.Jsii$Defaultidentity - The principal. This parameter is required.@Stability(value=Experimental) @NotNull public final Metric metric(@NotNull String metricName, @Nullable MetricOptions props)
Default: - sum over 5 minutes
metric in interface IStateMachinemetric in interface IStateMachine.Jsii$DefaultmetricName - This parameter is required.props - @Stability(value=Experimental) @NotNull public final Metric metric(@NotNull String metricName)
Default: - sum over 5 minutes
metric in interface IStateMachinemetricName - This parameter is required.@Stability(value=Experimental) @NotNull public final Metric metricAborted(@Nullable MetricOptions props)
Default: - sum over 5 minutes
metricAborted in interface IStateMachinemetricAborted in interface IStateMachine.Jsii$Defaultprops - @Stability(value=Experimental) @NotNull public final Metric metricAborted()
Default: - sum over 5 minutes
metricAborted in interface IStateMachine@Stability(value=Experimental) @NotNull public final Metric metricFailed(@Nullable MetricOptions props)
Default: - sum over 5 minutes
metricFailed in interface IStateMachinemetricFailed in interface IStateMachine.Jsii$Defaultprops - @Stability(value=Experimental) @NotNull public final Metric metricFailed()
Default: - sum over 5 minutes
metricFailed in interface IStateMachine@Stability(value=Experimental) @NotNull public final Metric metricStarted(@Nullable MetricOptions props)
Default: - sum over 5 minutes
metricStarted in interface IStateMachinemetricStarted in interface IStateMachine.Jsii$Defaultprops - @Stability(value=Experimental) @NotNull public final Metric metricStarted()
Default: - sum over 5 minutes
metricStarted in interface IStateMachine@Stability(value=Experimental) @NotNull public final Metric metricSucceeded(@Nullable MetricOptions props)
Default: - sum over 5 minutes
metricSucceeded in interface IStateMachinemetricSucceeded in interface IStateMachine.Jsii$Defaultprops - @Stability(value=Experimental) @NotNull public final Metric metricSucceeded()
Default: - sum over 5 minutes
metricSucceeded in interface IStateMachine@Stability(value=Experimental) @NotNull public final Metric metricThrottled(@Nullable MetricOptions props)
Default: sum over 5 minutes
metricThrottled in interface IStateMachinemetricThrottled in interface IStateMachine.Jsii$Defaultprops - @Stability(value=Experimental) @NotNull public final Metric metricThrottled()
Default: sum over 5 minutes
metricThrottled in interface IStateMachine@Stability(value=Experimental) @NotNull public final Metric metricTime(@Nullable MetricOptions props)
Default: - sum over 5 minutes
metricTime in interface IStateMachinemetricTime in interface IStateMachine.Jsii$Defaultprops - @Stability(value=Experimental) @NotNull public final Metric metricTime()
Default: - sum over 5 minutes
metricTime in interface IStateMachine@Stability(value=Experimental) @NotNull public final Metric metricTimedOut(@Nullable MetricOptions props)
Default: - sum over 5 minutes
metricTimedOut in interface IStateMachinemetricTimedOut in interface IStateMachine.Jsii$Defaultprops - @Stability(value=Experimental) @NotNull public final Metric metricTimedOut()
Default: - sum over 5 minutes
metricTimedOut in interface IStateMachineCopyright © 2021. All rights reserved.