Skip to main content

security_profiles

Retrieves a list of security_profiles in a region

Overview

Namesecurity_profiles
TypeResource
Descriptionsecurity_profiles
Idawscc.connect.security_profiles

Fields

NameDatatypeDescription
security_profile_arnstringThe Amazon Resource Name (ARN) for the security profile.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
security_profile_arn
FROM awscc.connect.security_profiles
WHERE region = 'us-east-1'

Permissions

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

Create

connect:CreateSecurityProfile,
connect:TagResource

List

connect:ListSecurityProfiles