EbsConfiguration
public struct EbsConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of Amazon EBS volume specifications attached to a cluster instance.
Declaration
Swift
public let ebsBlockDeviceConfigs: [EbsBlockDeviceConfig]?
-
Indicates whether an Amazon EBS volume is EBS-optimized.
Declaration
Swift
public let ebsOptimized: Bool?
-
Undocumented
Declaration
Swift
public init(ebsBlockDeviceConfigs: [EbsBlockDeviceConfig]? = nil, ebsOptimized: Bool? = nil)