@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.858Z") @Stability(value=Stable) public interface FileAssetMetadataEntry extends software.amazon.jsii.JsiiSerializable
Example:
// Example automatically generated from non-compiling source. May contain errors.
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cloudassembly.schema.*;
FileAssetMetadataEntry fileAssetMetadataEntry = FileAssetMetadataEntry.builder()
.artifactHashParameter("artifactHashParameter")
.id("id")
.packaging("packaging")
.path("path")
.s3BucketParameter("s3BucketParameter")
.s3KeyParameter("s3KeyParameter")
.sourceHash("sourceHash")
.build();
| 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 © 2022. All rights reserved.