AWS::IoTSiteWise::PortalResource schema for AWS::IoTSiteWise::Portal
10 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
PortalContactEmail | string | Required |
PortalName | string | Required |
RoleArn | string | Required |
Alarms | object | |
NotificationSenderEmail | string | |
PortalAuthMode | string | Create-only |
PortalDescription | string | |
PortalType | string | Create-only |
PortalTypeConfiguration | PortalTypeConfiguration | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
PortalArn | string | The ARN of the portal, which has the following format. |
PortalClientId | string | The AWS SSO application generated client ID (used with AWS SSO APIs). |
PortalId | string | The ID of the portal. |
PortalStartUrl | string | The public root URL for the AWS IoT AWS IoT SiteWise Monitor application portal. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTSiteWise::Portal
Resources:
MyResource:
Type: AWS::IoTSiteWise::Portal
Properties:
PortalContactEmail: "value"
PortalName: "my-portalname"
RoleArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iotsitewise:CreatePortaliotsitewise:DescribePortaliotsitewise:ListTagsForResourceiotsitewise:TagResourceiam:PassRolesso:CreateManagedApplicationInstancesso:DescribeRegisteredRegionsiotsitewise:DescribePortaliotsitewise:ListTagsForResourceiotsitewise:DescribePortaliotsitewise:ListTagsForResourceiotsitewise:TagResourceiotsitewise:UpdatePortaliotsitewise:UntagResourceiam:PassRolesso:GetManagedApplicationInstancesso:UpdateApplicationInstanceDisplayDataiotsitewise:DescribePortaliotsitewise:DeletePortalsso:DeleteManagedApplicationInstanceiotsitewise:ListPortalsiotsitewise:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterPortalIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
PortalAuthModePortalType