Class CfnPortalMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPortalMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPortalMixinProps
CfnPortalMixinProps-
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.cfnpropertymixins.services.iotsitewise.CfnPortalMixinProps
CfnPortalMixinProps.Builder, CfnPortalMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPortalMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPortalMixinProps.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 theCfnPortalMixinProps.Builder.
-
-
Method Details
-
getAlarms
Description copied from interface:CfnPortalMixinPropsContains 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 interfaceCfnPortalMixinProps- See Also:
-
getNotificationSenderEmail
Description copied from interface:CfnPortalMixinPropsThe 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 interfaceCfnPortalMixinProps- See Also:
-
getPortalAuthMode
Description copied from interface:CfnPortalMixinPropsThe service to use to authenticate users to the portal. Choose from the following options:.SSO– The portal uses SSOlong 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 interfaceCfnPortalMixinProps- See Also:
-
getPortalContactEmail
Description copied from interface:CfnPortalMixinPropsThe AWS administrator's contact email address.- Specified by:
getPortalContactEmailin interfaceCfnPortalMixinProps- See Also:
-
getPortalDescription
Description copied from interface:CfnPortalMixinPropsA description for the portal.- Specified by:
getPortalDescriptionin interfaceCfnPortalMixinProps- See Also:
-
getPortalName
Description copied from interface:CfnPortalMixinPropsA friendly name for the portal.- Specified by:
getPortalNamein interfaceCfnPortalMixinProps- See Also:
-
getPortalType
Description copied from interface:CfnPortalMixinPropsDefine 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 interfaceCfnPortalMixinProps- See Also:
-
getPortalTypeConfiguration
Description copied from interface:CfnPortalMixinPropsMap to associate detail of configuration related with a PortalType.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnPortalPropsMixin.PortalTypeEntryProperty>- Specified by:
getPortalTypeConfigurationin interfaceCfnPortalMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnPortalMixinPropsThe 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 interfaceCfnPortalMixinProps- See Also:
-
getTags
Description copied from interface:CfnPortalMixinPropsA 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 interfaceCfnPortalMixinProps- 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()
-