Class IdentityPolicyState
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 IdentityPolicyState : ResourceArgs
Constructors
View SourceIdentityPolicyState()
Declaration
public IdentityPolicyState()
Properties
View SourceIdentity
Name or Amazon Resource Name (ARN) of the SES Identity.
Declaration
public Input<string> Identity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the policy.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Policy
JSON string of the policy.
Declaration
public Input<string> Policy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |