- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
access_point_arn
Type: STRING
Provider name: AccessPointArn
Description: The unique Amazon Resource Name (ARN) associated with the access point.
access_point_id
Type: STRING
Provider name: AccessPointId
Description: The ID of the access point, assigned by Amazon EFS.
account_id
Type: STRING
client_token
Type: STRING
Provider name: ClientToken
Description: The opaque string specified in the request to ensure idempotent creation.
file_system_id
Type: STRING
Provider name: FileSystemId
Description: The ID of the EFS file system that the access point applies to.
life_cycle_state
Type: STRING
Provider name: LifeCycleState
Description: Identifies the lifecycle phase of the access point.
name
Type: STRING
Provider name: Name
Description: The name of the access point. This is the value of the Name
tag.
owner_id
Type: STRING
Provider name: OwnerId
Description: Identifies the Amazon Web Services account that owns the access point resource.
posix_user
Type: STRUCT
Provider name: PosixUser
Description: 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.
gid
INT64
Gid
secondary_gids
UNORDERED_LIST_INT64
SecondaryGids
uid
INT64
Uid
root_directory
Type: STRUCT
Provider name: RootDirectory
Description: The directory on the EFS file system that the access point exposes as the root directory to NFS clients using the access point.
creation_info
STRUCT
CreationInfo
RootDirectory
. If the RootDirectory
> Path
specified does not exist, EFS creates the root directory using the CreationInfo
settings when a client connects to an access point. When specifying the CreationInfo
, you must provide values for all properties. CreationInfo
and the specified RootDirectory
> Path
does not exist, attempts to mount the file system using the access point will fail.owner_gid
INT64
OwnerGid
RootDirectory
. Accepts values from 0 to 2^32 (4294967295).owner_uid
INT64
OwnerUid
RootDirectory
. Accepts values from 0 to 2^32 (4294967295).permissions
STRING
Permissions
RootDirectory
, in the format of an octal number representing the file’s mode bits.path
STRING
Path
CreationInfo
.tags
Type: UNORDERED_LIST_STRING