Interface CfnContextPropsMixin.SourceProperty

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

@Stability(Stable) public static interface CfnContextPropsMixin.SourceProperty extends software.amazon.jsii.JsiiSerializable
The source type, ID, and URI.

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.*;
 SourceProperty sourceProperty = SourceProperty.builder()
         .sourceId("sourceId")
         .sourceType("sourceType")
         .sourceUri("sourceUri")
         .build();
 

See Also: