CreateInfrastructureConfigurationRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

Link copied to clipboard

The description of the infrastructure configuration.

Link copied to clipboard

The instance metadata options that you can set for the HTTP requests that pipeline builds use to launch EC2 build and test instances.

Link copied to clipboard

The instance profile to associate with the instance used to customize your Amazon EC2 AMI.

Link copied to clipboard

The instance types of the infrastructure configuration. You can specify one or more instance types to use for this build. The service will pick one of these instance types based on availability.

Link copied to clipboard

The key pair of the infrastructure configuration. You can use this to log on to and debug the instance used to create your image.

Link copied to clipboard

The logging configuration of the infrastructure configuration.

Link copied to clipboard
val name: String?

The name of the infrastructure configuration.

Link copied to clipboard

The tags attached to the resource created by Image Builder.

Link copied to clipboard

The security group IDs to associate with the instance used to customize your Amazon EC2 AMI.

Link copied to clipboard

The Amazon Resource Name (ARN) for the SNS topic to which we send image build event notifications.

Link copied to clipboard

The subnet ID in which to place the instance used to customize your Amazon EC2 AMI.

Link copied to clipboard

The tags of the infrastructure configuration.

Link copied to clipboard

The terminate instance on failure setting of the infrastructure configuration. Set to false if you want Image Builder to retain the instance used to configure your AMI if the build or test phase of your workflow fails.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String