interface FileAsset
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.CloudAssembly.Schema.FileAsset | 
|  Java | software.amazon.awscdk.cloudassembly.schema.FileAsset | 
|  Python | aws_cdk.cloud_assembly_schema.FileAsset | 
|  TypeScript | @aws-cdk/cloud-assembly-schema»FileAsset | 
A file asset.
Properties
| Name | Type | Description | 
|---|---|---|
| destinations | { [string]: File } | Destinations for this file asset. | 
| source | File | Source description for file assets. | 
| display | string | A display name for this asset. | 
destinations
Type:
{ [string]: File }
Destinations for this file asset.
source
Type:
File
Source description for file assets.
displayName?
Type:
string
(optional, default: The identifier will be used as the display name)
A display name for this asset.
