RenderUiTemplateRequest

public struct RenderUiTemplateRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The HumanTaskUiArn of the worker UI that you want to render. Do not provide a HumanTaskUiArn if you use the UiTemplate parameter. See a list of available Human Ui Amazon Resource Names (ARNs) in UiConfig.

    Declaration

    Swift

    public let humanTaskUiArn: String?
  • The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.

    Declaration

    Swift

    public let roleArn: String
  • A RenderableTask object containing a representative task to render.

    Declaration

    Swift

    public let task: RenderableTask
  • A Template object containing the worker UI template to render.

    Declaration

    Swift

    public let uiTemplate: UiTemplate?
  • Undocumented

    Declaration

    Swift

    public init(humanTaskUiArn: String? = nil, roleArn: String, task: RenderableTask, uiTemplate: UiTemplate? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws