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::Interconnect::Connection Provider
The partner cloud service provider on the remote side of the connection.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CloudServiceProvider" :String, "LastMileProvider" :String}
YAML
CloudServiceProvider:StringLastMileProvider:String
Properties
CloudServiceProvider-
The name of the cloud service provider. Connections to or from this cloud service provider are considered multicloud connections.
Required: No
Type: String
Maximum:
32Update requires: No interruption
LastMileProvider-
The name of the last-mile provider. Connections to or from this last-mile provider are considered last-mile connections.
Required: No
Type: String
Maximum:
32Update requires: No interruption