You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::QuickSight::Types::CreateAccountCustomizationRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateAccountCustomizationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  aws_account_id: "AwsAccountId", # required
  namespace: "Namespace",
  account_customization: { # required
    default_theme: "Arn",
  },
  tags: [
    {
      key: "TagKey", # required
      value: "TagValue", # required
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#account_customizationTypes::AccountCustomization

The QuickSight customizations you\'re adding in the current AWS Region. You can add these to an AWS account and a QuickSight namespace.

For example, you can add a default theme by setting AccountCustomization to the midnight theme: "AccountCustomization": { "DefaultTheme": "arn:aws:quicksight::aws:theme/MIDNIGHT" }. Or, you can add a custom theme by specifying "AccountCustomization": { "DefaultTheme": "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639" }.

Returns:

#aws_account_idString

The ID for the AWS account that you want to customize QuickSight for.

Returns:

  • (String)

    The ID for the AWS account that you want to customize QuickSight for.

#namespaceString

The QuickSight namespace that you want to add customizations to.

Returns:

  • (String)

    The QuickSight namespace that you want to add customizations to.

#tagsArray<Types::Tag>

A list of the tags that you want to attach to this resource.

Returns:

  • (Array<Types::Tag>)

    A list of the tags that you want to attach to this resource.