Class: Aws::WorkSpacesWeb::Types::Portal

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb

Overview

The web portal.

Constant Summary collapse

SENSITIVE =
[:display_name]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_encryption_contextHash<String,String>

The additional encryption context of the portal.

Returns:

  • (Hash<String,String>)


3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3024

class Portal < Struct.new(
  :portal_arn,
  :renderer_type,
  :browser_type,
  :portal_status,
  :portal_endpoint,
  :display_name,
  :creation_date,
  :browser_settings_arn,
  :data_protection_settings_arn,
  :user_settings_arn,
  :network_settings_arn,
  :session_logger_arn,
  :trust_store_arn,
  :status_reason,
  :user_access_logging_settings_arn,
  :authentication_type,
  :ip_access_settings_arn,
  :customer_managed_key,
  :additional_encryption_context,
  :instance_type,
  :max_concurrent_sessions)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#authentication_typeString

The type of authentication integration points used when signing into the web portal. Defaults to Standard.

Standard web portals are authenticated directly through your identity provider. You need to call CreateIdentityProvider to integrate your identity provider with your web portal. User and group access to your web portal is controlled through your identity provider.

IAM Identity Center web portals are authenticated through IAM Identity Center. Identity sources (including external identity provider integration), plus user and group access to your web portal, can be configured in the IAM Identity Center.

Returns:

  • (String)


3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3024

class Portal < Struct.new(
  :portal_arn,
  :renderer_type,
  :browser_type,
  :portal_status,
  :portal_endpoint,
  :display_name,
  :creation_date,
  :browser_settings_arn,
  :data_protection_settings_arn,
  :user_settings_arn,
  :network_settings_arn,
  :session_logger_arn,
  :trust_store_arn,
  :status_reason,
  :user_access_logging_settings_arn,
  :authentication_type,
  :ip_access_settings_arn,
  :customer_managed_key,
  :additional_encryption_context,
  :instance_type,
  :max_concurrent_sessions)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#browser_settings_arnString

The ARN of the browser settings that is associated with this web portal.

Returns:

  • (String)


3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3024

class Portal < Struct.new(
  :portal_arn,
  :renderer_type,
  :browser_type,
  :portal_status,
  :portal_endpoint,
  :display_name,
  :creation_date,
  :browser_settings_arn,
  :data_protection_settings_arn,
  :user_settings_arn,
  :network_settings_arn,
  :session_logger_arn,
  :trust_store_arn,
  :status_reason,
  :user_access_logging_settings_arn,
  :authentication_type,
  :ip_access_settings_arn,
  :customer_managed_key,
  :additional_encryption_context,
  :instance_type,
  :max_concurrent_sessions)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#browser_typeString

The browser that users see when using a streaming session.

Returns:

  • (String)


3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3024

class Portal < Struct.new(
  :portal_arn,
  :renderer_type,
  :browser_type,
  :portal_status,
  :portal_endpoint,
  :display_name,
  :creation_date,
  :browser_settings_arn,
  :data_protection_settings_arn,
  :user_settings_arn,
  :network_settings_arn,
  :session_logger_arn,
  :trust_store_arn,
  :status_reason,
  :user_access_logging_settings_arn,
  :authentication_type,
  :ip_access_settings_arn,
  :customer_managed_key,
  :additional_encryption_context,
  :instance_type,
  :max_concurrent_sessions)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#creation_dateTime

The creation date of the web portal.

Returns:

  • (Time)


3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3024

class Portal < Struct.new(
  :portal_arn,
  :renderer_type,
  :browser_type,
  :portal_status,
  :portal_endpoint,
  :display_name,
  :creation_date,
  :browser_settings_arn,
  :data_protection_settings_arn,
  :user_settings_arn,
  :network_settings_arn,
  :session_logger_arn,
  :trust_store_arn,
  :status_reason,
  :user_access_logging_settings_arn,
  :authentication_type,
  :ip_access_settings_arn,
  :customer_managed_key,
  :additional_encryption_context,
  :instance_type,
  :max_concurrent_sessions)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#customer_managed_keyString

The customer managed key used to encrypt sensitive information in the portal.

Returns:

  • (String)


3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3024

class Portal < Struct.new(
  :portal_arn,
  :renderer_type,
  :browser_type,
  :portal_status,
  :portal_endpoint,
  :display_name,
  :creation_date,
  :browser_settings_arn,
  :data_protection_settings_arn,
  :user_settings_arn,
  :network_settings_arn,
  :session_logger_arn,
  :trust_store_arn,
  :status_reason,
  :user_access_logging_settings_arn,
  :authentication_type,
  :ip_access_settings_arn,
  :customer_managed_key,
  :additional_encryption_context,
  :instance_type,
  :max_concurrent_sessions)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#data_protection_settings_arnString

The ARN of the data protection settings.

Returns:

  • (String)


3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3024

