class Aws::IoTSiteWise::Types::CreateProjectRequest

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

data as a hash:

    {
      portal_id: "ID", # required
      project_name: "Name", # required
      project_description: "Description",
      client_token: "ClientToken",
      tags: {
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] portal_id

The ID of the portal in which to create the project.
@return [String]

@!attribute [rw] project_name

A friendly name for the project.
@return [String]

@!attribute [rw] project_description

A description for the project.
@return [String]

@!attribute [rw] client_token

A unique case-sensitive identifier that you can provide to ensure
the idempotency of the request. Don't reuse this client token if a
new idempotent request is required.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] tags

A list of key-value pairs that contain metadata for the project. For
more information, see [Tagging your IoT SiteWise resources][1] in
the *IoT SiteWise User Guide*.

[1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html
@return [Hash<String,String>]

Constants

SENSITIVE