Show / Hide Table of Contents

Class CfnTelemetryEnrichment

AWS::ObservabilityAdmin::TelemetryEnrichment cloudformation resource enables the resource tags for telemetry feature in CloudWatch to enrich infrastructure metrics with AWS resource tags.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnTelemetryEnrichment
Implements
IInspectable
ITelemetryEnrichmentRef
IConstruct
IDependable
IEnvironmentAware
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.Env
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.With(params IMixin[])
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetryenrichment.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 AWS::ObservabilityAdmin::TelemetryEnrichment.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetryenrichment.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

string

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

string

Remarks

For more details: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/resource-tags-for-telemetry.html

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetryenrichment.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

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

For more details: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/resource-tags-for-telemetry.html

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetryenrichment.html

CloudformationResource: AWS::ObservabilityAdmin::TelemetryEnrichment

ExampleMetadata: fixture=_generated

Scope

Scope of the Telemetry Enrichment.

public virtual string? Scope { get; set; }
Property Value

string

Remarks

For more details: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/resource-tags-for-telemetry.html

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetryenrichment.html

CloudformationResource: AWS::ObservabilityAdmin::TelemetryEnrichment

ExampleMetadata: fixture=_generated

TelemetryEnrichmentRef

A reference to a TelemetryEnrichment resource.

public virtual ITelemetryEnrichmentReference TelemetryEnrichmentRef { get; }
Property Value

ITelemetryEnrichmentReference

Remarks

For more details: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/resource-tags-for-telemetry.html

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetryenrichment.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetryenrichment.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

bool

Remarks

For more details: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/resource-tags-for-telemetry.html

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetryenrichment.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

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

For more details: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/resource-tags-for-telemetry.html

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetryenrichment.html

CloudformationResource: AWS::ObservabilityAdmin::TelemetryEnrichment

ExampleMetadata: fixture=_generated

Implements

IInspectable
ITelemetryEnrichmentRef
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
Back to top Generated by DocFX