class Portal < Struct.new(
  :portal_arn,
  :renderer_type,
  :browser_type,
  :portal_status,
  :portal_endpoint,
  :display_name,
  :creation_date,
  :browser_settings_arn,
  :data_protection_settings_arn,
  :user_settings_arn,
  :network_settings_arn,
  :session_logger_arn,
  :trust_store_arn,
  :status_reason,
  :user_access_logging_settings_arn,
  :authentication_type,
  :ip_access_settings_arn,
  :customer_managed_key,
  :additional_encryption_context,
  :instance_type,
  :max_concurrent_sessions)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#display_nameString

The name of the web portal.

Returns:

  • (String)


3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3024

class Portal < Struct.new(
  :portal_arn,
  :renderer_type,
  :browser_type,
  :portal_status,
  :portal_endpoint,
  :display_name,
  :creation_date,
  :browser_settings_arn,
  :data_protection_settings_arn,
  :user_settings_arn,
  :network_settings_arn,
  :session_logger_arn,
  :trust_store_arn,
  :status_reason,
  :user_access_logging_settings_arn,
  :authentication_type,
  :ip_access_settings_arn,
  :customer_managed_key,
  :additional_encryption_context,
  :instance_type,
  :max_concurrent_sessions)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#instance_typeString

The type and resources of the underlying instance.

Returns:

  • (String)


3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3024

class Portal < Struct.new(
  :portal_arn,
  :renderer_type,
  :browser_type,
  :portal_status,
  :portal_endpoint,
  :display_name,
  :creation_date,
  :browser_settings_arn,
  :data_protection_settings_arn,
  :user_settings_arn,
  :network_settings_arn,
  :session_logger_arn,
  :trust_store_arn,
  :status_reason,
  :user_access_logging_settings_arn,
  :authentication_type,
  :ip_access_settings_arn,
  :customer_managed_key,
  :additional_encryption_context,
  :instance_type,
  :max_concurrent_sessions)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#ip_access_settings_arnString

The ARN of the IP access settings.

Returns:

  • (String)


3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3024

class Portal < Struct.new(
  :portal_arn,
  :renderer_type,
  :browser_type,
  :portal_status,
  :portal_endpoint,
  :display_name,
  :creation_date,
  :browser_settings_arn,
  :data_protection_settings_arn,
  :user_settings_arn,
  :network_settings_arn,
  :session_logger_arn,
  :trust_store_arn,
  :status_reason,
  :user_access_logging_settings_arn,
  :authentication_type,
  :ip_access_settings_arn,
  :customer_managed_key,
  :additional_encryption_context,
  :instance_type,
  :max_concurrent_sessions)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#max_concurrent_sessionsInteger

The maximum number of concurrent sessions for the portal.

Returns:

  • (Integer)


3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3024

class Portal < Struct.new(
  :portal_arn,
  :renderer_type,
  :browser_type,
  :portal_status,
  :portal_endpoint,
  :display_name,
  :creation_date,
  :browser_settings_arn,
  :data_protection_settings_arn,
  :user_settings_arn,
  :network_settings_arn,
  :session_logger_arn,
  :trust_store_arn,
  :status_reason,
  :user_access_logging_settings_arn,
  :authentication_type,
  :ip_access_settings_arn,
  :customer_managed_key,
  :additional_encryption_context,
  :instance_type,
  :max_concurrent_sessions)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#network_settings_arnString

The ARN of the network settings that is associated with the web portal.

Returns:

  • (String)


3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3024

class Portal < Struct.new(
  :portal_arn,
  :renderer_type,
  :browser_type,
  :portal_status,
  :portal_endpoint,
  :display_name,
  :creation_date,
  :browser_settings_arn,
  :data_protection_settings_arn,
  :user_settings_arn,
  :network_settings_arn,
  :session_logger_arn,
  :trust_store_arn,
  :status_reason,
  :user_access_logging_settings_arn,
  :authentication_type,
  :ip_access_settings_arn,
  :customer_managed_key,
  :additional_encryption_context,
  :instance_type,
  :max_concurrent_sessions)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#portal_arnString

The ARN of the web portal.

Returns:

  • (String)


3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3024

class Portal < Struct.new(
  :portal_arn,
  :renderer_type,
  :browser_type,
  :portal_status,
  :portal_endpoint,
  :display_name,
  :creation_date,
  :browser_settings_arn,
  :data_protection_settings_arn,
  :user_settings_arn,
  :network_settings_arn,
  :session_logger_arn,
  :trust_store_arn,
  :status_reason,
  :user_access_logging_settings_arn,
  :authentication_type,
  :ip_access_settings_arn,
  :customer_managed_key,
  :additional_encryption_context,
  :instance_type,
  :max_concurrent_sessions)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#portal_endpointString

The endpoint URL of the web portal that users access in order to start streaming sessions.

Returns:

  • (String)


3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3024

class Portal < Struct.new(
  :portal_arn,
  :renderer_type,
  :browser_type,
  :portal_status,
  :portal_endpoint,
  :display_name,
  :creation_date,
  :browser_settings_arn,
  :data_protection_settings_arn,
  :user_settings_arn,
  :network_settings_arn,
  :session_logger_arn,
  :trust_store_arn,
  :status_reason,
  :user_access_logging_settings_arn,
  :authentication_type,
  :ip_access_settings_arn,
  :customer_managed_key,
  :additional_encryption_context,
  :instance_type,
  :max_concurrent_sessions)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#portal_statusString

