PortalSummary

public struct PortalSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date the portal was created, in Unix epoch time.

    Declaration

    Swift

    public let creationDate: TimeStamp?
  • The portal’s description.

    Declaration

    Swift

    public let description: String?
  • id

    The ID of the portal.

    Declaration

    Swift

    public let id: String
  • The date the portal was last updated, in Unix epoch time.

    Declaration

    Swift

    public let lastUpdateDate: TimeStamp?
  • The name of the portal.

    Declaration

    Swift

    public let name: String
  • The ARN of the service role that allows the portal’s users to access your AWS IoT SiteWise resources on your behalf. For more information, see Using service roles for AWS IoT SiteWise Monitor in the AWS IoT SiteWise User Guide.

    Declaration

    Swift

    public let roleArn: String?
  • The public root URL for the AWS IoT AWS IoT SiteWise Monitor application portal.

    Declaration

    Swift

    public let startUrl: String
  • Undocumented

    Declaration

    Swift

    public let status: PortalStatus
  • Undocumented

    Declaration

    Swift

    public init(creationDate: TimeStamp? = nil, description: String? = nil, id: String, lastUpdateDate: TimeStamp? = nil, name: String, roleArn: String? = nil, startUrl: String, status: PortalStatus)