Skip to content

Get Lineage Group Policy

sagemaker_get_lineage_group_policy R Documentation

The resource policy for the lineage group

Description

The resource policy for the lineage group.

Usage

sagemaker_get_lineage_group_policy(LineageGroupName)

Arguments

LineageGroupName

[required] The name or Amazon Resource Name (ARN) of the lineage group.

Value

A list with the following syntax:

list(
  LineageGroupArn = "string",
  ResourcePolicy = "string"
)

Request syntax

svc$get_lineage_group_policy(
  LineageGroupName = "string"
)