You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Imagebuilder::Types::InfrastructureConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name (ARN) of the infrastructure configuration.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) of the infrastructure configuration.

#date_created ⇒ String

The date on which the infrastructure configuration was created.

Returns:

  • (String) —

    The date on which the infrastructure configuration was created.

#date_updated ⇒ String

The date on which the infrastructure configuration was last updated.

Returns:

  • (String) —

    The date on which the infrastructure configuration was last updated.

#description ⇒ String

The description of the infrastructure configuration.

Returns:

  • (String) —

    The description of the infrastructure configuration.

#instance_profile_name ⇒ String

The instance profile of the infrastructure configuration.

Returns:

  • (String) —

    The instance profile of the infrastructure configuration.

#instance_types ⇒ Array<String>

The instance types of the infrastructure configuration.

Returns:

  • (Array<String>) —

    The instance types of the infrastructure configuration.

#key_pair ⇒ String

The EC2 key pair of the infrastructure configuration.

Returns:

  • (String) —

    The EC2 key pair of the infrastructure configuration.

#logging ⇒ Types::Logging

The logging configuration of the infrastructure configuration.

Returns:

  • (Types::Logging) —

    The logging configuration of the infrastructure configuration.

#name ⇒ String

The name of the infrastructure configuration.

Returns:

  • (String) —

    The name of the infrastructure configuration.

#resource_tags ⇒ Hash<String,String>

The tags attached to the resource created by Image Builder.

Returns:

  • (Hash<String,String>) —

    The tags attached to the resource created by Image Builder.

#security_group_ids ⇒ Array<String>

The security group IDs of the infrastructure configuration.

Returns:

  • (Array<String>) —

    The security group IDs of the infrastructure configuration.

#sns_topic_arn ⇒ String

The SNS topic Amazon Resource Name (ARN) of the infrastructure configuration.

Returns:

  • (String) —

    The SNS topic Amazon Resource Name (ARN) of the infrastructure configuration.

#subnet_id ⇒ String

The subnet ID of the infrastructure configuration.

Returns:

  • (String) —

    The subnet ID of the infrastructure configuration.

#tags ⇒ Hash<String,String>

The tags of the infrastructure configuration.

Returns:

  • (Hash<String,String>) —

    The tags of the infrastructure configuration.

#terminate_instance_on_failure ⇒ Boolean

The terminate instance on failure configuration of the infrastructure configuration.

Returns:

  • (Boolean) —

    The terminate instance on failure configuration of the infrastructure configuration.