You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTSiteWise::Types::CreatePortalResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#portal_arnString

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

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

Returns:

  • (String)

    The [ARN][1] of the portal, which has the following format.

#portal_idString

The ID of the created portal.

Returns:

  • (String)

    The ID of the created portal.

#portal_start_urlString

The URL for the AWS IoT SiteWise Monitor portal. You can use this URL to access portals that use AWS SSO for authentication. For portals that use IAM for authentication, you must use the CreatePresignedPortalUrl operation to create a URL that you can use to access the portal.

Returns:

  • (String)

    The URL for the AWS IoT SiteWise Monitor portal.

#portal_statusTypes::PortalStatus

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

Returns:

  • (Types::PortalStatus)

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

#sso_application_idString

The associated AWS SSO application ID, if the portal uses AWS SSO.

Returns:

  • (String)

    The associated AWS SSO application ID, if the portal uses AWS SSO.