Class: Aws::IoTSiteWise::Types::CreatePortalRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::CreatePortalRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alarms ⇒ Types::Alarms
Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.
-
#client_token ⇒ String
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
-
#notification_sender_email ⇒ String
The email address that sends alarm notifications.
-
#portal_auth_mode ⇒ String
The service to use to authenticate users to the portal.
-
#portal_contact_email ⇒ String
The Amazon Web Services administrator’s contact email address.
-
#portal_description ⇒ String
A description for the portal.
-
#portal_logo_image_file ⇒ Types::ImageFile
A logo image to display in the portal.
-
#portal_name ⇒ String
A friendly name for the portal.
-
#role_arn ⇒ String
The [ARN] of a service role that allows the portal’s users to access your IoT SiteWise resources on your behalf.
-
#tags ⇒ Hash<String,String>
A list of key-value pairs that contain metadata for the portal.
Instance Attribute Details
#alarms ⇒ Types::Alarms
Contains the configuration information of an alarm created in an 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 *IoT SiteWise Application Guide*.
[1]: docs.aws.amazon.com/iot-sitewise/latest/appguide/monitor-alarms.html
3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3248 class CreatePortalRequest < Struct.new( :portal_name, :portal_description, :portal_contact_email, :client_token, :portal_logo_image_file, :role_arn, :tags, :portal_auth_mode, :notification_sender_email, :alarms) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don’t reuse this client token if a new idempotent request is required.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3248 class CreatePortalRequest < Struct.new( :portal_name, :portal_description, :portal_contact_email, :client_token, :portal_logo_image_file, :role_arn, :tags, :portal_auth_mode, :notification_sender_email, :alarms) SENSITIVE = [] include Aws::Structure end |
#notification_sender_email ⇒ String
The email address that sends alarm notifications.
If you use the [IoT Events managed Lambda function] to manage your emails, you must [verify the sender email address in Amazon SES].
[1]: docs.aws.amazon.com/iotevents/latest/developerguide/lambda-support.html [2]: docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-email-addresses.html
3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3248 class CreatePortalRequest < Struct.new( :portal_name, :portal_description, :portal_contact_email, :client_token, :portal_logo_image_file, :role_arn, :tags, :portal_auth_mode, :notification_sender_email, :alarms) SENSITIVE = [] include Aws::Structure end |
#portal_auth_mode ⇒ String
The service to use to authenticate users to the portal. Choose from the following options:
-
‘SSO` – The portal uses 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 *IoT SiteWise User Guide*. This option is only available in Amazon Web Services Regions other than the China Regions.
-
‘IAM` – The portal uses Identity and Access Management to authenticate users and manage user permissions.
You can’t change this value after you create a portal.
Default: ‘SSO`
[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/monitor-get-started.html#mon-gs-sso
3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3248 class CreatePortalRequest < Struct.new( :portal_name, :portal_description, :portal_contact_email, :client_token, :portal_logo_image_file, :role_arn, :tags, :portal_auth_mode, :notification_sender_email, :alarms) SENSITIVE = [] include Aws::Structure end |
#portal_contact_email ⇒ String
The Amazon Web Services administrator’s contact email address.
3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3248 class CreatePortalRequest < Struct.new( :portal_name, :portal_description, :portal_contact_email, :client_token, :portal_logo_image_file, :role_arn, :tags, :portal_auth_mode, :notification_sender_email, :alarms) SENSITIVE = [] include Aws::Structure end |
#portal_description ⇒ String
A description for the portal.
3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3248 class CreatePortalRequest < Struct.new( :portal_name, :portal_description, :portal_contact_email, :client_token, :portal_logo_image_file, :role_arn, :tags, :portal_auth_mode, :notification_sender_email, :alarms) SENSITIVE = [] include Aws::Structure end |
#portal_logo_image_file ⇒ Types::ImageFile
A logo image to display in the portal. Upload a square, high-resolution image. The image is displayed on a dark background.
3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3248 class CreatePortalRequest < Struct.new( :portal_name, :portal_description, :portal_contact_email, :client_token, :portal_logo_image_file, :role_arn, :tags, :portal_auth_mode, :notification_sender_email, :alarms) SENSITIVE = [] include Aws::Structure end |
#portal_name ⇒ String
A friendly name for the portal.
3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3248 class CreatePortalRequest < Struct.new( :portal_name, :portal_description, :portal_contact_email, :client_token, :portal_logo_image_file, :role_arn, :tags, :portal_auth_mode, :notification_sender_email, :alarms) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The [ARN] of a service role that allows the portal’s users to access your IoT SiteWise resources on your behalf. For more information, see [Using service roles for IoT SiteWise Monitor] in the *IoT SiteWise User Guide*.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html [2]: docs.aws.amazon.com/iot-sitewise/latest/userguide/monitor-service-role.html
3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3248 class CreatePortalRequest < Struct.new( :portal_name, :portal_description, :portal_contact_email, :client_token, :portal_logo_image_file, :role_arn, :tags, :portal_auth_mode, :notification_sender_email, :alarms) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A list of key-value pairs that contain metadata for the portal. For more information, see [Tagging your IoT SiteWise resources] in the *IoT SiteWise User Guide*.
[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html
3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3248 class CreatePortalRequest < Struct.new( :portal_name, :portal_description, :portal_contact_email, :client_token, :portal_logo_image_file, :role_arn, :tags, :portal_auth_mode, :notification_sender_email, :alarms) SENSITIVE = [] include Aws::Structure end |