aws.sagemaker.get_lineage_group_policy
Example SQL Queries
SELECT * FROMaws.sagemaker.get_lineage_group_policyWHERE"lineage_group_name" = 'VALUE';Description
The resource policy for the lineage group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| lineage_group_name Required Input Column The name or Amazon Resource Name (ARN) of the lineage group. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| lineage_group_arn The Amazon Resource Name (ARN) of the lineage group. | VARCHAR |
| resource_policy The resource policy that gives access to the lineage group in another account. | VARCHAR |