Class ReceiptFilterArgs
Inherited Members
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 ReceiptFilterArgs : ResourceArgs
Constructors
View SourceReceiptFilterArgs()
Declaration
public ReceiptFilterArgs()
Properties
View SourceCidr
The IP address or address range to filter, in CIDR notation
Declaration
public Input<string> Cidr { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the filter
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Policy
Block or Allow
Declaration
public Input<string> Policy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |