Skip to main content

security_profiles_list_only

Lists security_profiles in a region or regions, for all properties use security_profiles

Overview

Namesecurity_profiles_list_only
TypeResource
DescriptionResource Type definition for AWS::Connect::SecurityProfile
Idaws.connect.security_profiles_list_only

Fields

NameDatatypeDescription
allowed_access_control_tagsarrayThe list of tags that a security profile uses to restrict access to resources in Amazon Connect.
descriptionstringThe description of the security profile.
instance_arnstringThe identifier of the Amazon Connect instance.
permissionsarrayPermissions assigned to the security profile.
security_profile_arnstringThe Amazon Resource Name (ARN) for the security profile.
security_profile_namestringThe name of the security profile.
tag_restricted_resourcesarrayThe list of resources that a security profile applies tag restrictions to in Amazon Connect.
hierarchy_restricted_resourcesarrayThe list of resources that a security profile applies hierarchy restrictions to in Amazon Connect.
allowed_access_control_hierarchy_group_idstringThe identifier of the hierarchy group that a security profile uses to restrict access to resources in Amazon Connect.
applicationsarrayA list of third-party applications that the security profile will give access to.
tagsarrayThe tags used to organize, track, or control access for this resource.
last_modified_regionstringThe AWS Region where this resource was last modified.
last_modified_timenumberThe timestamp when this resource was last modified.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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