Show / Hide Table of Contents

Class LifecyclePolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LifecyclePolicyArgs
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.Dlm
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LifecyclePolicyArgs : ResourceArgs

Constructors

View Source

LifecyclePolicyArgs()

Declaration
public LifecyclePolicyArgs()

Properties

View Source

Description

A description for the DLM lifecycle policy.

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

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

PolicyDetails

See the policy_details configuration block. Max of 1.

Declaration
public Input<LifecyclePolicyPolicyDetailsArgs> PolicyDetails { get; set; }
Property Value
Type Description
Input<LifecyclePolicyPolicyDetailsArgs>
View Source

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

Tags

Key-value map of resource tags.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.