CreateDashboardRequest

public struct CreateDashboardRequest : 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 dashboard definition specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the AWS IoT SiteWise User Guide.

    Declaration

    Swift

    public let dashboardDefinition: String
  • A description for the dashboard.

    Declaration

    Swift

    public let dashboardDescription: String?
  • A friendly name for the dashboard.

    Declaration

    Swift

    public let dashboardName: String
  • The ID of the project in which to create the dashboard.

    Declaration

    Swift

    public let projectId: String
  • A list of key-value pairs that contain metadata for the dashboard. 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? = CreateDashboardRequest.idempotencyToken(), dashboardDefinition: String, dashboardDescription: String? = nil, dashboardName: String, projectId: String, tags: [String : String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws