@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-25T18:28:55.818Z")
public interface FileAssetMetadataEntry
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() |
java.lang.String |
getArtifactHashParameter()
The name of the parameter where the hash of the bundled asset should be passed in.
|
java.lang.String |
getId()
Logical identifier for the asset.
|
java.lang.String |
getPackaging()
Requested packaging style.
|
java.lang.String |
getPath()
Path on disk to the asset.
|
java.lang.String |
getS3BucketParameter()
Name of parameter where S3 bucket should be passed in.
|
java.lang.String |
getS3KeyParameter()
Name of parameter where S3 key should be passed in.
|
java.lang.String |
getSourceHash()
The hash of the asset source.
|
java.lang.String getArtifactHashParameter()
java.lang.String getId()
java.lang.String getPackaging()
java.lang.String getPath()
java.lang.String getS3BucketParameter()
java.lang.String getS3KeyParameter()
java.lang.String getSourceHash()
static FileAssetMetadataEntry.Builder builder()
FileAssetMetadataEntry.Builder
of FileAssetMetadataEntry