Interface IWorkflow.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IResource, IResource.Jsii$Default, IWorkflow, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IWorkflow.Jsii$Proxy
Enclosing interface:
IWorkflow

@Internal public static interface IWorkflow.Jsii$Default extends IWorkflow, IResource.Jsii$Default
Internal default implementation for IWorkflow.
  • Method Details

    • getWorkflowArn

      @Stability(Experimental) @NotNull default String getWorkflowArn()
      (experimental) The ARN of the workflow.
      Specified by:
      getWorkflowArn in interface IWorkflow
    • getWorkflowName

      @Stability(Experimental) @NotNull default String getWorkflowName()
      (experimental) The name of the workflow.
      Specified by:
      getWorkflowName in interface IWorkflow
    • getWorkflowType

      @Stability(Experimental) @NotNull default String getWorkflowType()
      (experimental) The type of the workflow.
      Specified by:
      getWorkflowType in interface IWorkflow
    • getWorkflowVersion

      @Stability(Experimental) @NotNull default String getWorkflowVersion()
      (experimental) The version of the workflow.
      Specified by:
      getWorkflowVersion in interface IWorkflow
    • grant

      @Stability(Experimental) @NotNull default Grant grant(@NotNull IGrantable grantee, @NotNull String... actions)
      (experimental) Grant custom actions to the given grantee for the workflow.

      Specified by:
      grant in interface IWorkflow
      Parameters:
      grantee - The principal. This parameter is required.
      actions - The list of actions. This parameter is required.
    • grantRead

      @Stability(Experimental) @NotNull default Grant grantRead(@NotNull IGrantable grantee)
      (experimental) Grant read permissions to the given grantee for the workflow.

      Specified by:
      grantRead in interface IWorkflow
      Parameters:
      grantee - The principal. This parameter is required.