Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
EFSAuthorizationConfig |
EFSAuthorizationConfig.clone() |
EFSAuthorizationConfig |
EFSVolumeConfiguration.getAuthorizationConfig()
The authorization configuration details for the Amazon EFS file system.
|
EFSAuthorizationConfig |
EFSAuthorizationConfig.withAccessPointId(String accessPointId)
The Amazon EFS access point ID to use.
|
EFSAuthorizationConfig |
EFSAuthorizationConfig.withIam(EFSAuthorizationConfigIAM iam)
Determines whether to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS
file system.
|
EFSAuthorizationConfig |
EFSAuthorizationConfig.withIam(String iam)
Determines whether to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS
file system.
|
Modifier and Type | Method and Description |
---|---|
void |
EFSVolumeConfiguration.setAuthorizationConfig(EFSAuthorizationConfig authorizationConfig)
The authorization configuration details for the Amazon EFS file system.
|
EFSVolumeConfiguration |
EFSVolumeConfiguration.withAuthorizationConfig(EFSAuthorizationConfig authorizationConfig)
The authorization configuration details for the Amazon EFS file system.
|
Copyright © 2022. All rights reserved.