aws.connect.list_security_profile_permissions
Example SQL Queries
SELECT * FROMaws.connect.list_security_profile_permissionsWHERE"security_profile_id" = 'VALUE'AND "instance_id" = 'VALUE';Description
Lists the permissions granted to a security profile.
For information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_id Required Input Column The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. | VARCHAR |
| security_profile_id Required Input Column The identifier for the security profle. | 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 |
| last_modified_region The Amazon Web Services Region where this resource was last modified. | VARCHAR |
| last_modified_time The timestamp when this resource was last modified. | TIMESTAMP_S |
| permissions The permissions granted to the security profile. For a complete list of valid permissions, see List of security profile permissions. | VARCHAR[] |
Show child fields
| |