1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. observabilityadmin
  5. TelemetryRule

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

AWS Cloud Control v1.51.0 published on Monday, Feb 2, 2026 by Pulumi
aws-native logo

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

AWS Cloud Control v1.51.0 published on Monday, Feb 2, 2026 by Pulumi

    The AWS::ObservabilityAdmin::TelemetryRule resource defines a CloudWatch Observability Admin Telemetry Rule.

    Create TelemetryRule Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new TelemetryRule(name: string, args: TelemetryRuleArgs, opts?: CustomResourceOptions);
    @overload
    def TelemetryRule(resource_name: str,
                      args: TelemetryRuleInitArgs,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def TelemetryRule(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      rule: Optional[TelemetryRuleArgs] = None,
                      rule_name: Optional[str] = None,
                      tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewTelemetryRule(ctx *Context, name string, args TelemetryRuleArgs, opts ...ResourceOption) (*TelemetryRule, error)
    public TelemetryRule(string name, TelemetryRuleArgs args, CustomResourceOptions? opts = null)
    public TelemetryRule(String name, TelemetryRuleArgs args)
    public TelemetryRule(String name, TelemetryRuleArgs args, CustomResourceOptions options)
    
    type: aws-native:observabilityadmin:TelemetryRule
    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 TelemetryRuleArgs
    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 TelemetryRuleInitArgs
    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 TelemetryRuleArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TelemetryRuleArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TelemetryRuleArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    TelemetryRule 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 TelemetryRule resource accepts the following input properties:

    Rule Pulumi.AwsNative.ObservabilityAdmin.Inputs.TelemetryRule
    Retrieves the details of a specific telemetry rule in your account.
    RuleName string
    The name of the telemetry rule
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource
    Rule TelemetryRuleTypeArgs
    Retrieves the details of a specific telemetry rule in your account.
    RuleName string
    The name of the telemetry rule
    Tags TagArgs
    An array of key-value pairs to apply to this resource
    rule TelemetryRule
    Retrieves the details of a specific telemetry rule in your account.
    ruleName String
    The name of the telemetry rule
    tags List<Tag>
    An array of key-value pairs to apply to this resource
    rule TelemetryRule
    Retrieves the details of a specific telemetry rule in your account.
    ruleName string
    The name of the telemetry rule
    tags Tag[]
    An array of key-value pairs to apply to this resource
    rule TelemetryRuleArgs
    Retrieves the details of a specific telemetry rule in your account.
    rule_name str
    The name of the telemetry rule
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource
    rule Property Map
    Retrieves the details of a specific telemetry rule in your account.
    ruleName String
    The name of the telemetry rule
    tags List<Property Map>
    An array of key-value pairs to apply to this resource

    Outputs

    All input properties are implicitly available as output properties. Additionally, the TelemetryRule resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    RuleArn string
    The arn of the telemetry rule
    Id string
    The provider-assigned unique ID for this managed resource.
    RuleArn string
    The arn of the telemetry rule
    id String
    The provider-assigned unique ID for this managed resource.
    ruleArn String
    The arn of the telemetry rule
    id string
    The provider-assigned unique ID for this managed resource.
    ruleArn string
    The arn of the telemetry rule
    id str
    The provider-assigned unique ID for this managed resource.
    rule_arn str
    The arn of the telemetry rule
    id String
    The provider-assigned unique ID for this managed resource.
    ruleArn String
    The arn of the telemetry rule

    Supporting Types

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    TelemetryRule, TelemetryRuleArgs

    The telemetry rule
    ResourceType Pulumi.AwsNative.ObservabilityAdmin.TelemetryRuleResourceType
    The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL").
    TelemetryType Pulumi.AwsNative.ObservabilityAdmin.TelemetryRuleTelemetryType
    The type of telemetry to collect (Logs, Metrics, or Traces).
    DestinationConfiguration Pulumi.AwsNative.ObservabilityAdmin.Inputs.TelemetryRuleTelemetryDestinationConfiguration
    Configuration specifying where and how the telemetry data should be delivered.
    SelectionCriteria string
    Criteria for selecting which resources the rule applies to, such as resource tags.
    TelemetrySourceTypes List<Pulumi.AwsNative.ObservabilityAdmin.TelemetryRuleTelemetrySourceType>
    The specific telemetry source types to configure for the resource, such as VPC_FLOW_LOGS or EKS_AUDIT_LOGS. TelemetrySourceTypes must be correlated with the specific resource type.
    ResourceType TelemetryRuleResourceType
    The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL").
    TelemetryType TelemetryRuleTelemetryType
    The type of telemetry to collect (Logs, Metrics, or Traces).
    DestinationConfiguration TelemetryRuleTelemetryDestinationConfiguration
    Configuration specifying where and how the telemetry data should be delivered.
    SelectionCriteria string
    Criteria for selecting which resources the rule applies to, such as resource tags.
    TelemetrySourceTypes []TelemetryRuleTelemetrySourceType
    The specific telemetry source types to configure for the resource, such as VPC_FLOW_LOGS or EKS_AUDIT_LOGS. TelemetrySourceTypes must be correlated with the specific resource type.
    resourceType TelemetryRuleResourceType
    The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL").
    telemetryType TelemetryRuleTelemetryType
    The type of telemetry to collect (Logs, Metrics, or Traces).
    destinationConfiguration TelemetryRuleTelemetryDestinationConfiguration
    Configuration specifying where and how the telemetry data should be delivered.
    selectionCriteria String
    Criteria for selecting which resources the rule applies to, such as resource tags.
    telemetrySourceTypes List<TelemetryRuleTelemetrySourceType>
    The specific telemetry source types to configure for the resource, such as VPC_FLOW_LOGS or EKS_AUDIT_LOGS. TelemetrySourceTypes must be correlated with the specific resource type.
    resourceType TelemetryRuleResourceType
    The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL").
    telemetryType TelemetryRuleTelemetryType
    The type of telemetry to collect (Logs, Metrics, or Traces).
    destinationConfiguration TelemetryRuleTelemetryDestinationConfiguration
    Configuration specifying where and how the telemetry data should be delivered.
    selectionCriteria string
    Criteria for selecting which resources the rule applies to, such as resource tags.
    telemetrySourceTypes TelemetryRuleTelemetrySourceType[]
    The specific telemetry source types to configure for the resource, such as VPC_FLOW_LOGS or EKS_AUDIT_LOGS. TelemetrySourceTypes must be correlated with the specific resource type.
    resource_type TelemetryRuleResourceType
    The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL").
    telemetry_type TelemetryRuleTelemetryType
    The type of telemetry to collect (Logs, Metrics, or Traces).
    destination_configuration TelemetryRuleTelemetryDestinationConfiguration
    Configuration specifying where and how the telemetry data should be delivered.
    selection_criteria str
    Criteria for selecting which resources the rule applies to, such as resource tags.
    telemetry_source_types Sequence[TelemetryRuleTelemetrySourceType]
    The specific telemetry source types to configure for the resource, such as VPC_FLOW_LOGS or EKS_AUDIT_LOGS. TelemetrySourceTypes must be correlated with the specific resource type.
    resourceType "AWS::EC2::VPC" | "AWS::WAFv2::WebACL" | "AWS::CloudTrail" | "AWS::EKS::Cluster" | "AWS::ElasticLoadBalancingV2::LoadBalancer" | "AWS::BedrockAgentCore::Runtime" | "AWS::BedrockAgentCore::Browser" | "AWS::BedrockAgentCore::CodeInterpreter"
    The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL").
    telemetryType "Logs" | "Traces"
    The type of telemetry to collect (Logs, Metrics, or Traces).
    destinationConfiguration Property Map
    Configuration specifying where and how the telemetry data should be delivered.
    selectionCriteria String
    Criteria for selecting which resources the rule applies to, such as resource tags.
    telemetrySourceTypes List<"VPC_FLOW_LOGS" | "ROUTE53_RESOLVER_QUERY_LOGS" | "EKS_AUDIT_LOGS" | "EKS_AUTHENTICATOR_LOGS" | "EKS_CONTROLLER_MANAGER_LOGS" | "EKS_SCHEDULER_LOGS" | "EKS_API_LOGS">
    The specific telemetry source types to configure for the resource, such as VPC_FLOW_LOGS or EKS_AUDIT_LOGS. TelemetrySourceTypes must be correlated with the specific resource type.

    TelemetryRuleAction, TelemetryRuleActionArgs

    Allow
    ALLOW
    Block
    BLOCK
    Count
    COUNT
    Captcha
    CAPTCHA
    Challenge
    CHALLENGE
    ExcludedAsCount
    EXCLUDED_AS_COUNT
    TelemetryRuleActionAllow
    ALLOW
    TelemetryRuleActionBlock
    BLOCK
    TelemetryRuleActionCount
    COUNT
    TelemetryRuleActionCaptcha
    CAPTCHA
    TelemetryRuleActionChallenge
    CHALLENGE
    TelemetryRuleActionExcludedAsCount
    EXCLUDED_AS_COUNT
    Allow
    ALLOW
    Block
    BLOCK
    Count
    COUNT
    Captcha
    CAPTCHA
    Challenge
    CHALLENGE
    ExcludedAsCount
    EXCLUDED_AS_COUNT
    Allow
    ALLOW
    Block
    BLOCK
    Count
    COUNT
    Captcha
    CAPTCHA
    Challenge
    CHALLENGE
    ExcludedAsCount
    EXCLUDED_AS_COUNT
    ALLOW
    ALLOW
    BLOCK
    BLOCK
    COUNT
    COUNT
    CAPTCHA
    CAPTCHA
    CHALLENGE
    CHALLENGE
    EXCLUDED_AS_COUNT
    EXCLUDED_AS_COUNT
    "ALLOW"
    ALLOW
    "BLOCK"
    BLOCK
    "COUNT"
    COUNT
    "CAPTCHA"
    CAPTCHA
    "CHALLENGE"
    CHALLENGE
    "EXCLUDED_AS_COUNT"
    EXCLUDED_AS_COUNT

    TelemetryRuleActionCondition, TelemetryRuleActionConditionArgs

    The condition of the action desired in the filter.

    TelemetryRuleAdvancedEventSelector, TelemetryRuleAdvancedEventSelectorArgs

    An advanced event selector that includes optional name and field selectors
    FieldSelectors List<Pulumi.AwsNative.ObservabilityAdmin.Inputs.TelemetryRuleAdvancedFieldSelector>
    Contains all selector statements in an advanced event selector.
    Name string
    An optional descriptive name for the advanced event selector
    FieldSelectors []TelemetryRuleAdvancedFieldSelector
    Contains all selector statements in an advanced event selector.
    Name string
    An optional descriptive name for the advanced event selector
    fieldSelectors List<TelemetryRuleAdvancedFieldSelector>
    Contains all selector statements in an advanced event selector.
    name String
    An optional descriptive name for the advanced event selector
    fieldSelectors TelemetryRuleAdvancedFieldSelector[]
    Contains all selector statements in an advanced event selector.
    name string
    An optional descriptive name for the advanced event selector
    field_selectors Sequence[TelemetryRuleAdvancedFieldSelector]
    Contains all selector statements in an advanced event selector.
    name str
    An optional descriptive name for the advanced event selector
    fieldSelectors List<Property Map>
    Contains all selector statements in an advanced event selector.
    name String
    An optional descriptive name for the advanced event selector

    TelemetryRuleAdvancedFieldSelector, TelemetryRuleAdvancedFieldSelectorArgs

    A single selector statement in an advanced event selector.
    EndsWith List<string>
    An operator that includes events that match the last few characters of the event record field specified as the value of Field.
    Equals List<string>
    An operator that includes events that match the exact value of the event record field specified as the value of Field.
    Field string
    A field in a CloudTrail event record on which to filter events to be logged
    NotEndsWith List<string>
    An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
    NotEquals List<string>
    An operator that excludes events that match the exact value of the event record field specified as the value of Field.
    NotStartsWith List<string>
    An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
    StartsWith List<string>
    An operator that includes events that match the first few characters of the event record field specified as the value of Field.
    EndsWith []string
    An operator that includes events that match the last few characters of the event record field specified as the value of Field.
    Equals []string
    An operator that includes events that match the exact value of the event record field specified as the value of Field.
    Field string
    A field in a CloudTrail event record on which to filter events to be logged
    NotEndsWith []string
    An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
    NotEquals []string
    An operator that excludes events that match the exact value of the event record field specified as the value of Field.
    NotStartsWith []string
    An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
    StartsWith []string
    An operator that includes events that match the first few characters of the event record field specified as the value of Field.
    endsWith List<String>
    An operator that includes events that match the last few characters of the event record field specified as the value of Field.
    equals_ List<String>
    An operator that includes events that match the exact value of the event record field specified as the value of Field.
    field String
    A field in a CloudTrail event record on which to filter events to be logged
    notEndsWith List<String>
    An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
    notEquals List<String>
    An operator that excludes events that match the exact value of the event record field specified as the value of Field.
    notStartsWith List<String>
    An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
    startsWith List<String>
    An operator that includes events that match the first few characters of the event record field specified as the value of Field.
    endsWith string[]
    An operator that includes events that match the last few characters of the event record field specified as the value of Field.
    equals string[]
    An operator that includes events that match the exact value of the event record field specified as the value of Field.
    field string
    A field in a CloudTrail event record on which to filter events to be logged
    notEndsWith string[]
    An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
    notEquals string[]
    An operator that excludes events that match the exact value of the event record field specified as the value of Field.
    notStartsWith string[]
    An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
    startsWith string[]
    An operator that includes events that match the first few characters of the event record field specified as the value of Field.
    ends_with Sequence[str]
    An operator that includes events that match the last few characters of the event record field specified as the value of Field.
    equals Sequence[str]
    An operator that includes events that match the exact value of the event record field specified as the value of Field.
    field str
    A field in a CloudTrail event record on which to filter events to be logged
    not_ends_with Sequence[str]
    An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
    not_equals Sequence[str]
    An operator that excludes events that match the exact value of the event record field specified as the value of Field.
    not_starts_with Sequence[str]
    An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
    starts_with Sequence[str]
    An operator that includes events that match the first few characters of the event record field specified as the value of Field.
    endsWith List<String>
    An operator that includes events that match the last few characters of the event record field specified as the value of Field.
    equals List<String>
    An operator that includes events that match the exact value of the event record field specified as the value of Field.
    field String
    A field in a CloudTrail event record on which to filter events to be logged
    notEndsWith List<String>
    An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
    notEquals List<String>
    An operator that excludes events that match the exact value of the event record field specified as the value of Field.
    notStartsWith List<String>
    An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
    startsWith List<String>
    An operator that includes events that match the first few characters of the event record field specified as the value of Field.

    TelemetryRuleCloudtrailParameters, TelemetryRuleCloudtrailParametersArgs

    Telemetry parameters for Cloudtrail
    AdvancedEventSelectors List<Pulumi.AwsNative.ObservabilityAdmin.Inputs.TelemetryRuleAdvancedEventSelector>
    Create fine-grained selectors for AWS CloudTrail management and data.
    AdvancedEventSelectors []TelemetryRuleAdvancedEventSelector
    Create fine-grained selectors for AWS CloudTrail management and data.
    advancedEventSelectors List<TelemetryRuleAdvancedEventSelector>
    Create fine-grained selectors for AWS CloudTrail management and data.
    advancedEventSelectors TelemetryRuleAdvancedEventSelector[]
    Create fine-grained selectors for AWS CloudTrail management and data.
    advanced_event_selectors Sequence[TelemetryRuleAdvancedEventSelector]
    Create fine-grained selectors for AWS CloudTrail management and data.
    advancedEventSelectors List<Property Map>
    Create fine-grained selectors for AWS CloudTrail management and data.

    TelemetryRuleCondition, TelemetryRuleConditionArgs

    A condition for a filter.

    TelemetryRuleDestinationType, TelemetryRuleDestinationTypeArgs

    CloudWatchLogs
    cloud-watch-logs
    TelemetryRuleDestinationTypeCloudWatchLogs
    cloud-watch-logs
    CloudWatchLogs
    cloud-watch-logs
    CloudWatchLogs
    cloud-watch-logs
    CLOUD_WATCH_LOGS
    cloud-watch-logs
    "cloud-watch-logs"
    cloud-watch-logs

    TelemetryRuleElbLoadBalancerLoggingParameters, TelemetryRuleElbLoadBalancerLoggingParametersArgs

    Telemetry parameters for ELB/NLB Load Balancer Logs
    FieldDelimiter string
    A delimiter to delineate log fields
    OutputFormat Pulumi.AwsNative.ObservabilityAdmin.TelemetryRuleElbLoadBalancerLoggingParametersOutputFormat
    The format for ELB access log entries (plain text or JSON format).
    FieldDelimiter string
    A delimiter to delineate log fields
    OutputFormat TelemetryRuleElbLoadBalancerLoggingParametersOutputFormat
    The format for ELB access log entries (plain text or JSON format).
    fieldDelimiter String
    A delimiter to delineate log fields
    outputFormat TelemetryRuleElbLoadBalancerLoggingParametersOutputFormat
    The format for ELB access log entries (plain text or JSON format).
    fieldDelimiter string
    A delimiter to delineate log fields
    outputFormat TelemetryRuleElbLoadBalancerLoggingParametersOutputFormat
    The format for ELB access log entries (plain text or JSON format).
    field_delimiter str
    A delimiter to delineate log fields
    output_format TelemetryRuleElbLoadBalancerLoggingParametersOutputFormat
    The format for ELB access log entries (plain text or JSON format).
    fieldDelimiter String
    A delimiter to delineate log fields
    outputFormat "plain" | "json"
    The format for ELB access log entries (plain text or JSON format).

    TelemetryRuleElbLoadBalancerLoggingParametersOutputFormat, TelemetryRuleElbLoadBalancerLoggingParametersOutputFormatArgs

    Plain
    plain
    Json
    json
    TelemetryRuleElbLoadBalancerLoggingParametersOutputFormatPlain
    plain
    TelemetryRuleElbLoadBalancerLoggingParametersOutputFormatJson
    json
    Plain
    plain
    Json
    json
    Plain
    plain
    Json
    json
    PLAIN
    plain
    JSON
    json
    "plain"
    plain
    "json"
    json

    TelemetryRuleFieldToMatch, TelemetryRuleFieldToMatchArgs

    The field that we want to match this rule to.
    Method string
    The method with which to match this rule.
    QueryString string
    The query string to find the resource to match this field to.
    SingleHeader Pulumi.AwsNative.ObservabilityAdmin.Inputs.TelemetryRuleSingleHeader
    UriPath string
    This is the URI path to match this rule to.
    Method string
    The method with which to match this rule.
    QueryString string
    The query string to find the resource to match this field to.
    SingleHeader TelemetryRuleSingleHeader
    UriPath string
    This is the URI path to match this rule to.
    method String
    The method with which to match this rule.
    queryString String
    The query string to find the resource to match this field to.
    singleHeader TelemetryRuleSingleHeader
    uriPath String
    This is the URI path to match this rule to.
    method string
    The method with which to match this rule.
    queryString string
    The query string to find the resource to match this field to.
    singleHeader TelemetryRuleSingleHeader
    uriPath string
    This is the URI path to match this rule to.
    method str
    The method with which to match this rule.
    query_string str
    The query string to find the resource to match this field to.
    single_header TelemetryRuleSingleHeader
    uri_path str
    This is the URI path to match this rule to.
    method String
    The method with which to match this rule.
    queryString String
    The query string to find the resource to match this field to.
    singleHeader Property Map
    uriPath String
    This is the URI path to match this rule to.

    TelemetryRuleFilter, TelemetryRuleFilterArgs

    A filter to be applied

    TelemetryRuleFilterBehavior, TelemetryRuleFilterBehaviorArgs

    Keep
    KEEP
    Drop
    DROP
    TelemetryRuleFilterBehaviorKeep
    KEEP
    TelemetryRuleFilterBehaviorDrop
    DROP
    Keep
    KEEP
    Drop
    DROP
    Keep
    KEEP
    Drop
    DROP
    KEEP
    KEEP
    DROP
    DROP
    "KEEP"
    KEEP
    "DROP"
    DROP

    TelemetryRuleFilterRequirement, TelemetryRuleFilterRequirementArgs

    MeetsAll
    MEETS_ALL
    MeetsAny
    MEETS_ANY
    TelemetryRuleFilterRequirementMeetsAll
    MEETS_ALL
    TelemetryRuleFilterRequirementMeetsAny
    MEETS_ANY
    MeetsAll
    MEETS_ALL
    MeetsAny
    MEETS_ANY
    MeetsAll
    MEETS_ALL
    MeetsAny
    MEETS_ANY
    MEETS_ALL
    MEETS_ALL
    MEETS_ANY
    MEETS_ANY
    "MEETS_ALL"
    MEETS_ALL
    "MEETS_ANY"
    MEETS_ANY

    TelemetryRuleLabelNameCondition, TelemetryRuleLabelNameConditionArgs

    The label name of the condition.
    LabelName string
    The label name of the condition.
    LabelName string
    The label name of the condition.
    labelName String
    The label name of the condition.
    labelName string
    The label name of the condition.
    label_name str
    The label name of the condition.
    labelName String
    The label name of the condition.

    TelemetryRuleLoggingFilter, TelemetryRuleLoggingFilterArgs

    Default handling for logs that don't match any of the specified filtering conditions.
    DefaultBehavior Pulumi.AwsNative.ObservabilityAdmin.TelemetryRuleFilterBehavior
    The default action (KEEP or DROP) for log records that don't match any filter conditions.
    Filters List<Pulumi.AwsNative.ObservabilityAdmin.Inputs.TelemetryRuleFilter>
    A list of filter conditions that determine log record handling behavior.
    DefaultBehavior TelemetryRuleFilterBehavior
    The default action (KEEP or DROP) for log records that don't match any filter conditions.
    Filters []TelemetryRuleFilter
    A list of filter conditions that determine log record handling behavior.
    defaultBehavior TelemetryRuleFilterBehavior
    The default action (KEEP or DROP) for log records that don't match any filter conditions.
    filters List<TelemetryRuleFilter>
    A list of filter conditions that determine log record handling behavior.
    defaultBehavior TelemetryRuleFilterBehavior
    The default action (KEEP or DROP) for log records that don't match any filter conditions.
    filters TelemetryRuleFilter[]
    A list of filter conditions that determine log record handling behavior.
    default_behavior TelemetryRuleFilterBehavior
    The default action (KEEP or DROP) for log records that don't match any filter conditions.
    filters Sequence[TelemetryRuleFilter]
    A list of filter conditions that determine log record handling behavior.
    defaultBehavior "KEEP" | "DROP"
    The default action (KEEP or DROP) for log records that don't match any filter conditions.
    filters List<Property Map>
    A list of filter conditions that determine log record handling behavior.

    TelemetryRuleResourceType, TelemetryRuleResourceTypeArgs

    Awsec2vpc
    AWS::EC2::VPC
    AwswaFv2WebAcl
    AWS::WAFv2::WebACL
    AwsCloudTrail
    AWS::CloudTrail
    AwseksCluster
    AWS::EKS::Cluster
    AwsElasticLoadBalancingV2LoadBalancer
    AWS::ElasticLoadBalancingV2::LoadBalancer
    AwsBedrockAgentCoreRuntime
    AWS::BedrockAgentCore::Runtime
    AwsBedrockAgentCoreBrowser
    AWS::BedrockAgentCore::Browser
    AwsBedrockAgentCoreCodeInterpreter
    AWS::BedrockAgentCore::CodeInterpreter
    TelemetryRuleResourceTypeAwsec2vpc
    AWS::EC2::VPC
    TelemetryRuleResourceTypeAwswaFv2WebAcl
    AWS::WAFv2::WebACL
    TelemetryRuleResourceTypeAwsCloudTrail
    AWS::CloudTrail
    TelemetryRuleResourceTypeAwseksCluster
    AWS::EKS::Cluster
    TelemetryRuleResourceTypeAwsElasticLoadBalancingV2LoadBalancer
    AWS::ElasticLoadBalancingV2::LoadBalancer
    TelemetryRuleResourceTypeAwsBedrockAgentCoreRuntime
    AWS::BedrockAgentCore::Runtime
    TelemetryRuleResourceTypeAwsBedrockAgentCoreBrowser
    AWS::BedrockAgentCore::Browser
    TelemetryRuleResourceTypeAwsBedrockAgentCoreCodeInterpreter
    AWS::BedrockAgentCore::CodeInterpreter
    Awsec2vpc
    AWS::EC2::VPC
    AwswaFv2WebAcl
    AWS::WAFv2::WebACL
    AwsCloudTrail
    AWS::CloudTrail
    AwseksCluster
    AWS::EKS::Cluster
    AwsElasticLoadBalancingV2LoadBalancer
    AWS::ElasticLoadBalancingV2::LoadBalancer
    AwsBedrockAgentCoreRuntime
    AWS::BedrockAgentCore::Runtime
    AwsBedrockAgentCoreBrowser
    AWS::BedrockAgentCore::Browser
    AwsBedrockAgentCoreCodeInterpreter
    AWS::BedrockAgentCore::CodeInterpreter
    Awsec2vpc
    AWS::EC2::VPC
    AwswaFv2WebAcl
    AWS::WAFv2::WebACL
    AwsCloudTrail
    AWS::CloudTrail
    AwseksCluster
    AWS::EKS::Cluster
    AwsElasticLoadBalancingV2LoadBalancer
    AWS::ElasticLoadBalancingV2::LoadBalancer
    AwsBedrockAgentCoreRuntime
    AWS::BedrockAgentCore::Runtime
    AwsBedrockAgentCoreBrowser
    AWS::BedrockAgentCore::Browser
    AwsBedrockAgentCoreCodeInterpreter
    AWS::BedrockAgentCore::CodeInterpreter
    AWSEC2VPC
    AWS::EC2::VPC
    AWSWA_FV2_WEB_ACL
    AWS::WAFv2::WebACL
    AWS_CLOUD_TRAIL
    AWS::CloudTrail
    AWSEKS_CLUSTER
    AWS::EKS::Cluster
    AWS_ELASTIC_LOAD_BALANCING_V2_LOAD_BALANCER
    AWS::ElasticLoadBalancingV2::LoadBalancer
    AWS_BEDROCK_AGENT_CORE_RUNTIME
    AWS::BedrockAgentCore::Runtime
    AWS_BEDROCK_AGENT_CORE_BROWSER
    AWS::BedrockAgentCore::Browser
    AWS_BEDROCK_AGENT_CORE_CODE_INTERPRETER
    AWS::BedrockAgentCore::CodeInterpreter
    "AWS::EC2::VPC"
    AWS::EC2::VPC
    "AWS::WAFv2::WebACL"
    AWS::WAFv2::WebACL
    "AWS::CloudTrail"
    AWS::CloudTrail
    "AWS::EKS::Cluster"
    AWS::EKS::Cluster
    "AWS::ElasticLoadBalancingV2::LoadBalancer"
    AWS::ElasticLoadBalancingV2::LoadBalancer
    "AWS::BedrockAgentCore::Runtime"
    AWS::BedrockAgentCore::Runtime
    "AWS::BedrockAgentCore::Browser"
    AWS::BedrockAgentCore::Browser
    "AWS::BedrockAgentCore::CodeInterpreter"
    AWS::BedrockAgentCore::CodeInterpreter

    TelemetryRuleSingleHeader, TelemetryRuleSingleHeaderArgs

    Header for the field to match.
    Name string
    The name of the header
    Name string
    The name of the header
    name String
    The name of the header
    name string
    The name of the header
    name str
    The name of the header
    name String
    The name of the header

    TelemetryRuleTelemetryDestinationConfiguration, TelemetryRuleTelemetryDestinationConfigurationArgs

    The destination configuration for telemetry data
    CloudtrailParameters Pulumi.AwsNative.ObservabilityAdmin.Inputs.TelemetryRuleCloudtrailParameters
    Configuration parameters specific to AWS CloudTrail when CloudTrail is the source type.
    DestinationPattern string
    The pattern used to generate the destination path or name, supporting macros like and .
    DestinationType Pulumi.AwsNative.ObservabilityAdmin.TelemetryRuleDestinationType
    The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
    ElbLoadBalancerLoggingParameters Pulumi.AwsNative.ObservabilityAdmin.Inputs.TelemetryRuleElbLoadBalancerLoggingParameters
    Configuration parameters specific to ELB load balancer logging when ELB is the resource type.
    LogDeliveryParameters Pulumi.AwsNative.ObservabilityAdmin.Inputs.TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersProperties
    Parameters for BedrockAgentCore log delivery
    RetentionInDays int
    The number of days to retain the telemetry data in the destination.
    VpcFlowLogParameters Pulumi.AwsNative.ObservabilityAdmin.Inputs.TelemetryRuleVpcFlowLogParameters
    Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
    WafLoggingParameters Pulumi.AwsNative.ObservabilityAdmin.Inputs.TelemetryRuleWafLoggingParameters
    Configuration parameters specific to WAF logging when WAF is the resource type.
    CloudtrailParameters TelemetryRuleCloudtrailParameters
    Configuration parameters specific to AWS CloudTrail when CloudTrail is the source type.
    DestinationPattern string
    The pattern used to generate the destination path or name, supporting macros like and .
    DestinationType TelemetryRuleDestinationType
    The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
    ElbLoadBalancerLoggingParameters TelemetryRuleElbLoadBalancerLoggingParameters
    Configuration parameters specific to ELB load balancer logging when ELB is the resource type.
    LogDeliveryParameters TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersProperties
    Parameters for BedrockAgentCore log delivery
    RetentionInDays int
    The number of days to retain the telemetry data in the destination.
    VpcFlowLogParameters TelemetryRuleVpcFlowLogParameters
    Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
    WafLoggingParameters TelemetryRuleWafLoggingParameters
    Configuration parameters specific to WAF logging when WAF is the resource type.
    cloudtrailParameters TelemetryRuleCloudtrailParameters
    Configuration parameters specific to AWS CloudTrail when CloudTrail is the source type.
    destinationPattern String
    The pattern used to generate the destination path or name, supporting macros like and .
    destinationType TelemetryRuleDestinationType
    The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
    elbLoadBalancerLoggingParameters TelemetryRuleElbLoadBalancerLoggingParameters
    Configuration parameters specific to ELB load balancer logging when ELB is the resource type.
    logDeliveryParameters TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersProperties
    Parameters for BedrockAgentCore log delivery
    retentionInDays Integer
    The number of days to retain the telemetry data in the destination.
    vpcFlowLogParameters TelemetryRuleVpcFlowLogParameters
    Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
    wafLoggingParameters TelemetryRuleWafLoggingParameters
    Configuration parameters specific to WAF logging when WAF is the resource type.
    cloudtrailParameters TelemetryRuleCloudtrailParameters
    Configuration parameters specific to AWS CloudTrail when CloudTrail is the source type.
    destinationPattern string
    The pattern used to generate the destination path or name, supporting macros like and .
    destinationType TelemetryRuleDestinationType
    The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
    elbLoadBalancerLoggingParameters TelemetryRuleElbLoadBalancerLoggingParameters
    Configuration parameters specific to ELB load balancer logging when ELB is the resource type.
    logDeliveryParameters TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersProperties
    Parameters for BedrockAgentCore log delivery
    retentionInDays number
    The number of days to retain the telemetry data in the destination.
    vpcFlowLogParameters TelemetryRuleVpcFlowLogParameters
    Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
    wafLoggingParameters TelemetryRuleWafLoggingParameters
    Configuration parameters specific to WAF logging when WAF is the resource type.
    cloudtrail_parameters TelemetryRuleCloudtrailParameters
    Configuration parameters specific to AWS CloudTrail when CloudTrail is the source type.
    destination_pattern str
    The pattern used to generate the destination path or name, supporting macros like and .
    destination_type TelemetryRuleDestinationType
    The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
    elb_load_balancer_logging_parameters TelemetryRuleElbLoadBalancerLoggingParameters
    Configuration parameters specific to ELB load balancer logging when ELB is the resource type.
    log_delivery_parameters TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersProperties
    Parameters for BedrockAgentCore log delivery
    retention_in_days int
    The number of days to retain the telemetry data in the destination.
    vpc_flow_log_parameters TelemetryRuleVpcFlowLogParameters
    Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
    waf_logging_parameters TelemetryRuleWafLoggingParameters
    Configuration parameters specific to WAF logging when WAF is the resource type.
    cloudtrailParameters Property Map
    Configuration parameters specific to AWS CloudTrail when CloudTrail is the source type.
    destinationPattern String
    The pattern used to generate the destination path or name, supporting macros like and .
    destinationType "cloud-watch-logs"
    The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
    elbLoadBalancerLoggingParameters Property Map
    Configuration parameters specific to ELB load balancer logging when ELB is the resource type.
    logDeliveryParameters Property Map
    Parameters for BedrockAgentCore log delivery
    retentionInDays Number
    The number of days to retain the telemetry data in the destination.
    vpcFlowLogParameters Property Map
    Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
    wafLoggingParameters Property Map
    Configuration parameters specific to WAF logging when WAF is the resource type.

    TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersProperties, TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersPropertiesArgs

    Parameters for BedrockAgentCore log delivery
    logTypes List<"APPLICATION_LOGS" | "USAGE_LOGS">
    Types of logs to deliver for BedrockAgentCore resources

    TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersPropertiesLogTypesItem, TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersPropertiesLogTypesItemArgs

    ApplicationLogs
    APPLICATION_LOGS
    UsageLogs
    USAGE_LOGS
    TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersPropertiesLogTypesItemApplicationLogs
    APPLICATION_LOGS
    TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersPropertiesLogTypesItemUsageLogs
    USAGE_LOGS
    ApplicationLogs
    APPLICATION_LOGS
    UsageLogs
    USAGE_LOGS
    ApplicationLogs
    APPLICATION_LOGS
    UsageLogs
    USAGE_LOGS
    APPLICATION_LOGS
    APPLICATION_LOGS
    USAGE_LOGS
    USAGE_LOGS
    "APPLICATION_LOGS"
    APPLICATION_LOGS
    "USAGE_LOGS"
    USAGE_LOGS

    TelemetryRuleTelemetrySourceType, TelemetryRuleTelemetrySourceTypeArgs

    VpcFlowLogs
    VPC_FLOW_LOGS
    Route53ResolverQueryLogs
    ROUTE53_RESOLVER_QUERY_LOGS
    EksAuditLogs
    EKS_AUDIT_LOGS
    EksAuthenticatorLogs
    EKS_AUTHENTICATOR_LOGS
    EksControllerManagerLogs
    EKS_CONTROLLER_MANAGER_LOGS
    EksSchedulerLogs
    EKS_SCHEDULER_LOGS
    EksApiLogs
    EKS_API_LOGS
    TelemetryRuleTelemetrySourceTypeVpcFlowLogs
    VPC_FLOW_LOGS
    TelemetryRuleTelemetrySourceTypeRoute53ResolverQueryLogs
    ROUTE53_RESOLVER_QUERY_LOGS
    TelemetryRuleTelemetrySourceTypeEksAuditLogs
    EKS_AUDIT_LOGS
    TelemetryRuleTelemetrySourceTypeEksAuthenticatorLogs
    EKS_AUTHENTICATOR_LOGS
    TelemetryRuleTelemetrySourceTypeEksControllerManagerLogs
    EKS_CONTROLLER_MANAGER_LOGS
    TelemetryRuleTelemetrySourceTypeEksSchedulerLogs
    EKS_SCHEDULER_LOGS
    TelemetryRuleTelemetrySourceTypeEksApiLogs
    EKS_API_LOGS
    VpcFlowLogs
    VPC_FLOW_LOGS
    Route53ResolverQueryLogs
    ROUTE53_RESOLVER_QUERY_LOGS
    EksAuditLogs
    EKS_AUDIT_LOGS
    EksAuthenticatorLogs
    EKS_AUTHENTICATOR_LOGS
    EksControllerManagerLogs
    EKS_CONTROLLER_MANAGER_LOGS
    EksSchedulerLogs
    EKS_SCHEDULER_LOGS
    EksApiLogs
    EKS_API_LOGS
    VpcFlowLogs
    VPC_FLOW_LOGS
    Route53ResolverQueryLogs
    ROUTE53_RESOLVER_QUERY_LOGS
    EksAuditLogs
    EKS_AUDIT_LOGS
    EksAuthenticatorLogs
    EKS_AUTHENTICATOR_LOGS
    EksControllerManagerLogs
    EKS_CONTROLLER_MANAGER_LOGS
    EksSchedulerLogs
    EKS_SCHEDULER_LOGS
    EksApiLogs
    EKS_API_LOGS
    VPC_FLOW_LOGS
    VPC_FLOW_LOGS
    ROUTE53_RESOLVER_QUERY_LOGS
    ROUTE53_RESOLVER_QUERY_LOGS
    EKS_AUDIT_LOGS
    EKS_AUDIT_LOGS
    EKS_AUTHENTICATOR_LOGS
    EKS_AUTHENTICATOR_LOGS
    EKS_CONTROLLER_MANAGER_LOGS
    EKS_CONTROLLER_MANAGER_LOGS
    EKS_SCHEDULER_LOGS
    EKS_SCHEDULER_LOGS
    EKS_API_LOGS
    EKS_API_LOGS
    "VPC_FLOW_LOGS"
    VPC_FLOW_LOGS
    "ROUTE53_RESOLVER_QUERY_LOGS"
    ROUTE53_RESOLVER_QUERY_LOGS
    "EKS_AUDIT_LOGS"
    EKS_AUDIT_LOGS
    "EKS_AUTHENTICATOR_LOGS"
    EKS_AUTHENTICATOR_LOGS
    "EKS_CONTROLLER_MANAGER_LOGS"
    EKS_CONTROLLER_MANAGER_LOGS
    "EKS_SCHEDULER_LOGS"
    EKS_SCHEDULER_LOGS
    "EKS_API_LOGS"
    EKS_API_LOGS

    TelemetryRuleTelemetryType, TelemetryRuleTelemetryTypeArgs

    Logs
    Logs
    Traces
    Traces
    TelemetryRuleTelemetryTypeLogs
    Logs
    TelemetryRuleTelemetryTypeTraces
    Traces
    Logs
    Logs
    Traces
    Traces
    Logs
    Logs
    Traces
    Traces
    LOGS
    Logs
    TRACES
    Traces
    "Logs"
    Logs
    "Traces"
    Traces

    TelemetryRuleVpcFlowLogParameters, TelemetryRuleVpcFlowLogParametersArgs

    Telemetry parameters for VPC Flow logs
    LogFormat string
    The fields to include in the flow log record. If you omit this parameter, the flow log is created using the default format.
    MaxAggregationInterval int
    The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a flow log record. Default is 600s.
    TrafficType string
    The type of traffic captured for the flow log. Default is ALL
    LogFormat string
    The fields to include in the flow log record. If you omit this parameter, the flow log is created using the default format.
    MaxAggregationInterval int
    The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a flow log record. Default is 600s.
    TrafficType string
    The type of traffic captured for the flow log. Default is ALL
    logFormat String
    The fields to include in the flow log record. If you omit this parameter, the flow log is created using the default format.
    maxAggregationInterval Integer
    The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a flow log record. Default is 600s.
    trafficType String
    The type of traffic captured for the flow log. Default is ALL
    logFormat string
    The fields to include in the flow log record. If you omit this parameter, the flow log is created using the default format.
    maxAggregationInterval number
    The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a flow log record. Default is 600s.
    trafficType string
    The type of traffic captured for the flow log. Default is ALL
    log_format str
    The fields to include in the flow log record. If you omit this parameter, the flow log is created using the default format.
    max_aggregation_interval int
    The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a flow log record. Default is 600s.
    traffic_type str
    The type of traffic captured for the flow log. Default is ALL
    logFormat String
    The fields to include in the flow log record. If you omit this parameter, the flow log is created using the default format.
    maxAggregationInterval Number
    The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a flow log record. Default is 600s.
    trafficType String
    The type of traffic captured for the flow log. Default is ALL

    TelemetryRuleWafLogType, TelemetryRuleWafLogTypeArgs

    WafLogs
    WAF_LOGS
    TelemetryRuleWafLogTypeWafLogs
    WAF_LOGS
    WafLogs
    WAF_LOGS
    WafLogs
    WAF_LOGS
    WAF_LOGS
    WAF_LOGS
    "WAF_LOGS"
    WAF_LOGS

    TelemetryRuleWafLoggingParameters, TelemetryRuleWafLoggingParametersArgs

    Telemetry parameters for WAF v2 Web ACL
    LogType Pulumi.AwsNative.ObservabilityAdmin.TelemetryRuleWafLogType
    The type of WAF logs to collect (currently supports WAF_LOGS).
    LoggingFilter Pulumi.AwsNative.ObservabilityAdmin.Inputs.TelemetryRuleLoggingFilter
    A filter configuration that determines which WAF log records to include or exclude.
    RedactedFields List<Pulumi.AwsNative.ObservabilityAdmin.Inputs.TelemetryRuleFieldToMatch>
    Fields not to be included in the logs.
    LogType TelemetryRuleWafLogType
    The type of WAF logs to collect (currently supports WAF_LOGS).
    LoggingFilter TelemetryRuleLoggingFilter
    A filter configuration that determines which WAF log records to include or exclude.
    RedactedFields []TelemetryRuleFieldToMatch
    Fields not to be included in the logs.
    logType TelemetryRuleWafLogType
    The type of WAF logs to collect (currently supports WAF_LOGS).
    loggingFilter TelemetryRuleLoggingFilter
    A filter configuration that determines which WAF log records to include or exclude.
    redactedFields List<TelemetryRuleFieldToMatch>
    Fields not to be included in the logs.
    logType TelemetryRuleWafLogType
    The type of WAF logs to collect (currently supports WAF_LOGS).
    loggingFilter TelemetryRuleLoggingFilter
    A filter configuration that determines which WAF log records to include or exclude.
    redactedFields TelemetryRuleFieldToMatch[]
    Fields not to be included in the logs.
    log_type TelemetryRuleWafLogType
    The type of WAF logs to collect (currently supports WAF_LOGS).
    logging_filter TelemetryRuleLoggingFilter
    A filter configuration that determines which WAF log records to include or exclude.
    redacted_fields Sequence[TelemetryRuleFieldToMatch]
    Fields not to be included in the logs.
    logType "WAF_LOGS"
    The type of WAF logs to collect (currently supports WAF_LOGS).
    loggingFilter Property Map
    A filter configuration that determines which WAF log records to include or exclude.
    redactedFields List<Property Map>
    Fields not to be included in the logs.

    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.

    AWS Cloud Control v1.51.0 published on Monday, Feb 2, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate