Provides details about a specific Amazon Connect Security Profile.
By name
data "aws_connect_security_profile" "example" {
instance_id = "aaaaaaaa-bbbb-cccc-dddd-111111111111"
name = "Example"
}
By security_profile_id
data "aws_connect_security_profile" "example" {
instance_id = "aaaaaaaa-bbbb-cccc-dddd-111111111111"
security_profile_id = "cccccccc-bbbb-cccc-dddd-111111111111"
}
This argument supports the following arguments:
security_profile_id
- (Optional) Returns information on a specific Security Profile by Security Profile idinstance_id
- (Required) Reference to the hosting Amazon Connect Instancename
- (Optional) Returns information on a specific Security Profile by nameThis data source exports the following attributes in addition to the arguments above:
arn
- ARN of the Security Profile.description
- Description of the Security Profile.id
- Identifier of the hosting Amazon Connect Instance and identifier of the Security Profile separated by a colon (:
).organization_resource_id
- The organization resource identifier for the security profile.permissions
- List of permissions assigned to the security profile.tags
- Map of tags to assign to the Security Profile.