Documentation ¶
Index ¶
- type AccessDeniedException
- type AppMonitor
- type AppMonitorConfiguration
- type AppMonitorDetails
- type AppMonitorSummary
- type ConflictException
- type CwLog
- type DataStorage
- type InternalServerException
- type QueryFilter
- type ResourceNotFoundException
- type RumEvent
- type ServiceQuotaExceededException
- type StateEnum
- type Telemetry
- type ThrottlingException
- type TimeRange
- type UserDetails
- type ValidationException
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessDeniedException ¶
type AccessDeniedException struct { Message *string // contains filtered or unexported fields }
You don't have sufficient permissions to perform this action.
func (*AccessDeniedException) Error ¶
func (e *AccessDeniedException) Error() string
func (*AccessDeniedException) ErrorCode ¶
func (e *AccessDeniedException) ErrorCode() string
func (*AccessDeniedException) ErrorFault ¶
func (e *AccessDeniedException) ErrorFault() smithy.ErrorFault
func (*AccessDeniedException) ErrorMessage ¶
func (e *AccessDeniedException) ErrorMessage() string
type AppMonitor ¶
type AppMonitor struct { // A structure that contains much of the configuration data for the app monitor. AppMonitorConfiguration *AppMonitorConfiguration // The date and time that this app monitor was created. Created *string // A structure that contains information about whether this app monitor stores a // copy of the telemetry data that RUM collects using CloudWatch Logs. DataStorage *DataStorage // The top-level internet domain name for which your application has administrative // authority. Domain *string // The unique ID of this app monitor. Id *string // The date and time of the most recent changes to this app monitor's // configuration. LastModified *string // The name of the app monitor. Name *string // The current state of the app monitor. State StateEnum // The list of tag keys and values associated with this app monitor. Tags map[string]string // contains filtered or unexported fields }
A RUM app monitor collects telemetry data from your application and sends that data to RUM. The data includes performance and reliability information such as page load time, client-side errors, and user behavior.
type AppMonitorConfiguration ¶
type AppMonitorConfiguration struct { // If you set this to true, the RUM web client sets two cookies, a session cookie // and a user cookie. The cookies allow the RUM web client to collect data relating // to the number of users an application has and the behavior of the application // across a sequence of events. Cookies are stored in the top-level domain of the // current page. AllowCookies *bool // If you set this to true, RUM enables X-Ray tracing for the user sessions that // RUM samples. RUM adds an X-Ray trace header to allowed HTTP requests. It also // records an X-Ray segment for allowed HTTP requests. You can see traces and // segments from these user sessions in the X-Ray console and the CloudWatch // ServiceLens console. For more information, see What is X-Ray? // (https://docs.aws.amazon.com/xray/latest/devguide/aws-xray.html) EnableXRay *bool // A list of URLs in your website or application to exclude from RUM data // collection. You can't include both ExcludedPages and IncludedPages in the same // operation. ExcludedPages []string // A list of pages in the CloudWatch RUM console that are to be displayed with a // "favorite" icon. FavoritePages []string // The ARN of the guest IAM role that is attached to the Amazon Cognito identity // pool that is used to authorize the sending of data to RUM. GuestRoleArn *string // The ID of the Amazon Cognito identity pool that is used to authorize the sending // of data to RUM. IdentityPoolId *string // If this app monitor is to collect data from only certain pages in your // application, this structure lists those pages. You can't include both // ExcludedPages and IncludedPages in the same operation. IncludedPages []string // Specifies the percentage of user sessions to use for RUM data collection. // Choosing a higher percentage gives you more data but also incurs more costs. The // number you specify is the percentage of user sessions that will be used. If you // omit this parameter, the default of 10 is used. SessionSampleRate float64 // An array that lists the types of telemetry data that this app monitor is to // collect. // // * errors indicates that RUM collects data about unhandled JavaScript // errors raised by your application. // // * performance indicates that RUM collects // performance data about how your application and its resources are loaded and // rendered. This includes Core Web Vitals. // // * http indicates that RUM collects // data about HTTP errors thrown by your application. Telemetries []Telemetry // contains filtered or unexported fields }
This structure contains much of the configuration data for the app monitor.
type AppMonitorDetails ¶
type AppMonitorDetails struct { // The unique ID of the app monitor. Id *string // The name of the app monitor. Name *string // The version of the app monitor. Version *string // contains filtered or unexported fields }
A structure that contains information about the RUM app monitor.
type AppMonitorSummary ¶
type AppMonitorSummary struct { // The date and time that the app monitor was created. Created *string // The unique ID of this app monitor. Id *string // The date and time of the most recent changes to this app monitor's // configuration. LastModified *string // The name of this app monitor. Name *string // The current state of this app monitor. State StateEnum // contains filtered or unexported fields }
A structure that includes some data about app monitors and their settings.
type ConflictException ¶
type ConflictException struct { Message *string ResourceName *string ResourceType *string // contains filtered or unexported fields }
This operation attempted to create a resource that already exists.
func (*ConflictException) Error ¶
func (e *ConflictException) Error() string
func (*ConflictException) ErrorCode ¶
func (e *ConflictException) ErrorCode() string
func (*ConflictException) ErrorFault ¶
func (e *ConflictException) ErrorFault() smithy.ErrorFault
func (*ConflictException) ErrorMessage ¶
func (e *ConflictException) ErrorMessage() string
type CwLog ¶
type CwLog struct { // Indicated whether the app monitor stores copies of the data that RUM collects in // CloudWatch Logs. CwLogEnabled *bool // The name of the log group where the copies are stored. CwLogGroup *string // contains filtered or unexported fields }
A structure that contains the information about whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs. If it does, this structure also contains the name of the log group.
type DataStorage ¶
type DataStorage struct { // A structure that contains the information about whether the app monitor stores // copies of the data that RUM collects in CloudWatch Logs. If it does, this // structure also contains the name of the log group. CwLog *CwLog // contains filtered or unexported fields }
A structure that contains information about whether this app monitor stores a copy of the telemetry data that RUM collects using CloudWatch Logs.
type InternalServerException ¶
type InternalServerException struct { Message *string RetryAfterSeconds *int32 // contains filtered or unexported fields }
Internal service exception.
func (*InternalServerException) Error ¶
func (e *InternalServerException) Error() string
func (*InternalServerException) ErrorCode ¶
func (e *InternalServerException) ErrorCode() string
func (*InternalServerException) ErrorFault ¶
func (e *InternalServerException) ErrorFault() smithy.ErrorFault
func (*InternalServerException) ErrorMessage ¶
func (e *InternalServerException) ErrorMessage() string
type QueryFilter ¶
type QueryFilter struct { // The name of a key to search for. The filter returns only the events that match // the Name and Values that you specify. Valid values for Name are Browser | Device // | Country | Page | OS | EventType | Invert Name *string // The values of the Name that are to be be included in the returned results. Values []string // contains filtered or unexported fields }
A structure that defines a key and values that you can use to filter the results. The only performance events that are returned are those that have values matching the ones that you specify in one of your QueryFilter structures. For example, you could specify Browser as the Name and specify Chrome,Firefox as the Values to return events generated only from those browsers. Specifying Invert as the Name works as a "not equal to" filter. For example, specify Invert as the Name and specify Chrome as the value to return all events except events from user sessions with the Chrome browser.
type ResourceNotFoundException ¶
type ResourceNotFoundException struct { Message *string ResourceName *string ResourceType *string // contains filtered or unexported fields }
Resource not found.
func (*ResourceNotFoundException) Error ¶
func (e *ResourceNotFoundException) Error() string
func (*ResourceNotFoundException) ErrorCode ¶
func (e *ResourceNotFoundException) ErrorCode() string
func (*ResourceNotFoundException) ErrorFault ¶
func (e *ResourceNotFoundException) ErrorFault() smithy.ErrorFault
func (*ResourceNotFoundException) ErrorMessage ¶
func (e *ResourceNotFoundException) ErrorMessage() string
type RumEvent ¶
type RumEvent struct { // A string containing details about the event. // // This value conforms to the media type: application/json // // This member is required. Details *string // A unique ID for this event. // // This member is required. Id *string // The exact time that this event occurred. // // This member is required. Timestamp *time.Time // The JSON schema that denotes the type of event this is, such as a page load or a // new session. // // This member is required. Type *string // Metadata about this event, which contains a JSON serialization of the identity // of the user for this session. The user information comes from information such // as the HTTP user-agent request header and document interface. // // This value conforms to the media type: application/json Metadata *string // contains filtered or unexported fields }
A structure that contains the information for one performance event that RUM collects from a user session with your application.
type ServiceQuotaExceededException ¶
type ServiceQuotaExceededException struct { Message *string // contains filtered or unexported fields }
This request exceeds a service quota.
func (*ServiceQuotaExceededException) Error ¶
func (e *ServiceQuotaExceededException) Error() string
func (*ServiceQuotaExceededException) ErrorCode ¶
func (e *ServiceQuotaExceededException) ErrorCode() string
func (*ServiceQuotaExceededException) ErrorFault ¶
func (e *ServiceQuotaExceededException) ErrorFault() smithy.ErrorFault
func (*ServiceQuotaExceededException) ErrorMessage ¶
func (e *ServiceQuotaExceededException) ErrorMessage() string
type StateEnum ¶
type StateEnum string
type Telemetry ¶
type Telemetry string
type ThrottlingException ¶
type ThrottlingException struct { Message *string ServiceCode *string QuotaCode *string RetryAfterSeconds *int32 // contains filtered or unexported fields }
The request was throttled because of quota limits.
func (*ThrottlingException) Error ¶
func (e *ThrottlingException) Error() string
func (*ThrottlingException) ErrorCode ¶
func (e *ThrottlingException) ErrorCode() string
func (*ThrottlingException) ErrorFault ¶
func (e *ThrottlingException) ErrorFault() smithy.ErrorFault
func (*ThrottlingException) ErrorMessage ¶
func (e *ThrottlingException) ErrorMessage() string
type TimeRange ¶
type TimeRange struct { // The beginning of the time range to retrieve performance events from. // // This member is required. After int64 // The end of the time range to retrieve performance events from. If you omit this, // the time range extends to the time that this operation is performed. Before int64 // contains filtered or unexported fields }
A structure that defines the time range that you want to retrieve results from.
type UserDetails ¶
type UserDetails struct { // The session ID that the performance events are from. SessionId *string // The ID of the user for this user session. This ID is generated by RUM and does // not include any personally identifiable information about the user. UserId *string // contains filtered or unexported fields }
A structure that contains information about the user session that this batch of events was collected from.
type ValidationException ¶
type ValidationException struct { Message *string // contains filtered or unexported fields }
One of the arguments for the request is not valid.
func (*ValidationException) Error ¶
func (e *ValidationException) Error() string
func (*ValidationException) ErrorCode ¶
func (e *ValidationException) ErrorCode() string
func (*ValidationException) ErrorFault ¶
func (e *ValidationException) ErrorFault() smithy.ErrorFault
func (*ValidationException) ErrorMessage ¶
func (e *ValidationException) ErrorMessage() string