Show / Hide Table of Contents

Class IdentityPolicyArgs

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

Constructors

View Source

IdentityPolicyArgs()

Declaration
public IdentityPolicyArgs()

Properties

View Source

Identity

Name or Amazon Resource Name (ARN) of the SES Identity.

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

Name

Name of the policy.

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

Policy

JSON string of the policy.

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