class Aws::Glue::Types::CreateBlueprintRequest

@note When making an API call, you may pass CreateBlueprintRequest

data as a hash:

    {
      name: "OrchestrationNameString", # required
      description: "Generic512CharString",
      blueprint_location: "OrchestrationS3Location", # required
      tags: {
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] name

The name of the blueprint.
@return [String]

@!attribute [rw] description

A description of the blueprint.
@return [String]

@!attribute [rw] blueprint_location

Specifies a path in Amazon S3 where the blueprint is published.
@return [String]

@!attribute [rw] tags

The tags to be applied to this blueprint.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateBlueprintRequest AWS API Documentation

Constants

SENSITIVE