Skip to content

FileDestination

Where in OSS bucket a file asset needs to be published.

Initializer

import ros_cdk_assembly_schema
ros_cdk_assembly_schema.FileDestination(
  region: str = None,
  bucket_name: str,
  object_key: str
)

Properties

Name Type Description
region str The region where this asset will need to be published.
bucket_name str The name of the bucket.
object_key str The destination object key.

regionOptional

region: str
  • Type: str
  • Default: Current region

The region where this asset will need to be published.


bucket_nameRequired

bucket_name: str
  • Type: str

The name of the bucket.


object_keyRequired

object_key: str
  • Type: str

The destination object key.