WellArchitected / Client / get_agent_goal
get_agent_goal¶
- WellArchitected.Client.get_agent_goal(**kwargs)¶
Retrieves detailed information about a specific optimization goal.
See also: AWS API Documentation
Request Syntax
response = client.get_agent_goal( profileArn='string', id='string' )
- Parameters:
profileArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the profile containing the goal.
id (string) –
[REQUIRED]
The unique identifier of the goal to retrieve.
- Return type:
dict
- Returns:
Response Syntax
{ 'goal': { 'id': 'string', 'profileArn': 'string', 'pillars': [ 'COST_OPTIMIZATION'|'SECURITY'|'RESILIENCE'|'PERFORMANCE'|'OPERATIONAL_EXCELLENCE', ], 'title': 'string', 'description': 'string', 'createdBy': 'string', 'createdAt': datetime(2015, 1, 1), 'lastModifiedBy': 'string', 'lastModifiedAt': datetime(2015, 1, 1) } }
Response Structure
(dict) –
goal (dict) –
The retrieved goal summary.
id (string) –
The unique identifier of the goal.
profileArn (string) –
The Amazon Resource Name (ARN) of the associated profile.
pillars (list) –
The Well-Architected Tool Framework pillars associated with this goal.
(string) –
title (string) –
The title of the goal.
description (string) –
A description of the goal.
createdBy (string) –
The identifier of the user or system that created this goal.
createdAt (datetime) –
The timestamp when the goal was created.
lastModifiedBy (string) –
The identifier of the user or system that last modified this goal.
lastModifiedAt (datetime) –
The timestamp when the goal was last modified.
Exceptions
WellArchitected.Client.exceptions.AccessDeniedExceptionWellArchitected.Client.exceptions.ValidationExceptionWellArchitected.Client.exceptions.InternalServerExceptionWellArchitected.Client.exceptions.ResourceNotFoundExceptionWellArchitected.Client.exceptions.ThrottlingException