AwsEfsMountTargetPropertiesResponse

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

Definition of awsEfsMountTarget

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fileSystemId: String? = null

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

Link copied to clipboard
val id: String? = null

Property id

Link copied to clipboard
val ipAddress: String? = null

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

Link copied to clipboard
val securityGroups: 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: 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.