Class CfnPortalProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotsitewise.CfnPortalProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPortalProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnPortalProps
@Stability(Stable)
@Internal
public static final class CfnPortalProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPortalProps
An implementation for
CfnPortalProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iotsitewise.CfnPortalProps
CfnPortalProps.Builder, CfnPortalProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPortalProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPortalProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectContains the configuration information of an alarm created in an AWS IoT SiteWise Monitor portal.final StringThe email address that sends alarm notifications.final StringThe service to use to authenticate users to the portal.final StringThe AWS administrator's contact email address.final StringA description for the portal.final StringA friendly name for the portal.final StringThe ARN of a service role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf.getTags()A list of key-value pairs that contain metadata for the portal.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPortalProps.Builder.
-
-
Method Details
-
getPortalContactEmail
Description copied from interface:CfnPortalPropsThe AWS administrator's contact email address.- Specified by:
getPortalContactEmailin interfaceCfnPortalProps
-
getPortalName
Description copied from interface:CfnPortalPropsA friendly name for the portal.- Specified by:
getPortalNamein interfaceCfnPortalProps
-
getRoleArn
Description copied from interface:CfnPortalPropsThe ARN of a service role that allows the portal's users to access your AWS IoT SiteWise resources on your behalf. For more information, see Using service roles for AWS IoT SiteWise Monitor in the AWS IoT SiteWise User Guide .- Specified by:
getRoleArnin interfaceCfnPortalProps
-
getAlarms
Description copied from interface:CfnPortalPropsContains 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. For more information, see Monitoring with alarms in the AWS IoT SiteWise Application Guide .
- Specified by:
getAlarmsin interfaceCfnPortalProps
-
getNotificationSenderEmail
Description copied from interface:CfnPortalPropsThe email address that sends alarm notifications.If you use the AWS IoT Events managed Lambda function to manage your emails, you must verify the sender email address in Amazon SES .
- Specified by:
getNotificationSenderEmailin interfaceCfnPortalProps
-
getPortalAuthMode
Description copied from interface:CfnPortalPropsThe service to use to authenticate users to the portal. Choose from the following options:.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- Specified by:
getPortalAuthModein interfaceCfnPortalProps
-
getPortalDescription
Description copied from interface:CfnPortalPropsA description for the portal.- Specified by:
getPortalDescriptionin interfaceCfnPortalProps
-
getTags
Description copied from interface:CfnPortalPropsA list of key-value pairs that contain metadata for the portal.For more information, see Tagging your AWS IoT SiteWise resources in the AWS IoT SiteWise User Guide .
- Specified by:
getTagsin interfaceCfnPortalProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-