View Source AWS.WorkSpacesWeb (aws-elixir v1.0.4)
Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads.
WorkSpaces Secure Browser 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 Secure Browser provides simple policy tools tailored for user interactions, while offloading common tasks like capacity management, scaling, and maintaining browser images.
Link to this section Summary
Functions
Associates a browser settings resource with a web portal.
Associates a data protection 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 a data protection 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 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.
Deletes browser settings.
Deletes data protection settings.
Deletes the identity provider.
Deletes IP access settings.
Deletes network settings.
Deletes a web portal.
Deletes the trust store.
Deletes user access logging settings.
Deletes user settings.
Disassociates browser settings from a web portal.
Disassociates data protection 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.
Expires an active secure browser session.
Gets browser settings.
Gets the data protection settings.
Gets the identity provider.
Gets the IP access settings.
Gets the network settings.
Gets the web portal.
Gets the service provider metadata.
Gets information for a secure browser session.
Gets the trust store.
Gets the trust store certificate.
Gets user access logging settings.
Gets user settings.
Retrieves a list of browser settings.
Retrieves a list of data protection settings.
Retrieves a list of identity providers for a specific web portal.
Retrieves a list of IP access settings.
Retrieves a list of network settings.
Retrieves a list or web portals.
Lists information for multiple secure browser sessions from a specific portal.
Retrieves a list of tags for a resource.
Retrieves a list of trust store certificates.
Retrieves a list of trust stores.
Retrieves a list of user access logging settings.
Retrieves a list of user settings.
Adds or overwrites one or more tags for the specified resource.
Removes one or more tags from the specified resource.
Updates browser settings.
Updates data protection settings.
Updates the identity provider.
Updates IP access settings.
Updates network settings.
Updates a web portal.
Updates the trust store.
Updates the user access logging settings.
Updates the user settings.
Link to this section Functions
associate_browser_settings(client, portal_arn, input, options \\ [])
View SourceAssociates a browser settings resource with a web portal.
associate_data_protection_settings(client, portal_arn, input, options \\ [])
View SourceAssociates a data protection settings resource with a web portal.
associate_ip_access_settings(client, portal_arn, input, options \\ [])
View SourceAssociates an IP access settings resource with a web portal.
associate_network_settings(client, portal_arn, input, options \\ [])
View SourceAssociates a network settings resource with a web portal.
Associates a trust store with a web portal.
associate_user_access_logging_settings(client, portal_arn, input, options \\ [])
View SourceAssociates 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.
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.
Creates a data protection 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.
Once associated with a web portal, network settings define how streaming instances will connect with your specified VPC.
Creates a web portal.
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.
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.
Once associated with a web portal, user settings control how users can transfer data between a streaming session and the their local devices.
delete_browser_settings(client, browser_settings_arn, input, options \\ [])
View SourceDeletes browser settings.
delete_data_protection_settings(client, data_protection_settings_arn, input, options \\ [])
View SourceDeletes data protection settings.
delete_identity_provider(client, identity_provider_arn, input, options \\ [])
View SourceDeletes the identity provider.
delete_ip_access_settings(client, ip_access_settings_arn, input, options \\ [])
View SourceDeletes IP access settings.
delete_network_settings(client, network_settings_arn, input, options \\ [])
View SourceDeletes network settings.
Deletes a web portal.
Deletes the trust store.
delete_user_access_logging_settings(client, user_access_logging_settings_arn, input, options \\ [])
View SourceDeletes user access logging settings.
delete_user_settings(client, user_settings_arn, input, options \\ [])
View SourceDeletes user settings.
disassociate_browser_settings(client, portal_arn, input, options \\ [])
View SourceDisassociates browser settings from a web portal.
disassociate_data_protection_settings(client, portal_arn, input, options \\ [])
View SourceDisassociates data protection settings from a web portal.
disassociate_ip_access_settings(client, portal_arn, input, options \\ [])
View SourceDisassociates IP access settings from a web portal.
disassociate_network_settings(client, portal_arn, input, options \\ [])
View SourceDisassociates network settings from a web portal.
disassociate_trust_store(client, portal_arn, input, options \\ [])
View SourceDisassociates a trust store from a web portal.
disassociate_user_access_logging_settings(client, portal_arn, input, options \\ [])
View SourceDisassociates user access logging settings from a web portal.
disassociate_user_settings(client, portal_arn, input, options \\ [])
View SourceDisassociates user settings from a web portal.
expire_session(client, portal_id, session_id, input, options \\ [])
View SourceExpires an active secure browser session.
Gets browser settings.
get_data_protection_settings(client, data_protection_settings_arn, options \\ [])
View SourceGets the data protection settings.
get_identity_provider(client, identity_provider_arn, options \\ [])
View SourceGets the identity provider.
get_ip_access_settings(client, ip_access_settings_arn, options \\ [])
View SourceGets the IP access settings.
Gets the network settings.
Gets the web portal.
get_portal_service_provider_metadata(client, portal_arn, options \\ [])
View SourceGets the service provider metadata.
Gets information for a secure browser session.
Gets the trust store.
get_trust_store_certificate(client, trust_store_arn, thumbprint, options \\ [])
View SourceGets the trust store certificate.
get_user_access_logging_settings(client, user_access_logging_settings_arn, options \\ [])
View SourceGets user access logging settings.
Gets user settings.
list_browser_settings(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceRetrieves a list of browser settings.
list_data_protection_settings(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceRetrieves a list of data protection settings.
list_identity_providers(client, portal_arn, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceRetrieves a list of identity providers for a specific web portal.
list_ip_access_settings(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceRetrieves a list of IP access settings.
list_network_settings(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceRetrieves a list of network settings.
list_portals(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceRetrieves a list or web portals.
list_sessions(client, portal_id, max_results \\ nil, next_token \\ nil, session_id \\ nil, sort_by \\ nil, status \\ nil, username \\ nil, options \\ [])
View SourceLists information for multiple secure browser sessions from a specific portal.
Retrieves a list of tags for a resource.
list_trust_store_certificates(client, trust_store_arn, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceRetrieves a list of trust store certificates.
list_trust_stores(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceRetrieves a list of trust stores.
list_user_access_logging_settings(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceRetrieves a list of user access logging settings.
list_user_settings(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceRetrieves a list of user settings.
Adds or overwrites one or more tags for the specified resource.
Removes one or more tags from the specified resource.
update_browser_settings(client, browser_settings_arn, input, options \\ [])
View SourceUpdates browser settings.
update_data_protection_settings(client, data_protection_settings_arn, input, options \\ [])
View SourceUpdates data protection settings.
update_identity_provider(client, identity_provider_arn, input, options \\ [])
View SourceUpdates the identity provider.
update_ip_access_settings(client, ip_access_settings_arn, input, options \\ [])
View SourceUpdates IP access settings.
update_network_settings(client, network_settings_arn, input, options \\ [])
View SourceUpdates network settings.
Updates a web portal.
Updates the trust store.
update_user_access_logging_settings(client, user_access_logging_settings_arn, input, options \\ [])
View SourceUpdates the user access logging settings.
update_user_settings(client, user_settings_arn, input, options \\ [])
View SourceUpdates the user settings.