software.amazon.jsii.JsiiObject.InitializationModeIStage.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| 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.
|
protected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public String getName()
public software.amazon.awscdk.Arn getPipelineArn()
getPipelineArn in interface IStagepublic software.amazon.awscdk.services.iam.Role getPipelineRole()
getPipelineRole in interface IStagepublic void grantPipelineBucketReadWrite(software.amazon.awscdk.services.iam.IPrincipal identity)
grantPipelineBucketReadWrite in interface IStageidentity - the IAM Identity to grant the permissions toCopyright © 2018. All rights reserved.