Service Volume Configuration Managed Ebs Volume Args
data class ServiceVolumeConfigurationManagedEbsVolumeArgs(val encrypted: Output<Boolean>? = null, val fileSystemType: Output<String>? = null, val iops: Output<Int>? = null, val kmsKeyId: Output<String>? = null, val roleArn: Output<String>, val sizeInGb: Output<Int>? = null, val snapshotId: Output<String>? = null, val tagSpecifications: Output<List<ServiceVolumeConfigurationManagedEbsVolumeTagSpecificationArgs>>? = null, val throughput: Output<Int>? = null, val volumeType: Output<String>? = null) : ConvertibleToJava<ServiceVolumeConfigurationManagedEbsVolumeArgs>
Constructors
Link copied to clipboard
constructor(encrypted: Output<Boolean>? = null, fileSystemType: Output<String>? = null, iops: Output<Int>? = null, kmsKeyId: Output<String>? = null, roleArn: Output<String>, sizeInGb: Output<Int>? = null, snapshotId: Output<String>? = null, tagSpecifications: Output<List<ServiceVolumeConfigurationManagedEbsVolumeTagSpecificationArgs>>? = null, throughput: Output<Int>? = null, volumeType: Output<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
val tagSpecifications: Output<List<ServiceVolumeConfigurationManagedEbsVolumeTagSpecificationArgs>>? = null
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.