@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-01T11:09:03.100Z") @Stability(value=Stable) 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()
The name of the parameter where the hash of the bundled asset should be passed in.
|
String |
getId()
Logical identifier for the asset.
|
String |
getPackaging()
Requested packaging style.
|
String |
getPath()
Path on disk to the asset.
|
String |
getS3BucketParameter()
Name of parameter where S3 bucket should be passed in.
|
String |
getS3KeyParameter()
Name of parameter where S3 key should be passed in.
|
String |
getSourceHash()
The hash of the asset source.
|
@Stability(value=Stable) @NotNull String getArtifactHashParameter()
@Stability(value=Stable) @NotNull String getId()
@Stability(value=Stable) @NotNull String getPackaging()
@Stability(value=Stable) @NotNull String getPath()
@Stability(value=Stable) @NotNull String getS3BucketParameter()
@Stability(value=Stable) @NotNull String getS3KeyParameter()
@Stability(value=Stable) @NotNull String getSourceHash()
@Stability(value=Stable) static FileAssetMetadataEntry.Builder builder()
FileAssetMetadataEntry.Builder of FileAssetMetadataEntryCopyright © 2021. All rights reserved.