AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::S3Files::MountTarget

CfnMountTarget

Resource Type definition for AWS::S3Files::MountTarget.

Import

import { CfnMountTarget } from 'aws-cdk-lib/aws-s3files';

Or use the module namespace:

import * as s3files from 'aws-cdk-lib/aws-s3files';
// s3files.CfnMountTarget

Properties

Configuration passed to the constructor as CfnMountTargetProps.

fileSystemIdRequired
string
subnetIdRequired
string
ipAddressTypeOptional
string
ipv4AddressOptional
string
ipv6AddressOptional
string
securityGroupsOptional
string[]

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

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-s3files
CFN TypeAWS::S3Files::MountTarget
Properties6

External Links