View Source aws_workspaces_web (aws v1.0.4)

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 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.
Gets the web portal.
Gets the service provider metadata.
Retrieves a list of browser 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.
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.

Functions

Link to this function

associate_browser_settings(Client, PortalArn, Input)

View Source
Associates a browser settings resource with a web portal.
Link to this function

associate_browser_settings(Client, PortalArn, Input0, Options0)

View Source
Link to this function

associate_ip_access_settings(Client, PortalArn, Input)

View Source
Associates an IP access settings resource with a web portal.
Link to this function

associate_ip_access_settings(Client, PortalArn, Input0, Options0)

View Source
Link to this function

associate_network_settings(Client, PortalArn, Input)

View Source
Associates a network settings resource with a web portal.
Link to this function

associate_network_settings(Client, PortalArn, Input0, Options0)

View Source
Link to this function

associate_trust_store(Client, PortalArn, Input)

View Source
Associates a trust store with a web portal.
Link to this function

associate_trust_store(Client, PortalArn, Input0, Options0)

View Source
Link to this function

associate_user_access_logging_settings(Client, PortalArn, Input)

View Source
Associates a user access logging settings resource with a web portal.
Link to this function

associate_user_access_logging_settings(Client, PortalArn, Input0, Options0)

View Source
Link to this function

associate_user_settings(Client, PortalArn, Input)

View Source
Associates a user settings resource with a web portal.
Link to this function

associate_user_settings(Client, PortalArn, Input0, Options0)

View Source
Link to this function

create_browser_settings(Client, Input)

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_browser_settings(Client, Input0, Options0)

View Source
Link to this function

create_identity_provider(Client, Input)

View Source
Creates an identity provider resource that is then associated with a web portal.
Link to this function

create_identity_provider(Client, Input0, Options0)

View Source
Link to this function

create_ip_access_settings(Client, Input)

View Source
Creates an IP access settings resource that can be associated with a web portal.
Link to this function

create_ip_access_settings(Client, Input0, Options0)

View Source
Link to this function

create_network_settings(Client, Input)

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_network_settings(Client, Input0, Options0)

View Source
Link to this function

create_portal(Client, Input)

View Source
Creates a web portal.
Link to this function

create_portal(Client, Input0, Options0)

View Source
Link to this function

create_trust_store(Client, Input)

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_trust_store(Client, Input0, Options0)

View Source
Link to this function

create_user_access_logging_settings(Client, Input)

View Source
Creates a user access logging settings resource that can be associated with a web portal.
Link to this function

create_user_access_logging_settings(Client, Input0, Options0)

View Source
Link to this function

create_user_settings(Client, Input)

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

create_user_settings(Client, Input0, Options0)

View Source
Link to this function

delete_browser_settings(Client, BrowserSettingsArn, Input)

View Source
Deletes browser settings.
Link to this function

delete_browser_settings(Client, BrowserSettingsArn, Input0, Options0)

View Source
Link to this function

delete_identity_provider(Client, IdentityProviderArn, Input)

View Source
Deletes the identity provider.
Link to this function

delete_identity_provider(Client, IdentityProviderArn, Input0, Options0)

View Source
Link to this function

delete_ip_access_settings(Client, IpAccessSettingsArn, Input)

View Source
Deletes IP access settings.
Link to this function

delete_ip_access_settings(Client, IpAccessSettingsArn, Input0, Options0)

View Source
Link to this function

delete_network_settings(Client, NetworkSettingsArn, Input)

View Source
Deletes network settings.
Link to this function

delete_network_settings(Client, NetworkSettingsArn, Input0, Options0)

View Source
Link to this function

delete_portal(Client, PortalArn, Input)

View Source
Deletes a web portal.
Link to this function

delete_portal(Client, PortalArn, Input0, Options0)

View Source
Link to this function

delete_trust_store(Client, TrustStoreArn, Input)

View Source
Deletes the trust store.
Link to this function

delete_trust_store(Client, TrustStoreArn, Input0, Options0)

View Source
Link to this function

delete_user_access_logging_settings(Client, UserAccessLoggingSettingsArn, Input)

