Learn R Programming

paws (version 0.1.12)

worklink: Amazon WorkLink

Description

Amazon WorkLink is a cloud-based service that provides secure access to internal websites and web apps from iOS and Android phones. In a single step, your users, such as employees, can access internal websites as efficiently as they access any other public website. They enter a URL in their web browser, or choose a link to an internal website in an email. Amazon WorkLink authenticates the user's access and securely renders authorized internal web content in a secure rendering service in the AWS cloud. Amazon WorkLink doesn't download or store any internal web content on mobile devices.

Usage

worklink(config = list())

Value

A client for the service. You can call the service's operations using syntax like svc$operation(...), where svc is the name you've assigned to the client. The available operations are listed in the Operations section.

Arguments

config

Optional configuration of credentials, endpoint, and/or region.

Service syntax

svc <- worklink(
  config = list(
    credentials = list(
      creds = list(
        access_key_id = "string",
        secret_access_key = "string",
        session_token = "string"
      ),
      profile = "string"
    ),
    endpoint = "string",
    region = "string"
  )
)

Operations

associate_domainSpecifies a domain to be associated to Amazon WorkLink
associate_website_authorization_providerAssociates a website authorization provider with a specified fleet
associate_website_certificate_authorityImports the root certificate of a certificate authority (CA) used to obtain TLS certificates used by associated websites within the company network
create_fleetCreates a fleet
delete_fleetDeletes a fleet
describe_audit_stream_configurationDescribes the configuration for delivering audit streams to the customer account
describe_company_network_configurationDescribes the networking configuration to access the internal websites associated with the specified fleet
describe_deviceProvides information about a user's device
describe_device_policy_configurationDescribes the device policy configuration for the specified fleet
describe_domainProvides information about the domain
describe_fleet_metadataProvides basic information for the specified fleet, excluding identity provider, networking, and device configuration details
describe_identity_provider_configurationDescribes the identity provider configuration of the specified fleet
describe_website_certificate_authorityProvides information about the certificate authority
disassociate_domainDisassociates a domain from Amazon WorkLink
disassociate_website_authorization_providerDisassociates a website authorization provider from a specified fleet
disassociate_website_certificate_authorityRemoves a certificate authority (CA)
list_devicesRetrieves a list of devices registered with the specified fleet
list_domainsRetrieves a list of domains associated to a specified fleet
list_fleetsRetrieves a list of fleets for the current account and Region
list_tags_for_resourceRetrieves a list of tags for the specified resource
list_website_authorization_providersRetrieves a list of website authorization providers associated with a specified fleet
list_website_certificate_authoritiesRetrieves a list of certificate authorities added for the current account and Region
restore_domain_accessMoves a domain to ACTIVE status if it was in the INACTIVE status
revoke_domain_accessMoves a domain to INACTIVE status if it was in the ACTIVE status
sign_out_userSigns the user out from all of their devices
tag_resourceAdds or overwrites one or more tags for the specified resource, such as a fleet
untag_resourceRemoves one or more tags from the specified resource
update_audit_stream_configurationUpdates the audit stream configuration for the fleet
update_company_network_configurationUpdates the company network configuration for the fleet
update_device_policy_configurationUpdates the device policy configuration for the fleet
update_domain_metadataUpdates domain metadata, such as DisplayName
update_fleet_metadataUpdates fleet metadata, such as DisplayName
update_identity_provider_configurationUpdates the identity provider configuration for the fleet

Examples

Run this code
if (FALSE) {
svc <- worklink()
svc$associate_domain(
  Foo = 123
)
}

Run the code above in your browser using DataLab