Class: Aws::Types::CreatePortalRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:portal_contact_email, :notification_sender_email])

Instance Attribute Summary collapse

Instance Attribute Details

#alarmsTypes::Alarms

Returns the value of attribute alarms.

Returns:



1081
1082
1083
# File 'sig/types.rbs', line 1081

def alarms
  @alarms
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("IAM", "SSO")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1073
1074
1075
# File 'sig/types.rbs', line 1073

def portal_description
  @portal_description
end

#portal_logo_image_fileTypes::ImageFile

Returns the value of attribute portal_logo_image_file.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • ("SITEWISE_PORTAL_V1", "SITEWISE_PORTAL_V2")


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


1078
1079
1080
# File 'sig/types.rbs', line 1078

def tags
  @tags
end