| Column Name | Column Data Type |
end_time Required Input Column
The end time of the data included in the response. In a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057. This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour. | TIMESTAMP_S |
key_attributes Required Input Column
Use this field to specify which service you want to retrieve information for. You must specify at least the Type, Name, and Environment attributes. This is a string-to-string map. It can include the following fields. -
Type designates the type of object this is. -
ResourceType specifies the type of the resource. This field is used only when the value of the Type field is Resource or AWS::Resource. -
Name specifies the name of the object. This is used only if the value of the Type field is Service, RemoteService, or AWS::Service. -
Identifier identifies the resource objects of this resource. This is used only if the value of the Type field is Resource or AWS::Resource. -
Environment specifies the location where this object is hosted, or what it belongs to. | MAP(VARCHAR, VARCHAR) |
start_time Required Input Column
The start time of the data included in the response. In a raw HTTP Query API, it is formatted as be epoch time in seconds. For example: 1698778057. This displays the time that Application Signals used for the request. It might not match your request exactly, because it was rounded to the nearest hour. | TIMESTAMP_S |
_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
Show child fields- _aws_profile.account_id
The AWS account id
- _aws_profile.assumed_role_arn
The ARN of the assumed role
- _aws_profile.name
The unique name of the profile.
- _aws_profile.organization
Information about this profile's membership in the AWS organization. Show child fields- _aws_profile.organization.account_name
The name of account speciifed by the organization
- _aws_profile.organization.id
The organization id
- _aws_profile.organization.master_account
Show child fields- _aws_profile.organization.master_account.email
The organization master account email address
- _aws_profile.organization.master_account.id
The organization master account id
- _aws_profile.organization.parents[]
Show child fields- _aws_profile.organization.parents[].id
The id of the parent
- _aws_profile.organization.parents[].name
The name of the parent
- _aws_profile.organization.parents[].tags[]
Show child fields- _aws_profile.organization.parents[].tags[].key
- _aws_profile.organization.parents[].tags[].value
- _aws_profile.organization.parents[].type
The type of parent can be an organization unit or a root
- _aws_profile.organization.tags[]
Show child fields- _aws_profile.organization.tags[].key
- _aws_profile.organization.tags[].value
- _aws_profile.type
The type of profile, either 'credentials' or 'assumed_role'
- _aws_profile.via_profile_name
This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.
|
log_group_references
An array of string-to-string maps that each contain information about one log group associated with this service. Each string-to-string map includes the following fields: | MAP(VARCHAR, VARCHAR)[] |
Show child fields- log_group_references[]
|
service
A structure containing information about the service. | STRUCT( "key_attributes" MAP(VARCHAR, VARCHAR), "attribute_maps" MAP(VARCHAR, VARCHAR)[], "metric_references" STRUCT( "namespace" VARCHAR, "metric_type" VARCHAR, "dimensions" STRUCT( "name" VARCHAR, "value" VARCHAR )[], "metric_name" VARCHAR )[], "log_group_references" MAP(VARCHAR, VARCHAR)[] ) |
Show child fields- service.attribute_maps[]
- service.key_attributes
This is a string-to-string map. It can include the following fields. -
Type designates the type of object this is. -
ResourceType specifies the type of the resource. This field is used only when the value of the Type field is Resource or AWS::Resource. -
Name specifies the name of the object. This is used only if the value of the Type field is Service, RemoteService, or AWS::Service. -
Identifier identifies the resource objects of this resource. This is used only if the value of the Type field is Resource or AWS::Resource. -
Environment specifies the location where this object is hosted, or what it belongs to.
- service.log_group_references[]
- service.metric_references[]
Show child fields- service.metric_references[].dimensions[]
Show child fields- service.metric_references[].dimensions[].name
The name of the dimension. Dimension names must contain only ASCII characters, must include at least one non-whitespace character, and cannot start with a colon (:). ASCII control characters are not supported as part of dimension names.
- service.metric_references[].dimensions[].value
The value of the dimension. Dimension values must contain only ASCII characters and must include at least one non-whitespace character. ASCII control characters are not supported as part of dimension values.
- service.metric_references[].metric_name
The name of the metric.
- service.metric_references[].metric_type
Used to display the appropriate statistics in the CloudWatch console.
- service.metric_references[].namespace
The namespace of the metric. For more information, see CloudWatchNamespaces.
|