Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationproduct-connectionparameters.html

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 ConnectionType details.

Properties

CodeStar

Provides ConnectionType details.

object? CodeStar { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationproduct-connectionparameters.html#cfn-servicecatalog-cloudformationproduct-connectionparameters-codestar

Type union: either IResolvable or CfnCloudFormationProductPropsMixin.ICodeStarParametersProperty

Back to top Generated by DocFX