Skip to content

Get Marketplace Resource

imagebuilder_get_marketplace_resource 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.

Usage

imagebuilder_get_marketplace_resource(resourceType, resourceArn,
  resourceLocation)

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.

Value

A list with the following syntax:

list(
  resourceArn = "string",
  url = "string",
  data = "string"
)

Request syntax

svc$get_marketplace_resource(
  resourceType = "COMPONENT_DATA"|"COMPONENT_ARTIFACT",
  resourceArn = "string",
  resourceLocation = "string"
)