Provides details about an Image Builder Component.
data "aws_imagebuilder_component" "example" {
arn = "arn:aws:imagebuilder:us-west-2:aws:component/amazon-cloudwatch-agent-linux/1.0.0"
}
arn
- (Required) ARN of the component.This data source exports the following attributes in addition to the arguments above:
change_description
- Change description of the component.data
- Data of the component.date_created
- Date the component was created.description
- Description of the component.encrypted
- Encryption status of the component.kms_key_id
- ARN of the Key Management Service (KMS) Key used to encrypt the component.name
- Name of the component.owner
- Owner of the component.platform
- Platform of the component.supported_os_versions
- Operating Systems (OSes) supported by the component.tags
- Key-value map of resource tags for the component.type
- Type of the component.version
- Version of the component.