QuickSight / Client / describe_brand
describe_brand#
- QuickSight.Client.describe_brand(**kwargs)#
- Describes a brand. - See also: AWS API Documentation - Request Syntax- response = client.describe_brand( AwsAccountId='string', BrandId='string', VersionId='string' ) - Parameters:
- AwsAccountId (string) – - [REQUIRED] - The ID of the Amazon Web Services account that owns the brand. 
- BrandId (string) – - [REQUIRED] - The ID of the Amazon QuickSight brand. 
- VersionId (string) – The ID of the specific version. The default value is the latest version. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'RequestId': 'string', 'BrandDetail': { 'BrandId': 'string', 'Arn': 'string', 'BrandStatus': 'CREATE_IN_PROGRESS'|'CREATE_SUCCEEDED'|'CREATE_FAILED'|'DELETE_IN_PROGRESS'|'DELETE_FAILED', 'CreatedTime': datetime(2015, 1, 1), 'LastUpdatedTime': datetime(2015, 1, 1), 'VersionId': 'string', 'VersionStatus': 'CREATE_IN_PROGRESS'|'CREATE_SUCCEEDED'|'CREATE_FAILED', 'Errors': [ 'string', ], 'Logo': { 'AltText': 'string', 'LogoSet': { 'Primary': { 'Original': { 'Source': { 'PublicUrl': 'string', 'S3Uri': 'string' }, 'GeneratedImageUrl': 'string' }, 'Height64': { 'Source': { 'PublicUrl': 'string', 'S3Uri': 'string' }, 'GeneratedImageUrl': 'string' }, 'Height32': { 'Source': { 'PublicUrl': 'string', 'S3Uri': 'string' }, 'GeneratedImageUrl': 'string' } }, 'Favicon': { 'Original': { 'Source': { 'PublicUrl': 'string', 'S3Uri': 'string' }, 'GeneratedImageUrl': 'string' }, 'Height64': { 'Source': { 'PublicUrl': 'string', 'S3Uri': 'string' }, 'GeneratedImageUrl': 'string' }, 'Height32': { 'Source': { 'PublicUrl': 'string', 'S3Uri': 'string' }, 'GeneratedImageUrl': 'string' } } } } }, 'BrandDefinition': { 'BrandName': 'string', 'Description': 'string', 'ApplicationTheme': { 'BrandColorPalette': { 'Primary': { 'Foreground': 'string', 'Background': 'string' }, 'Secondary': { 'Foreground': 'string', 'Background': 'string' }, 'Accent': { 'Foreground': 'string', 'Background': 'string' }, 'Measure': { 'Foreground': 'string', 'Background': 'string' }, 'Dimension': { 'Foreground': 'string', 'Background': 'string' }, 'Success': { 'Foreground': 'string', 'Background': 'string' }, 'Info': { 'Foreground': 'string', 'Background': 'string' }, 'Warning': { 'Foreground': 'string', 'Background': 'string' }, 'Danger': { 'Foreground': 'string', 'Background': 'string' } }, 'BrandElementStyle': { 'NavbarStyle': { 'GlobalNavbar': { 'Foreground': 'string', 'Background': 'string' }, 'ContextualNavbar': { 'Foreground': 'string', 'Background': 'string' } } } }, 'LogoConfiguration': { 'AltText': 'string', 'LogoSet': { 'Primary': { 'Original': { 'Source': { 'PublicUrl': 'string', 'S3Uri': 'string' } } }, 'Favicon': { 'Original': { 'Source': { 'PublicUrl': 'string', 'S3Uri': 'string' } } } } } } } - Response Structure- (dict) – - RequestId (string) – - The Amazon Web Services request ID for this operation. 
- BrandDetail (dict) – - The details of the brand. - BrandId (string) – - The ID of the Amazon QuickSight brand. 
- Arn (string) – - The Amazon Resource Name (ARN) of the brand. 
- BrandStatus (string) – - The status of the brand. 
- CreatedTime (datetime) – - The time that the brand was created. 
- LastUpdatedTime (datetime) – - The last time the brand was updated. 
- VersionId (string) – - The ID of the version. 
- VersionStatus (string) – - The status of the version. 
- Errors (list) – - A list of errors that occurred during the most recent brand operation. - (string) – 
 
- Logo (dict) – - The logo details. - AltText (string) – - The alt text for the logo. 
- LogoSet (dict) – - A set of configured logos. - Primary (dict) – - The primary logo. - Original (dict) – - The original image. - Source (dict) – - The source of the logo image. - Note- This is a Tagged Union structure. Only one of the following top level keys will be set: - PublicUrl,- S3Uri. If a client receives an unknown member it will set- SDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure of- SDK_UNKNOWN_MEMBERis as follows:- 'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'} - PublicUrl (string) – - The public URL that points to the source image. 
- S3Uri (string) – - The Amazon S3 URI that points to the source image. 
 
- GeneratedImageUrl (string) – - The URL that points to the generated logo image. 
 
- Height64 (dict) – - The image with the height set to 64 pixels. - Source (dict) – - The source of the logo image. - Note- This is a Tagged Union structure. Only one of the following top level keys will be set: - PublicUrl,- S3Uri. If a client receives an unknown member it will set- SDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure of- SDK_UNKNOWN_MEMBERis as follows:- 'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'} - PublicUrl (string) – - The public URL that points to the source image. 
- S3Uri (string) – - The Amazon S3 URI that points to the source image. 
 
- GeneratedImageUrl (string) – - The URL that points to the generated logo image. 
 
