Interface CfnFeed.CroppingConfigProperty

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

@Stability(Stable) public static interface CfnFeed.CroppingConfigProperty 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.services.elementalinference.*;
 CroppingConfigProperty croppingConfigProperty = CroppingConfigProperty.builder()
         .templateGroups(List.of(TemplateGroupProperty.builder()
                 .name("name")
                 .templateUris(List.of("templateUris"))
                 .build()))
         .build();
 

See Also: