Learn R Programming

paws.management (version 0.1.6)

licensemanager: AWS License Manager

Description

AWS License Manager makes it easier to manage licenses from software vendors across multiple AWS accounts and on-premises servers.

Usage

licensemanager(config = list())

Arguments

config

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

Service syntax

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

Operations

create_license_configuration Creates a license configuration
delete_license_configuration Deletes the specified license configuration
get_license_configuration Gets detailed information about the specified license configuration
get_service_settings Gets the License Manager settings for the current Region
list_associations_for_license_configuration Lists the resource associations for the specified license configuration
list_failures_for_license_configuration_operations Lists the license configuration operations that failed
list_license_configurations Lists the license configurations for your account
list_license_specifications_for_resource Describes the license configurations for the specified resource
list_resource_inventory Lists resources managed using Systems Manager inventory
list_tags_for_resource Lists the tags for the specified license configuration
list_usage_for_license_configuration Lists all license usage records for a license configuration, displaying license consumption details by resource at a selected point in time
tag_resource Adds the specified tags to the specified license configuration
untag_resource Removes the specified tags from the specified license configuration
update_license_configuration Modifies the attributes of an existing license configuration
update_license_specifications_for_resource Adds or removes the specified license configurations for the specified AWS resource

Examples

Run this code
# NOT RUN {
svc <- licensemanager()
svc$create_license_configuration(
  Foo = 123
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab