Class LifecyclePolicyArgs
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 LifecyclePolicyArgs : ResourceArgs
Constructors
View SourceLifecyclePolicyArgs()
Declaration
public LifecyclePolicyArgs()
Properties
View SourceDescription
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<LifecyclePolicyPolicyDetailsArgs> PolicyDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<LifecyclePolicyPolicyDetailsArgs> |
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> |