Class: Aws::WorkSpacesWeb::Types::CreatePortalRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::CreatePortalRequest
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:display_name, :tags]
Instance Attribute Summary collapse
-
#additional_encryption_context ⇒ Hash<String,String>
The additional encryption context of the portal.
-
#authentication_type ⇒ String
The type of authentication integration points used when signing into the web portal.
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#customer_managed_key ⇒ String
The customer managed key of the web portal.
-
#display_name ⇒ String
The name of the web portal.
-
#instance_type ⇒ String
The type and resources of the underlying instance.
-
#max_concurrent_sessions ⇒ Integer
The maximum number of concurrent sessions for the portal.
-
#portal_custom_domain ⇒ String
The custom domain of the web portal that users access in order to start streaming sessions.
-
#tags ⇒ Array<Types::Tag>
The tags to add to the web portal.
Instance Attribute Details
#additional_encryption_context ⇒ Hash<String,String>
The additional encryption context of the portal.
1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1090 class CreatePortalRequest < Struct.new( :display_name, :tags, :customer_managed_key, :additional_encryption_context, :client_token, :authentication_type, :instance_type, :max_concurrent_sessions, :portal_custom_domain) SENSITIVE = [:display_name, :tags] include Aws::Structure end |
#authentication_type ⇒ String
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.
1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1090 class CreatePortalRequest < Struct.new( :display_name, :tags, :customer_managed_key, :additional_encryption_context, :client_token, :authentication_type, :instance_type, :max_concurrent_sessions, :portal_custom_domain) SENSITIVE = [:display_name, :tags] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
A suitable default value is auto-generated. You should normally not need to pass this option.
1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1090 class CreatePortalRequest < Struct.new( :display_name, :tags, :customer_managed_key, :additional_encryption_context, :client_token, :authentication_type, :instance_type, :max_concurrent_sessions, :portal_custom_domain) SENSITIVE = [:display_name, :tags] include Aws::Structure end |
#customer_managed_key ⇒ String
The customer managed key of the web portal.
1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1090 class CreatePortalRequest < Struct.new( :display_name, :tags, :customer_managed_key, :additional_encryption_context, :client_token, :authentication_type, :instance_type, :max_concurrent_sessions, :portal_custom_domain) SENSITIVE = [:display_name, :tags] include Aws::Structure end |
#display_name ⇒ String
The name of the web portal. This is not visible to users who log into the web portal.
1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1090 class CreatePortalRequest < Struct.new( :display_name, :tags, :customer_managed_key, :additional_encryption_context, :client_token, :authentication_type, :instance_type, :max_concurrent_sessions, :portal_custom_domain) SENSITIVE = [:display_name, :tags] include Aws::Structure end |
#instance_type ⇒ String
The type and resources of the underlying instance.
1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1090 class CreatePortalRequest < Struct.new( :display_name, :tags, :customer_managed_key, :additional_encryption_context, :client_token, :authentication_type, :instance_type, :max_concurrent_sessions, :portal_custom_domain) SENSITIVE = [:display_name, :tags] include Aws::Structure end |
#max_concurrent_sessions ⇒ Integer
The maximum number of concurrent sessions for the portal.
1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1090 class CreatePortalRequest < Struct.new( :display_name, :tags, :customer_managed_key, :additional_encryption_context, :client_token, :authentication_type, :instance_type, :max_concurrent_sessions, :portal_custom_domain) SENSITIVE = [:display_name, :tags] include Aws::Structure end |
#portal_custom_domain ⇒ String
The custom domain of the web portal that users access in order to start streaming sessions.
1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1090 class CreatePortalRequest < Struct.new( :display_name, :tags, :customer_managed_key, :additional_encryption_context, :client_token, :authentication_type, :instance_type, :max_concurrent_sessions, :portal_custom_domain) SENSITIVE = [:display_name, :tags] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags to add to the web portal. A tag is a key-value pair.
1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1090 class CreatePortalRequest < Struct.new( :display_name, :tags, :customer_managed_key, :additional_encryption_context, :client_token, :authentication_type, :instance_type, :max_concurrent_sessions, :portal_custom_domain) SENSITIVE = [:display_name, :tags] include Aws::Structure end |