Update Reputation Entity Policy
| sesv2_update_reputation_entity_policy | R Documentation |
Update the reputation management policy for a reputation entity¶
Description¶
Update the reputation management policy for a reputation entity. The policy determines how the entity responds to reputation findings, such as automatically pausing sending when certain thresholds are exceeded.
Reputation management policies are Amazon Web Services Amazon SES-managed (predefined policies). You can select from none, standard, and strict policies.
Usage¶
sesv2_update_reputation_entity_policy(ReputationEntityType,
ReputationEntityReference, ReputationEntityPolicy)
Arguments¶
ReputationEntityType |
[required] The type of reputation entity. Currently, only
|
ReputationEntityReference |
[required] The unique identifier for the reputation entity. For resource-type entities, this is the Amazon Resource Name (ARN) of the resource. |
ReputationEntityPolicy |
[required] The Amazon Resource Name (ARN) of the reputation management policy to apply to this entity. This is an Amazon Web Services Amazon SES-managed policy. |
Value¶
An empty list.
Request syntax¶
svc$update_reputation_entity_policy(
ReputationEntityType = "RESOURCE",
ReputationEntityReference = "string",
ReputationEntityPolicy = "string"
)