Skip to content

Get Component Policy

imagebuilder_get_component_policy R Documentation

Gets a component policy

Description

Gets a component policy.

Usage

imagebuilder_get_component_policy(componentArn)

Arguments

componentArn

[required] The Amazon Resource Name (ARN) of the component whose policy you want to retrieve.

Value

A list with the following syntax:

list(
  requestId = "string",
  policy = "string"
)

Request syntax

svc$get_component_policy(
  componentArn = "string"
)