CreateProjectRequest

public struct CreateProjectRequest : AWSShape

Undocumented

  • The key for the payload

    Declaration

    Swift

    public static let payloadPath: String?
  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let contents: Data?
  • Name of the project.

    Declaration

    Swift

    public let name: String?
  • Default region where project resources should be created.

    Declaration

    Swift

    public let region: String?
  • Unique identifier for an exported snapshot of project configuration. This snapshot identifier is included in the share URL when a project is exported.

    Declaration

    Swift

    public let snapshotId: String?
  • Undocumented

    Declaration

    Swift

    public init(contents: Data? = nil, name: String? = nil, region: String? = nil, snapshotId: String? = nil)