infrastructure_configurations
Retrieves a list of infrastructure_configurations
in a region
Overview
Name | infrastructure_configurations |
Type | Resource |
Description | infrastructure_configurations |
Id | awscc.imagebuilder.infrastructure_configurations |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the infrastructure configuration. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.imagebuilder.infrastructure_configurations
WHERE region = 'us-east-1'
Permissions
To operate on the infrastructure_configurations
resource, the following permissions are required:
Create
iam:PassRole,
iam:GetRole,
iam:GetInstanceProfile,
iam:CreateServiceLinkedRole,
sns:Publish,
imagebuilder:TagResource,
imagebuilder:GetInfrastructureConfiguration,
imagebuilder:CreateInfrastructureConfiguration
List
imagebuilder:ListInfrastructureConfigurations