NAME
Paws::AutoScaling::Ebs
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::AutoScaling::Ebs object:
$service_obj->Method(Att1 => { DeleteOnTermination => $value, ..., VolumeType => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::AutoScaling::Ebs object:
$result = $service_obj->Method(...);
$result->Att1->DeleteOnTermination
DESCRIPTION
Describes an Amazon EBS volume.
ATTRIBUTES
DeleteOnTermination => Bool
Indicates whether the volume is deleted on instance termination.
Default: true
Encrypted => Bool
Indicates whether the volume should be encrypted. Encrypted EBS volumes
must be attached to instances that support Amazon EBS encryption.
Volumes that are created from encrypted snapshots are automatically
encrypted. There is no way to create an encrypted volume from an
unencrypted snapshot or an unencrypted volume from an encrypted
snapshot. For more information, see Amazon EBS Encryption in the
I<Amazon Elastic Compute Cloud User Guide>.
Iops => Int
The number of I/O operations per second (IOPS) to provision for the
volume.
Constraint: Required when the volume type is io1
.
SnapshotId => Str
The ID of the snapshot.
VolumeSize => Int
The volume size, in GiB. For C<standard> volumes, specify a value from
1 to 1,024. For C<io1> volumes, specify a value from 4 to 16,384. For
C<gp2> volumes, specify a value from 1 to 16,384. If you specify a
snapshot, the volume size must be equal to or larger than the snapshot
size.
Default: If you create a volume from a snapshot and you don't specify a volume size, the default is the snapshot size.
VolumeType => Str
The volume type. For more information, see Amazon EBS Volume Types in
the I<Amazon Elastic Compute Cloud User Guide>.
Valid values: standard
| io1
| gp2
Default: standard
SEE ALSO
This class forms part of Paws, describing an object used in Paws::AutoScaling
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