class Aws::Panorama::Types::CreateNodeFromTemplateJobRequest

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

data as a hash:

    {
      job_tags: [
        {
          resource_type: "PACKAGE", # required, accepts PACKAGE
          tags: { # required
            "TagKey" => "TagValue",
          },
        },
      ],
      node_description: "Description",
      node_name: "NodeName", # required
      output_package_name: "NodePackageName", # required
      output_package_version: "NodePackageVersion", # required
      template_parameters: { # required
        "TemplateKey" => "TemplateValue",
      },
      template_type: "RTSP_CAMERA_STREAM", # required, accepts RTSP_CAMERA_STREAM
    }

@!attribute [rw] job_tags

Tags for the job.
@return [Array<Types::JobResourceTags>]

@!attribute [rw] node_description

A description for the node.
@return [String]

@!attribute [rw] node_name

A name for the node.
@return [String]

@!attribute [rw] output_package_name

An output package name for the node.
@return [String]

@!attribute [rw] output_package_version

An output package version for the node.
@return [String]

@!attribute [rw] template_parameters

Template parameters for the node.
@return [Hash<String,String>]

@!attribute [rw] template_type

The type of node.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/CreateNodeFromTemplateJobRequest AWS API Documentation

Constants

SENSITIVE