Class CfnPortalProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPortalProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPortalProps
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 StringDefine the type of portal.final ObjectMap to associate detail of configuration related with a PortalType.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- See Also:
-
getPortalName
Description copied from interface:CfnPortalPropsA friendly name for the portal.- Specified by:
getPortalNamein interfaceCfnPortalProps- See Also:
-
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- See Also:
-
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- See Also:
-
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- See Also:
-
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 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 to authenticate users and manage user permissions.
You can't change this value after you create a portal.
Default:
SSO- Specified by:
getPortalAuthModein interfaceCfnPortalProps- See Also:
-
getPortalDescription
Description copied from interface:CfnPortalPropsA description for the portal.- Specified by:
getPortalDescriptionin interfaceCfnPortalProps- See Also:
-
getPortalType
Description copied from interface:CfnPortalPropsDefine the type of portal.The value for AWS IoT SiteWise Monitor (Classic) is
SITEWISE_PORTAL_V1. The value for AWS IoT SiteWise Monitor (AI-aware) isSITEWISE_PORTAL_V2.- Specified by:
getPortalTypein interfaceCfnPortalProps- See Also:
-
getPortalTypeConfiguration
Description copied from interface:CfnPortalPropsMap to associate detail of configuration related with a PortalType.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnPortal.PortalTypeEntryProperty>- Specified by:
getPortalTypeConfigurationin interfaceCfnPortalProps- See Also:
-
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- See Also:
-
$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()
-