AWS::ServiceCatalog::CloudFormationProduct SourceConnection
A top level ProductViewDetail
response containing details about the product’s connection.
AWS Service Catalog returns this field for the CreateProduct
, UpdateProduct
,
DescribeProductAsAdmin
, and SearchProductAsAdmin
APIs.
This response contains the same fields as the ConnectionParameters
request, with the
addition of the LastSync
response.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ConnectionParameters" :
ConnectionParameters
, "Type" :String
}
YAML
ConnectionParameters:
ConnectionParameters
Type:String
Properties
ConnectionParameters
-
The connection details based on the connection
Type
.Required: Yes
Type: ConnectionParameters
Update requires: No interruption
Type
-
The only supported
SourceConnection
type is Codestar.Required: Yes
Type: String
Update requires: No interruption