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
- Struct
- Aws::QuickSight::Types::CreateAccountCustomizationRequest
- Defined in:
- (unknown)
Overview
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
-
#account_customization ⇒ Types::AccountCustomization
The QuickSight customizations you\'re adding in the current AWS Region.
-
#aws_account_id ⇒ String
The ID for the AWS account that you want to customize QuickSight for.
-
#namespace ⇒ String
The QuickSight namespace that you want to add customizations to.
-
#tags ⇒ Array<Types::Tag>
A list of the tags that you want to attach to this resource.
Instance Attribute Details
#account_customization ⇒ Types::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"
}
.
#aws_account_id ⇒ String
The ID for the AWS account that you want to customize QuickSight for.
#namespace ⇒ String
The QuickSight namespace that you want to add customizations to.
#tags ⇒ Array<Types::Tag>
A list of the tags that you want to attach to this resource.