AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

An object that contains information about a reputation entity, including its reference, type, policy, status records, and reputation impact.

Inheritance Hierarchy

System.Object
  Amazon.SimpleEmailV2.Model.ReputationEntity

Namespace: Amazon.SimpleEmailV2.Model
Assembly: AWSSDK.SimpleEmailV2.dll
Version: 3.x.y.z

Syntax

C#
public class ReputationEntity

The ReputationEntity type exposes the following members

Constructors

NameDescription
Public Method ReputationEntity()

Properties

NameTypeDescription
Public Property AwsSesManagedStatus Amazon.SimpleEmailV2.Model.StatusRecord

Gets and sets the property AwsSesManagedStatus.

The Amazon Web Services Amazon SES-managed status record for this reputation entity, including the current status, cause description, and last updated timestamp.

Public Property CustomerManagedStatus Amazon.SimpleEmailV2.Model.StatusRecord

Gets and sets the property CustomerManagedStatus.

The customer-managed status record for this reputation entity, including the current status, cause description, and last updated timestamp.

Public Property ReputationEntityReference System.String

Gets and sets the property ReputationEntityReference.

The unique identifier for the reputation entity. For resource-type entities, this is the Amazon Resource Name (ARN) of the resource.

Public Property ReputationEntityType Amazon.SimpleEmailV2.ReputationEntityType

Gets and sets the property ReputationEntityType.

The type of reputation entity. Currently, only RESOURCE type entities are supported.

Public Property ReputationImpact Amazon.SimpleEmailV2.RecommendationImpact

Gets and sets the property ReputationImpact.

The reputation impact level for this entity, representing the highest impact reputation finding currently active. Reputation findings can be retrieved using the ListRecommendations operation.

Public Property ReputationManagementPolicy System.String

Gets and sets the property ReputationManagementPolicy.

The Amazon Resource Name (ARN) of the reputation management policy applied to this entity. This is an Amazon Web Services Amazon SES-managed policy.

Public Property SendingStatusAggregate Amazon.SimpleEmailV2.SendingStatus

Gets and sets the property SendingStatusAggregate.

The aggregate sending status that determines whether the entity is allowed to send emails. This status is derived from both the customer-managed and Amazon Web Services Amazon SES-managed statuses. If either the customer-managed status or the Amazon Web Services Amazon SES-managed status is DISABLED, the aggregate status will be DISABLED and the entity will not be allowed to send emails. When the customer-managed status is set to REINSTATED, the entity can continue sending even if there are active reputation findings, provided the Amazon Web Services Amazon SES-managed status also permits sending. The entity can only send emails when both statuses permit sending.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5