Interface CfnActionPropsMixin.ActionSourceProperty

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

@Stability(Stable) public static interface CfnActionPropsMixin.ActionSourceProperty 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.*;
 ActionSourceProperty actionSourceProperty = ActionSourceProperty.builder()
         .sourceId("sourceId")
         .sourceType("sourceType")
         .sourceUri("sourceUri")
         .build();
 

See Also: