AWS::StorageGateway::TapePoolCreates a custom tape pool for archiving virtual tapes with optional retention lock.
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
PoolName | string | RequiredCreate-only |
StorageClass | string | RequiredCreate-only |
RetentionLockTimeInDays | integer | Create-only |
RetentionLockType | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
PoolARN | string | The Amazon Resource Name (ARN) of the custom tape pool. |
PoolId | string | The unique identifier of the custom tape pool, extracted from the ARN. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::StorageGateway::TapePool
Resources:
MyResource:
Type: AWS::StorageGateway::TapePool
Properties:
PoolName: "my-poolname"
StorageClass: "DEEP_ARCHIVE"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
storagegateway:CreateTapePoolstoragegateway:AddTagsToResourcestoragegateway:ListTapePoolsstoragegateway:ListTagsForResourcestoragegateway:ListTapePoolsstoragegateway:AddTagsToResourcestoragegateway:RemoveTagsFromResourcestoragegateway:ListTagsForResourcestoragegateway:DeleteTapePoolstoragegateway:ListTapePoolsstoragegateway:ListTapePoolsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterPoolARNThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
PoolNameStorageClassRetentionLockTypeRetentionLockTimeInDays