Service Volume Configuration Managed Ebs Volume
data class ServiceVolumeConfigurationManagedEbsVolume(val encrypted: Boolean? = null, val fileSystemType: String? = null, val iops: Int? = null, val kmsKeyId: String? = null, val roleArn: String, val sizeInGb: Int? = null, val snapshotId: String? = null, val tagSpecifications: List<ServiceVolumeConfigurationManagedEbsVolumeTagSpecification>? = null, val throughput: Int? = null, val volumeType: String? = null)
Constructors
Link copied to clipboard
constructor(encrypted: Boolean? = null, fileSystemType: String? = null, iops: Int? = null, kmsKeyId: String? = null, roleArn: String, sizeInGb: Int? = null, snapshotId: String? = null, tagSpecifications: List<ServiceVolumeConfigurationManagedEbsVolumeTagSpecification>? = null, throughput: Int? = null, volumeType: String? = null)
Properties
Link copied to clipboard
Linux filesystem type for the volume. For volumes created from a snapshot, same filesystem type must be specified that the volume was using when the snapshot was created. Valid values are ext3
, ext4
, xfs
. Default value is xfs
.
Link copied to clipboard
Snapshot that Amazon ECS uses to create the volume. You must specify either a size_in_gb
or a snapshot_id
.
Link copied to clipboard
The tags to apply to the volume. See below.
Link copied to clipboard
Throughput to provision for a volume, in MiB/s, with a maximum of 1,000 MiB/s.
Link copied to clipboard
Volume type.