AwsEfsMountTargetPropertiesArgs

data class AwsEfsMountTargetPropertiesArgs(val fileSystemId: Output<String>? = null, val id: Output<String>? = null, val ipAddress: Output<String>? = null, val securityGroups: Output<List<String>>? = null, val subnetId: Output<String>? = null) : ConvertibleToJava<AwsEfsMountTargetPropertiesArgs>

Definition of awsEfsMountTarget

Constructors

Link copied to clipboard
constructor(fileSystemId: Output<String>? = null, id: Output<String>? = null, ipAddress: Output<String>? = null, securityGroups: Output<List<String>>? = null, subnetId: Output<String>? = null)

Properties

Link copied to clipboard
val fileSystemId: Output<String>? = null

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

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

Property id

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

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

Link copied to clipboard
val securityGroups: Output<List<String>>? = null

Up to five VPC security group IDs, of the form `sg-xxxxxxxx`. These must be for the same VPC as subnet specified.

Link copied to clipboard
val subnetId: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): AwsEfsMountTargetPropertiesArgs