AWS Fundamentals Logo
AWS Fundamentals
AWS::S3::AccessGrantsInstance

S3 AccessGrantsInstance

The AWS::S3::AccessGrantsInstance resource is an Amazon S3 resource type that hosts Access Grants and their associated locations

Properties

2 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
IdentityCenterArn
string
Tags
Array<Tag>
Create-only

Return Values

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

AttributeTypeDescription
AccessGrantsInstanceArnstringThe Amazon Resource Name (ARN) of the specified Access Grants instance.
AccessGrantsInstanceIdstringA unique identifier for the specified access grants instance.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::S3::AccessGrantsInstance

Resources:
  MyResource:
    Type: AWS::S3::AccessGrantsInstance
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

s3:CreateAccessGrantsInstances3:AssociateAccessGrantsIdentityCenters3:TagResource

read

s3:GetAccessGrantsInstances3:ListTagsForResource

delete

s3:GetAccessGrantsInstances3:DeleteAccessGrantsInstances3:DissociateAccessGrantsIdentityCenter

update

s3:TagResources3:UntagResource

list

s3:ListAccessGrantsInstances

Get the S3 Cheat Sheet

Everything you need to know about S3 on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceS3
Properties4
Required0
TaggingSupported
Primary IDAccessGrantsInstanceArn

Supported Operations

CreateReadDeleteUpdateList

Immutable After Creation

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

Tags

External Links