security_profiles_list_only
Lists security_profiles
in a region or regions, for all properties use security_profiles
Overview
Name | security_profiles_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Connect::SecurityProfile |
Id | aws.connect.security_profiles_list_only |
Fields
Name | Datatype | Description |
---|---|---|
allowed_access_control_tags | array | The list of tags that a security profile uses to restrict access to resources in Amazon Connect. |
description | string | The description of the security profile. |
instance_arn | string | The identifier of the Amazon Connect instance. |
permissions | array | Permissions assigned to the security profile. |
security_profile_arn | string | The Amazon Resource Name (ARN) for the security profile. |
security_profile_name | string | The name of the security profile. |
tag_restricted_resources | array | The list of resources that a security profile applies tag restrictions to in Amazon Connect. |
hierarchy_restricted_resources | array | The list of resources that a security profile applies hierarchy restrictions to in Amazon Connect. |
allowed_access_control_hierarchy_group_id | string | The identifier of the hierarchy group that a security profile uses to restrict access to resources in Amazon Connect. |
applications | array | A list of third-party applications that the security profile will give access to. |
tags | array | The tags used to organize, track, or control access for this resource. |
last_modified_region | string | The AWS Region where this resource was last modified. |
last_modified_time | number | The timestamp when this resource was last modified. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all security_profiles
in a region.
SELECT
region,
security_profile_arn
FROM aws.connect.security_profiles_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the security_profiles_list_only
resource, see security_profiles