Struct aws_sdk_imagebuilder::model::InstanceConfiguration [−][src]
#[non_exhaustive]pub struct InstanceConfiguration {
pub image: Option<String>,
pub block_device_mappings: Option<Vec<InstanceBlockDeviceMapping>>,
}
Expand description
Defines a custom base AMI and block device mapping configurations of an instance used for building and testing container images.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.image: Option<String>
The AMI ID to use as the base image for a container build and test instance. If not specified, Image Builder will use the appropriate ECS-optimized AMI as a base image.
block_device_mappings: Option<Vec<InstanceBlockDeviceMapping>>
Defines the block devices to attach for building an instance from this Image Builder AMI.
Implementations
The AMI ID to use as the base image for a container build and test instance. If not specified, Image Builder will use the appropriate ECS-optimized AMI as a base image.
Defines the block devices to attach for building an instance from this Image Builder AMI.
Creates a new builder-style object to manufacture InstanceConfiguration
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for InstanceConfiguration
impl Send for InstanceConfiguration
impl Sync for InstanceConfiguration
impl Unpin for InstanceConfiguration
impl UnwindSafe for InstanceConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more