Skip to content

Guardduty  >  Operations  >  update_member_detectors

update_member_detectors

Operation

update_member_detectors async

update_member_detectors(input: UpdateMemberDetectorsInput, plugins: list[Plugin] | None = None) -> UpdateMemberDetectorsOutput

Contains information on member accounts to be updated.

Specifying both EKS Runtime Monitoring (EKS_RUNTIME_MONITORING) and Runtime Monitoring (RUNTIME_MONITORING) will cause an error. You can add only one of these two features because Runtime Monitoring already includes the threat detection for Amazon EKS resources. For more information, see Runtime Monitoring.

There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.

Parameters:

Name Type Description Default
input UpdateMemberDetectorsInput

An instance of UpdateMemberDetectorsInput.

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
UpdateMemberDetectorsOutput

An instance of UpdateMemberDetectorsOutput.

Input

UpdateMemberDetectorsInput dataclass

Dataclass for UpdateMemberDetectorsInput structure.

Attributes

account_ids class-attribute instance-attribute
account_ids: list[str] | None = None

A list of member account IDs to be updated.

data_sources class-attribute instance-attribute
data_sources: DataSourceConfigurations | None = None

Describes which data sources will be updated.

detector_id class-attribute instance-attribute
detector_id: str | None = None

The detector ID of the administrator account.

To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.

features class-attribute instance-attribute
features: list[MemberFeaturesConfiguration] | None = None

A list of features that will be updated for the specified member accounts.

Output

UpdateMemberDetectorsOutput dataclass

Dataclass for UpdateMemberDetectorsOutput structure.

Attributes

unprocessed_accounts class-attribute instance-attribute
unprocessed_accounts: list[UnprocessedAccount] | None = None

A list of member account IDs that were unable to be processed along with an explanation for why they were not processed.