Interface CfnCloudFormationProduct.CodeStarParametersProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCloudFormationProduct.CodeStarParametersProperty.Jsii$Proxy
Enclosing class:
CfnCloudFormationProduct

@Stability(Stable) public static interface CfnCloudFormationProduct.CodeStarParametersProperty extends software.amazon.jsii.JsiiSerializable
The subtype containing details about the Codestar connection Type .

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.servicecatalog.*;
 CodeStarParametersProperty codeStarParametersProperty = CodeStarParametersProperty.builder()
         .artifactPath("artifactPath")
         .branch("branch")
         .connectionArn("connectionArn")
         .repository("repository")
         .build();