Show / Hide Table of Contents

Class CfnDataAutomationProjectPropsMixin.CustomOutputConfigurationProperty

Blueprints to apply to objects processed by the project.

Inheritance
object
CfnDataAutomationProjectPropsMixin.CustomOutputConfigurationProperty
Implements
CfnDataAutomationProjectPropsMixin.ICustomOutputConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-customoutputconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-customoutputconfiguration.html

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-customoutputconfiguration.html#cfn-bedrock-dataautomationproject-customoutputconfiguration-blueprints

Type union: either IResolvable or (either IResolvable or CfnDataAutomationProjectPropsMixin.IBlueprintItemProperty)[]

Implements

CfnDataAutomationProjectPropsMixin.ICustomOutputConfigurationProperty
Back to top Generated by DocFX