Skip to main content

infrastructure_configurations_list_only

Lists infrastructure_configurations in a region or regions, for all properties use infrastructure_configurations

Overview

Nameinfrastructure_configurations_list_only
TypeResource
DescriptionResource schema for AWS::ImageBuilder::InfrastructureConfiguration
Idaws.imagebuilder.infrastructure_configurations_list_only

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the infrastructure configuration.
namestringThe name of the infrastructure configuration.
descriptionstringThe description of the infrastructure configuration.
instance_typesarrayThe instance types of the infrastructure configuration.
security_group_idsarrayThe security group IDs of the infrastructure configuration.
loggingobjectThe logging configuration of the infrastructure configuration.
subnet_idstringThe subnet ID of the infrastructure configuration.
key_pairstringThe EC2 key pair of the infrastructure configuration..
terminate_instance_on_failurebooleanThe terminate instance on failure configuration of the infrastructure configuration.
instance_profile_namestringThe instance profile of the infrastructure configuration.
instance_metadata_optionsobjectThe instance metadata option settings for the infrastructure configuration.
sns_topic_arnstringThe SNS Topic Amazon Resource Name (ARN) of the infrastructure configuration.
resource_tagsobjectThe tags attached to the resource created by Image Builder.
tagsobjectThe tags associated with the component.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all infrastructure_configurations in a region.

SELECT
region,
arn
FROM aws.imagebuilder.infrastructure_configurations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the infrastructure_configurations_list_only resource, see infrastructure_configurations