Skip to content

Get Model Package Group Policy

sagemaker_get_model_package_group_policy R Documentation

Gets a resource policy that manages access for a model group

Description

Gets a resource policy that manages access for a model group. For information about resource policies, see Identity-based policies and resource-based policies in the Amazon Web Services Identity and Access Management User Guide..

Usage

sagemaker_get_model_package_group_policy(ModelPackageGroupName)

Arguments

ModelPackageGroupName

[required] The name of the model group for which to get the resource policy.

Value

A list with the following syntax:

list(
  ResourcePolicy = "string"
)

Request syntax

svc$get_model_package_group_policy(
  ModelPackageGroupName = "string"
)