interface BlueprintItemProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnDataAutomationProjectPropsMixin.BlueprintItemProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnDataAutomationProjectPropsMixin_BlueprintItemProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataAutomationProjectPropsMixin.BlueprintItemProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnDataAutomationProjectPropsMixin.BlueprintItemProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » CfnDataAutomationProjectPropsMixin » BlueprintItemProperty |
An abbreviated summary of a blueprint.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from '@aws-cdk/cfn-property-mixins';
const blueprintItemProperty: bedrock.CfnDataAutomationProjectPropsMixin.BlueprintItemProperty = {
blueprintArn: 'blueprintArn',
blueprintStage: 'blueprintStage',
blueprintVersion: 'blueprintVersion',
};
Properties
| Name | Type | Description |
|---|---|---|
| blueprint | string | The blueprint's ARN. |
| blueprint | string | The blueprint's stage. |
| blueprint | string | The blueprint's version. |
blueprintArn?
Type:
string
(optional)
The blueprint's ARN.
blueprintStage?
Type:
string
(optional)
The blueprint's stage.
blueprintVersion?
Type:
string
(optional)
The blueprint's version.

.NET
Go
Java
Python
TypeScript