ManagementPolicyRule interface
An object that wraps the Lifecycle rule. Each rule is uniquely defined by name.
Properties
definition | An object that defines the Lifecycle rule. |
enabled | Rule is enabled if set to true. |
name | A rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy. |
type | The valid value is Lifecycle |
Property Details
definition
An object that defines the Lifecycle rule.
definition: ManagementPolicyDefinition
Property Value
enabled
Rule is enabled if set to true.
enabled?: boolean
Property Value
boolean
name
A rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy.
name: string
Property Value
string
type
The valid value is Lifecycle
type: string
Property Value
string