Class CfnTelemetryEnrichment
AWS::ObservabilityAdmin::TelemetryEnrichment cloudformation resource enables the resource tags for telemetry feature in CloudWatch to enrich infrastructure metrics with AWS resource tags.
Inherited Members
Namespace: Amazon.CDK.AWS.ObservabilityAdmin
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTelemetryEnrichment : CfnResource, IInspectable, ITelemetryEnrichmentRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Class CfnTelemetryEnrichment Inherits CfnResource Implements IInspectable, ITelemetryEnrichmentRef, IConstruct, IDependable, IEnvironmentAware
Remarks
For more details: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/resource-tags-for-telemetry.html
CloudformationResource: AWS::ObservabilityAdmin::TelemetryEnrichment
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ObservabilityAdmin;
var cfnTelemetryEnrichment = new CfnTelemetryEnrichment(this, "MyCfnTelemetryEnrichment", new CfnTelemetryEnrichmentProps {
Scope = "scope"
});
Synopsis
Constructors
| CfnTelemetryEnrichment(Construct, string, ICfnTelemetryEnrichmentProps?) | Create a new |
Properties
| AttrStatus | Current status of the resource tags for telemetry feature (Running, Stopped, or Impaired). |
| CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
| CfnProperties | AWS::ObservabilityAdmin::TelemetryEnrichment cloudformation resource enables the resource tags for telemetry feature in CloudWatch to enrich infrastructure metrics with AWS resource tags. |
| Scope | Scope of the Telemetry Enrichment. |
| TelemetryEnrichmentRef | A reference to a TelemetryEnrichment resource. |
Methods
| Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
| IsCfnTelemetryEnrichment(object) | Checks whether the given object is a CfnTelemetryEnrichment. |
| RenderProperties(IDictionary<string, object>) | AWS::ObservabilityAdmin::TelemetryEnrichment cloudformation resource enables the resource tags for telemetry feature in CloudWatch to enrich infrastructure metrics with AWS resource tags. |
Constructors
CfnTelemetryEnrichment(Construct, string, ICfnTelemetryEnrichmentProps?)
Create a new AWS::ObservabilityAdmin::TelemetryEnrichment.
public CfnTelemetryEnrichment(Construct scope, string id, ICfnTelemetryEnrichmentProps? props = null)
Parameters
- scope Construct
Scope in which this resource is defined.
- id string
Construct identifier for this resource (unique in its scope).
- props ICfnTelemetryEnrichmentProps
Resource properties.
Remarks
For more details: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/resource-tags-for-telemetry.html
CloudformationResource: AWS::ObservabilityAdmin::TelemetryEnrichment
ExampleMetadata: fixture=_generated
Properties
AttrStatus
Current status of the resource tags for telemetry feature (Running, Stopped, or Impaired).
public virtual string AttrStatus { get; }
Property Value
Remarks
CloudformationAttribute: Status
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
Remarks
For more details: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/resource-tags-for-telemetry.html
CloudformationResource: AWS::ObservabilityAdmin::TelemetryEnrichment
ExampleMetadata: fixture=_generated
CfnProperties
AWS::ObservabilityAdmin::TelemetryEnrichment cloudformation resource enables the resource tags for telemetry feature in CloudWatch to enrich infrastructure metrics with AWS resource tags.
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
Overrides
Remarks
For more details: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/resource-tags-for-telemetry.html
CloudformationResource: AWS::ObservabilityAdmin::TelemetryEnrichment
ExampleMetadata: fixture=_generated
Scope
Scope of the Telemetry Enrichment.
public virtual string? Scope { get; set; }
Property Value
Remarks
For more details: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/resource-tags-for-telemetry.html
CloudformationResource: AWS::ObservabilityAdmin::TelemetryEnrichment
ExampleMetadata: fixture=_generated
TelemetryEnrichmentRef
A reference to a TelemetryEnrichment resource.
public virtual ITelemetryEnrichmentReference TelemetryEnrichmentRef { get; }
Property Value
Remarks
For more details: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/resource-tags-for-telemetry.html
CloudformationResource: AWS::ObservabilityAdmin::TelemetryEnrichment
ExampleMetadata: fixture=_generated
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
Remarks
For more details: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/resource-tags-for-telemetry.html
CloudformationResource: AWS::ObservabilityAdmin::TelemetryEnrichment
ExampleMetadata: fixture=_generated
IsCfnTelemetryEnrichment(object)
Checks whether the given object is a CfnTelemetryEnrichment.
public static bool IsCfnTelemetryEnrichment(object x)
Parameters
- x object
Returns
Remarks
For more details: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/resource-tags-for-telemetry.html
CloudformationResource: AWS::ObservabilityAdmin::TelemetryEnrichment
ExampleMetadata: fixture=_generated
RenderProperties(IDictionary<string, object>)
AWS::ObservabilityAdmin::TelemetryEnrichment cloudformation resource enables the resource tags for telemetry feature in CloudWatch to enrich infrastructure metrics with AWS resource tags.
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props IDictionary<string, object>
Returns
Overrides
Remarks
For more details: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/resource-tags-for-telemetry.html
CloudformationResource: AWS::ObservabilityAdmin::TelemetryEnrichment
ExampleMetadata: fixture=_generated