EMR / Client / describe_persistent_app_ui
describe_persistent_app_ui¶
- EMR.Client.describe_persistent_app_ui(**kwargs)¶
Describes a persistent application user interface.
See also: AWS API Documentation
Request Syntax
response = client.describe_persistent_app_ui( PersistentAppUIId='string' )
- Parameters:
PersistentAppUIId (string) –
[REQUIRED]
The identifier for the persistent application user interface.
- Return type:
dict
- Returns:
Response Syntax
{ 'PersistentAppUI': { 'PersistentAppUIId': 'string', 'PersistentAppUITypeList': [ 'SHS'|'TEZ'|'YTS', ], 'PersistentAppUIStatus': 'string', 'AuthorId': 'string', 'CreationTime': datetime(2015, 1, 1), 'LastModifiedTime': datetime(2015, 1, 1), 'LastStateChangeReason': 'string', 'Tags': [ { 'Key': 'string', 'Value': 'string' }, ] } }
Response Structure
(dict) –
PersistentAppUI (dict) –
The persistent application user interface.
PersistentAppUIId (string) –
The identifier for the persistent application user interface object.
PersistentAppUITypeList (list) –
The type list for the persistent application user interface object. Valid values include SHS, YTS, or TEZ.
(string) –
PersistentAppUIStatus (string) –
The status for the persistent application user interface object.
AuthorId (string) –
The author ID for the persistent application user interface object.
CreationTime (datetime) –
The creation date and time for the persistent application user interface object.
LastModifiedTime (datetime) –
The date and time the persistent application user interface object was last changed.
LastStateChangeReason (string) –
The reason the persistent application user interface object was last changed.
Tags (list) –
A collection of tags for the persistent application user interface object.
(dict) –
A key-value pair containing user-defined metadata that you can associate with an Amazon EMR resource. Tags make it easier to associate clusters in various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. For more information, see Tag Clusters.
Key (string) –
A user-defined key, which is the minimum required information for a valid tag. For more information, see Tag.
Value (string) –
A user-defined value, which is optional in a tag. For more information, see Tag Clusters.
Exceptions