AWS::Connect::SecurityProfile Application - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Connect::SecurityProfile Application

This API is in preview release for Amazon Connect and is subject to change.

A third-party application's metadata.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ApplicationPermissions" : [ String, ... ], "Namespace" : String, "Type" : String }

YAML

ApplicationPermissions: - String Namespace: String Type: String

Properties

ApplicationPermissions

The permissions that the agent is granted on the application. For third-party applications, only the ACCESS permission is supported. For MCP Servers, the permissions are tool Identifiers accepted by MCP Server.

Required: Yes

Type: Array of String

Maximum: 10

Update requires: No interruption

Namespace

Namespace of the application that you want to give access to.

Required: Yes

Type: String

Minimum: 1

Maximum: 128

Update requires: No interruption

Type

Type of Application.

Required: No

Type: String

Allowed values: MCP | THIRD_PARTY_APPLICATION

Update requires: No interruption