RecycleBin / Client / create_rule
create_rule#
- RecycleBin.Client.create_rule(**kwargs)#
Creates a Recycle Bin retention rule. You can create two types of retention rules:
Tag-level retention rules - These retention rules use resource tags to identify the resources to protect. For each retention rule, you specify one or more tag key and value pairs. Resources (of the specified type) that have at least one of these tag key and value pairs are automatically retained in the Recycle Bin upon deletion. Use this type of retention rule to protect specific resources in your account based on their tags.
Region-level retention rules - These retention rules, by default, apply to all of the resources (of the specified type) in the Region, even if the resources are not tagged. However, you can specify exclusion tags to exclude resources that have specific tags. Use this type of retention rule to protect all resources of a specific type in a Region.
For more information, see Create Recycle Bin retention rules in the Amazon EBS User Guide.
See also: AWS API Documentation
Request Syntax
response = client.create_rule( RetentionPeriod={ 'RetentionPeriodValue': 123, 'RetentionPeriodUnit': 'DAYS' }, Description='string', Tags=[ { 'Key': 'string', 'Value': 'string' }, ], ResourceType='EBS_SNAPSHOT'|'EC2_IMAGE', ResourceTags=[ { 'ResourceTagKey': 'string', 'ResourceTagValue': 'string' }, ], LockConfiguration={ 'UnlockDelay': { 'UnlockDelayValue': 123, 'UnlockDelayUnit': 'DAYS' } }, ExcludeResourceTags=[ { 'ResourceTagKey': 'string', 'ResourceTagValue': 'string' }, ] )
- Parameters:
RetentionPeriod (dict) –
[REQUIRED]
Information about the retention period for which the retention rule is to retain resources.
RetentionPeriodValue (integer) – [REQUIRED]
The period value for which the retention rule is to retain resources. The period is measured using the unit specified for RetentionPeriodUnit.
RetentionPeriodUnit (string) – [REQUIRED]
The unit of time in which the retention period is measured. Currently, only
DAYS
is supported.
Description (string) – The retention rule description.
Tags (list) –
Information about the tags to assign to the retention rule.
(dict) –
Information about the tags to assign to the retention rule.
Key (string) – [REQUIRED]
The tag key.
Value (string) – [REQUIRED]
The tag value.
ResourceType (string) –
[REQUIRED]
The resource type to be retained by the retention rule. Currently, only Amazon EBS snapshots and EBS-backed AMIs are supported. To retain snapshots, specify
EBS_SNAPSHOT
. To retain EBS-backed AMIs, specifyEC2_IMAGE
.ResourceTags (list) –
[Tag-level retention rules only] Specifies the resource tags to use to identify resources that are to be retained by a tag-level retention rule. For tag-level retention rules, only deleted resources, of the specified resource type, that have one or more of the specified tag key and value pairs are retained. If a resource is deleted, but it does not have any of the specified tag key and value pairs, it is immediately deleted without being retained by the retention rule.
You can add the same tag key and value pair to a maximum or five retention rules.
To create a Region-level retention rule, omit this parameter. A Region-level retention rule does not have any resource tags specified. It retains all deleted resources of the specified resource type in the Region in which the rule is created, even if the resources are not tagged.
(dict) –
[Tag-level retention rules only] Information about the resource tags used to identify resources that are retained by the retention rule.
ResourceTagKey (string) – [REQUIRED]
The tag key.
ResourceTagValue (string) –
The tag value.
LockConfiguration (dict) –
Information about the retention rule lock configuration.
UnlockDelay (dict) – [REQUIRED]
Information about the retention rule unlock delay.
UnlockDelayValue (integer) – [REQUIRED]
The unlock delay period, measured in the unit specified for UnlockDelayUnit.
UnlockDelayUnit (string) – [REQUIRED]
The unit of time in which to measure the unlock delay. Currently, the unlock delay can be measure only in days.
ExcludeResourceTags (list) –
[Region-level retention rules only] Specifies the exclusion tags to use to identify resources that are to be excluded, or ignored, by a Region-level retention rule. Resources that have any of these tags are not retained by the retention rule upon deletion.
You can’t specify exclusion tags for tag-level retention rules.
(dict) –
[Tag-level retention rules only] Information about the resource tags used to identify resources that are retained by the retention rule.
ResourceTagKey (string) – [REQUIRED]
The tag key.
ResourceTagValue (string) –
The tag value.
- Return type:
dict
- Returns:
Response Syntax
{ 'Identifier': 'string', 'RetentionPeriod': { 'RetentionPeriodValue': 123, 'RetentionPeriodUnit': 'DAYS' }, 'Description': 'string', 'Tags': [ { 'Key': 'string', 'Value': 'string' }, ], 'ResourceType': 'EBS_SNAPSHOT'|'EC2_IMAGE', 'ResourceTags': [ { 'ResourceTagKey': 'string', 'ResourceTagValue': 'string' }, ], 'Status': 'pending'|'available', 'LockConfiguration': { 'UnlockDelay': { 'UnlockDelayValue': 123, 'UnlockDelayUnit': 'DAYS' } }, 'LockState': 'locked'|'pending_unlock'|'unlocked', 'RuleArn': 'string', 'ExcludeResourceTags': [ { 'ResourceTagKey': 'string', 'ResourceTagValue': 'string' }, ] }
Response Structure
(dict) –
Identifier (string) –
The unique ID of the retention rule.
RetentionPeriod (dict) –
Information about the retention period for which the retention rule is to retain resources.
RetentionPeriodValue (integer) –
The period value for which the retention rule is to retain resources. The period is measured using the unit specified for RetentionPeriodUnit.
RetentionPeriodUnit (string) –
The unit of time in which the retention period is measured. Currently, only
DAYS
is supported.
Description (string) –
The retention rule description.
Tags (list) –
Information about the tags assigned to the retention rule.
(dict) –
Information about the tags to assign to the retention rule.
Key (string) –
The tag key.
Value (string) –
The tag value.
ResourceType (string) –
The resource type retained by the retention rule.
ResourceTags (list) –
[Tag-level retention rules only] Information about the resource tags used to identify resources that are retained by the retention rule.
(dict) –
[Tag-level retention rules only] Information about the resource tags used to identify resources that are retained by the retention rule.
ResourceTagKey (string) –
The tag key.
ResourceTagValue (string) –
The tag value.
Status (string) –
The state of the retention rule. Only retention rules that are in the
available
state retain resources.LockConfiguration (dict) –
Information about the retention rule lock configuration.
UnlockDelay (dict) –
Information about the retention rule unlock delay.
UnlockDelayValue (integer) –
The unlock delay period, measured in the unit specified for UnlockDelayUnit.
UnlockDelayUnit (string) –
The unit of time in which to measure the unlock delay. Currently, the unlock delay can be measure only in days.
LockState (string) –
[Region-level retention rules only] The lock state for the retention rule.
locked
- The retention rule is locked and can’t be modified or deleted.pending_unlock
- The retention rule has been unlocked but it is still within the unlock delay period. The retention rule can be modified or deleted only after the unlock delay period has expired.unlocked
- The retention rule is unlocked and it can be modified or deleted by any user with the required permissions.null
- The retention rule has never been locked. Once a retention rule has been locked, it can transition between thelocked
andunlocked
states only; it can never transition back tonull
.
RuleArn (string) –
The Amazon Resource Name (ARN) of the retention rule.
ExcludeResourceTags (list) –
[Region-level retention rules only] Information about the exclusion tags used to identify resources that are to be excluded, or ignored, by the retention rule.
(dict) –
[Tag-level retention rules only] Information about the resource tags used to identify resources that are retained by the retention rule.
ResourceTagKey (string) –
The tag key.
ResourceTagValue (string) –
The tag value.
Exceptions