Destination¶
Structure Class¶
Destination
dataclass
¶
Contains information about the destination receiving events.
Attributes¶
location
instance-attribute
¶
location: str
For channels used for a CloudTrail Lake integration, the location is the ARN of an event data store that receives events from a channel. For service-linked channels, the location is the name of the Amazon Web Services service.
type
instance-attribute
¶
type: DestinationType
The type of destination for events arriving from a channel. For channels
used for a CloudTrail Lake integration, the value is EVENT_DATA_STORE.
For service-linked channels, the value is AWS_SERVICE.