AWS::S3::AccessGrantsInstanceThe AWS::S3::AccessGrantsInstance resource is an Amazon S3 resource type that hosts Access Grants and their associated locations
2 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
IdentityCenterArn | string | |
Tags | Array<Tag> | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AccessGrantsInstanceArn | string | The Amazon Resource Name (ARN) of the specified Access Grants instance. |
AccessGrantsInstanceId | string | A unique identifier for the specified access grants instance. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::S3::AccessGrantsInstance
Resources:
MyResource:
Type: AWS::S3::AccessGrantsInstance
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
s3:CreateAccessGrantsInstances3:AssociateAccessGrantsIdentityCenters3:TagResources3:GetAccessGrantsInstances3:ListTagsForResources3:GetAccessGrantsInstances3:DeleteAccessGrantsInstances3:DissociateAccessGrantsIdentityCenters3:TagResources3:UntagResources3:ListAccessGrantsInstancesEverything you need to know about S3 on one page. HD quality, print-friendly.
Download Free InfographicAccessGrantsInstanceArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Tags