interface CfnPipelineBlueprintProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.OSIS.CfnPipelineBlueprintProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsosis#CfnPipelineBlueprintProps |
Java | software.amazon.awscdk.services.osis.CfnPipelineBlueprintProps |
Python | aws_cdk.aws_osis.CfnPipelineBlueprintProps |
TypeScript | aws-cdk-lib » aws_osis » CfnPipelineBlueprintProps |
Properties for defining a CfnPipelineBlueprint.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_osis as osis } from 'aws-cdk-lib';
const cfnPipelineBlueprintProps: osis.CfnPipelineBlueprintProps = {
blueprintName: 'blueprintName',
};
Properties
| Name | Type | Description |
|---|---|---|
| blueprint | string | The name of the blueprint. |
blueprintName?
Type:
string
(optional)
The name of the blueprint.

.NET
Go
Java
Python
TypeScript