@Generated(value="jsii-pacmak/0.7.4 (build e80a889)", date="2018-09-11T09:57:27.779Z") public interface IStage extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
IStage.Jsii$Proxy
A proxy class which for javascript object literal which adhere to this interface.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The physical, human-readable name of this Pipeline Stage.
|
software.amazon.awscdk.Arn |
getPipelineArn()
The ARN of the Pipeline.
|
software.amazon.awscdk.services.iam.Role |
getPipelineRole()
The service Role of the Pipeline.
|
void |
grantPipelineBucketReadWrite(software.amazon.awscdk.services.iam.IPrincipal identity)
Grants read & write permissions to the Pipeline's S3 Bucket to the given Identity.
|
String getName()
software.amazon.awscdk.Arn getPipelineArn()
software.amazon.awscdk.services.iam.Role getPipelineRole()
void grantPipelineBucketReadWrite(software.amazon.awscdk.services.iam.IPrincipal identity)
identity - the IAM Identity to grant the permissions toCopyright © 2018. All rights reserved.