AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::FSx::S3AccessPointAttachment

CfnS3AccessPointAttachment

An S3 access point attached to an Amazon FSx volume.

Import

import { CfnS3AccessPointAttachment } from 'aws-cdk-lib/aws-fsx';

Or use the module namespace:

import * as fsx from 'aws-cdk-lib/aws-fsx';
// fsx.CfnS3AccessPointAttachment

Properties

Configuration passed to the constructor as CfnS3AccessPointAttachmentProps.

nameRequired
string

The name of the S3 access point attachment; also used for the name of the S3 access point.

typeRequired
string

The type of Amazon FSx volume that the S3 access point is attached to.

ontapConfigurationOptional
IResolvable | S3AccessPointOntapConfigurationProperty

The ONTAP configuration of the S3 access point attachment.

openZfsConfigurationOptional
IResolvable | S3AccessPointOpenZFSConfigurationProperty

The OpenZFSConfiguration of the S3 access point attachment.

s3AccessPointOptional
IResolvable | S3AccessPointProperty

The S3 access point configuration of the S3 access point attachment.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

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

Subscribe to Newsletter