Interface CfnDomainPropsMixin.CodeRepositoryProperty

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

@Stability(Stable) public static interface CfnDomainPropsMixin.CodeRepositoryProperty extends software.amazon.jsii.JsiiSerializable
A Git repository that SageMaker AI 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.mixins.preview.services.sagemaker.mixins.*;
 CodeRepositoryProperty codeRepositoryProperty = CodeRepositoryProperty.builder()
         .repositoryUrl("repositoryUrl")
         .build();
 

See Also: