CfnPipelineBlueprintProps
- class aws_cdk.aws_osis.CfnPipelineBlueprintProps(*, blueprint_name=None)
Bases:
objectProperties for defining a
CfnPipelineBlueprint.- 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 import aws_osis as osis cfn_pipeline_blueprint_props = osis.CfnPipelineBlueprintProps( blueprint_name="blueprintName" )
Attributes
- blueprint_name
The name of the blueprint.