interface CustomOutputConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins.CfnDataAutomationProjectPropsMixin.CustomOutputConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbedrock/mixins#CfnDataAutomationProjectPropsMixin_CustomOutputConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnDataAutomationProjectPropsMixin.CustomOutputConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_bedrock.mixins.CfnDataAutomationProjectPropsMixin.CustomOutputConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_bedrock » mixins » CfnDataAutomationProjectPropsMixin » CustomOutputConfigurationProperty |
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 { mixins as bedrock_mixins } from '@aws-cdk/mixins-preview/aws-bedrock';
const customOutputConfigurationProperty: bedrock_mixins.CfnDataAutomationProjectPropsMixin.CustomOutputConfigurationProperty = {
blueprints: [{
blueprintArn: 'blueprintArn',
blueprintStage: 'blueprintStage',
blueprintVersion: 'blueprintVersion',
}],
};
Properties
| Name | Type | Description |
|---|---|---|
| blueprints? | IResolvable | (IResolvable | Blueprint)[] | A list of blueprints. |
blueprints?
Type:
IResolvable | (IResolvable | Blueprint)[]
(optional)
A list of blueprints.

.NET
Go
Java
Python
TypeScript