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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb

Overview

Details of the infrastructure configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4588

class InfrastructureConfiguration < Struct.new(
  :arn,
  :name,
  :description,
  :instance_types,
  :instance_profile_name,
  :security_group_ids,
  :subnet_id,
  :logging,
  :key_pair,
  :terminate_instance_on_failure,
  :sns_topic_arn,
  :date_created,
  :date_updated,
  :resource_tags,
  :instance_metadata_options,
  :tags,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#date_createdString

The date on which the infrastructure configuration was created.

Returns:

  • (String)


4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4588

class InfrastructureConfiguration < Struct.new(
  :arn,
  :name,
  :description,
  :instance_types,
  :instance_profile_name,
  :security_group_ids,
  :subnet_id,
  :logging,
  :key_pair,
  :terminate_instance_on_failure,
  :sns_topic_arn,
  :date_created,
  :date_updated,
  :resource_tags,
  :instance_metadata_options,
  :tags,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#date_updatedString

The date on which the infrastructure configuration was last updated.

Returns:

  • (String)


4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4588

class InfrastructureConfiguration < Struct.new(
  :arn,
  :name,
  :description,
  :instance_types,
  :instance_profile_name,
  :security_group_ids,
  :subnet_id,
  :logging,
  :key_pair,
  :terminate_instance_on_failure,
  :sns_topic_arn,
  :date_created,
  :date_updated,
  :resource_tags,
  :instance_metadata_options,
  :tags,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the infrastructure configuration.

Returns:

  • (String)


4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4588

class InfrastructureConfiguration < Struct.new(
  :arn,
  :name,
  :description,
  :instance_types,
  :instance_profile_name,
  :security_group_ids,
  :subnet_id,
  :logging,
  :key_pair,
  :terminate_instance_on_failure,
  :sns_topic_arn,
  :date_created,
  :date_updated,
  :resource_tags,
  :instance_metadata_options,
  :tags,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#instance_metadata_optionsTypes::InstanceMetadataOptions

The instance metadata option settings for the infrastructure configuration.



4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4588

class InfrastructureConfiguration < Struct.new(
  :arn,
  :name,
  :description,
  :instance_types,
  :instance_profile_name,
  :security_group_ids,
  :subnet_id,
  :logging,
  :key_pair,
  :terminate_instance_on_failure,
  :sns_topic_arn,
  :date_created,
  :date_updated,
  :resource_tags,
  :instance_metadata_options,
  :tags,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#instance_profile_nameString

The instance profile of the infrastructure configuration.

Returns:

  • (String)


4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4588

class InfrastructureConfiguration < Struct.new(
  :arn,
  :name,
  :description,
  :instance_types,
  :instance_profile_name,
  :security_group_ids,
  :subnet_id,
  :logging,
  :key_pair,
  :terminate_instance_on_failure,
  :sns_topic_arn,
  :date_created,
  :date_updated,
  :resource_tags,
  :instance_metadata_options,
  :tags,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typesArray<String>

The instance types of the infrastructure configuration.

Returns:

  • (Array<String>)


4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4588

class InfrastructureConfiguration < Struct.new(
  :arn,
  :name,
  :description,
  :instance_types,
  :instance_profile_name,
  :security_group_ids,
  :subnet_id,
  :logging,
  :key_pair,
  :terminate_instance_on_failure,
  :sns_topic_arn,
  :date_created,
  :date_updated,
  :resource_tags,
  :instance_metadata_options,
  :tags,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#key_pairString

The Amazon EC2 key pair of the infrastructure configuration.

Returns:

  • (String)


4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4588

class InfrastructureConfiguration < Struct.new(
  :arn,
  :name,
  :description,
  :instance_types,
  :instance_profile_name,
  :security_group_ids,
  :subnet_id,
  :logging,
  :key_pair,
  :terminate_instance_on_failure,
  :sns_topic_arn,
  :date_created,
  :date_updated,
  :resource_tags,
  :instance_metadata_options,
  :tags,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#loggingTypes::Logging

The logging configuration of the infrastructure configuration.

Returns:



4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4588

class InfrastructureConfiguration < Struct.new(
  :arn,
  :name,
  :description,
  :instance_types,
  :instance_profile_name,
  :security_group_ids,
  :subnet_id,
  :logging,
  :key_pair,
  :terminate_instance_on_failure,
  :sns_topic_arn,
  :date_created,
  :date_updated,
  :resource_tags,
  :instance_metadata_options,
  :tags,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the infrastructure configuration.

Returns:

  • (String)


4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4588

class InfrastructureConfiguration < Struct.new(
  :arn,
  :name,
  :description,
  :instance_types,
  :instance_profile_name,
  :security_group_ids,
  :subnet_id,
  :logging,
  :key_pair,
  :terminate_instance_on_failure,
  :sns_topic_arn,
  :date_created,
  :date_updated,
  :resource_tags,
  :instance_metadata_options,
  :tags,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#placementTypes::Placement

The instance placement settings that define where the instances that are launched from your image will run.

Returns:



4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4588

class InfrastructureConfiguration < Struct.new(
  :arn,
  :name,
  :description,
  :instance_types,
  :instance_profile_name,
  :security_group_ids,
  :subnet_id,
  :logging,
  :key_pair,
  :terminate_instance_on_failure,
  :sns_topic_arn,
  :date_created,
  :date_updated,
  :resource_tags,
  :instance_metadata_options,
  :tags,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#resource_tagsHash<String,String>

The tags attached to the resource created by Image Builder.

Returns:

  • (Hash<String,String>)


4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4588

class InfrastructureConfiguration < Struct.new(
  :arn,
  :name,
  :description,
  :instance_types,
  :instance_profile_name,
  :security_group_ids,
  :subnet_id,
  :logging,
  :key_pair,
  :terminate_instance_on_failure,
  :sns_topic_arn,
  :date_created,
  :date_updated,
  :resource_tags,
  :instance_metadata_options,
  :tags,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idsArray<String>

The security group IDs of the infrastructure configuration.

Returns:

  • (Array<String>)


4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4588

class InfrastructureConfiguration < Struct.new(
  :arn,
  :name,
  :description,
  :instance_types,
  :instance_profile_name,
  :security_group_ids,
  :subnet_id,
  :logging,
  :key_pair,
  :terminate_instance_on_failure,
  :sns_topic_arn,
  :date_created,
  :date_updated,
  :resource_tags,
  :instance_metadata_options,
  :tags,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#sns_topic_arnString

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

EC2 Image Builder is unable to send notifications to SNS topics that are encrypted using keys from other accounts. The key that is used to encrypt the SNS topic must reside in the account that the Image Builder service runs under.

Returns:

  • (String)


4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4588

class InfrastructureConfiguration < Struct.new(
  :arn,
  :name,
  :description,
  :instance_types,
  :instance_profile_name,
  :security_group_ids,
  :subnet_id,
  :logging,
  :key_pair,
  :terminate_instance_on_failure,
  :sns_topic_arn,
  :date_created,
  :date_updated,
  :resource_tags,
  :instance_metadata_options,
  :tags,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

The subnet ID of the infrastructure configuration.

Returns:

  • (String)


4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4588

class InfrastructureConfiguration < Struct.new(
  :arn,
  :name,
  :description,
  :instance_types,
  :instance_profile_name,
  :security_group_ids,
  :subnet_id,
  :logging,
  :key_pair,
  :terminate_instance_on_failure,
  :sns_topic_arn,
  :date_created,
  :date_updated,
  :resource_tags,
  :instance_metadata_options,
  :tags,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags of the infrastructure configuration.

Returns:

  • (Hash<String,String>)


4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4588

class InfrastructureConfiguration < Struct.new(
  :arn,
  :name,
  :description,
  :instance_types,
  :instance_profile_name,
  :security_group_ids,
  :subnet_id,
  :logging,
  :key_pair,
  :terminate_instance_on_failure,
  :sns_topic_arn,
  :date_created,
  :date_updated,
  :resource_tags,
  :instance_metadata_options,
  :tags,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end

#terminate_instance_on_failureBoolean

The terminate instance on failure configuration of the infrastructure configuration.

Returns:

  • (Boolean)


4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 4588

class InfrastructureConfiguration < Struct.new(
  :arn,
  :name,
  :description,
  :instance_types,
  :instance_profile_name,
  :security_group_ids,
  :subnet_id,
  :logging,
  :key_pair,
  :terminate_instance_on_failure,
  :sns_topic_arn,
  :date_created,
  :date_updated,
  :resource_tags,
  :instance_metadata_options,
  :tags,
  :placement)
  SENSITIVE = []
  include Aws::Structure
end