Show / Hide Table of Contents

Class ReceiptFilterState

Inheritance
System.Object
InputArgs
ResourceArgs
ReceiptFilterState
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 ReceiptFilterState : ResourceArgs

Constructors

View Source

ReceiptFilterState()

Declaration
public ReceiptFilterState()

Properties

View Source

Cidr

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>
View Source

Name

The name of the filter

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

Policy

Block or Allow

Declaration
public Input<string> Policy { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.