aws.signer.list_profile_permissions
Example SQL Queries
SELECT * FROMaws.signer.list_profile_permissionsWHERE"profile_name" = 'VALUE';Description
Lists the cross-account permissions associated with a signing profile.
Table Definition
| Column Name | Column Data Type |
|---|---|
| profile_name Required Input Column Name of the signing profile containing the cross-account permissions. | VARCHAR |
| next_token Input Column String for specifying the next set of paginated results. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| permissions List of permissions associated with the Signing Profile. | STRUCT( |
Show child fields
| |
| policy_size_bytes Total size of the policy associated with the Signing Profile in bytes. | BIGINT |
| revision_id The identifier for the current revision of profile permissions. | VARCHAR |