GetLifecyclePolicyResult

data class GetLifecyclePolicyResult(val arn: String? = null, val description: String? = null, val executionRole: String? = null, val policyDetails: List<LifecyclePolicyPolicyDetail>? = null, val resourceSelection: LifecyclePolicyResourceSelection? = null, val resourceType: LifecyclePolicyResourceType? = null, val status: LifecyclePolicyStatus? = null, val tags: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, description: String? = null, executionRole: String? = null, policyDetails: List<LifecyclePolicyPolicyDetail>? = null, resourceSelection: LifecyclePolicyResourceSelection? = null, resourceType: LifecyclePolicyResourceType? = null, status: LifecyclePolicyStatus? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the lifecycle policy.

Link copied to clipboard
val description: String? = null

The description of the lifecycle policy.

Link copied to clipboard
val executionRole: String? = null

The execution role of the lifecycle policy.

Link copied to clipboard

The policy details of the lifecycle policy.

Link copied to clipboard

The resource selection of the lifecycle policy.

Link copied to clipboard

The resource type of the lifecycle policy.

Link copied to clipboard

The status of the lifecycle policy.

Link copied to clipboard
val tags: Map<String, String>? = null

The tags associated with the lifecycle policy.