Struct rusoto_imagebuilder::ContainerRecipe[][src]

pub struct ContainerRecipe {
Show fields pub arn: Option<String>, pub components: Option<Vec<ComponentConfiguration>>, pub container_type: Option<String>, pub date_created: Option<String>, pub description: Option<String>, pub dockerfile_template_data: Option<String>, pub encrypted: Option<bool>, pub instance_configuration: Option<InstanceConfiguration>, pub kms_key_id: Option<String>, pub name: Option<String>, pub owner: Option<String>, pub parent_image: Option<String>, pub platform: Option<String>, pub tags: Option<HashMap<String, String>>, pub target_repository: Option<TargetContainerRepository>, pub version: Option<String>, pub working_directory: Option<String>,
}
Expand description

A container recipe.

Fields

arn: Option<String>

The Amazon Resource Name (ARN) of the container recipe.

components: Option<Vec<ComponentConfiguration>>

Components for build and test that are included in the container recipe.

container_type: Option<String>

Specifies the type of container, such as Docker.

date_created: Option<String>

The date when this container recipe was created.

description: Option<String>

The description of the container recipe.

dockerfile_template_data: Option<String>

Dockerfiles are text documents that are used to build Docker containers, and ensure that they contain all of the elements required by the application running inside. The template data consists of contextual variables where Image Builder places build information or scripts, based on your container image recipe.

encrypted: Option<bool>

A flag that indicates if the target container is encrypted.

instance_configuration: Option<InstanceConfiguration>

A group of options that can be used to configure an instance for building and testing container images.

kms_key_id: Option<String>

Identifies which KMS key is used to encrypt the container image for distribution to the target Region.

name: Option<String>

The name of the container recipe.

owner: Option<String>

The owner of the container recipe.

parent_image: Option<String>

The source image for the container recipe.

platform: Option<String>

The system platform for the container, such as Windows or Linux.

tags: Option<HashMap<String, String>>

Tags that are attached to the container recipe.

target_repository: Option<TargetContainerRepository>

The destination repository for the container image.

version: Option<String>

The semantic version of the container recipe (<major>.<minor>.<patch>).

working_directory: Option<String>

The working directory for use during build and test workflows.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.