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

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.

    Using getTelemetryRule

    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 getTelemetryRule(args: GetTelemetryRuleArgs, opts?: InvokeOptions): Promise<GetTelemetryRuleResult>
    function getTelemetryRuleOutput(args: GetTelemetryRuleOutputArgs, opts?: InvokeOptions): Output<GetTelemetryRuleResult>
    def get_telemetry_rule(rule_arn: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetTelemetryRuleResult
    def get_telemetry_rule_output(rule_arn: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetTelemetryRuleResult]
    func LookupTelemetryRule(ctx *Context, args *LookupTelemetryRuleArgs, opts ...InvokeOption) (*LookupTelemetryRuleResult, error)
    func LookupTelemetryRuleOutput(ctx *Context, args *LookupTelemetryRuleOutputArgs, opts ...InvokeOption) LookupTelemetryRuleResultOutput

    > Note: This function is named LookupTelemetryRule in the Go SDK.

    public static class GetTelemetryRule 
    {
        public static Task<GetTelemetryRuleResult> InvokeAsync(GetTelemetryRuleArgs args, InvokeOptions? opts = null)
        public static Output<GetTelemetryRuleResult> Invoke(GetTelemetryRuleInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTelemetryRuleResult> getTelemetryRule(GetTelemetryRuleArgs args, InvokeOptions options)
    public static Output<GetTelemetryRuleResult> getTelemetryRule(GetTelemetryRuleArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:observabilityadmin:getTelemetryRule
      arguments:
        # arguments dictionary

    The following arguments are supported:

    RuleArn string
    The arn of the telemetry rule
    RuleArn string
    The arn of the telemetry rule
    ruleArn String
    The arn of the telemetry rule
    ruleArn string
    The arn of the telemetry rule
    rule_arn str
    The arn of the telemetry rule
    ruleArn String
    The arn of the telemetry rule

    getTelemetryRule Result

    The following output properties are available:

    Rule Pulumi.AwsNative.ObservabilityAdmin.Outputs.TelemetryRule
    Retrieves the details of a specific telemetry rule in your account.
    RuleArn string
    The arn of the telemetry rule
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of key-value pairs to apply to this resource
    Rule TelemetryRuleType
    Retrieves the details of a specific telemetry rule in your account.
    RuleArn string
    The arn of the telemetry rule
    Tags 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.
    ruleArn String
    The arn 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.
    ruleArn string
    The arn of the telemetry rule
    tags 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.
    rule_arn str
    The arn of the telemetry rule
    tags Sequence[root_Tag]
    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.
    ruleArn String
    The arn of the telemetry rule
    tags List<Property Map>
    An array of key-value pairs to apply to this resource

    Supporting Types

    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 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

    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

    TelemetryRuleActionCondition

    TelemetryRuleAdvancedEventSelector

    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

    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

    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

    TelemetryRuleDestinationType

    TelemetryRuleElbLoadBalancerLoggingParameters

    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

    TelemetryRuleFieldToMatch

    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

    TelemetryRuleFilterBehavior

    TelemetryRuleFilterRequirement

    TelemetryRuleLabelNameCondition

    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

    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

    TelemetryRuleSingleHeader

    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

    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

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

    TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersPropertiesLogTypesItem

    TelemetryRuleTelemetrySourceType

    TelemetryRuleTelemetryType

    TelemetryRuleVpcFlowLogParameters

    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

    TelemetryRuleWafLoggingParameters

    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