class Aws::Mobile::Types::CreateProjectRequest

Request structure used to request a project be created.

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

data as a hash:

    {
      name: "ProjectName",
      region: "ProjectRegion",
      contents: "data",
      snapshot_id: "SnapshotId",
    }

@!attribute [rw] name

Name of the project.
@return [String]

@!attribute [rw] region

Default region where project resources should be created.
@return [String]

@!attribute [rw] contents

ZIP or YAML file which contains configuration settings to be used
when creating the project. This may be the contents of the file
downloaded from the URL provided in an export project operation.
@return [String]

@!attribute [rw] snapshot_id

Unique identifier for an exported snapshot of project configuration.
This snapshot identifier is included in the share URL when a project
is exported.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/mobile-2017-07-01/CreateProjectRequest AWS API Documentation

Constants

SENSITIVE