EbsBlockDeviceConfig
public struct EbsBlockDeviceConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster.
Declaration
Swift
public let volumeSpecification: VolumeSpecification
-
Number of EBS volumes with a specific volume configuration that will be associated with every instance in the instance group
Declaration
Swift
public let volumesPerInstance: Int?
-
Undocumented
Declaration
Swift
public init(volumeSpecification: VolumeSpecification, volumesPerInstance: Int? = nil)