Interface CfnDataAutomationProjectPropsMixin.CustomOutputConfigurationProperty

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

@Stability(Stable) public static interface CfnDataAutomationProjectPropsMixin.CustomOutputConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Blueprints to apply to objects processed by the 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.mixins.preview.services.bedrock.mixins.*;
 CustomOutputConfigurationProperty customOutputConfigurationProperty = CustomOutputConfigurationProperty.builder()
         .blueprints(List.of(BlueprintItemProperty.builder()
                 .blueprintArn("blueprintArn")
                 .blueprintStage("blueprintStage")
                 .blueprintVersion("blueprintVersion")
                 .build()))
         .build();
 

See Also: