Interface CfnSessionPropsMixin.SessionCommandProperty

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

@Stability(Stable) public static interface CfnSessionPropsMixin.SessionCommandProperty extends software.amazon.jsii.JsiiSerializable
The SessionCommand that runs the job.

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.glue.*;
 SessionCommandProperty sessionCommandProperty = SessionCommandProperty.builder()
         .name("name")
         .pythonVersion("pythonVersion")
         .build();
 

See Also: