Interface CfnArtifactPropsMixin.ArtifactSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnArtifactPropsMixin.ArtifactSourceProperty.Jsii$Proxy
- Enclosing class:
CfnArtifactPropsMixin
@Stability(Stable)
public static interface CfnArtifactPropsMixin.ArtifactSourceProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
ArtifactSourceProperty artifactSourceProperty = ArtifactSourceProperty.builder()
.sourceTypes(List.of(ArtifactSourceTypeProperty.builder()
.sourceIdType("sourceIdType")
.value("value")
.build()))
.sourceUri("sourceUri")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnArtifactPropsMixin.ArtifactSourcePropertystatic final classAn implementation forCfnArtifactPropsMixin.ArtifactSourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSourceTypes
A list of source types.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnArtifactPropsMixin.ArtifactSourceTypeProperty>- See Also:
-
getSourceUri
The URI of the source.- See Also:
-
builder
-