@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:53.616Z") @Stability(value=Experimental) public interface FileAssetMetadataEntry extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
FileAssetMetadataEntry.Builder
A builder for
FileAssetMetadataEntry |
static class |
FileAssetMetadataEntry.Jsii$Proxy
An implementation for
FileAssetMetadataEntry |
| Modifier and Type | Method and Description |
|---|---|
static FileAssetMetadataEntry.Builder |
builder() |
String |
getArtifactHashParameter()
(experimental) The name of the parameter where the hash of the bundled asset should be passed in.
|
String |
getId()
(experimental) Logical identifier for the asset.
|
String |
getPackaging()
(experimental) Requested packaging style.
|
String |
getPath()
(experimental) Path on disk to the asset.
|
String |
getS3BucketParameter()
(experimental) Name of parameter where S3 bucket should be passed in.
|
String |
getS3KeyParameter()
(experimental) Name of parameter where S3 key should be passed in.
|
String |
getSourceHash()
(experimental) The hash of the asset source.
|
@Stability(value=Experimental) @NotNull String getArtifactHashParameter()
@Stability(value=Experimental) @NotNull String getId()
@Stability(value=Experimental) @NotNull String getPackaging()
@Stability(value=Experimental) @NotNull String getPath()
@Stability(value=Experimental) @NotNull String getS3BucketParameter()
@Stability(value=Experimental) @NotNull String getS3KeyParameter()
@Stability(value=Experimental) @NotNull String getSourceHash()
@Stability(value=Experimental) static FileAssetMetadataEntry.Builder builder()
FileAssetMetadataEntry.Builder of FileAssetMetadataEntryCopyright © 2021. All rights reserved.