distribution_configuration
Gets an individual distribution_configuration
resource
Overview
Name | distribution_configuration |
Type | Resource |
Description | distribution_configuration |
Id | awscc.imagebuilder.distribution_configuration |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the distribution configuration. |
name | string | The name of the distribution configuration. |
description | string | The description of the distribution configuration. |
distributions | array | The distributions of the distribution configuration. |
tags | object | The tags associated with the component. |
region | string | AWS 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