Class LifecyclePolicyState
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.Dlm
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LifecyclePolicyState : ResourceArgs
Constructors
View SourceLifecyclePolicyState()
Declaration
public LifecyclePolicyState()
Properties
View SourceArn
Amazon Resource Name (ARN) of the DLM Lifecycle Policy.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
A description for the DLM lifecycle policy.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExecutionRoleArn
The ARN of an IAM role that is able to be assumed by the DLM service.
Declaration
public Input<string> ExecutionRoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PolicyDetails
See the policy_details configuration block. Max of 1.
Declaration
public Input<LifecyclePolicyPolicyDetailsGetArgs> PolicyDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<LifecyclePolicyPolicyDetailsGetArgs> |
State
Whether the lifecycle policy should be enabled or disabled. ENABLED or DISABLED are valid values. Defaults to ENABLED.
Declaration
public Input<string> State { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
Key-value map of resource tags.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |