interface CfnPipelineBlueprintMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.OSIS.CfnPipelineBlueprintMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsosis#CfnPipelineBlueprintMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.osis.CfnPipelineBlueprintMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_osis.CfnPipelineBlueprintMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_osis » CfnPipelineBlueprintMixinProps |
Properties for CfnPipelineBlueprintPropsMixin.
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/cfn-property-mixins';
const cfnPipelineBlueprintMixinProps: osis.CfnPipelineBlueprintMixinProps = {
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