@Generated(value="jsii-pacmak/0.7.6 (build 04cb6bb)", date="2018-09-27T21:49:26.402Z") public class S3BucketSource extends BuildSource
| Modifier | Constructor and Description |
|---|---|
|
S3BucketSource(software.amazon.awscdk.services.s3.BucketRef bucket,
String path) |
protected |
S3BucketSource(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(Project project)
Called by the project when the source is added so that the source can perform
binding operations on the source.
|
software.amazon.awscdk.services.s3.BucketRef |
getBucket() |
String |
getPath() |
ProjectResource.SourceProperty |
toSourceJSON() |
protected S3BucketSource(software.amazon.jsii.JsiiObject.InitializationMode mode)
public S3BucketSource(software.amazon.awscdk.services.s3.BucketRef bucket,
String path)
public void bind(Project project)
bind in class BuildSourcepublic ProjectResource.SourceProperty toSourceJSON()
toSourceJSON in class BuildSourcepublic software.amazon.awscdk.services.s3.BucketRef getBucket()
public String getPath()
Copyright © 2018. All rights reserved.