We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi
aws-native.imagebuilder.getContainerRecipe
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi
Resource schema for AWS::ImageBuilder::ContainerRecipe
Using getContainerRecipe
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getContainerRecipe(args: GetContainerRecipeArgs, opts?: InvokeOptions): Promise<GetContainerRecipeResult>
function getContainerRecipeOutput(args: GetContainerRecipeOutputArgs, opts?: InvokeOptions): Output<GetContainerRecipeResult>
def get_container_recipe(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetContainerRecipeResult
def get_container_recipe_output(arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetContainerRecipeResult]
func LookupContainerRecipe(ctx *Context, args *LookupContainerRecipeArgs, opts ...InvokeOption) (*LookupContainerRecipeResult, error)
func LookupContainerRecipeOutput(ctx *Context, args *LookupContainerRecipeOutputArgs, opts ...InvokeOption) LookupContainerRecipeResultOutput
> Note: This function is named LookupContainerRecipe
in the Go SDK.
public static class GetContainerRecipe
{
public static Task<GetContainerRecipeResult> InvokeAsync(GetContainerRecipeArgs args, InvokeOptions? opts = null)
public static Output<GetContainerRecipeResult> Invoke(GetContainerRecipeInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetContainerRecipeResult> getContainerRecipe(GetContainerRecipeArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:imagebuilder:getContainerRecipe
arguments:
# arguments dictionary
The following arguments are supported:
- Arn string
- The Amazon Resource Name (ARN) of the container recipe.
- Arn string
- The Amazon Resource Name (ARN) of the container recipe.
- arn String
- The Amazon Resource Name (ARN) of the container recipe.
- arn string
- The Amazon Resource Name (ARN) of the container recipe.
- arn str
- The Amazon Resource Name (ARN) of the container recipe.
- arn String
- The Amazon Resource Name (ARN) of the container recipe.
getContainerRecipe Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the container recipe.
- Arn string
- The Amazon Resource Name (ARN) of the container recipe.
- arn String
- The Amazon Resource Name (ARN) of the container recipe.
- arn string
- The Amazon Resource Name (ARN) of the container recipe.
- arn str
- The Amazon Resource Name (ARN) of the container recipe.
- arn String
- The Amazon Resource Name (ARN) of the container recipe.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi