Interface CfnWorkflowPropsMixin.CodeS3LocationProperty

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

@Stability(Stable) public static interface CfnWorkflowPropsMixin.CodeS3LocationProperty 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.mwaaserverless.*;
 CodeS3LocationProperty codeS3LocationProperty = CodeS3LocationProperty.builder()
         .bucket("bucket")
         .objectKey("objectKey")
         .versionId("versionId")
         .build();
 

See Also: