Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
EFSVolumeConfiguration |
EFSVolumeConfiguration.clone() |
EFSVolumeConfiguration |
Volume.getEfsVolumeConfiguration()
This parameter is specified when you use an Amazon Elastic File System file system for task storage.
|
EFSVolumeConfiguration |
EFSVolumeConfiguration.withAuthorizationConfig(EFSAuthorizationConfig authorizationConfig)
The authorization configuration details for the Amazon EFS file system.
|
EFSVolumeConfiguration |
EFSVolumeConfiguration.withFileSystemId(String fileSystemId)
The Amazon EFS file system ID to use.
|
EFSVolumeConfiguration |
EFSVolumeConfiguration.withRootDirectory(String rootDirectory)
The directory within the Amazon EFS file system to mount as the root directory inside the host.
|
EFSVolumeConfiguration |
EFSVolumeConfiguration.withTransitEncryption(EFSTransitEncryption transitEncryption)
Determines whether to use encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon
EFS server.
|
EFSVolumeConfiguration |
EFSVolumeConfiguration.withTransitEncryption(String transitEncryption)
Determines whether to use encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon
EFS server.
|
EFSVolumeConfiguration |
EFSVolumeConfiguration.withTransitEncryptionPort(Integer transitEncryptionPort)
The port to use when sending encrypted data between the Amazon ECS host and the Amazon EFS server.
|
Modifier and Type | Method and Description |
---|---|
void |
Volume.setEfsVolumeConfiguration(EFSVolumeConfiguration efsVolumeConfiguration)
This parameter is specified when you use an Amazon Elastic File System file system for task storage.
|
Volume |
Volume.withEfsVolumeConfiguration(EFSVolumeConfiguration efsVolumeConfiguration)
This parameter is specified when you use an Amazon Elastic File System file system for task storage.
|
Copyright © 2024. All rights reserved.