| Package | Description |
|---|---|
| software.amazon.awscdk.services.efs |
Amazon Elastic File System Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnMountTarget.Builder |
CfnMountTarget.Builder.create(software.constructs.Construct scope,
String id) |
CfnMountTarget.Builder |
CfnMountTarget.Builder.fileSystemId(String fileSystemId)
The ID of the file system for which to create the mount target.
|
CfnMountTarget.Builder |
CfnMountTarget.Builder.ipAddress(String ipAddress)
Valid IPv4 address within the address range of the specified subnet.
|
CfnMountTarget.Builder |
CfnMountTarget.Builder.securityGroups(List<String> securityGroups)
Up to five VPC security group IDs, of the form `sg-xxxxxxxx` .
|
CfnMountTarget.Builder |
CfnMountTarget.Builder.subnetId(String subnetId)
The ID of the subnet to add the mount target in.
|
Copyright © 2022. All rights reserved.