AccessPointDescription

public struct AccessPointDescription : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique Amazon Resource Name (ARN) associated with the access point.

    Declaration

    Swift

    public let accessPointArn: String?
  • The ID of the access point, assigned by Amazon EFS.

    Declaration

    Swift

    public let accessPointId: String?
  • The opaque string specified in the request to ensure idempotent creation.

    Declaration

    Swift

    public let clientToken: String?
  • The ID of the EFS file system that the access point applies to.

    Declaration

    Swift

    public let fileSystemId: String?
  • Identifies the lifecycle phase of the access point.

    Declaration

    Swift

    public let lifeCycleState: LifeCycleState?
  • The name of the access point. This is the value of the Name tag.

    Declaration

    Swift

    public let name: String?
  • Identified the AWS account that owns the access point resource.

    Declaration

    Swift

    public let ownerId: String?
  • The full POSIX identity, including the user ID, group ID, and secondary group IDs on the access point that is used for all file operations by NFS clients using the access point.

    Declaration

    Swift

    public let posixUser: PosixUser?
  • The directory on the Amazon EFS file system that the access point exposes as the root directory to NFS clients using the access point.

    Declaration

    Swift

    public let rootDirectory: RootDirectory?
  • The tags associated with the access point, presented as an array of Tag objects.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(accessPointArn: String? = nil, accessPointId: String? = nil, clientToken: String? = nil, fileSystemId: String? = nil, lifeCycleState: LifeCycleState? = nil, name: String? = nil, ownerId: String? = nil, posixUser: PosixUser? = nil, rootDirectory: RootDirectory? = nil, tags: [Tag]? = nil)