Class: Aws::Types::CreatePortalRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePortalRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarms ⇒ Types::Alarms
Returns the value of attribute alarms.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#notification_sender_email ⇒ ::String
Returns the value of attribute notification_sender_email.
-
#portal_auth_mode ⇒ "IAM", "SSO"
Returns the value of attribute portal_auth_mode.
-
#portal_contact_email ⇒ ::String
Returns the value of attribute portal_contact_email.
-
#portal_description ⇒ ::String
Returns the value of attribute portal_description.
-
#portal_logo_image_file ⇒ Types::ImageFile
Returns the value of attribute portal_logo_image_file.
-
#portal_name ⇒ ::String
Returns the value of attribute portal_name.
-
#portal_type ⇒ "SITEWISE_PORTAL_V1", "SITEWISE_PORTAL_V2"
Returns the value of attribute portal_type.
-
#portal_type_configuration ⇒ ::Hash[::String, Types::PortalTypeEntry]
Returns the value of attribute portal_type_configuration.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#alarms ⇒ Types::Alarms
Returns the value of attribute alarms.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def alarms @alarms end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def client_token @client_token end |
#notification_sender_email ⇒ ::String
Returns the value of attribute notification_sender_email.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def notification_sender_email @notification_sender_email end |
#portal_auth_mode ⇒ "IAM", "SSO"
Returns the value of attribute portal_auth_mode.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def portal_auth_mode @portal_auth_mode end |
#portal_contact_email ⇒ ::String
Returns the value of attribute portal_contact_email.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def portal_contact_email @portal_contact_email end |
#portal_description ⇒ ::String
Returns the value of attribute portal_description.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def portal_description @portal_description end |
#portal_logo_image_file ⇒ Types::ImageFile
Returns the value of attribute portal_logo_image_file.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def portal_logo_image_file @portal_logo_image_file end |
#portal_name ⇒ ::String
Returns the value of attribute portal_name.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def portal_name @portal_name end |
#portal_type ⇒ "SITEWISE_PORTAL_V1", "SITEWISE_PORTAL_V2"
Returns the value of attribute portal_type.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def portal_type @portal_type end |
#portal_type_configuration ⇒ ::Hash[::String, Types::PortalTypeEntry]
Returns the value of attribute portal_type_configuration.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def portal_type_configuration @portal_type_configuration end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def @tags end |