Class CreatePortalResponse

    • Method Detail

      • portalId

        public final String portalId()

        The ID of the created portal.

        Returns:
        The ID of the created portal.
      • portalArn

        public final String portalArn()

        The ARN of the portal, which has the following format.

        arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}

        Returns:
        The ARN of the portal, which has the following format.

        arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}

      • portalStartUrl

        public final String portalStartUrl()

        The URL for the IoT SiteWise Monitor portal. You can use this URL to access portals that use IAM Identity Center for authentication. For portals that use IAM for authentication, you must use the IoT SiteWise console to get a URL that you can use to access the portal.

        Returns:
        The URL for the IoT SiteWise Monitor portal. You can use this URL to access portals that use IAM Identity Center for authentication. For portals that use IAM for authentication, you must use the IoT SiteWise console to get a URL that you can use to access the portal.
      • portalStatus

        public final PortalStatus portalStatus()

        The status of the portal, which contains a state (CREATING after successfully calling this operation) and any error message.

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

        public final String ssoApplicationId()

        The associated IAM Identity Center application ID, if the portal uses IAM Identity Center.

        Returns:
        The associated IAM Identity Center application ID, if the portal uses IAM Identity Center.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object