Class: Aws::Imagebuilder::Types::EbsInstanceBlockDeviceSpecification

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-imagebuilder/types.rb

Overview

Amazon EBS-specific block device mapping specifications.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delete_on_terminationBoolean

Use to configure delete on termination of the associated device.

Returns:

  • (Boolean)


2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2436

class EbsInstanceBlockDeviceSpecification < Struct.new(
  :encrypted,
  :delete_on_termination,
  :iops,
  :kms_key_id,
  :snapshot_id,
  :volume_size,
  :volume_type,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#encryptedBoolean

Use to configure device encryption.

Returns:

  • (Boolean)


2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2436

class EbsInstanceBlockDeviceSpecification < Struct.new(
  :encrypted,
  :delete_on_termination,
  :iops,
  :kms_key_id,
  :snapshot_id,
  :volume_size,
  :volume_type,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#iopsInteger

Use to configure device IOPS.

Returns:

  • (Integer)


2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2436

class EbsInstanceBlockDeviceSpecification < Struct.new(
  :encrypted,
  :delete_on_termination,
  :iops,
  :kms_key_id,
  :snapshot_id,
  :volume_size,
  :volume_type,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

Use to configure the KMS key to use when encrypting the device.

Returns:

  • (String)


2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2436

class EbsInstanceBlockDeviceSpecification < Struct.new(
  :encrypted,
  :delete_on_termination,
  :iops,
  :kms_key_id,
  :snapshot_id,
  :volume_size,
  :volume_type,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_idString

The snapshot that defines the device contents.

Returns:

  • (String)


2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2436

class EbsInstanceBlockDeviceSpecification < Struct.new(
  :encrypted,
  :delete_on_termination,
  :iops,
  :kms_key_id,
  :snapshot_id,
  :volume_size,
  :volume_type,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#throughputInteger

**For GP3 volumes only** – The throughput in MiB/s that the volume supports.

Returns:

  • (Integer)


2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2436

class EbsInstanceBlockDeviceSpecification < Struct.new(
  :encrypted,
  :delete_on_termination,
  :iops,
  :kms_key_id,
  :snapshot_id,
  :volume_size,
  :volume_type,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#volume_sizeInteger

Use to override the device’s volume size.

Returns:

  • (Integer)


2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2436

class EbsInstanceBlockDeviceSpecification < Struct.new(
  :encrypted,
  :delete_on_termination,
  :iops,
  :kms_key_id,
  :snapshot_id,
  :volume_size,
  :volume_type,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#volume_typeString

Use to override the device’s volume type.

Returns:

  • (String)


2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2436

class EbsInstanceBlockDeviceSpecification < Struct.new(
  :encrypted,
  :delete_on_termination,
  :iops,
  :kms_key_id,
  :snapshot_id,
  :volume_size,
  :volume_type,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end