GetServerlessLifecyclePolicyResult

data class GetServerlessLifecyclePolicyResult(val createdDate: String, val description: String, val id: String, val lastModifiedDate: String, val name: String, val policy: String, val policyVersion: String, val type: String)

A collection of values returned by getServerlessLifecyclePolicy.

Constructors

Link copied to clipboard
constructor(createdDate: String, description: String, id: String, lastModifiedDate: String, name: String, policy: String, policyVersion: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date the lifecycle policy was created.

Link copied to clipboard

Description of the policy. Typically used to store information about the permissions defined in the policy.

Link copied to clipboard
val id: String
Link copied to clipboard

The date the lifecycle policy was last modified.

Link copied to clipboard
Link copied to clipboard

JSON policy document to use as the content for the new policy.

Link copied to clipboard

Version of the policy.

Link copied to clipboard