CreateMountTargetRequest

public struct CreateMountTargetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the file system for which to create the mount target.

    Declaration

    Swift

    public let fileSystemId: String
  • Valid IPv4 address within the address range of the specified subnet.

    Declaration

    Swift

    public let ipAddress: String?
  • Up to five VPC security group IDs, of the form sg-xxxxxxxx. These must be for the same VPC as subnet specified.

    Declaration

    Swift

    public let securityGroups: [String]?
  • The ID of the subnet to add the mount target in.

    Declaration

    Swift

    public let subnetId: String
  • Undocumented

    Declaration

    Swift

    public init(fileSystemId: String, ipAddress: String? = nil, securityGroups: [String]? = nil, subnetId: String)
  • Declaration

    Swift

    public func validate(name: String) throws