# README
Terraform AWS Provider ImageBuilder Package
This area is primarily for AWS provider contributors and maintainers. For information on using Terraform and the AWS provider, see the links below.
Handy Links
- Find out about contributing to the AWS provider!
- AWS Provider Docs: Home
- AWS Provider Docs: One of the ImageBuilder resources
- AWS Docs: AWS SDK for Go ImageBuilder
# Functions
@SDKDataSource("aws_imagebuilder_component").
@SDKDataSource("aws_imagebuilder_components", name="Components").
@SDKDataSource("aws_imagebuilder_container_recipe").
@SDKDataSource("aws_imagebuilder_container_recipes", name="Container Recipes").
@SDKDataSource("aws_imagebuilder_distribution_configuration").
@SDKDataSource("aws_imagebuilder_distribution_configurations").
@SDKDataSource("aws_imagebuilder_image").
@SDKDataSource("aws_imagebuilder_image_pipeline").
@SDKDataSource("aws_imagebuilder_image_pipelines").
@SDKDataSource("aws_imagebuilder_image_recipe").
@SDKDataSource("aws_imagebuilder_image_recipes", name="Image Recipes").
@SDKDataSource("aws_imagebuilder_infrastructure_configuration").
@SDKDataSource("aws_imagebuilder_infrastructure_configurations").
KeyValueTags creates tftags.KeyValueTags from imagebuilder service tags.
No description provided by the author
@SDKResource("aws_imagebuilder_component", name="Component") @Tags(identifierAttribute="id").
@SDKResource("aws_imagebuilder_container_recipe", name="Container Recipe") @Tags(identifierAttribute="id").
@SDKResource("aws_imagebuilder_distribution_configuration", name="Distribution Configuration") @Tags(identifierAttribute="id").
@SDKResource("aws_imagebuilder_image", name="Image") @Tags(identifierAttribute="id").
@SDKResource("aws_imagebuilder_image_pipeline", name="Image Pipeline") @Tags(identifierAttribute="id").
@SDKResource("aws_imagebuilder_image_recipe", name="Image Recipe") @Tags(identifierAttribute="id").
@SDKResource("aws_imagebuilder_infrastructure_configuration", name="Infrastructure Configuration") @Tags(identifierAttribute="id").
@SDKResource("aws_imagebuilder_workflow", name="Workflow") @Tags(identifierAttribute="id").
No description provided by the author
Tags returns imagebuilder service tags.
# Constants
Missing from upstream aws-sdk-go.