We recommend new projects start with resources from the AWS provider.
aws-native.iotsitewise.Portal
We recommend new projects start with resources from the AWS provider.
Resource schema for AWS::IoTSiteWise::Portal
Create Portal Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Portal(name: string, args: PortalArgs, opts?: CustomResourceOptions);@overload
def Portal(resource_name: str,
           args: PortalArgs,
           opts: Optional[ResourceOptions] = None)
@overload
def Portal(resource_name: str,
           opts: Optional[ResourceOptions] = None,
           portal_contact_email: Optional[str] = None,
           role_arn: Optional[str] = None,
           alarms: Optional[AlarmsPropertiesArgs] = None,
           notification_sender_email: Optional[str] = None,
           portal_auth_mode: Optional[str] = None,
           portal_description: Optional[str] = None,
           portal_name: Optional[str] = None,
           portal_type: Optional[PortalType] = None,
           portal_type_configuration: Optional[Mapping[str, PortalTypeEntryArgs]] = None,
           tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewPortal(ctx *Context, name string, args PortalArgs, opts ...ResourceOption) (*Portal, error)public Portal(string name, PortalArgs args, CustomResourceOptions? opts = null)
public Portal(String name, PortalArgs args)
public Portal(String name, PortalArgs args, CustomResourceOptions options)
type: aws-native:iotsitewise:Portal
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args PortalArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args PortalArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args PortalArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PortalArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PortalArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Portal Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Portal resource accepts the following input properties:
- PortalContact stringEmail 
- The AWS administrator's contact email address.
- RoleArn string
- The ARN of a service role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf.
- Alarms
Pulumi.Aws Native. Io TSite Wise. Inputs. Alarms Properties 
- Contains the configuration information of an alarm created in an AWS 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.
- NotificationSender stringEmail 
- The email address that sends alarm notifications.
- PortalAuth stringMode 
- The service to use to authenticate users to the portal. Choose from SSO or IAM. You can't change this value after you create a portal.
- PortalDescription string
- A description for the portal.
- PortalName string
- A friendly name for the portal.
- PortalType Pulumi.Aws Native. Io TSite Wise. Portal Type 
- The type of portal
- PortalType Dictionary<string, Pulumi.Configuration Aws Native. Io TSite Wise. Inputs. Portal Type Entry Args> 
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- A list of key-value pairs that contain metadata for the portal.
- PortalContact stringEmail 
- The AWS administrator's contact email address.
- RoleArn string
- The ARN of a service role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf.
- Alarms
AlarmsProperties Args 
- Contains the configuration information of an alarm created in an AWS 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.
- NotificationSender stringEmail 
- The email address that sends alarm notifications.
- PortalAuth stringMode 
- The service to use to authenticate users to the portal. Choose from SSO or IAM. You can't change this value after you create a portal.
- PortalDescription string
- A description for the portal.
- PortalName string
- A friendly name for the portal.
- PortalType PortalType 
- The type of portal
- PortalType map[string]PortalConfiguration Type Entry Args 
- 
TagArgs 
- A list of key-value pairs that contain metadata for the portal.
- portalContact StringEmail 
- The AWS administrator's contact email address.
- roleArn String
- The ARN of a service role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf.
- alarms
AlarmsProperties 
- Contains the configuration information of an alarm created in an AWS 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.
- notificationSender StringEmail 
- The email address that sends alarm notifications.
- portalAuth StringMode 
- The service to use to authenticate users to the portal. Choose from SSO or IAM. You can't change this value after you create a portal.
- portalDescription String
- A description for the portal.
- portalName String
- A friendly name for the portal.
- portalType PortalType 
- The type of portal
- portalType Map<String,PortalConfiguration Type Entry Args> 
- List<Tag>
- A list of key-value pairs that contain metadata for the portal.
- portalContact stringEmail 
- The AWS administrator's contact email address.
- roleArn string
- The ARN of a service role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf.
- alarms
AlarmsProperties 
- Contains the configuration information of an alarm created in an AWS 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.
- notificationSender stringEmail 
- The email address that sends alarm notifications.
- portalAuth stringMode 
- The service to use to authenticate users to the portal. Choose from SSO or IAM. You can't change this value after you create a portal.
- portalDescription string
- A description for the portal.
- portalName string
- A friendly name for the portal.
- portalType PortalType 
- The type of portal
- portalType {[key: string]: PortalConfiguration Type Entry Args} 
- Tag[]
- A list of key-value pairs that contain metadata for the portal.
- portal_contact_ stremail 
- The AWS administrator's contact email address.
- role_arn str
- The ARN of a service role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf.
- alarms
AlarmsProperties Args 
- Contains the configuration information of an alarm created in an AWS 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.
- notification_sender_ stremail 
- The email address that sends alarm notifications.
- portal_auth_ strmode 
- The service to use to authenticate users to the portal. Choose from SSO or IAM. You can't change this value after you create a portal.
- portal_description str
- A description for the portal.
- portal_name str
- A friendly name for the portal.
- portal_type PortalType 
- The type of portal
- portal_type_ Mapping[str, Portalconfiguration Type Entry Args] 
- 
Sequence[TagArgs] 
- A list of key-value pairs that contain metadata for the portal.
- portalContact StringEmail 
- The AWS administrator's contact email address.
- roleArn String
- The ARN of a service role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf.
- alarms Property Map
- Contains the configuration information of an alarm created in an AWS 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.
- notificationSender StringEmail 
- The email address that sends alarm notifications.
- portalAuth StringMode 
- The service to use to authenticate users to the portal. Choose from SSO or IAM. You can't change this value after you create a portal.
- portalDescription String
- A description for the portal.
- portalName String
- A friendly name for the portal.
- portalType "SITEWISE_PORTAL_V1" | "SITEWISE_PORTAL_V2"
- The type of portal
- portalType Map<Property Map>Configuration 
- List<Property Map>
- A list of key-value pairs that contain metadata for the portal.
Outputs
All input properties are implicitly available as output properties. Additionally, the Portal resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- PortalArn string
- The ARN of the portal, which has the following format.
- PortalClient stringId 
- The AWS SSO application generated client ID (used with AWS SSO APIs).
- PortalId string
- The ID of the portal.
- PortalStart stringUrl 
- The public root URL for the AWS IoT AWS IoT SiteWise Monitor application portal.
- Id string
- The provider-assigned unique ID for this managed resource.
- PortalArn string
- The ARN of the portal, which has the following format.
- PortalClient stringId 
- The AWS SSO application generated client ID (used with AWS SSO APIs).
- PortalId string
- The ID of the portal.
- PortalStart stringUrl 
- The public root URL for the AWS IoT AWS IoT SiteWise Monitor application portal.
- id String
- The provider-assigned unique ID for this managed resource.
- portalArn String
- The ARN of the portal, which has the following format.
- portalClient StringId 
- The AWS SSO application generated client ID (used with AWS SSO APIs).
- portalId String
- The ID of the portal.
- portalStart StringUrl 
- The public root URL for the AWS IoT AWS IoT SiteWise Monitor application portal.
- id string
- The provider-assigned unique ID for this managed resource.
- portalArn string
- The ARN of the portal, which has the following format.
- portalClient stringId 
- The AWS SSO application generated client ID (used with AWS SSO APIs).
- portalId string
- The ID of the portal.
- portalStart stringUrl 
- The public root URL for the AWS IoT AWS IoT SiteWise Monitor application portal.
- id str
- The provider-assigned unique ID for this managed resource.
- portal_arn str
- The ARN of the portal, which has the following format.
- portal_client_ strid 
- The AWS SSO application generated client ID (used with AWS SSO APIs).
- portal_id str
- The ID of the portal.
- portal_start_ strurl 
- The public root URL for the AWS IoT AWS IoT SiteWise Monitor application portal.
- id String
- The provider-assigned unique ID for this managed resource.
- portalArn String
- The ARN of the portal, which has the following format.
- portalClient StringId 
- The AWS SSO application generated client ID (used with AWS SSO APIs).
- portalId String
- The ID of the portal.
- portalStart StringUrl 
- The public root URL for the AWS IoT AWS IoT SiteWise Monitor application portal.
Supporting Types
AlarmsProperties, AlarmsPropertiesArgs    
Contains the configuration information of an alarm created in an AWS 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.- AlarmRole stringArn 
- The ARN of the IAM role that allows the alarm to perform actions and access AWS resources and services, such as AWS IoT Events.
- NotificationLambda stringArn 
- The ARN of the AWS Lambda function that manages alarm notifications. For more information, see Managing alarm notifications in the AWS IoT Events Developer Guide.
- AlarmRole stringArn 
- The ARN of the IAM role that allows the alarm to perform actions and access AWS resources and services, such as AWS IoT Events.
- NotificationLambda stringArn 
- The ARN of the AWS Lambda function that manages alarm notifications. For more information, see Managing alarm notifications in the AWS IoT Events Developer Guide.
- alarmRole StringArn 
- The ARN of the IAM role that allows the alarm to perform actions and access AWS resources and services, such as AWS IoT Events.
- notificationLambda StringArn 
- The ARN of the AWS Lambda function that manages alarm notifications. For more information, see Managing alarm notifications in the AWS IoT Events Developer Guide.
- alarmRole stringArn 
- The ARN of the IAM role that allows the alarm to perform actions and access AWS resources and services, such as AWS IoT Events.
- notificationLambda stringArn 
- The ARN of the AWS Lambda function that manages alarm notifications. For more information, see Managing alarm notifications in the AWS IoT Events Developer Guide.
- alarm_role_ strarn 
- The ARN of the IAM role that allows the alarm to perform actions and access AWS resources and services, such as AWS IoT Events.
- notification_lambda_ strarn 
- The ARN of the AWS Lambda function that manages alarm notifications. For more information, see Managing alarm notifications in the AWS IoT Events Developer Guide.
- alarmRole StringArn 
- The ARN of the IAM role that allows the alarm to perform actions and access AWS resources and services, such as AWS IoT Events.
- notificationLambda StringArn 
- The ARN of the AWS Lambda function that manages alarm notifications. For more information, see Managing alarm notifications in the AWS IoT Events Developer Guide.
PortalType, PortalTypeArgs    
- SitewisePortal V1 
- SITEWISE_PORTAL_V1
- SitewisePortal V2 
- SITEWISE_PORTAL_V2
- PortalType Sitewise Portal V1 
- SITEWISE_PORTAL_V1
- PortalType Sitewise Portal V2 
- SITEWISE_PORTAL_V2
- SitewisePortal V1 
- SITEWISE_PORTAL_V1
- SitewisePortal V2 
- SITEWISE_PORTAL_V2
- SitewisePortal V1 
- SITEWISE_PORTAL_V1
- SitewisePortal V2 
- SITEWISE_PORTAL_V2
- SITEWISE_PORTAL_V1
- SITEWISE_PORTAL_V1
- SITEWISE_PORTAL_V2
- SITEWISE_PORTAL_V2
- "SITEWISE_PORTAL_V1"
- SITEWISE_PORTAL_V1
- "SITEWISE_PORTAL_V2"
- SITEWISE_PORTAL_V2
PortalTypeEntry, PortalTypeEntryArgs      
Container associated a certain PortalType.- PortalTools List<string>
- The array of tools associated with the specified portal type. The possible values are ASSISTANTandDASHBOARD.
- PortalTools []string
- The array of tools associated with the specified portal type. The possible values are ASSISTANTandDASHBOARD.
- portalTools List<String>
- The array of tools associated with the specified portal type. The possible values are ASSISTANTandDASHBOARD.
- portalTools string[]
- The array of tools associated with the specified portal type. The possible values are ASSISTANTandDASHBOARD.
- portal_tools Sequence[str]
- The array of tools associated with the specified portal type. The possible values are ASSISTANTandDASHBOARD.
- portalTools List<String>
- The array of tools associated with the specified portal type. The possible values are ASSISTANTandDASHBOARD.
Tag, TagArgs  
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
