AWS::Rbin::RuleResource Type definition for AWS::Rbin::Rule
8 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ResourceType | string | RequiredCreate-only |
RetentionPeriod | RetentionPeriod | Required |
Description | string | |
ExcludeResourceTags | Array<ResourceTag> | |
LockConfiguration | UnlockDelay | Write-only |
ResourceTags | Array<ResourceTag> | |
Status | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Rule Arn is unique for each rule. |
Identifier | string | The unique ID of the retention rule. |
LockState | string | The lock state for the retention rule. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Rbin::Rule
Resources:
MyResource:
Type: AWS::Rbin::Rule
Properties:
RetentionPeriod: "value"
ResourceType: "EBS_SNAPSHOT"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
rbin:CreateRulerbin:GetRulerbin:LockRulerbin:TagResourceiam:PassRolerbin:GetRulerbin:ListTagsForResourceiam:PassRolerbin:GetRulerbin:UpdateRulerbin:LockRulerbin:UnlockRulerbin:TagResourcerbin:UntagResourcerbin:ListTagsForResourceiam:PassRolerbin:GetRulerbin:DeleteRuleiam:PassRolerbin:ListRulesrbin:ListTagsForResourceiam:PassRoleOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ResourceType