AWS::Connect::SecurityProfile Application - AWS CloudFormation

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 AWS 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