View Source AWS.WorkSpacesWeb (aws-elixir v0.14.1)

WorkSpaces Web is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads.

WorkSpaces Web makes it easy for customers to safely provide their employees with access to internal websites and SaaS web applications without the administrative burden of appliances or specialized client software. WorkSpaces Web provides simple policy tools tailored for user interactions, while offloading common tasks like capacity management, scaling, and maintaining browser images.

Summary

Functions

Associates a browser settings resource with a web portal.

Associates an IP access settings resource with a web portal.

Associates a network settings resource with a web portal.

Associates a trust store with a web portal.

Associates a user access logging settings resource with a web portal.

Associates a user settings resource with a web portal.

Creates a browser settings resource that can be associated with a web portal.

Creates an identity provider resource that is then associated with a web portal.

Creates an IP access settings resource that can be associated with a web portal.

Creates a network settings resource that can be associated with a web portal.

Creates a trust store that can be associated with a web portal.

Creates a user access logging settings resource that can be associated with a web portal.

Creates a user settings resource that can be associated with a web portal.

Disassociates browser settings from a web portal.

Disassociates IP access settings from a web portal.

Disassociates network settings from a web portal.

Disassociates a trust store from a web portal.

Disassociates user access logging settings from a web portal.

Disassociates user settings from a web portal.

Retrieves a list of identity providers for a specific web portal.

Retrieves a list of tags for a resource.

Adds or overwrites one or more tags for the specified resource.

Removes one or more tags from the specified resource.

Functions

Link to this function

associate_browser_settings(client, portal_arn, input, options \\ [])

View Source

Associates a browser settings resource with a web portal.

Link to this function

associate_ip_access_settings(client, portal_arn, input, options \\ [])

View Source

Associates an IP access settings resource with a web portal.

Link to this function

associate_network_settings(client, portal_arn, input, options \\ [])

View Source

Associates a network settings resource with a web portal.

Link to this function

associate_trust_store(client, portal_arn, input, options \\ [])

View Source

Associates a trust store with a web portal.

Link to this function

associate_user_access_logging_settings(client, portal_arn, input, options \\ [])

View Source

Associates a user access logging settings resource with a web portal.

Link to this function

associate_user_settings(client, portal_arn, input, options \\ [])

View Source

Associates a user settings resource with a web portal.

Link to this function

create_browser_settings(client, input, options \\ [])

View Source

Creates a browser settings resource that can be associated with a web portal.

Once associated with a web portal, browser settings control how the browser will behave once a user starts a streaming session for the web portal.

Link to this function

create_identity_provider(client, input, options \\ [])

View Source

Creates an identity provider resource that is then associated with a web portal.

Link to this function

create_ip_access_settings(client, input, options \\ [])

View Source

Creates an IP access settings resource that can be associated with a web portal.

Link to this function

create_network_settings(client, input, options \\ [])

View Source

Creates a network settings resource that can be associated with a web portal.

Once associated with a web portal, network settings define how streaming instances will connect with your specified VPC.

Link to this function

create_portal(client, input, options \\ [])

View Source

Creates a web portal.

Link to this function

create_trust_store(client, input, options \\ [])

View Source

Creates a trust store that can be associated with a web portal.

A trust store contains certificate authority (CA) certificates. Once associated with a web portal, the browser in a streaming session will recognize certificates that have been issued using any of the CAs in the trust store. If your organization has internal websites that use certificates issued by private CAs, you should add the private CA certificate to the trust store.

Link to this function

create_user_access_logging_settings(client, input, options \\ [])

View Source

Creates a user access logging settings resource that can be associated with a web portal.

Link to this function

create_user_settings(client, input, options \\ [])

View Source

Creates a user settings resource that can be associated with a web portal.

Once associated with a web portal, user settings control how users can transfer data between a streaming session and the their local devices.

Link to this function

delete_browser_settings(client, browser_settings_arn, input, options \\ [])

View Source

Deletes browser settings.

Link to this function

delete_identity_provider(client, identity_provider_arn, input, options \\ [])

View Source

Deletes the identity provider.

Link to this function

delete_ip_access_settings(client, ip_access_settings_arn, input, options \\ [])

View Source

Deletes IP access settings.

Link to this function

delete_network_settings(client, network_settings_arn, input, options \\ [])

View Source

Deletes network settings.

Link to this function

delete_portal(client, portal_arn, input, options \\ [])

View Source

Deletes a web portal.

Link to this function

delete_trust_store(client, trust_store_arn, input, options \\ [])

View Source

Deletes the trust store.

Link to this function

delete_user_access_logging_settings(client, user_access_logging_settings_arn, input, options \\ [])

View Source

Deletes user access logging settings.

Link to this function

delete_user_settings(client, user_settings_arn, input, options \\ [])

View Source

Deletes user settings.

Link to this function

disassociate_browser_settings(client, portal_arn, input, options \\ [])

View Source

Disassociates browser settings from a web portal.

Link to this function

disassociate_ip_access_settings(client, portal_arn, input, options \\ [])

View Source

Disassociates IP access settings from a web portal.

Link to this function

disassociate_network_settings(client, portal_arn, input, options \\ [])

View Source

Disassociates network settings from a web portal.

Link to this function

disassociate_trust_store(client, portal_arn, input, options \\ [])

View Source

Disassociates a trust store from a web portal.

Link to this function

disassociate_user_access_logging_settings(client, portal_arn, input, options \\ [])

View Source

Disassociates user access logging settings from a web portal.

Link to this function

disassociate_user_settings(client, portal_arn, input, options \\ [])

View Source

Disassociates user settings from a web portal.

Link to this function

get_browser_settings(client, browser_settings_arn, options \\ [])

View Source

Gets browser settings.

Link to this function

get_identity_provider(client, identity_provider_arn, options \\ [])

View Source

Gets the identity provider.

Link to this function

get_ip_access_settings(client, ip_access_settings_arn, options \\ [])

View Source

Gets the IP access settings.

Link to this function

get_network_settings(client, network_settings_arn, options \\ [])

View Source

Gets the network settings.

Link to this function

get_portal(client, portal_arn, options \\ [])

View Source

Gets the web portal.

Link to this function

get_portal_service_provider_metadata(client, portal_arn, options \\ [])

View Source

Gets the service provider metadata.

Link to this function

get_trust_store(client, trust_store_arn, options \\ [])

View Source

Gets the trust store.

Link to this function

get_trust_store_certificate(client, trust_store_arn, thumbprint, options \\ [])

View Source

Gets the trust store certificate.

Link to this function

get_user_access_logging_settings(client, user_access_logging_settings_arn, options \\ [])

View Source

Gets user access logging settings.

Link to this function

get_user_settings(client, user_settings_arn, options \\ [])

View Source

Gets user settings.

Link to this function

list_browser_settings(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Retrieves a list of browser settings.

Link to this function

list_identity_providers(client, portal_arn, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Retrieves a list of identity providers for a specific web portal.

Link to this function

list_ip_access_settings(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Retrieves a list of IP access settings.

Link to this function

list_network_settings(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Retrieves a list of network settings.

Link to this function

list_portals(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Retrieves a list or web portals.

Link to this function

list_tags_for_resource(client, resource_arn, options \\ [])

View Source

Retrieves a list of tags for a resource.

Link to this function

list_trust_store_certificates(client, trust_store_arn, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Retrieves a list of trust store certificates.

Link to this function

list_trust_stores(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Retrieves a list of trust stores.

Link to this function

list_user_access_logging_settings(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Retrieves a list of user access logging settings.

Link to this function

list_user_settings(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Retrieves a list of user settings.

Link to this function

tag_resource(client, resource_arn, input, options \\ [])

View Source

Adds or overwrites one or more tags for the specified resource.

Link to this function

untag_resource(client, resource_arn, input, options \\ [])

View Source

Removes one or more tags from the specified resource.

Link to this function

update_browser_settings(client, browser_settings_arn, input, options \\ [])

View Source

Updates browser settings.

Link to this function

update_identity_provider(client, identity_provider_arn, input, options \\ [])

View Source

Updates the identity provider.

Link to this function

update_ip_access_settings(client, ip_access_settings_arn, input, options \\ [])

View Source

Updates IP access settings.

Link to this function

update_network_settings(client, network_settings_arn, input, options \\ [])

View Source

Updates network settings.

Link to this function

update_portal(client, portal_arn, input, options \\ [])

View Source

Updates a web portal.

Link to this function

update_trust_store(client, trust_store_arn, input, options \\ [])

View Source

Updates the trust store.

Link to this function

update_user_access_logging_settings(client, user_access_logging_settings_arn, input, options \\ [])

View Source

Updates the user access logging settings.

Link to this function

update_user_settings(client, user_settings_arn, input, options \\ [])

View Source

Updates the user settings.