Skip to content

/AWS1/CL_QST=>CREATETHEME()

About CreateTheme

Creates a theme.

A theme is set of configuration options for color and layout. Themes apply to analyses and dashboards. For more information, see Using Themes in Amazon QuickSight in the Amazon QuickSight User Guide.

Method Signature

IMPORTING

Required arguments:

IV_AWSACCOUNTID TYPE /AWS1/QSTAWSACCOUNTID /AWS1/QSTAWSACCOUNTID

The ID of the Amazon Web Services account where you want to store the new theme.

IV_THEMEID TYPE /AWS1/QSTSHORTRESTRICTIVERES00 /AWS1/QSTSHORTRESTRICTIVERES00

An ID for the theme that you want to create. The theme ID is unique per Amazon Web Services Region in each Amazon Web Services account.

IV_NAME TYPE /AWS1/QSTTHEMENAME /AWS1/QSTTHEMENAME

A display name for the theme.

IV_BASETHEMEID TYPE /AWS1/QSTSHORTRESTRICTIVERES00 /AWS1/QSTSHORTRESTRICTIVERES00

The ID of the theme that a custom theme will inherit from. All themes inherit from one of the starting themes defined by Amazon QuickSight. For a list of the starting themes, use ListThemes or choose Themes from within an analysis.

IO_CONFIGURATION TYPE REF TO /AWS1/CL_QSTTHEMECONFIGURATION /AWS1/CL_QSTTHEMECONFIGURATION

The theme configuration, which contains the theme display properties.

Optional arguments:

IV_VERSIONDESCRIPTION TYPE /AWS1/QSTVERSIONDESCRIPTION /AWS1/QSTVERSIONDESCRIPTION

A description of the first version of the theme that you're creating. Every time UpdateTheme is called, a new version is created. Each version of the theme has a description of the version in the VersionDescription field.

IT_PERMISSIONS TYPE /AWS1/CL_QSTRESOURCEPERMISSION=>TT_RESOURCEPERMISSIONLIST TT_RESOURCEPERMISSIONLIST

A valid grouping of resource permissions to apply to the new theme.

IT_TAGS TYPE /AWS1/CL_QSTTAG=>TT_TAGLIST TT_TAGLIST

A map of the key-value pairs for the resource tag or tags that you want to add to the resource.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_QSTCREATETHEMERSP /AWS1/CL_QSTCREATETHEMERSP