LaunchTemplateEbsBlockDevice
public struct LaunchTemplateEbsBlockDevice : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  Indicates whether the EBS volume is deleted on instance termination. DeclarationSwift public let deleteOnTermination: Bool?
- 
                  
                  Indicates whether the EBS volume is encrypted. DeclarationSwift public let encrypted: Bool?
- 
                  
                  The number of I/O operations per second (IOPS) that the volume supports. DeclarationSwift public let iops: Int?
- 
                  
                  The ARN of the AWS Key Management Service (AWS KMS) CMK used for encryption. DeclarationSwift public let kmsKeyId: String?
- 
                  
                  The ID of the snapshot. DeclarationSwift public let snapshotId: String?
- 
                  
                  The size of the volume, in GiB. DeclarationSwift public let volumeSize: Int?
- 
                  
                  The volume type. DeclarationSwift public let volumeType: VolumeType?
- 
                  
                  Undocumented DeclarationSwift public init(deleteOnTermination: Bool? = nil, encrypted: Bool? = nil, iops: Int? = nil, kmsKeyId: String? = nil, snapshotId: String? = nil, volumeSize: Int? = nil, volumeType: VolumeType? = nil)
 View on GitHub
View on GitHub LaunchTemplateEbsBlockDevice Structure Reference
        LaunchTemplateEbsBlockDevice Structure Reference