Transfer / Client / describe_web_app_customization
describe_web_app_customization#
- Transfer.Client.describe_web_app_customization(**kwargs)#
Describes the web app customization object that’s identified by
WebAppId
.See also: AWS API Documentation
Request Syntax
response = client.describe_web_app_customization( WebAppId='string' )
- Parameters:
WebAppId (string) –
[REQUIRED]
Provide the unique identifier for the web app.
- Return type:
dict
- Returns:
Response Syntax
{ 'WebAppCustomization': { 'Arn': 'string', 'WebAppId': 'string', 'Title': 'string', 'LogoFile': b'bytes', 'FaviconFile': b'bytes' } }
Response Structure
(dict) –
WebAppCustomization (dict) –
Returns a structure that contains the details of the web app customizations.
Arn (string) –
Returns the Amazon Resource Name (ARN) for the web app.
WebAppId (string) –
Returns the unique identifier for your web app.
Title (string) –
Returns the page title that you defined for your web app.
LogoFile (bytes) –
Returns a logo file data string (in base64 encoding).
FaviconFile (bytes) –
Returns a icon file data string (in base64 encoding).
Exceptions