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.AccessDeniedException

  • WellArchitected.Client.exceptions.ValidationException

  • WellArchitected.Client.exceptions.InternalServerException

  • WellArchitected.Client.exceptions.ResourceNotFoundException

  • WellArchitected.Client.exceptions.ThrottlingException