AWS::S3Files::AccessPointResource Type definition for AWS::S3Files::AccessPoint
5 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
FileSystemId | string | RequiredCreate-only |
ClientToken | string | Create-only |
PosixUser | PosixUser | Create-only |
RootDirectory | RootDirectory | Create-only |
Tags | Array<AccessPointTag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AccessPointArn | string | - |
AccessPointId | string | - |
OwnerId | string | - |
Status | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::S3Files::AccessPoint
Resources:
MyResource:
Type: AWS::S3Files::AccessPoint
Properties:
FileSystemId: "my-filesystemid"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
s3files:CreateAccessPoints3files:TagResources3files:GetAccessPoints3files:GetAccessPoints3files:ListTagsForResources3files:DeleteAccessPoints3files:GetAccessPoints3files:ListAccessPointss3files:GetAccessPoints3files:ListTagsForResources3files:TagResources3files:UntagResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAccessPointIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
FileSystemIdClientTokenPosixUserPosixUser/UidPosixUser/GidPosixUser/SecondaryGidsRootDirectoryRootDirectory/PathRootDirectory/CreationPermissionsRootDirectory/CreationPermissions/OwnerUidRootDirectory/CreationPermissions/OwnerGidRootDirectory/CreationPermissions/Permissions