get_trusted_entity_set¶
Operation¶
get_trusted_entity_set
async
¶
get_trusted_entity_set(input: GetTrustedEntitySetInput, plugins: list[Plugin] | None = None) -> GetTrustedEntitySetOutput
Retrieves the trusted entity set associated with the specified
trustedEntitySetId.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
GetTrustedEntitySetInput
|
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 |
|---|---|
GetTrustedEntitySetOutput
|
An instance of |
Input¶
GetTrustedEntitySetInput
dataclass
¶
Dataclass for GetTrustedEntitySetInput structure.
Attributes¶
detector_id
class-attribute
instance-attribute
¶
detector_id: str | None = None
The unique ID of the GuardDuty detector associated with this trusted entity set.
trusted_entity_set_id
class-attribute
instance-attribute
¶
trusted_entity_set_id: str | None = None
The unique ID that helps GuardDuty identify the trusted entity set.
Output¶
GetTrustedEntitySetOutput
dataclass
¶
Dataclass for GetTrustedEntitySetOutput structure.
Attributes¶
created_at
class-attribute
instance-attribute
¶
created_at: datetime | None = None
The timestamp when the associated trusted entity set was created.
error_details
class-attribute
instance-attribute
¶
error_details: str | None = None
The error details when the status is shown as ERROR.
expected_bucket_owner
class-attribute
instance-attribute
¶
expected_bucket_owner: str | None = None
The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter.
format
class-attribute
instance-attribute
¶
format: TrustedEntitySetFormat | None = None
The format of the file that contains the trusted entity set.
location
class-attribute
instance-attribute
¶
location: str | None = None
The URI of the file that contains the trusted entity set.
name
class-attribute
instance-attribute
¶
name: str | None = None
The name of the threat entity set associated with the specified
trustedEntitySetId.
status
class-attribute
instance-attribute
¶
status: TrustedEntitySetStatus | None = None
The status of the associated trusted entity set.
tags
class-attribute
instance-attribute
¶
tags: dict[str, str] | None = None
The tags associated with trusted entity set resource.
updated_at
class-attribute
instance-attribute
¶
updated_at: datetime | None = None
The timestamp when the associated trusted entity set was updated.