Interface StateMachineGrantsProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
StateMachineGrantsProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.126.0 (build 206d44b)",
date="2026-02-03T13:58:32.006Z")
@Stability(Stable)
public interface StateMachineGrantsProps
extends software.amazon.jsii.JsiiSerializable
Properties for StateMachineGrants.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.stepfunctions.*;
import software.amazon.awscdk.interfaces.stepfunctions.*;
IStateMachineRef stateMachineRef;
StateMachineGrantsProps stateMachineGrantsProps = StateMachineGrantsProps.builder()
.resource(stateMachineRef)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forStateMachineGrantsPropsstatic final classAn implementation forStateMachineGrantsProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResource
The resource on which actions will be allowed. -
builder
- Returns:
- a
StateMachineGrantsProps.BuilderofStateMachineGrantsProps
-