CreatePortalResponse

public struct CreatePortalResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the portal, which has the following format. arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}

    Declaration

    Swift

    public let portalArn: String
  • The ID of the created portal.

    Declaration

    Swift

    public let portalId: String
  • The public URL for the AWS IoT SiteWise Monitor portal.

    Declaration

    Swift

    public let portalStartUrl: String
  • The status of the portal, which contains a state (CREATING after successfully calling this operation) and any error message.

    Declaration

    Swift

    public let portalStatus: PortalStatus
  • The associated AWS SSO application Id.

    Declaration

    Swift

    public let ssoApplicationId: String
  • Undocumented

    Declaration

    Swift

    public init(portalArn: String, portalId: String, portalStartUrl: String, portalStatus: PortalStatus, ssoApplicationId: String)