NAME
Paws::ECS::EFSVolumeConfiguration
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::ECS::EFSVolumeConfiguration object:
$service_obj->Method(Att1 => { FileSystemId => $value, ..., RootDirectory => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::ECS::EFSVolumeConfiguration object:
$result = $service_obj->Method(...);
$result->Att1->FileSystemId
DESCRIPTION
This parameter is specified when you are using an Amazon Elastic File System (Amazon EFS) file storage. Amazon EFS file systems are only supported when you are using the EC2 launch type.
EFSVolumeConfiguration remains in preview and is a Beta Service as defined by and subject to the Beta Service Participation Service Terms located at https://aws.amazon.com/service-terms (https://aws.amazon.com/service-terms) ("Beta Terms"). These Beta Terms apply to your participation in this preview of EFSVolumeConfiguration.
ATTRIBUTES
REQUIRED FileSystemId => Str
The Amazon EFS file system ID to use.
RootDirectory => Str
The directory within the Amazon EFS file system to mount as the root directory inside the host.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::ECS
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues