aws::efs-access-point¶
Creates an EFS Access Point.
Example¶
aws::efs-access-point efs-access-point
file-system: $(aws::efs-file-system efs-file-system)
posix-user
user-id: 42950
group-id: 42949
end
tags: {
"Name": "example-efs-access-point"
}
end
Attributes¶
Attribute | Description |
---|---|
file-system | The file system that the access point provides access to. (Required) |
posix-user subresource | The operating system user and group applied to all file system requests made using the access point.
|
root-directory subresource | The directory on the file system that the access point exposes as its root to NFS clients using the access point.
|
tags map | The tags for the access point. |
Outputs¶
Attribute | Description |
---|---|
id | The ID of the access point. |