Interface CfnDomain.CodeRepositoryProperty

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

@Stability(Stable) public static interface CfnDomain.CodeRepositoryProperty extends software.amazon.jsii.JsiiSerializable
A Git repository that SageMaker automatically displays to users for cloning in the JupyterServer application.

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.sagemaker.*;
 CodeRepositoryProperty codeRepositoryProperty = CodeRepositoryProperty.builder()
         .repositoryUrl("repositoryUrl")
         .build();
 

See Also: