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
Create TelemetryEnrichment Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TelemetryEnrichment(name: string, args?: TelemetryEnrichmentArgs, opts?: CustomResourceOptions);@overload
def TelemetryEnrichment(resource_name: str,
args: Optional[TelemetryEnrichmentArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def TelemetryEnrichment(resource_name: str,
opts: Optional[ResourceOptions] = None,
scope: Optional[TelemetryEnrichmentScope] = None)func NewTelemetryEnrichment(ctx *Context, name string, args *TelemetryEnrichmentArgs, opts ...ResourceOption) (*TelemetryEnrichment, error)public TelemetryEnrichment(string name, TelemetryEnrichmentArgs? args = null, CustomResourceOptions? opts = null)
public TelemetryEnrichment(String name, TelemetryEnrichmentArgs args)
public TelemetryEnrichment(String name, TelemetryEnrichmentArgs args, CustomResourceOptions options)
type: aws-native:observabilityadmin:TelemetryEnrichment
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args TelemetryEnrichmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args TelemetryEnrichmentArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args TelemetryEnrichmentArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TelemetryEnrichmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TelemetryEnrichmentArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
TelemetryEnrichment Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The TelemetryEnrichment resource accepts the following input properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the TelemetryEnrichment resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Status
Pulumi.
Aws Native. Observability Admin. Telemetry Enrichment Status
- Id string
- The provider-assigned unique ID for this managed resource.
- Status
Telemetry
Enrichment Status
- id String
- The provider-assigned unique ID for this managed resource.
- status
Telemetry
Enrichment Status
- id string
- The provider-assigned unique ID for this managed resource.
- status
Telemetry
Enrichment Status
- id str
- The provider-assigned unique ID for this managed resource.
- status
Telemetry
Enrichment Status
- id String
- The provider-assigned unique ID for this managed resource.
- status "RUNNING" | "STOPPED" | "IMPAIRED"
Supporting Types
TelemetryEnrichmentScope, TelemetryEnrichmentScopeArgs
- Account
ACCOUNT
- Telemetry
Enrichment Scope Account ACCOUNT
- Account
ACCOUNT
- Account
ACCOUNT
- ACCOUNT
ACCOUNT
- "ACCOUNT"
ACCOUNT
TelemetryEnrichmentStatus, TelemetryEnrichmentStatusArgs
- Running
RUNNING- Stopped
STOPPED- Impaired
IMPAIRED
- Telemetry
Enrichment Status Running RUNNING- Telemetry
Enrichment Status Stopped STOPPED- Telemetry
Enrichment Status Impaired IMPAIRED
- Running
RUNNING- Stopped
STOPPED- Impaired
IMPAIRED
- Running
RUNNING- Stopped
STOPPED- Impaired
IMPAIRED
- RUNNING
RUNNING- STOPPED
STOPPED- IMPAIRED
IMPAIRED
- "RUNNING"
RUNNING- "STOPPED"
STOPPED- "IMPAIRED"
IMPAIRED
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
