This product is not supported for your selected Datadog site. ().
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

aws_ses_traffic_policy

account_id

Type: STRING

created_timestamp

Type: TIMESTAMP
Provider name: CreatedTimestamp
Description: The timestamp of when the traffic policy was created.

default_action

Type: STRING
Provider name: DefaultAction
Description: The default action of the traffic policy.

last_updated_timestamp

Type: TIMESTAMP
Provider name: LastUpdatedTimestamp
Description: The timestamp of when the traffic policy was last updated.

max_message_size_bytes

Type: INT32
Provider name: MaxMessageSizeBytes
Description: The maximum message size in bytes of email which is allowed in by this traffic policy—anything larger will be blocked.

policy_statements

Type: UNORDERED_LIST_STRUCT
Provider name: PolicyStatements
Description: The list of conditions which are in the traffic policy resource.

  • action
    Type: STRING
    Provider name: Action
    Description: The action that informs a traffic policy resource to either allow or block the email if it matches a condition in the policy statement.
  • conditions
    Type: UNORDERED_LIST_STRUCT
    Provider name: Conditions
    Description: The list of conditions to apply to incoming messages for filtering email traffic.
    • boolean_expression
      Type: STRUCT
      Provider name: BooleanExpression
      Description: This represents a boolean type condition matching on the incoming mail. It performs the boolean operation configured in ‘Operator’ and evaluates the ‘Protocol’ object against the ‘Value’.
      • evaluate
        Type: STRUCT
        Provider name: Evaluate
        Description: The operand on which to perform a boolean condition operation.
        • analysis
          Type: STRUCT
          Provider name: Analysis
          Description: The structure type for a boolean condition stating the Add On ARN and its returned value.
          • analyzer
            Type: STRING
            Provider name: Analyzer
            Description: The Amazon Resource Name (ARN) of an Add On.
          • result_field
            Type: STRING
            Provider name: ResultField
            Description: The returned value from an Add On.
        • is_in_address_list
          Type: STRUCT
          Provider name: IsInAddressList
          Description: The structure type for a boolean condition that provides the address lists to evaluate incoming traffic on.
          • address_lists
            Type: UNORDERED_LIST_STRING
            Provider name: AddressLists
            Description: The address lists that will be used for evaluation.
          • attribute
            Type: STRING
            Provider name: Attribute
            Description: The email attribute that needs to be evaluated against the address list.
      • operator
        Type: STRING
        Provider name: Operator
        Description: The matching operator for a boolean condition expression.
    • ip_expression
      Type: STRUCT
      Provider name: IpExpression
      Description: This represents an IP based condition matching on the incoming mail. It performs the operation configured in ‘Operator’ and evaluates the ‘Protocol’ object against the ‘Value’.
      • evaluate
        Type: STRUCT
        Provider name: Evaluate
        Description: The left hand side argument of an IP condition expression.
        • attribute
          Type: STRING
          Provider name: Attribute
          Description: An enum type representing the allowed attribute types for an IP condition.
      • operator
        Type: STRING
        Provider name: Operator
        Description: The matching operator for an IP condition expression.
      • values
        Type: UNORDERED_LIST_STRING
        Provider name: Values
        Description: The right hand side argument of an IP condition expression.
    • string_expression
      Type: STRUCT
      Provider name: StringExpression
      Description: This represents a string based condition matching on the incoming mail. It performs the string operation configured in ‘Operator’ and evaluates the ‘Protocol’ object against the ‘Value’.
      • evaluate
        Type: STRUCT
        Provider name: Evaluate
        Description: The left hand side argument of a string condition expression.
        • attribute
          Type: STRING
          Provider name: Attribute
          Description: The enum type representing the allowed attribute types for a string condition.
      • operator
        Type: STRING
        Provider name: Operator
        Description: The matching operator for a string condition expression.
      • values
        Type: UNORDERED_LIST_STRING
        Provider name: Values
        Description: The right hand side argument of a string condition expression.
    • tls_expression
      Type: STRUCT
      Provider name: TlsExpression
      Description: This represents a TLS based condition matching on the incoming mail. It performs the operation configured in ‘Operator’ and evaluates the ‘Protocol’ object against the ‘Value’.
      • evaluate
        Type: STRUCT
        Provider name: Evaluate
        Description: The left hand side argument of a TLS condition expression.
        • attribute
          Type: STRING
          Provider name: Attribute
          Description: The enum type representing the allowed attribute types for the TLS condition.
      • operator
        Type: STRING
        Provider name: Operator
        Description: The matching operator for a TLS condition expression.
      • value
        Type: STRING
        Provider name: Value
        Description: The right hand side argument of a TLS condition expression.

tags

Type: UNORDERED_LIST_STRING

traffic_policy_arn

Type: STRING
Provider name: TrafficPolicyArn
Description: The Amazon Resource Name (ARN) of the traffic policy resource.

traffic_policy_id

Type: STRING
Provider name: TrafficPolicyId
Description: The identifier of the traffic policy resource.

traffic_policy_name

Type: STRING
Provider name: TrafficPolicyName
Description: A user-friendly name for the traffic policy resource.