The status of the web portal.

Returns:

  • (String)


3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3024

class Portal < Struct.new(
  :portal_arn,
  :renderer_type,
  :browser_type,
  :portal_status,
  :portal_endpoint,
  :display_name,
  :creation_date,
  :browser_settings_arn,
  :data_protection_settings_arn,
  :user_settings_arn,
  :network_settings_arn,
  :session_logger_arn,
  :trust_store_arn,
  :status_reason,
  :user_access_logging_settings_arn,
  :authentication_type,
  :ip_access_settings_arn,
  :customer_managed_key,
  :additional_encryption_context,
  :instance_type,
  :max_concurrent_sessions)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#renderer_typeString

The renderer that is used in streaming sessions.

Returns:

  • (String)


3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3024

class Portal < Struct.new(
  :portal_arn,
  :renderer_type,
  :browser_type,
  :portal_status,
  :portal_endpoint,
  :display_name,
  :creation_date,
  :browser_settings_arn,
  :data_protection_settings_arn,
  :user_settings_arn,
  :network_settings_arn,
  :session_logger_arn,
  :trust_store_arn,
  :status_reason,
  :user_access_logging_settings_arn,
  :authentication_type,
  :ip_access_settings_arn,
  :customer_managed_key,
  :additional_encryption_context,
  :instance_type,
  :max_concurrent_sessions)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#session_logger_arnString

The ARN of the session logger that is assocaited with the portal.

Returns:

  • (String)


3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3024

class Portal < Struct.new(
  :portal_arn,
  :renderer_type,
  :browser_type,
  :portal_status,
  :portal_endpoint,
  :display_name,
  :creation_date,
  :browser_settings_arn,
  :data_protection_settings_arn,
  :user_settings_arn,
  :network_settings_arn,
  :session_logger_arn,
  :trust_store_arn,
  :status_reason,
  :user_access_logging_settings_arn,
  :authentication_type,
  :ip_access_settings_arn,
  :customer_managed_key,
  :additional_encryption_context,
  :instance_type,
  :max_concurrent_sessions)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#status_reasonString

A message that explains why the web portal is in its current status.

Returns:

  • (String)


3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3024

class Portal < Struct.new(
  :portal_arn,
  :renderer_type,
  :browser_type,
  :portal_status,
  :portal_endpoint,
  :display_name,
  :creation_date,
  :browser_settings_arn,
  :data_protection_settings_arn,
  :user_settings_arn,
  :network_settings_arn,
  :session_logger_arn,
  :trust_store_arn,
  :status_reason,
  :user_access_logging_settings_arn,
  :authentication_type,
  :ip_access_settings_arn,
  :customer_managed_key,
  :additional_encryption_context,
  :instance_type,
  :max_concurrent_sessions)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#trust_store_arnString

The ARN of the trust store that is associated with the web portal.

Returns:

  • (String)


3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3024

class Portal < Struct.new(
  :portal_arn,
  :renderer_type,
  :browser_type,
  :portal_status,
  :portal_endpoint,
  :display_name,
  :creation_date,
  :browser_settings_arn,
  :data_protection_settings_arn,
  :user_settings_arn,
  :network_settings_arn,
  :session_logger_arn,
  :trust_store_arn,
  :status_reason,
  :user_access_logging_settings_arn,
  :authentication_type,
  :ip_access_settings_arn,
  :customer_managed_key,
  :additional_encryption_context,
  :instance_type,
  :max_concurrent_sessions)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#user_access_logging_settings_arnString

The ARN of the user access logging settings that is associated with the web portal.

Returns:

  • (String)


3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3024

class Portal < Struct.new(
  :portal_arn,
  :renderer_type,
  :browser_type,
  :portal_status,
  :portal_endpoint,
  :display_name,
  :creation_date,
  :browser_settings_arn,
  :data_protection_settings_arn,
  :user_settings_arn,
  :network_settings_arn,
  :session_logger_arn,
  :trust_store_arn,
  :status_reason,
  :user_access_logging_settings_arn,
  :authentication_type,
  :ip_access_settings_arn,
  :customer_managed_key,
  :additional_encryption_context,
  :instance_type,
  :max_concurrent_sessions)
  SENSITIVE = [:display_name]
  include Aws::Structure
end

#user_settings_arnString

The ARN of the user settings that is associated with the web portal.

Returns:

  • (String)


3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3024

class Portal < Struct.new(
  :portal_arn,
  :renderer_type,
  :browser_type,
  :portal_status,
  :portal_endpoint,
  :display_name,
  :creation_date,
  :browser_settings_arn,
  :data_protection_settings_arn,
  :user_settings_arn,
  :network_settings_arn,
  :session_logger_arn,
  :trust_store_arn,
  :status_reason,
  :user_access_logging_settings_arn,
  :authentication_type,
  :ip_access_settings_arn,
  :customer_managed_key,
  :additional_encryption_context,
  :instance_type,
  :max_concurrent_sessions)
  SENSITIVE = [:display_name]
  include Aws::Structure
end