Interface IPipeline.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IPipeline,IPipelineRef,IPipelineRef.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IPipeline.Jsii$Proxy
- Enclosing interface:
IPipeline
@Internal
public static interface IPipeline.Jsii$Default
extends IPipeline, IResource.Jsii$Default, IPipelineRef.Jsii$Default
Internal default implementation for
IPipeline.-
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.services.sagemaker.IPipeline
IPipeline.Jsii$Default, IPipeline.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.sagemaker.IPipelineRef
IPipelineRef.Jsii$Default, IPipelineRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault StringThe ARN of the pipeline.default StringThe name of the pipeline.default GrantgrantStartPipelineExecution(IGrantable grantee) Permits an IAM principal to start this pipeline execution.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.interfaces.sagemaker.IPipelineRef.Jsii$Default
getPipelineRefMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPipelineArn
The ARN of the pipeline.- Specified by:
getPipelineArnin interfaceIPipeline
-
getPipelineName
The name of the pipeline.- Specified by:
getPipelineNamein interfaceIPipeline
-
grantStartPipelineExecution
Permits an IAM principal to start this pipeline execution.- Specified by:
grantStartPipelineExecutionin interfaceIPipeline- Parameters:
grantee- The principal to grant access to. This parameter is required.
-