AWS::Connect::SecurityProfile Application - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon CloudFormation template, use the following syntax:

JSON

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

YAML

ApplicationPermissions: - String Namespace: String

Properties

ApplicationPermissions

The permissions that the agent is granted on the application. Only the ACCESS permission is supported.

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