@Generated(value="jsii-pacmak/0.20.8 (build bd5ef4d)", date="2019-11-25T14:22:09.460Z") @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()
// This example is in TypeScript, examples in Java are coming soon. https://s3-us-east-1.amazonaws.com/mybucket/myobject
@Stability(value=Stable) static FileAssetLocation.Builder builder()
FileAssetLocation.Builder of FileAssetLocationCopyright © 2019. All rights reserved.