ManagementPolicyDefinition Class

An object that defines the Lifecycle rule. Each definition is made up with a filters set and an actions set.

Constructor

ManagementPolicyDefinition(*args: Any, **kwargs: Any)

Variables

Name Description
actions

An object that defines the action set. Required.

filters

An object that defines the filter set.

Attributes

actions

An object that defines the action set. Required.

actions: _models.ManagementPolicyAction

filters

An object that defines the filter set.

filters: _models.ManagementPolicyFilter | None