Interface CfnCloudFormationProductPropsMixin.IConnectionParametersProperty
Provides connection details.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ServiceCatalog
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnCloudFormationProductPropsMixin.IConnectionParametersProperty
Syntax (vb)
Public Interface CfnCloudFormationProductPropsMixin.IConnectionParametersProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.ServiceCatalog;
var connectionParametersProperty = new ConnectionParametersProperty {
CodeStar = new CodeStarParametersProperty {
ArtifactPath = "artifactPath",
Branch = "branch",
ConnectionArn = "connectionArn",
Repository = "repository"
}
};
Synopsis
Properties
| CodeStar | Provides |
Properties
CodeStar
Provides ConnectionType details.
object? CodeStar { get; }
Property Value
Remarks
Type union: either IResolvable or CfnCloudFormationProductPropsMixin.ICodeStarParametersProperty