AWS::S3::AccessGrantsLocationThe AWS::S3::AccessGrantsLocation resource is an Amazon S3 resource type hosted in an access grants instance which can be the target of S3 access grants.
3 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
IamRoleArn | string | Required |
LocationScope | string | Required |
Tags | Array<Tag> | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AccessGrantsLocationArn | string | The Amazon Resource Name (ARN) of the specified Access Grants location. |
AccessGrantsLocationId | string | The unique identifier for the specified Access Grants location. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::S3::AccessGrantsLocation
Resources:
MyResource:
Type: AWS::S3::AccessGrantsLocation
Properties:
IamRoleArn: "arn:aws:service:region:account:resource"
LocationScope: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
s3:CreateAccessGrantsLocationiam:PassRoles3:TagResources3:GetAccessGrantsLocations3:ListTagsForResources3:DeleteAccessGrantsLocations3:ListAccessGrantsLocationss3:UpdateAccessGrantsLocations3:TagResources3:UntagResourceiam:PassRoleEverything you need to know about S3 on one page. HD quality, print-friendly.
Download Free InfographicAccessGrantsLocationIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Tags