interface ConnectionParametersProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ServiceCatalog.CfnCloudFormationProductPropsMixin.ConnectionParametersProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsservicecatalog#CfnCloudFormationProductPropsMixin_ConnectionParametersProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.servicecatalog.CfnCloudFormationProductPropsMixin.ConnectionParametersProperty |
Python | aws_cdk.cfn_property_mixins.aws_servicecatalog.CfnCloudFormationProductPropsMixin.ConnectionParametersProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_servicecatalog » CfnCloudFormationProductPropsMixin » ConnectionParametersProperty |
Provides connection details.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_servicecatalog as servicecatalog } from '@aws-cdk/cfn-property-mixins';
const connectionParametersProperty: servicecatalog.CfnCloudFormationProductPropsMixin.ConnectionParametersProperty = {
codeStar: {
artifactPath: 'artifactPath',
branch: 'branch',
connectionArn: 'connectionArn',
repository: 'repository',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| code | IResolvable | Code | Provides ConnectionType details. |
codeStar?
Type:
IResolvable | Code
(optional)
Provides ConnectionType details.

.NET
Go
Java
Python
TypeScript