Update the customer-managed sending status for a reputation entity
Source:R/sesv2_operations.R
sesv2_update_reputation_entity_customer_managed_status.RdUpdate the customer-managed sending status for a reputation entity. This allows you to enable, disable, or reinstate sending for the entity.
See https://www.paws-r-sdk.com/docs/sesv2_update_reputation_entity_customer_managed_status/ for full documentation.
Usage
sesv2_update_reputation_entity_customer_managed_status(
ReputationEntityType,
ReputationEntityReference,
SendingStatus
)Arguments
- ReputationEntityType
[required] The type of reputation entity. Currently, only
RESOURCEtype entities are supported.- ReputationEntityReference
[required] The unique identifier for the reputation entity. For resource-type entities, this is the Amazon Resource Name (ARN) of the resource.
- SendingStatus
[required] The new customer-managed sending status for the reputation entity. This can be one of the following:
ENABLED– Allow sending for this entity.DISABLED– Prevent sending for this entity.REINSTATED– Allow sending even if there are active reputation findings.