CfnPipelineBlueprintProps

class aws_cdk.aws_osis.CfnPipelineBlueprintProps(*, blueprint_name=None)

Bases: object

Properties for defining a CfnPipelineBlueprint.

Parameters:

blueprint_name (Optional[str]) – The name of the blueprint.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-osis-pipelineblueprint.html

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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-osis-pipelineblueprint.html#cfn-osis-pipelineblueprint-blueprintname