Show / Hide Table of Contents

Class ReceiptRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ReceiptRuleArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ses
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ReceiptRuleArgs : ResourceArgs

Constructors

View Source

ReceiptRuleArgs()

Declaration
public ReceiptRuleArgs()

Properties

View Source

AddHeaderActions

A list of Add Header Action blocks. Documented below.

Declaration
public InputList<ReceiptRuleAddHeaderActionArgs> AddHeaderActions { get; set; }
Property Value
Type Description
InputList<ReceiptRuleAddHeaderActionArgs>
View Source

After

The name of the rule to place this rule after

Declaration
public Input<string> After { get; set; }
Property Value
Type Description
Input<System.String>
View Source

BounceActions

A list of Bounce Action blocks. Documented below.

Declaration
public InputList<ReceiptRuleBounceActionArgs> BounceActions { get; set; }
Property Value
Type Description
InputList<ReceiptRuleBounceActionArgs>
View Source

Enabled

If true, the rule will be enabled

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

LambdaActions

A list of Lambda Action blocks. Documented below.

Declaration
public InputList<ReceiptRuleLambdaActionArgs> LambdaActions { get; set; }
Property Value
Type Description
InputList<ReceiptRuleLambdaActionArgs>
View Source

Name

The name of the rule

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Recipients

A list of email addresses

Declaration
public InputList<string> Recipients { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

RuleSetName

The name of the rule set

Declaration
public Input<string> RuleSetName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

S3Actions

A list of S3 Action blocks. Documented below.

Declaration
public InputList<ReceiptRuleS3ActionArgs> S3Actions { get; set; }
Property Value
Type Description
InputList<ReceiptRuleS3ActionArgs>
View Source

ScanEnabled

If true, incoming emails will be scanned for spam and viruses

Declaration
public Input<bool> ScanEnabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

SnsActions

A list of SNS Action blocks. Documented below.

Declaration
public InputList<ReceiptRuleSnsActionArgs> SnsActions { get; set; }
Property Value
Type Description
InputList<ReceiptRuleSnsActionArgs>
View Source

StopActions

A list of Stop Action blocks. Documented below.

Declaration
public InputList<ReceiptRuleStopActionArgs> StopActions { get; set; }
Property Value
Type Description
InputList<ReceiptRuleStopActionArgs>
View Source

TlsPolicy

Require or Optional

Declaration
public Input<string> TlsPolicy { get; set; }
Property Value
Type Description
Input<System.String>
View Source

WorkmailActions

A list of WorkMail Action blocks. Documented below.

Declaration
public InputList<ReceiptRuleWorkmailActionArgs> WorkmailActions { get; set; }
Property Value
Type Description
InputList<ReceiptRuleWorkmailActionArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.