AWS Fundamentals Logo
AWS Fundamentals
AWS::FSx::S3AccessPointAttachment

FSx S3AccessPointAttachment

Resource type definition for AWS::FSx::S3AccessPointAttachment

Properties

5 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
Type
string
RequiredCreate-only
OntapConfiguration
S3AccessPointOntapConfiguration
Create-only
OpenZFSConfiguration
S3AccessPointOpenZFSConfiguration
Create-only
S3AccessPoint
S3AccessPoint
Create-only

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::FSx::S3AccessPointAttachment

Resources:
  MyResource:
    Type: AWS::FSx::S3AccessPointAttachment
    Properties:
      Name: "my-name"
      Type: "OPENZFS"

Required IAM Permissions

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

create

fsx:CreateAndAttachS3AccessPointfsx:DescribeS3AccessPointAttachmentss3:CreateAccessPoints3:GetAccessPoints3:PutAccessPointPolicy

read

fsx:DescribeS3AccessPointAttachmentss3:GetAccessPoint

delete

fsx:DescribeS3AccessPointAttachmentsfsx:DetachAndDeleteS3AccessPoints3:DeleteAccessPoints3:GetAccessPoint

list

fsx:DescribeS3AccessPointAttachmentss3:GetAccessPoint

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceFSx
Properties5
Required2
TaggingNot supported
Primary IDName

Supported Operations

CreateReadDeleteList

Immutable After Creation

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

NameTypeOntapConfigurationOpenZFSConfigurationS3AccessPoint

External Links