AWS Fundamentals Logo
AWS Fundamentals
AWS::Rbin::Rule

Rbin Rule

Resource Type definition for AWS::Rbin::Rule

Properties

8 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
ResourceType
string
RequiredCreate-only
RetentionPeriod
RetentionPeriod
Required
Description
string
ExcludeResourceTags
Array<ResourceTag>
LockConfiguration
UnlockDelay
Write-only
ResourceTags
Array<ResourceTag>
Status
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringRule Arn is unique for each rule.
IdentifierstringThe unique ID of the retention rule.
LockStatestringThe lock state for the retention rule.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

rbin:CreateRulerbin:GetRulerbin:LockRulerbin:TagResourceiam:PassRole

read

rbin:GetRulerbin:ListTagsForResourceiam:PassRole

update

rbin:GetRulerbin:UpdateRulerbin:LockRulerbin:UnlockRulerbin:TagResourcerbin:UntagResourcerbin:ListTagsForResourceiam:PassRole

delete

rbin:GetRulerbin:DeleteRuleiam:PassRole

list

rbin:ListRulesrbin:ListTagsForResourceiam:PassRole

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceRbin
Properties11
Required2
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ResourceType

External Links