This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::IoTSiteWise::Portal
Important
The Amazon IoT SiteWise Monitor feature will no longer be open to new customers starting November 7, 2025 . If you would like to use the Amazon IoT SiteWise Monitor feature, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see Amazon IoT SiteWise Monitor availability change.
Creates a portal, which can contain projects and dashboards. Amazon IoT SiteWise Monitor uses IAM Identity Center or IAM to authenticate portal users and manage user permissions.
Note
Before you can sign in to a new portal, you must add at least one identity to that portal. For more information, see Adding or removing portal administrators in the Amazon IoT SiteWise User Guide.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::IoTSiteWise::Portal", "Properties" : { "Alarms" :Alarms, "NotificationSenderEmail" :String, "PortalAuthMode" :String, "PortalContactEmail" :String, "PortalDescription" :String, "PortalName" :String, "PortalType" :String, "PortalTypeConfiguration" :{, "RoleArn" :Key:Value, ...}String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::IoTSiteWise::Portal Properties: Alarms:AlarmsNotificationSenderEmail:StringPortalAuthMode:StringPortalContactEmail:StringPortalDescription:StringPortalName:StringPortalType:StringPortalTypeConfiguration:RoleArn:Key:ValueStringTags:- Tag
Properties
- Alarms
- 
                    Contains the configuration information of an alarm created in an Amazon IoT SiteWise Monitor portal. You can use the alarm to monitor an asset property and get notified when the asset property value is outside a specified range. For more information, see Monitoring with alarms in the Amazon IoT SiteWise Application Guide. Required: No Type: Alarms Update requires: No interruption 
- NotificationSenderEmail
- 
                    The email address that sends alarm notifications. ImportantIf you use the Amazon IoT Events managed Lambda function to manage your emails, you must verify the sender email address in Amazon SES. Required: No Type: String Update requires: No interruption 
- PortalAuthMode
- 
                    The service to use to authenticate users to the portal. Choose from the following options: - 
                            SSO– The portal uses Amazon IAM Identity Center to authenticate users and manage user permissions. Before you can create a portal that uses IAM Identity Center, you must enable IAM Identity Center. For more information, see Enabling IAM Identity Center in the Amazon IoT SiteWise User Guide. This option is only available in Amazon Regions other than the China Regions.
- 
                            IAM– The portal uses Amazon Identity and Access Management to authenticate users and manage user permissions.
 You can't change this value after you create a portal. Default: SSORequired: No Type: String Update requires: Replacement 
- 
                            
- PortalContactEmail
- 
                    The Amazon administrator's contact email address. Required: Yes Type: String Update requires: No interruption 
- PortalDescription
- 
                    A description for the portal. Required: No Type: String Update requires: No interruption 
- PortalName
- 
                    A friendly name for the portal. Required: Yes Type: String Update requires: No interruption 
- PortalType
- 
                    Define the type of portal. The value for Amazon IoT SiteWise Monitor (Classic) is SITEWISE_PORTAL_V1. The value for Amazon IoT SiteWise Monitor (AI-aware) isSITEWISE_PORTAL_V2.Required: No Type: String Allowed values: SITEWISE_PORTAL_V1 | SITEWISE_PORTAL_V2Update requires: Replacement 
- PortalTypeConfiguration
- Property description not available. - Required: No - Type: Object of PortalTypeEntry - Update requires: No interruption 
- RoleArn
- 
                    The ARN of a service role that allows the portal's users to access your Amazon IoT SiteWise resources on your behalf. For more information, see Using service roles for Amazon IoT SiteWise Monitor in the Amazon IoT SiteWise User Guide. Required: Yes Type: String Update requires: No interruption 
- 
                    A list of key-value pairs that contain metadata for the portal. For more information, see Tagging your Amazon IoT SiteWise resources in the Amazon IoT SiteWise User Guide. Required: No Type: Array of Tag Update requires: No interruption 
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the PortalId.
Fn::GetAtt
The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.
- PortalArn
- 
                            The ARN of the portal, which has the following format. arn:${Partition}:iotsitewise:${Region}:${Account}:portal/${PortalId}For more information about using the Reffunction, seeRef.
- PortalClientId
- 
                            The IAM Identity Center application generated client ID (used with IAM Identity Center APIs). For more information about using the Reffunction, seeRef.
- PortalId
- 
                            The ID of the created portal. For more information about using the Reffunction, seeRef.
- PortalStartUrl
- 
                            The public URL for the Amazon IoT SiteWise Monitor portal. For more information about using the Reffunction, seeRef.