describe_publishing_destination¶
Operation¶
describe_publishing_destination
async
¶
describe_publishing_destination(input: DescribePublishingDestinationInput, plugins: list[Plugin] | None = None) -> DescribePublishingDestinationOutput
Returns information about the publishing destination specified by the
provided destinationId.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DescribePublishingDestinationInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
DescribePublishingDestinationOutput
|
An instance of |
Input¶
DescribePublishingDestinationInput
dataclass
¶
Dataclass for DescribePublishingDestinationInput structure.
Attributes¶
destination_id
class-attribute
instance-attribute
¶
destination_id: str | None = None
The ID of the publishing destination to retrieve.
detector_id
class-attribute
instance-attribute
¶
detector_id: str | None = None
The unique ID of the detector associated with the publishing destination to retrieve.
To find the detectorId in the current Region, see the Settings page in
the GuardDuty console, or run the
ListDetectors
API.
Output¶
DescribePublishingDestinationOutput
dataclass
¶
Dataclass for DescribePublishingDestinationOutput structure.
Attributes¶
destination_id
class-attribute
instance-attribute
¶
destination_id: str | None = None
The ID of the publishing destination.
destination_properties
class-attribute
instance-attribute
¶
destination_properties: DestinationProperties | None = None
A DestinationProperties object that includes the DestinationArn and
KmsKeyArn of the publishing destination.
destination_type
class-attribute
instance-attribute
¶
destination_type: DestinationType | None = None
The type of publishing destination. Currently, only Amazon S3 buckets are supported.
publishing_failure_start_timestamp
class-attribute
instance-attribute
¶
publishing_failure_start_timestamp: int | None = None
The time, in epoch millisecond format, at which GuardDuty was first unable to publish findings to the destination.
status
class-attribute
instance-attribute
¶
status: PublishingStatus | None = None
The status of the publishing destination.
tags
class-attribute
instance-attribute
¶
tags: dict[str, str] | None = None
The tags of the publishing destination resource.