Class CfnDataAutomationProjectPropsMixin.BlueprintItemProperty
An abbreviated summary of a blueprint.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Bedrock
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDataAutomationProjectPropsMixin.BlueprintItemProperty : CfnDataAutomationProjectPropsMixin.IBlueprintItemProperty
Syntax (vb)
Public Class CfnDataAutomationProjectPropsMixin.BlueprintItemProperty Implements CfnDataAutomationProjectPropsMixin.IBlueprintItemProperty
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.CfnPropertyMixins.AWS.Bedrock;
var blueprintItemProperty = new BlueprintItemProperty {
BlueprintArn = "blueprintArn",
BlueprintStage = "blueprintStage",
BlueprintVersion = "blueprintVersion"
};
Synopsis
Constructors
| BlueprintItemProperty() | An abbreviated summary of a blueprint. |
Properties
| BlueprintArn | The blueprint's ARN. |
| BlueprintStage | The blueprint's stage. |
| BlueprintVersion | The blueprint's version. |
Constructors
BlueprintItemProperty()
An abbreviated summary of a blueprint.
public BlueprintItemProperty()
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.CfnPropertyMixins.AWS.Bedrock;
var blueprintItemProperty = new BlueprintItemProperty {
BlueprintArn = "blueprintArn",
BlueprintStage = "blueprintStage",
BlueprintVersion = "blueprintVersion"
};
Properties
BlueprintArn
The blueprint's ARN.
public string? BlueprintArn { get; set; }
Property Value
Remarks
BlueprintStage
The blueprint's stage.
public string? BlueprintStage { get; set; }
Property Value
Remarks
BlueprintVersion
The blueprint's version.
public string? BlueprintVersion { get; set; }