Skip to main content

security_profile

Gets an individual security_profile resource

Overview

Namesecurity_profile
TypeResource
Descriptionsecurity_profile
Idawscc.connect.security_profile

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.
tagsarrayThe tags used to organize, track, or control access for this resource.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
allowed_access_control_tags,
description,
instance_arn,
permissions,
security_profile_arn,
security_profile_name,
tag_restricted_resources,
tags
FROM awscc.connect.security_profile
WHERE data__Identifier = '<SecurityProfileArn>';

Permissions

To operate on the security_profile resource, the following permissions are required:

Read

connect:DescribeSecurityProfile,
connect:ListSecurityProfilePermissions

Update

connect:TagResource,
connect:UpdateSecurityProfile,
connect:UntagResource

Delete

connect:DeleteSecurityProfile,
connect:UntagResource