@Generated(value="jsii-pacmak/0.22.0 (build 14afdde)", date="2020-03-18T10:30:11.868Z") @Stability(value=Stable) public interface FileAssetLocation extends software.amazon.jsii.JsiiSerializable
This is where the asset can be consumed at runtime.
| Modifier and Type | Interface and Description |
|---|---|
static class |
FileAssetLocation.Builder
A builder for
FileAssetLocation |
static class |
FileAssetLocation.Jsii$Proxy
An implementation for
FileAssetLocation |
| Modifier and Type | Method and Description |
|---|---|
static FileAssetLocation.Builder |
builder() |
String |
getBucketName()
The name of the Amazon S3 bucket.
|
String |
getObjectKey()
The Amazon S3 object key.
|
String |
getS3Url()
The HTTP URL of this asset on Amazon S3.
|
@Stability(value=Stable) String getBucketName()
@Stability(value=Stable) String getObjectKey()
@Stability(value=Stable) String getS3Url()
Example:
// Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826 https:
@Stability(value=Stable) static FileAssetLocation.Builder builder()
FileAssetLocation.Builder of FileAssetLocationCopyright © 2020. All rights reserved.