AWS::FSx::S3AccessPointAttachmentAn S3 access point attached to an Amazon FSx volume.
import { CfnS3AccessPointAttachment } from 'aws-cdk-lib/aws-fsx';Or use the module namespace:
import * as fsx from 'aws-cdk-lib/aws-fsx';
// fsx.CfnS3AccessPointAttachmentConfiguration passed to the constructor as CfnS3AccessPointAttachmentProps.
nameRequiredstringThe name of the S3 access point attachment; also used for the name of the S3 access point.
typeRequiredstringThe type of Amazon FSx volume that the S3 access point is attached to.
ontapConfigurationOptionalIResolvable | S3AccessPointOntapConfigurationPropertyThe ONTAP configuration of the S3 access point attachment.
openZfsConfigurationOptionalIResolvable | S3AccessPointOpenZFSConfigurationPropertyThe OpenZFSConfiguration of the S3 access point attachment.
s3AccessPointOptionalIResolvable | S3AccessPointPropertyThe S3 access point configuration of the S3 access point attachment.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-fsxAWS::FSx::S3AccessPointAttachment