Skip to content

Put Resource Policy

schemas_put_resource_policy R Documentation

The name of the policy

Description

The name of the policy.

Usage

schemas_put_resource_policy(Policy, RegistryName, RevisionId)

Arguments

Policy

[required] The resource-based policy.

RegistryName

The name of the registry.

RevisionId

The revision ID of the policy.

Value

A list with the following syntax:

list(
  Policy = "string",
  RevisionId = "string"
)

Request syntax

svc$put_resource_policy(
  Policy = "string",
  RegistryName = "string",
  RevisionId = "string"
)