Skip to main content

distribution_configuration

Gets an individual distribution_configuration resource

Overview

Namedistribution_configuration
TypeResource
Descriptiondistribution_configuration
Idawscc.imagebuilder.distribution_configuration

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the distribution configuration.
namestringThe name of the distribution configuration.
descriptionstringThe description of the distribution configuration.
distributionsarrayThe distributions of the distribution configuration.
tagsobjectThe tags associated with the component.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
name,
description,
distributions,
tags
FROM awscc.imagebuilder.distribution_configuration
WHERE data__Identifier = '<Arn>';

Permissions

To operate on the distribution_configuration resource, the following permissions are required:

Update

ec2:DescribeLaunchTemplates,
ec2:CreateLaunchTemplateVersion,
ec2:ModifyLaunchTemplate,
imagebuilder:GetDistributionConfiguration,
imagebuilder:UpdateDistributionConfiguration

Read

imagebuilder:GetDistributionConfiguration

Delete

imagebuilder:GetDistributionConfiguration,
imagebuilder:UnTagResource,
imagebuilder:DeleteDistributionConfiguration