Destination¶
Structure Class¶
Destination
dataclass
¶
Contains information about the publishing destination, including the ID, type, and status.
Attributes¶
destination_id
class-attribute
instance-attribute
¶
destination_id: str | None = None
The unique ID of the publishing destination.
destination_type
class-attribute
instance-attribute
¶
destination_type: DestinationType | None = None
The type of resource used for the publishing destination. Currently, only Amazon S3 buckets are supported.
status
class-attribute
instance-attribute
¶
status: PublishingStatus | None = None
The status of the publishing destination.