CfnPipelineBlueprintMixinProps
- class aws_cdk.cfn_property_mixins.aws_osis.CfnPipelineBlueprintMixinProps(*, blueprint_name=None)
Bases:
objectProperties for CfnPipelineBlueprintPropsMixin.
- Parameters:
blueprint_name (
Optional[str]) – The name of the blueprint.- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.cfn_property_mixins import aws_osis as osis cfn_pipeline_blueprint_mixin_props = osis.CfnPipelineBlueprintMixinProps( blueprint_name="blueprintName" )
Attributes
- blueprint_name
The name of the blueprint.