Learn R Programming

paws.analytics (version 0.7.0)

glue_create_usage_profile: Creates an Glue usage profile

Description

Creates an Glue usage profile.

See https://www.paws-r-sdk.com/docs/glue_create_usage_profile/ for full documentation.

Usage

glue_create_usage_profile(Name, Description = NULL, Configuration, Tags = NULL)

Arguments

Name

[required] The name of the usage profile.

Description

A description of the usage profile.

Configuration

[required] A ProfileConfiguration object specifying the job and session values for the profile.

Tags

A list of tags applied to the usage profile.