quicksight_create_brand {paws.analytics} | R Documentation |
Creates an Amazon QuickSight brand
Description
Creates an Amazon QuickSight brand.
See https://www.paws-r-sdk.com/docs/quicksight_create_brand/ for full documentation.
Usage
quicksight_create_brand(
AwsAccountId,
BrandId,
BrandDefinition = NULL,
Tags = NULL
)
Arguments
AwsAccountId |
[required] The ID of the Amazon Web Services account that owns the brand. |
BrandId |
[required] The ID of the Amazon QuickSight brand. |
BrandDefinition |
The definition of the brand. |
Tags |
A map of the key-value pairs that are assigned to the brand. |
[Package paws.analytics version 0.9.0 Index]