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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDomain.CodeRepositoryProperty
static final class
An implementation forCfnDomain.CodeRepositoryProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRepositoryUrl
The URL of the Git repository.- See Also:
-
builder
-