CreateProjectRequest

public struct CreateProjectRequest : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let clientToken: String?
  • The ID of the portal in which to create the project.

    Declaration

    Swift

    public let portalId: String
  • A description for the project.

    Declaration

    Swift

    public let projectDescription: String?
  • A friendly name for the project.

    Declaration

    Swift

    public let projectName: String
  • A list of key-value pairs that contain metadata for the project. For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide.

    Declaration

    Swift

    public let tags: [String : String]?
  • Undocumented

    Declaration

    Swift

    public init(clientToken: String? = CreateProjectRequest.idempotencyToken(), portalId: String, projectDescription: String? = nil, projectName: String, tags: [String : String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws