0

Clearly AWS/Cloudtrail is available in AWS NameSpace as shown in screenshot below:

enter image description here

URL: https://docs.aws.amazon.com/sdkfornet1/latest/apidocs/html/N_Amazon_CloudTrail.htm

Why is it not provided in official documentation list of AWS namespaces? URL: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/aws-namespaces.html

Pavan Rao
  • 411
  • 1
  • 8
  • 30

1 Answers1

0

The CloudWatch namespace is not related with the .NET namespace. As mentioned in the second URL:

CloudWatch namespaces are containers for metrics. Metrics in different namespaces are isolated from each other, so that metrics from different applications are not mistakenly aggregated into the same statistics.

Please refer this for CloudTrail APIs.

sudo
  • 2,237
  • 1
  • 9
  • 14