We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 30, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 30, 2026 by Pulumi
AWS::ObservabilityAdmin::TelemetryEnrichment cloudformation resource enables the resource tags for telemetry feature in CloudWatch to enrich infrastructure metrics with AWS resource tags. For more details: https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/resource-tags-for-telemetry.html
Using getTelemetryEnrichment
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getTelemetryEnrichment(args: GetTelemetryEnrichmentArgs, opts?: InvokeOptions): Promise<GetTelemetryEnrichmentResult>
function getTelemetryEnrichmentOutput(args: GetTelemetryEnrichmentOutputArgs, opts?: InvokeOptions): Output<GetTelemetryEnrichmentResult>def get_telemetry_enrichment(scope: Optional[TelemetryEnrichmentScope] = None,
opts: Optional[InvokeOptions] = None) -> GetTelemetryEnrichmentResult
def get_telemetry_enrichment_output(scope: Optional[pulumi.Input[TelemetryEnrichmentScope]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTelemetryEnrichmentResult]func LookupTelemetryEnrichment(ctx *Context, args *LookupTelemetryEnrichmentArgs, opts ...InvokeOption) (*LookupTelemetryEnrichmentResult, error)
func LookupTelemetryEnrichmentOutput(ctx *Context, args *LookupTelemetryEnrichmentOutputArgs, opts ...InvokeOption) LookupTelemetryEnrichmentResultOutput> Note: This function is named LookupTelemetryEnrichment in the Go SDK.
public static class GetTelemetryEnrichment
{
public static Task<GetTelemetryEnrichmentResult> InvokeAsync(GetTelemetryEnrichmentArgs args, InvokeOptions? opts = null)
public static Output<GetTelemetryEnrichmentResult> Invoke(GetTelemetryEnrichmentInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTelemetryEnrichmentResult> getTelemetryEnrichment(GetTelemetryEnrichmentArgs args, InvokeOptions options)
public static Output<GetTelemetryEnrichmentResult> getTelemetryEnrichment(GetTelemetryEnrichmentArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:observabilityadmin:getTelemetryEnrichment
arguments:
# arguments dictionaryThe following arguments are supported:
getTelemetryEnrichment Result
The following output properties are available:
Supporting Types
TelemetryEnrichmentScope
TelemetryEnrichmentStatus
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 30, 2026 by Pulumi
