Interface ImagebuilderImageRecipeComponent
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ImagebuilderImageRecipeComponent.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.334Z") @Stability(Stable) public interface ImagebuilderImageRecipeComponent extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classImagebuilderImageRecipeComponent.BuilderA builder forImagebuilderImageRecipeComponentstatic classImagebuilderImageRecipeComponent.Jsii$ProxyAn implementation forImagebuilderImageRecipeComponent
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ImagebuilderImageRecipeComponent.Builderbuilder()StringgetComponentArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/imagebuilder_image_recipe#component_arn ImagebuilderImageRecipe#component_arn}.default ObjectgetParameter()parameter block.
-
-
-
Method Detail
-
getComponentArn
@Stability(Stable) @NotNull String getComponentArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/imagebuilder_image_recipe#component_arn ImagebuilderImageRecipe#component_arn}.
-
getParameter
@Stability(Stable) @Nullable default Object getParameter()
parameter block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/imagebuilder_image_recipe#parameter ImagebuilderImageRecipe#parameter}
-
builder
@Stability(Stable) static ImagebuilderImageRecipeComponent.Builder builder()
-
-