MountTarget

class MountTarget : KotlinCustomResource

The `AWS::EFS::MountTarget` resource is an Amazon EFS resource that creates a mount target for an EFS file system. You can then mount the file system on Amazon EC2 instances or other resources by using the mount target.

Properties

Link copied to clipboard
val awsId: Output<String>

The ID of the Amazon EFS file system that the mount target provides access to. Example: fs-0123456789111222a

Link copied to clipboard
val fileSystemId: Output<String>

The ID of the file system for which to create the mount target.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val ipAddress: Output<String>?

Valid IPv4 address within the address range of the specified subnet.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val securityGroups: Output<List<String>>

VPC security group IDs, of the form `sg-xxxxxxxx`. These must be for the same VPC as the subnet specified. The maximum number of security groups depends on account quota. For more information, see Amazon VPC Quotas in the Amazon VPC User Guide (see the Security Groups table).

Link copied to clipboard
val subnetId: Output<String>

The ID of the subnet to add the mount target in. For One Zone file systems, use the subnet that is associated with the file system's Availability Zone.

Link copied to clipboard
val urn: Output<String>