Show / Hide Table of Contents

Class LifecyclePolicyState

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

Constructors

View Source

LifecyclePolicyState()

Declaration
public LifecyclePolicyState()

Properties

View Source

Arn

Amazon Resource Name (ARN) of the DLM Lifecycle Policy.

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
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<LifecyclePolicyPolicyDetailsGetArgs> PolicyDetails { get; set; }
Property Value
Type Description
Input<LifecyclePolicyPolicyDetailsGetArgs>
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.