@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:30:28.974Z") @Stability(value=Experimental) public interface ArtifactsBucketLocation extends software.amazon.jsii.JsiiSerializable
The artifacts bucket location cannot be updated once the canary is created.
| Modifier and Type | Interface and Description |
|---|---|
static class |
ArtifactsBucketLocation.Builder
A builder for
ArtifactsBucketLocation |
static class |
ArtifactsBucketLocation.Jsii$Proxy
An implementation for
ArtifactsBucketLocation |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactsBucketLocation.Builder |
builder() |
IBucket |
getBucket()
(experimental) The s3 location that stores the data of each run.
|
default String |
getPrefix()
(experimental) The S3 bucket prefix.
|
@Stability(value=Experimental) @NotNull IBucket getBucket()
@Stability(value=Experimental) @Nullable default String getPrefix()
Specify this if you want a more specific path within the artifacts bucket.
Default: - no prefix
@Stability(value=Experimental) static ArtifactsBucketLocation.Builder builder()
ArtifactsBucketLocation.Builder of ArtifactsBucketLocationCopyright © 2021. All rights reserved.