Interface CfnDataAutomationProjectPropsMixin.ImageBoundingBoxProperty

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

@Stability(Stable) public static interface CfnDataAutomationProjectPropsMixin.ImageBoundingBoxProperty extends software.amazon.jsii.JsiiSerializable
Bounding box settings for a project.

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.bedrock.*;
 ImageBoundingBoxProperty imageBoundingBoxProperty = ImageBoundingBoxProperty.builder()
         .state("state")
         .build();
 

See Also: