public static final class CfnPortalProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPortalProps
CfnPortalProps
CfnPortalProps.Builder, CfnPortalProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getAlarms()
Contains the configuration information of an alarm created in an AWS IoT SiteWise Monitor portal.
|
java.lang.String |
getNotificationSenderEmail()
The email address that sends alarm notifications.
|
java.lang.String |
getPortalAuthMode()
The service to use to authenticate users to the portal.
|
java.lang.String |
getPortalContactEmail()
The AWS administrator's contact email address.
|
java.lang.String |
getPortalDescription()
A description for the portal.
|
java.lang.String |
getPortalName()
A friendly name for the portal.
|
java.lang.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.
|
java.util.List<CfnTag> |
getTags()
A list of key-value pairs that contain metadata for the portal.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getPortalContactEmail()
CfnPortalProps
getPortalContactEmail
in interface CfnPortalProps
public final java.lang.String getPortalName()
CfnPortalProps
getPortalName
in interface CfnPortalProps
public final java.lang.String getRoleArn()
CfnPortalProps
getRoleArn
in interface CfnPortalProps
public final java.lang.Object getAlarms()
CfnPortalProps
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 AWS IoT SiteWise Application Guide .
getAlarms
in interface CfnPortalProps
public final java.lang.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 CfnPortalProps
public final java.lang.String getPortalAuthMode()
CfnPortalProps
SSO
– The portal uses AWS IAM Identity Center (successor to AWS Single Sign-On) 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 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 CfnPortalProps
public final java.lang.String getPortalDescription()
CfnPortalProps
getPortalDescription
in interface CfnPortalProps
public final java.util.List<CfnTag> getTags()
CfnPortalProps
For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide .
getTags
in interface CfnPortalProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()