1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. cloudwatch
  6. OTelEnrichment

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.63.0
published on Monday, May 4, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.63.0
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:

    AccountId 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.AwsNative.CloudWatch.OTelEnrichmentStatus
    AccountId 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 OTelEnrichmentStatus
    accountId 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 OTelEnrichmentStatus
    accountId 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 OTelEnrichmentStatus
    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 OTelEnrichmentStatus
    accountId 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
    OTelEnrichmentStatusRunning
    RUNNING
    OTelEnrichmentStatusStopped
    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
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.63.0
    published on Monday, May 4, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.