imagebuilder_get_marketplace_resource {paws.compute} | R Documentation |
Verify the subscription and perform resource dependency checks on the requested Amazon Web Services Marketplace resource
Description
Verify the subscription and perform resource dependency checks on the requested Amazon Web Services Marketplace resource. For Amazon Web Services Marketplace components, the response contains fields to download the components and their artifacts.
See https://www.paws-r-sdk.com/docs/imagebuilder_get_marketplace_resource/ for full documentation.
Usage
imagebuilder_get_marketplace_resource(
resourceType,
resourceArn,
resourceLocation = NULL
)
Arguments
resourceType |
[required] Specifies which type of Amazon Web Services Marketplace resource Image Builder retrieves. |
resourceArn |
[required] The Amazon Resource Name (ARN) that uniquely identifies an Amazon Web Services Marketplace resource. |
resourceLocation |
The bucket path that you can specify to download the resource from Amazon S3. |
[Package paws.compute version 0.9.0 Index]