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 default implementation for
IWorkflow.-
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.IResource
IResource.Jsii$Default, IResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.imagebuilder.alpha.IWorkflow
IWorkflow.Jsii$Default, IWorkflow.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault String(experimental) The ARN of the workflow.default String(experimental) The name of the workflow.default String(experimental) The type of the workflow.default String(experimental) The version of the workflow.default Grantgrant(IGrantable grantee, String... actions) (experimental) Grant custom actions to the given grantee for the workflow.default GrantgrantRead(IGrantable grantee) (experimental) Grant read permissions to the given grantee for the workflow.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.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getWorkflowArn
(experimental) The ARN of the workflow.- Specified by:
getWorkflowArnin interfaceIWorkflow
-
getWorkflowName
(experimental) The name of the workflow.- Specified by:
getWorkflowNamein interfaceIWorkflow
-
getWorkflowType
(experimental) The type of the workflow.- Specified by:
getWorkflowTypein interfaceIWorkflow
-
getWorkflowVersion
(experimental) The version of the workflow.- Specified by:
getWorkflowVersionin interfaceIWorkflow
-
grant
@Stability(Experimental) @NotNull default Grant grant(@NotNull IGrantable grantee, @NotNull String... actions) (experimental) Grant custom actions to the given grantee for the workflow. -
grantRead
(experimental) Grant read permissions to the given grantee for the workflow.
-