AssetManifestFileDestination
The destination for a file asset, when it is given to the AssetManifestBuilder.
Initializer
import ros_cdk_core
ros_cdk_core.AssetManifestFileDestination(
bucket_name: str,
bucket_prefix: str = None
)
Properties
| Name | Type | Description |
|---|---|---|
bucket_name |
str |
Bucket name where the file asset should be written. |
bucket_prefix |
str |
Prefix to prepend to the asset hash. |
bucket_nameRequired
bucket_name: str
- Type: str
Bucket name where the file asset should be written.
bucket_prefixOptional
bucket_prefix: str
- Type: str
- Default: ''
Prefix to prepend to the asset hash.