aws.sagemaker.get_model_package_group_policy
Example SQL Queries
SELECT * FROMaws.sagemaker.get_model_package_group_policyWHERE"model_package_group_name" = 'VALUE';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..
Table Definition
| Column Name | Column Data Type |
|---|---|
| model_package_group_name Required Input Column The name of the model group for which to get the resource policy. | 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
| |
| resource_policy The resource policy for the model group. | VARCHAR |