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

#arnString

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

Returns:

  • (String)

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

#date_createdString

The date on which the infrastructure configuration was created.

Returns:

  • (String)

    The date on which the infrastructure configuration was created.

#date_updatedString

The date on which the infrastructure configuration was last updated.

Returns:

  • (String)

    The date on which the infrastructure configuration was last updated.

#descriptionString

The description of the infrastructure configuration.

Returns:

  • (String)

    The description of the infrastructure configuration.

#instance_profile_nameString

The instance profile of the infrastructure configuration.

Returns:

  • (String)

    The instance profile of the infrastructure configuration.

#instance_typesArray<String>

The instance types of the infrastructure configuration.

Returns:

  • (Array<String>)

    The instance types of the infrastructure configuration.

#key_pairString

The EC2 key pair of the infrastructure configuration.

Returns:

  • (String)

    The EC2 key pair of the infrastructure configuration.

#loggingTypes::Logging

The logging configuration of the infrastructure configuration.

Returns:

  • (Types::Logging)

    The logging configuration of the infrastructure configuration.

#nameString

The name of the infrastructure configuration.

Returns:

  • (String)

    The name of the infrastructure configuration.

#resource_tagsHash<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_idsArray<String>

The security group IDs of the infrastructure configuration.

Returns:

  • (Array<String>)

    The security group IDs of the infrastructure configuration.

#sns_topic_arnString

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_idString

The subnet ID of the infrastructure configuration.

Returns:

  • (String)

    The subnet ID of the infrastructure configuration.

#tagsHash<String,String>

The tags of the infrastructure configuration.

Returns:

  • (Hash<String,String>)

    The tags of the infrastructure configuration.

#terminate_instance_on_failureBoolean

The terminate instance on failure configuration of the infrastructure configuration.

Returns:

  • (Boolean)

    The terminate instance on failure configuration of the infrastructure configuration.