This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon CloudFormation template, use the following syntax:
JSON
{ "ApplicationPermissions" :[ String, ... ], "Namespace" :String}
YAML
ApplicationPermissions:- StringNamespace:String
Properties
- ApplicationPermissions
- 
                    The permissions that the agent is granted on the application. Only the ACCESSpermission is supported.Required: Yes Type: Array of String Maximum: 10Update requires: No interruption 
- Namespace
- 
                    Namespace of the application that you want to give access to. Required: Yes Type: String Minimum: 1Maximum: 128Update requires: No interruption