We recommend new projects start with resources from the AWS provider.
published on Monday, May 4, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, May 4, 2026 by Pulumi
AWS::CloudWatch::OTelEnrichment enables OTel metric enrichment in CloudWatch, allowing CloudWatch vended metrics to be available for PromQL querying enriched with AWS resource tags and metadata.
Create OTelEnrichment Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new OTelEnrichment(name: string, args?: OTelEnrichmentArgs, opts?: CustomResourceOptions);@overload
def OTelEnrichment(resource_name: str,
args: Optional[OTelEnrichmentArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def OTelEnrichment(resource_name: str,
opts: Optional[ResourceOptions] = None)func NewOTelEnrichment(ctx *Context, name string, args *OTelEnrichmentArgs, opts ...ResourceOption) (*OTelEnrichment, error)public OTelEnrichment(string name, OTelEnrichmentArgs? args = null, CustomResourceOptions? opts = null)
public OTelEnrichment(String name, OTelEnrichmentArgs args)
public OTelEnrichment(String name, OTelEnrichmentArgs args, CustomResourceOptions options)
type: aws-native:cloudwatch:OTelEnrichment
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 OTelEnrichmentArgs
- 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 OTelEnrichmentArgs
- 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 OTelEnrichmentArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OTelEnrichmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args OTelEnrichmentArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
OTelEnrichment 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 OTelEnrichment resource accepts the following input properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the OTelEnrichment resource produces the following output properties:
- Account
Id string - The AWS account ID. This is the primary identifier for this singleton resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Status
Pulumi.
Aws Native. Cloud Watch. OTel Enrichment Status
- Account
Id string - The AWS account ID. This is the primary identifier for this singleton resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Status
OTel
Enrichment Status
- account
Id String - The AWS account ID. This is the primary identifier for this singleton resource.
- id String
- The provider-assigned unique ID for this managed resource.
- status
OTel
Enrichment Status
- account
Id string - The AWS account ID. This is the primary identifier for this singleton resource.
- id string
- The provider-assigned unique ID for this managed resource.
- status
OTel
Enrichment Status
- account_
id str - The AWS account ID. This is the primary identifier for this singleton resource.
- id str
- The provider-assigned unique ID for this managed resource.
- status
OTel
Enrichment Status
- account
Id String - The AWS account ID. This is the primary identifier for this singleton resource.
- id String
- The provider-assigned unique ID for this managed resource.
- status "RUNNING" | "STOPPED"
Supporting Types
OTelEnrichmentStatus, OTelEnrichmentStatusArgs
- Running
RUNNING- Stopped
STOPPED
- OTel
Enrichment Status Running RUNNING- OTel
Enrichment Status Stopped STOPPED
- Running
RUNNING- Stopped
STOPPED
- Running
RUNNING- Stopped
STOPPED
- RUNNING
RUNNING- STOPPED
STOPPED
- "RUNNING"
RUNNING- "STOPPED"
STOPPED
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, May 4, 2026 by Pulumi
