Class CfnDataAutomationProjectPropsMixin.CustomOutputConfigurationProperty
Blueprints to apply to objects processed by the project.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDataAutomationProjectPropsMixin.CustomOutputConfigurationProperty : CfnDataAutomationProjectPropsMixin.ICustomOutputConfigurationProperty
Syntax (vb)
Public Class CfnDataAutomationProjectPropsMixin.CustomOutputConfigurationProperty Implements CfnDataAutomationProjectPropsMixin.ICustomOutputConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins;
var customOutputConfigurationProperty = new CustomOutputConfigurationProperty {
Blueprints = new [] { new BlueprintItemProperty {
BlueprintArn = "blueprintArn",
BlueprintStage = "blueprintStage",
BlueprintVersion = "blueprintVersion"
} }
};
Synopsis
Constructors
| CustomOutputConfigurationProperty() | Blueprints to apply to objects processed by the project. |
Properties
| Blueprints | A list of blueprints. |
Constructors
CustomOutputConfigurationProperty()
Blueprints to apply to objects processed by the project.
public CustomOutputConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins;
var customOutputConfigurationProperty = new CustomOutputConfigurationProperty {
Blueprints = new [] { new BlueprintItemProperty {
BlueprintArn = "blueprintArn",
BlueprintStage = "blueprintStage",
BlueprintVersion = "blueprintVersion"
} }
};
Properties
Blueprints
A list of blueprints.
public object? Blueprints { get; set; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnDataAutomationProjectPropsMixin.IBlueprintItemProperty)[]