security_profile
Gets an individual security_profile
resource
Overview
Name | security_profile |
Type | Resource |
Description | security_profile |
Id | awscc.connect.security_profile |
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. |
tags | array | The tags used to organize, track, or control access for this resource. |
region | string | AWS 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