We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.72.0
published on Monday, Jul 20, 2026 by Pulumi
published on Monday, Jul 20, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.72.0
published on Monday, Jul 20, 2026 by Pulumi
published on Monday, Jul 20, 2026 by Pulumi
Resource Type definition for AWS::Lambda::MicrovmImage
Using getMicrovmImage
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 getMicrovmImage(args: GetMicrovmImageArgs, opts?: InvokeOptions): Promise<GetMicrovmImageResult>
function getMicrovmImageOutput(args: GetMicrovmImageOutputArgs, opts?: InvokeOptions): Output<GetMicrovmImageResult>def get_microvm_image(image_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMicrovmImageResult
def get_microvm_image_output(image_arn: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMicrovmImageResult]func LookupMicrovmImage(ctx *Context, args *LookupMicrovmImageArgs, opts ...InvokeOption) (*LookupMicrovmImageResult, error)
func LookupMicrovmImageOutput(ctx *Context, args *LookupMicrovmImageOutputArgs, opts ...InvokeOption) LookupMicrovmImageResultOutput> Note: This function is named LookupMicrovmImage in the Go SDK.
public static class GetMicrovmImage
{
public static Task<GetMicrovmImageResult> InvokeAsync(GetMicrovmImageArgs args, InvokeOptions? opts = null)
public static Output<GetMicrovmImageResult> Invoke(GetMicrovmImageInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMicrovmImageResult> getMicrovmImage(GetMicrovmImageArgs args, InvokeOptions options)
public static Output<GetMicrovmImageResult> getMicrovmImage(GetMicrovmImageArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:lambda:getMicrovmImage
arguments:
# arguments dictionarydata "aws-native_lambda_getmicrovmimage" "name" {
# arguments
}The following arguments are supported:
- Image
Arn string - ARN of the MicroVM image.
- Image
Arn string - ARN of the MicroVM image.
- image_
arn string - ARN of the MicroVM image.
- image
Arn String - ARN of the MicroVM image.
- image
Arn string - ARN of the MicroVM image.
- image_
arn str - ARN of the MicroVM image.
- image
Arn String - ARN of the MicroVM image.
getMicrovmImage Result
The following output properties are available:
- Created
At string - Timestamp when the MicroVM image was created.
- Image
Arn string - ARN of the MicroVM image.
- Latest
Active stringImage Version - The latest active version of the MicroVM image.
- Latest
Failed stringImage Version - The latest failed version of the MicroVM image.
- State
Pulumi.
Aws Native. Lambda. Microvm Image State - Current state of the MicroVM image.
-
List<Pulumi.
Aws Native. Outputs. Tag> - Key-value pairs to associate with the MicroVM image for organization and management.
- Updated
At string - Timestamp when the MicroVM image was updated.
- Created
At string - Timestamp when the MicroVM image was created.
- Image
Arn string - ARN of the MicroVM image.
- Latest
Active stringImage Version - The latest active version of the MicroVM image.
- Latest
Failed stringImage Version - The latest failed version of the MicroVM image.
- State
Microvm
Image State Enum - Current state of the MicroVM image.
- Tag
- Key-value pairs to associate with the MicroVM image for organization and management.
- Updated
At string - Timestamp when the MicroVM image was updated.
- created_
at string - Timestamp when the MicroVM image was created.
- image_
arn string - ARN of the MicroVM image.
- latest_
active_ stringimage_ version - The latest active version of the MicroVM image.
- latest_
failed_ stringimage_ version - The latest failed version of the MicroVM image.
- state "CREATING" | "CREATED" | "CREATE_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED" | "DELETED"
- Current state of the MicroVM image.
- list(object)
- Key-value pairs to associate with the MicroVM image for organization and management.
- updated_
at string - Timestamp when the MicroVM image was updated.
- created
At String - Timestamp when the MicroVM image was created.
- image
Arn String - ARN of the MicroVM image.
- latest
Active StringImage Version - The latest active version of the MicroVM image.
- latest
Failed StringImage Version - The latest failed version of the MicroVM image.
- state
Microvm
Image State - Current state of the MicroVM image.
- List<Tag>
- Key-value pairs to associate with the MicroVM image for organization and management.
- updated
At String - Timestamp when the MicroVM image was updated.
- created
At string - Timestamp when the MicroVM image was created.
- image
Arn string - ARN of the MicroVM image.
- latest
Active stringImage Version - The latest active version of the MicroVM image.
- latest
Failed stringImage Version - The latest failed version of the MicroVM image.
- state
Microvm
Image State - Current state of the MicroVM image.
- Tag[]
- Key-value pairs to associate with the MicroVM image for organization and management.
- updated
At string - Timestamp when the MicroVM image was updated.
- created_
at str - Timestamp when the MicroVM image was created.
- image_
arn str - ARN of the MicroVM image.
- latest_
active_ strimage_ version - The latest active version of the MicroVM image.
- latest_
failed_ strimage_ version - The latest failed version of the MicroVM image.
- state
Microvm
Image State - Current state of the MicroVM image.
- Sequence[root_Tag]
- Key-value pairs to associate with the MicroVM image for organization and management.
- updated_
at str - Timestamp when the MicroVM image was updated.
- created
At String - Timestamp when the MicroVM image was created.
- image
Arn String - ARN of the MicroVM image.
- latest
Active StringImage Version - The latest active version of the MicroVM image.
- latest
Failed StringImage Version - The latest failed version of the MicroVM image.
- state "CREATING" | "CREATED" | "CREATE_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED" | "DELETED"
- Current state of the MicroVM image.
- List<Property Map>
- Key-value pairs to associate with the MicroVM image for organization and management.
- updated
At String - Timestamp when the MicroVM image was updated.
Supporting Types
MicrovmImageState
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.72.0
published on Monday, Jul 20, 2026 by Pulumi
published on Monday, Jul 20, 2026 by Pulumi