AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This structure contains information about a service dependent that was discovered by Application Signals. A dependent is an entity that invoked the specified service during the provided time range. Dependents include other services, CloudWatch Synthetics canaries, and clients that are instrumented with CloudWatch RUM app monitors.

Inheritance Hierarchy

System.Object
  Amazon.ApplicationSignals.Model.ServiceDependent

Namespace: Amazon.ApplicationSignals.Model
Assembly: AWSSDK.ApplicationSignals.dll
Version: 3.x.y.z

Syntax

C#
public class ServiceDependent

The ServiceDependent type exposes the following members

Constructors

NameDescription
Public Method ServiceDependent()

Properties

NameTypeDescription
Public Property DependentKeyAttributes System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property DependentKeyAttributes.

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.

Public Property DependentOperationName System.String

Gets and sets the property DependentOperationName.

If the dependent invoker was a service that invoked it from an operation, the name of that dependent operation is displayed here.

Public Property MetricReferences System.Collections.Generic.List<Amazon.ApplicationSignals.Model.MetricReference>

Gets and sets the property MetricReferences.

An array of structures that each contain information about one metric associated with this service dependent that was discovered by Application Signals.

Public Property OperationName System.String

Gets and sets the property OperationName.

If the invoked entity is an operation on an entity, the name of that dependent operation is displayed here.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5