View Source
Deletes user access logging settings.
Link to this function

delete_user_access_logging_settings(Client, UserAccessLoggingSettingsArn, Input0, Options0)

View Source
Link to this function

delete_user_settings(Client, UserSettingsArn, Input)

View Source
Deletes user settings.
Link to this function

delete_user_settings(Client, UserSettingsArn, Input0, Options0)

View Source
Link to this function

disassociate_browser_settings(Client, PortalArn, Input)

View Source
Disassociates browser settings from a web portal.
Link to this function

disassociate_browser_settings(Client, PortalArn, Input0, Options0)

View Source
Link to this function

disassociate_ip_access_settings(Client, PortalArn, Input)

View Source
Disassociates IP access settings from a web portal.
Link to this function

disassociate_ip_access_settings(Client, PortalArn, Input0, Options0)

View Source
Link to this function

disassociate_network_settings(Client, PortalArn, Input)

View Source
Disassociates network settings from a web portal.
Link to this function

disassociate_network_settings(Client, PortalArn, Input0, Options0)

View Source
Link to this function

disassociate_trust_store(Client, PortalArn, Input)

View Source
Disassociates a trust store from a web portal.
Link to this function

disassociate_trust_store(Client, PortalArn, Input0, Options0)

View Source
Link to this function

disassociate_user_access_logging_settings(Client, PortalArn, Input)

View Source
Disassociates user access logging settings from a web portal.
Link to this function

disassociate_user_access_logging_settings(Client, PortalArn, Input0, Options0)

View Source
Link to this function

disassociate_user_settings(Client, PortalArn, Input)

View Source
Disassociates user settings from a web portal.
Link to this function

disassociate_user_settings(Client, PortalArn, Input0, Options0)

View Source
Link to this function

get_browser_settings(Client, BrowserSettingsArn)

View Source
Gets browser settings.
Link to this function

get_browser_settings(Client, BrowserSettingsArn, QueryMap, HeadersMap)

View Source
Link to this function

