ImagebuilderFunctions

Functions

Link copied to clipboard

Provides details about an Image Builder Component.

suspend fun getComponent(arn: String, tags: Map<String, String>? = null): GetComponentResult
Link copied to clipboard

Use this data source to get the ARNs and names of Image Builder Components matching the specified criteria.

suspend fun getComponents(filters: List<GetComponentsFilter>? = null, owner: String? = null): GetComponentsResult
Link copied to clipboard

Provides details about an Image builder Container Recipe.

Link copied to clipboard

Use this data source to get the ARNs and names of Image Builder Container Recipes matching the specified criteria.

Link copied to clipboard

Use this data source to get the ARNs and names of Image Builder Distribution Configurations matching the specified criteria.

Link copied to clipboard
suspend fun getImage(argument: GetImagePlainArgs): GetImageResult

Provides details about an Image Builder Image.

suspend fun getImage(argument: suspend GetImagePlainArgsBuilder.() -> Unit): GetImageResult
suspend fun getImage(arn: String, tags: Map<String, String>? = null): GetImageResult
Link copied to clipboard

Provides details about an Image Builder Image Pipeline.

suspend fun getImagePipeline(arn: String, tags: Map<String, String>? = null): GetImagePipelineResult
Link copied to clipboard

Use this data source to get the ARNs and names of Image Builder Image Pipelines matching the specified criteria.

Link copied to clipboard

Provides details about an Image Builder Image Recipe.

suspend fun getImageRecipe(arn: String, tags: Map<String, String>? = null): GetImageRecipeResult
Link copied to clipboard

Use this data source to get the ARNs and names of Image Builder Image Recipes matching the specified criteria.

suspend fun getImageRecipes(filters: List<GetImageRecipesFilter>? = null, owner: String? = null): GetImageRecipesResult
Link copied to clipboard

Use this data source to get the ARNs and names of Image Builder Infrastructure Configurations matching the specified criteria.