- Height32 (dict) – - The image with the height set to 32 pixels. - Source (dict) – - The source of the logo image. - Note- This is a Tagged Union structure. Only one of the following top level keys will be set: - PublicUrl,- S3Uri. If a client receives an unknown member it will set- SDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure of- SDK_UNKNOWN_MEMBERis as follows:- 'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'} - PublicUrl (string) – - The public URL that points to the source image. 
- S3Uri (string) – - The Amazon S3 URI that points to the source image. 
 
- GeneratedImageUrl (string) – - The URL that points to the generated logo image. 
 
 
- Favicon (dict) – - The favicon logo. - Original (dict) – - The original image. - Source (dict) – - The source of the logo image. - Note- This is a Tagged Union structure. Only one of the following top level keys will be set: - PublicUrl,- S3Uri. If a client receives an unknown member it will set- SDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure of- SDK_UNKNOWN_MEMBERis as follows:- 'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'} - PublicUrl (string) – - The public URL that points to the source image. 
- S3Uri (string) – - The Amazon S3 URI that points to the source image. 
 
- GeneratedImageUrl (string) – - The URL that points to the generated logo image. 
 
- Height64 (dict) – - The image with the height set to 64 pixels. - Source (dict) – - The source of the logo image. - Note- This is a Tagged Union structure. Only one of the following top level keys will be set: - PublicUrl,- S3Uri. If a client receives an unknown member it will set- SDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure of- SDK_UNKNOWN_MEMBERis as follows:- 'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'} - PublicUrl (string) – - The public URL that points to the source image. 
- S3Uri (string) – - The Amazon S3 URI that points to the source image. 
 
- GeneratedImageUrl (string) – - The URL that points to the generated logo image. 
 
- Height32 (dict) – - The image with the height set to 32 pixels. - Source (dict) – - The source of the logo image. - Note- This is a Tagged Union structure. Only one of the following top level keys will be set: - PublicUrl,- S3Uri. If a client receives an unknown member it will set- SDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure of- SDK_UNKNOWN_MEMBERis as follows:- 'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'} - PublicUrl (string) – - The public URL that points to the source image. 
- S3Uri (string) – - The Amazon S3 URI that points to the source image. 
 
- GeneratedImageUrl (string) – - The URL that points to the generated logo image. 
 
 
 
 
 
- BrandDefinition (dict) – - The definition of the brand. - BrandName (string) – - The name of the brand. 
- Description (string) – - The description of the brand. 
- ApplicationTheme (dict) – - The application theme of the brand. - BrandColorPalette (dict) – - The color palette. - Primary (dict) – - The primary color. - Foreground (string) – - The foreground color. 
- Background (string) – - The background color. 
 
- Secondary (dict) – - The secondary color. - Foreground (string) – - The foreground color. 
- Background (string) – - The background color. 
 
- Accent (dict) – - The color that is used for accent elements. - Foreground (string) – - The foreground color. 
- Background (string) – - The background color. 
 
- Measure (dict) – - The color that is used for measure elements. - Foreground (string) – - The foreground color. 
- Background (string) – - The background color. 
 
- Dimension (dict) – - The color that is used for dimension elements. - Foreground (string) – - The foreground color. 
- Background (string) – - The background color. 
 
- Success (dict) – - The color that is used for success elements. - Foreground (string) – - The foreground color. 
- Background (string) – - The background color. 
 
- Info (dict) – - The color that is used for info elements. - Foreground (string) – - The foreground color. 
- Background (string) – - The background color. 
 
- Warning (dict) – - The color that is used for warning elements. - Foreground (string) – - The foreground color. 
- Background (string) – - The background color. 
 
- Danger (dict) – - The color that is used for danger elements. - Foreground (string) – - The foreground color. 
- Background (string) – - The background color. 
 
 
- BrandElementStyle (dict) – - The element style. - NavbarStyle (dict) – - The navigation bar style. - GlobalNavbar (dict) – - The global navigation bar style. - Foreground (string) – - The foreground color. 
- Background (string) – - The background color. 
 
- ContextualNavbar (dict) – - The contextual navigation bar style. - Foreground (string) – - The foreground color. 
- Background (string) – - The background color. 
 
 
 
 
- LogoConfiguration (dict) – - The logo configuration of the brand. - AltText (string) – - The alt text for the logo. 
- LogoSet (dict) – - A set of configured logos. - Primary (dict) – - The primary logo. - Original (dict) – - The original image. - Source (dict) – - The source of the image. - Note- This is a Tagged Union structure. Only one of the following top level keys will be set: - PublicUrl,- S3Uri. If a client receives an unknown member it will set- SDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure of- SDK_UNKNOWN_MEMBERis as follows:- 'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'} - PublicUrl (string) – - The public URL that points to the source image. 
- S3Uri (string) – - The Amazon S3 URI that points to the source image. 
 
 
 
- Favicon (dict) – - The favicon logo. - Original (dict) – - The original image. - Source (dict) – - The source of the image. - Note- This is a Tagged Union structure. Only one of the following top level keys will be set: - PublicUrl,- S3Uri. If a client receives an unknown member it will set- SDK_UNKNOWN_MEMBERas the top level key, which maps to the name or tag of the unknown member. The structure of- SDK_UNKNOWN_MEMBERis as follows:- 'SDK_UNKNOWN_MEMBER': {'name': 'UnknownMemberName'} - PublicUrl (string) – - The public URL that points to the source image. 
- S3Uri (string) – - The Amazon S3 URI that points to the source image. 
 
 
 
 
 
 
 
 
 - Exceptions- QuickSight.Client.exceptions.ThrottlingException
- QuickSight.Client.exceptions.InvalidRequestException
- QuickSight.Client.exceptions.ResourceNotFoundException
- QuickSight.Client.exceptions.AccessDeniedException
- QuickSight.Client.exceptions.ConflictException
- QuickSight.Client.exceptions.InternalServerException