get_browser_settings(Client, BrowserSettingsArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_identity_provider(Client, IdentityProviderArn)

View Source
Gets the identity provider.
Link to this function

get_identity_provider(Client, IdentityProviderArn, QueryMap, HeadersMap)

View Source
Link to this function

get_identity_provider(Client, IdentityProviderArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_ip_access_settings(Client, IpAccessSettingsArn)

View Source
Gets the IP access settings.
Link to this function

get_ip_access_settings(Client, IpAccessSettingsArn, QueryMap, HeadersMap)

View Source
Link to this function

get_ip_access_settings(Client, IpAccessSettingsArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_network_settings(Client, NetworkSettingsArn)

View Source
Gets the network settings.
Link to this function

get_network_settings(Client, NetworkSettingsArn, QueryMap, HeadersMap)

View Source
Link to this function

get_network_settings(Client, NetworkSettingsArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_portal(Client, PortalArn)

View Source
Gets the web portal.
Link to this function

get_portal(Client, PortalArn, QueryMap, HeadersMap)

View Source
Link to this function

get_portal(Client, PortalArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_portal_service_provider_metadata(Client, PortalArn)

View Source
Gets the service provider metadata.
Link to this function

get_portal_service_provider_metadata(Client, PortalArn, QueryMap, HeadersMap)

View Source
Link to this function

get_portal_service_provider_metadata(Client, PortalArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_trust_store(Client, TrustStoreArn)

View Source
Gets the trust store.
Link to this function

get_trust_store(Client, TrustStoreArn, QueryMap, HeadersMap)

View Source
Link to this function

get_trust_store(Client, TrustStoreArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_trust_store_certificate(Client, TrustStoreArn, Thumbprint)

View Source
Gets the trust store certificate.
Link to this function

get_trust_store_certificate(Client, TrustStoreArn, Thumbprint, QueryMap, HeadersMap)

View Source
Link to this function

get_trust_store_certificate(Client, TrustStoreArn, Thumbprint, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_user_access_logging_settings(Client, UserAccessLoggingSettingsArn)

View Source
Gets user access logging settings.
Link to this function

get_user_access_logging_settings(Client, UserAccessLoggingSettingsArn, QueryMap, HeadersMap)

View Source
Link to this function

get_user_access_logging_settings(Client, UserAccessLoggingSettingsArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_user_settings(Client, UserSettingsArn)

View Source
Gets user settings.
Link to this function

get_user_settings(Client, UserSettingsArn, QueryMap, HeadersMap)

View Source
Link to this function

get_user_settings(Client, UserSettingsArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_browser_settings(Client)

View Source
Retrieves a list of browser settings.
Link to this function

list_browser_settings(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_browser_settings(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_identity_providers(Client, PortalArn)

View Source
Retrieves a list of identity providers for a specific web portal.
Link to this function

list_identity_providers(Client, PortalArn, QueryMap, HeadersMap)

View Source
Link to this function

list_identity_providers(Client, PortalArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_ip_access_settings(Client)

View Source
Retrieves a list of IP access settings.
Link to this function

list_ip_access_settings(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_ip_access_settings(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_network_settings(Client)

View Source
Retrieves a list of network settings.
Link to this function

list_network_settings(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_network_settings(Client, QueryMap, HeadersMap, Options0)

View Source
Retrieves a list or web portals.
Link to this function

list_portals(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_portals(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn)

View Source
Retrieves a list of tags for a resource.
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_trust_store_certificates(Client, TrustStoreArn)

View Source
Retrieves a list of trust store certificates.
Link to this function

list_trust_store_certificates(Client, TrustStoreArn, QueryMap, HeadersMap)

View Source
Link to this function

list_trust_store_certificates(Client, TrustStoreArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_trust_stores(Client)

View Source
Retrieves a list of trust stores.
Link to this function

list_trust_stores(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_trust_stores(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_user_access_logging_settings(Client)

View Source
Retrieves a list of user access logging settings.
Link to this function

list_user_access_logging_settings(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_user_access_logging_settings(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_user_settings(Client)

View Source
Retrieves a list of user settings.
Link to this function

list_user_settings(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_user_settings(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

tag_resource(Client, ResourceArn, Input)

View Source
Adds or overwrites one or more tags for the specified resource.
Link to this function

tag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input)

View Source
Removes one or more tags from the specified resource.
Link to this function

untag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

update_browser_settings(Client, BrowserSettingsArn, Input)

View Source
Updates browser settings.
Link to this function

update_browser_settings(Client, BrowserSettingsArn, Input0, Options0)

View Source
Link to this function

update_identity_provider(Client, IdentityProviderArn, Input)

View Source
Updates the identity provider.
Link to this function

update_identity_provider(Client, IdentityProviderArn, Input0, Options0)

View Source
Link to this function

update_ip_access_settings(Client, IpAccessSettingsArn, Input)

View Source
Updates IP access settings.
Link to this function

update_ip_access_settings(Client, IpAccessSettingsArn, Input0, Options0)

View Source
Link to this function

update_network_settings(Client, NetworkSettingsArn, Input)

View Source
Updates network settings.
Link to this function

update_network_settings(Client, NetworkSettingsArn, Input0, Options0)

View Source
Link to this function

update_portal(Client, PortalArn, Input)

View Source
Updates a web portal.
Link to this function

update_portal(Client, PortalArn, Input0, Options0)

View Source
Link to this function

update_trust_store(Client, TrustStoreArn, Input)

View Source
Updates the trust store.
Link to this function

update_trust_store(Client, TrustStoreArn, Input0, Options0)

View Source
Link to this function

update_user_access_logging_settings(Client, UserAccessLoggingSettingsArn, Input)

View Source
Updates the user access logging settings.
Link to this function

update_user_access_logging_settings(Client, UserAccessLoggingSettingsArn, Input0, Options0)

View Source
Link to this function

update_user_settings(Client, UserSettingsArn, Input)

View Source
Updates the user settings.
Link to this function

update_user_settings(Client, UserSettingsArn, Input0, Options0)

View Source