@Stability(value=Stable) @Internal public static final class CfnPortalProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPortalProps
CfnPortalPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnPortalProps.Builder, CfnPortalProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnPortalProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnPortalProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getAlarms()
Contains the configuration information of an alarm created in an AWS IoT SiteWise Monitor portal.
|
String |
getNotificationSenderEmail()
The email address that sends alarm notifications.
|
String |
getPortalAuthMode()
The service to use to authenticate users to the portal.
|
String |
getPortalContactEmail()
The AWS administrator's contact email address.
|
String |
getPortalDescription()
A description for the portal.
|
String |
getPortalName()
A friendly name for the portal.
|
String |
getRoleArn()
The [ARN](https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) of a service role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf.
|
List<CfnTag> |
getTags()
A list of key-value pairs that contain metadata for the portal.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnPortalProps.Builder builder)
CfnPortalProps.Builder.public final String getPortalContactEmail()
CfnPortalPropsgetPortalContactEmail in interface CfnPortalPropspublic final String getPortalName()
CfnPortalPropsgetPortalName in interface CfnPortalPropspublic final String getRoleArn()
CfnPortalPropsgetRoleArn in interface CfnPortalPropspublic final Object getAlarms()
CfnPortalPropsYou 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 AWS IoT SiteWise Application Guide .
getAlarms in interface CfnPortalPropspublic final String getNotificationSenderEmail()
CfnPortalProps
If you use the AWS IoT Events managed Lambda function to manage your emails, you must verify the sender email address in Amazon SES .
getNotificationSenderEmail in interface CfnPortalPropspublic final String getPortalAuthMode()
CfnPortalProps
SSO – The portal uses AWS Single Sign-On to authenticate users and manage user permissions. Before you can create a portal that uses AWS SSO , you must enable AWS SSO . For more information, see Enabling AWS SSO in the AWS IoT SiteWise User Guide . This option is only available in AWS Regions other than the China Regions.IAM – The portal uses AWS Identity and Access Management ( IAM ) to authenticate users and manage user permissions.You can't change this value after you create a portal.
Default: SSO
getPortalAuthMode in interface CfnPortalPropspublic final String getPortalDescription()
CfnPortalPropsgetPortalDescription in interface CfnPortalPropspublic final List<CfnTag> getTags()
CfnPortalPropsFor more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide .
getTags in interface CfnPortalProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.