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

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::OrganizationTelemetryRule resource defines a CloudWatch Observability Admin Organization Telemetry Rule.

    Using getOrganizationTelemetryRule

    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 getOrganizationTelemetryRule(args: GetOrganizationTelemetryRuleArgs, opts?: InvokeOptions): Promise<GetOrganizationTelemetryRuleResult>
    function getOrganizationTelemetryRuleOutput(args: GetOrganizationTelemetryRuleOutputArgs, opts?: InvokeOptions): Output<GetOrganizationTelemetryRuleResult>
    def get_organization_telemetry_rule(rule_arn: Optional[str] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetOrganizationTelemetryRuleResult
    def get_organization_telemetry_rule_output(rule_arn: Optional[pulumi.Input[str]] = None,
                                        opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationTelemetryRuleResult]
    func LookupOrganizationTelemetryRule(ctx *Context, args *LookupOrganizationTelemetryRuleArgs, opts ...InvokeOption) (*LookupOrganizationTelemetryRuleResult, error)
    func LookupOrganizationTelemetryRuleOutput(ctx *Context, args *LookupOrganizationTelemetryRuleOutputArgs, opts ...InvokeOption) LookupOrganizationTelemetryRuleResultOutput

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

    public static class GetOrganizationTelemetryRule 
    {
        public static Task<GetOrganizationTelemetryRuleResult> InvokeAsync(GetOrganizationTelemetryRuleArgs args, InvokeOptions? opts = null)
        public static Output<GetOrganizationTelemetryRuleResult> Invoke(GetOrganizationTelemetryRuleInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetOrganizationTelemetryRuleResult> getOrganizationTelemetryRule(GetOrganizationTelemetryRuleArgs args, InvokeOptions options)
    public static Output<GetOrganizationTelemetryRuleResult> getOrganizationTelemetryRule(GetOrganizationTelemetryRuleArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:observabilityadmin:getOrganizationTelemetryRule
      arguments:
        # arguments dictionary

    The following arguments are supported:

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

    getOrganizationTelemetryRule Result

    The following output properties are available:

    Rule Pulumi.AwsNative.ObservabilityAdmin.Outputs.OrganizationTelemetryRuleTelemetryRule
    The name of the organization telemetry rule.
    RuleArn string
    The arn of the organization telemetry rule
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of key-value pairs to apply to this resource
    Rule OrganizationTelemetryRuleTelemetryRule
    The name of the organization telemetry rule.
    RuleArn string
    The arn of the organization telemetry rule
    Tags Tag
    An array of key-value pairs to apply to this resource
    rule OrganizationTelemetryRuleTelemetryRule
    The name of the organization telemetry rule.
    ruleArn String
    The arn of the organization telemetry rule
    tags List<Tag>
    An array of key-value pairs to apply to this resource
    rule OrganizationTelemetryRuleTelemetryRule
    The name of the organization telemetry rule.
    ruleArn string
    The arn of the organization telemetry rule
    tags Tag[]
    An array of key-value pairs to apply to this resource
    rule OrganizationTelemetryRuleTelemetryRule
    The name of the organization telemetry rule.
    rule_arn str
    The arn of the organization telemetry rule
    tags Sequence[root_Tag]
    An array of key-value pairs to apply to this resource
    rule Property Map
    The name of the organization telemetry rule.
    ruleArn String
    The arn of the organization telemetry rule
    tags List<Property Map>
    An array of key-value pairs to apply to this resource

    Supporting Types

    OrganizationTelemetryRuleAction

    OrganizationTelemetryRuleActionCondition

    OrganizationTelemetryRuleAdvancedEventSelector

    FieldSelectors List<Pulumi.AwsNative.ObservabilityAdmin.Inputs.OrganizationTelemetryRuleAdvancedFieldSelector>
    Contains all selector statements in an advanced event selector.
    Name string
    An optional descriptive name for the advanced event selector
    FieldSelectors []OrganizationTelemetryRuleAdvancedFieldSelector
    Contains all selector statements in an advanced event selector.
    Name string
    An optional descriptive name for the advanced event selector
    fieldSelectors List<OrganizationTelemetryRuleAdvancedFieldSelector>
    Contains all selector statements in an advanced event selector.
    name String
    An optional descriptive name for the advanced event selector
    fieldSelectors OrganizationTelemetryRuleAdvancedFieldSelector[]
    Contains all selector statements in an advanced event selector.
    name string
    An optional descriptive name for the advanced event selector
    field_selectors Sequence[OrganizationTelemetryRuleAdvancedFieldSelector]
    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

    OrganizationTelemetryRuleAdvancedFieldSelector

    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.

    OrganizationTelemetryRuleCloudtrailParameters

    AdvancedEventSelectors []OrganizationTelemetryRuleAdvancedEventSelector
    Create fine-grained selectors for AWS CloudTrail management and data.
    advancedEventSelectors List<OrganizationTelemetryRuleAdvancedEventSelector>
    Create fine-grained selectors for AWS CloudTrail management and data.
    advancedEventSelectors OrganizationTelemetryRuleAdvancedEventSelector[]
    Create fine-grained selectors for AWS CloudTrail management and data.
    advanced_event_selectors Sequence[OrganizationTelemetryRuleAdvancedEventSelector]
    Create fine-grained selectors for AWS CloudTrail management and data.
    advancedEventSelectors List<Property Map>
    Create fine-grained selectors for AWS CloudTrail management and data.

    OrganizationTelemetryRuleCondition

    OrganizationTelemetryRuleDestinationType

    OrganizationTelemetryRuleElbLoadBalancerLoggingParameters

    FieldDelimiter string
    A delimiter to delineate log fields
    OutputFormat Pulumi.AwsNative.ObservabilityAdmin.OrganizationTelemetryRuleElbLoadBalancerLoggingParametersOutputFormat
    The format for ELB access log entries (plain text or JSON format).
    FieldDelimiter string
    A delimiter to delineate log fields
    OutputFormat OrganizationTelemetryRuleElbLoadBalancerLoggingParametersOutputFormat
    The format for ELB access log entries (plain text or JSON format).
    fieldDelimiter String
    A delimiter to delineate log fields
    outputFormat OrganizationTelemetryRuleElbLoadBalancerLoggingParametersOutputFormat
    The format for ELB access log entries (plain text or JSON format).
    fieldDelimiter string
    A delimiter to delineate log fields
    outputFormat OrganizationTelemetryRuleElbLoadBalancerLoggingParametersOutputFormat
    The format for ELB access log entries (plain text or JSON format).
    field_delimiter str
    A delimiter to delineate log fields
    output_format OrganizationTelemetryRuleElbLoadBalancerLoggingParametersOutputFormat
    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).

    OrganizationTelemetryRuleElbLoadBalancerLoggingParametersOutputFormat

    OrganizationTelemetryRuleFieldToMatch

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

    OrganizationTelemetryRuleFilter

    OrganizationTelemetryRuleFilterBehavior

    OrganizationTelemetryRuleFilterRequirement

    OrganizationTelemetryRuleLabelNameCondition

    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.

    OrganizationTelemetryRuleLoggingFilter

    DefaultBehavior Pulumi.AwsNative.ObservabilityAdmin.OrganizationTelemetryRuleFilterBehavior
    The default action (KEEP or DROP) for log records that don't match any filter conditions.
    Filters List<Pulumi.AwsNative.ObservabilityAdmin.Inputs.OrganizationTelemetryRuleFilter>
    A list of filter conditions that determine log record handling behavior.
    DefaultBehavior OrganizationTelemetryRuleFilterBehavior
    The default action (KEEP or DROP) for log records that don't match any filter conditions.
    Filters []OrganizationTelemetryRuleFilter
    A list of filter conditions that determine log record handling behavior.
    defaultBehavior OrganizationTelemetryRuleFilterBehavior
    The default action (KEEP or DROP) for log records that don't match any filter conditions.
    filters List<OrganizationTelemetryRuleFilter>
    A list of filter conditions that determine log record handling behavior.
    defaultBehavior OrganizationTelemetryRuleFilterBehavior
    The default action (KEEP or DROP) for log records that don't match any filter conditions.
    filters OrganizationTelemetryRuleFilter[]
    A list of filter conditions that determine log record handling behavior.
    default_behavior OrganizationTelemetryRuleFilterBehavior
    The default action (KEEP or DROP) for log records that don't match any filter conditions.
    filters Sequence[OrganizationTelemetryRuleFilter]
    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.

    OrganizationTelemetryRuleResourceType

    OrganizationTelemetryRuleSingleHeader

    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

    OrganizationTelemetryRuleTelemetryDestinationConfiguration

    CloudtrailParameters Pulumi.AwsNative.ObservabilityAdmin.Inputs.OrganizationTelemetryRuleCloudtrailParameters
    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.OrganizationTelemetryRuleDestinationType
    The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
    ElbLoadBalancerLoggingParameters Pulumi.AwsNative.ObservabilityAdmin.Inputs.OrganizationTelemetryRuleElbLoadBalancerLoggingParameters
    Configuration parameters specific to ELB load balancer logging when ELB is the resource type.
    RetentionInDays int
    The number of days to retain the telemetry data in the destination.
    VpcFlowLogParameters Pulumi.AwsNative.ObservabilityAdmin.Inputs.OrganizationTelemetryRuleVpcFlowLogParameters
    Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
    WafLoggingParameters Pulumi.AwsNative.ObservabilityAdmin.Inputs.OrganizationTelemetryRuleWafLoggingParameters
    Configuration parameters specific to WAF logging when WAF is the resource type.
    CloudtrailParameters OrganizationTelemetryRuleCloudtrailParameters
    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 OrganizationTelemetryRuleDestinationType
    The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
    ElbLoadBalancerLoggingParameters OrganizationTelemetryRuleElbLoadBalancerLoggingParameters
    Configuration parameters specific to ELB load balancer logging when ELB is the resource type.
    RetentionInDays int
    The number of days to retain the telemetry data in the destination.
    VpcFlowLogParameters OrganizationTelemetryRuleVpcFlowLogParameters
    Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
    WafLoggingParameters OrganizationTelemetryRuleWafLoggingParameters
    Configuration parameters specific to WAF logging when WAF is the resource type.
    cloudtrailParameters OrganizationTelemetryRuleCloudtrailParameters
    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 OrganizationTelemetryRuleDestinationType
    The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
    elbLoadBalancerLoggingParameters OrganizationTelemetryRuleElbLoadBalancerLoggingParameters
    Configuration parameters specific to ELB load balancer logging when ELB is the resource type.
    retentionInDays Integer
    The number of days to retain the telemetry data in the destination.
    vpcFlowLogParameters OrganizationTelemetryRuleVpcFlowLogParameters
    Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
    wafLoggingParameters OrganizationTelemetryRuleWafLoggingParameters
    Configuration parameters specific to WAF logging when WAF is the resource type.
    cloudtrailParameters OrganizationTelemetryRuleCloudtrailParameters
    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 OrganizationTelemetryRuleDestinationType
    The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
    elbLoadBalancerLoggingParameters OrganizationTelemetryRuleElbLoadBalancerLoggingParameters
    Configuration parameters specific to ELB load balancer logging when ELB is the resource type.
    retentionInDays number
    The number of days to retain the telemetry data in the destination.
    vpcFlowLogParameters OrganizationTelemetryRuleVpcFlowLogParameters
    Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
    wafLoggingParameters OrganizationTelemetryRuleWafLoggingParameters
    Configuration parameters specific to WAF logging when WAF is the resource type.
    cloudtrail_parameters OrganizationTelemetryRuleCloudtrailParameters
    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 OrganizationTelemetryRuleDestinationType
    The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
    elb_load_balancer_logging_parameters OrganizationTelemetryRuleElbLoadBalancerLoggingParameters
    Configuration parameters specific to ELB load balancer logging when ELB is the resource type.
    retention_in_days int
    The number of days to retain the telemetry data in the destination.
    vpc_flow_log_parameters OrganizationTelemetryRuleVpcFlowLogParameters
    Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
    waf_logging_parameters OrganizationTelemetryRuleWafLoggingParameters
    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.
    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.

    OrganizationTelemetryRuleTelemetryRule

    ResourceType Pulumi.AwsNative.ObservabilityAdmin.OrganizationTelemetryRuleResourceType
    The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL").
    TelemetryType Pulumi.AwsNative.ObservabilityAdmin.OrganizationTelemetryRuleTelemetryType
    The type of telemetry to collect (Logs, Metrics, or Traces).
    DestinationConfiguration Pulumi.AwsNative.ObservabilityAdmin.Inputs.OrganizationTelemetryRuleTelemetryDestinationConfiguration
    Configuration specifying where and how the telemetry data should be delivered.
    Scope string
    The organizational scope to which the rule applies, specified using accounts or organizational units.
    SelectionCriteria string
    Criteria for selecting which resources the rule applies to, such as resource tags.
    TelemetrySourceTypes List<Pulumi.AwsNative.ObservabilityAdmin.OrganizationTelemetryRuleTelemetrySourceType>
    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 OrganizationTelemetryRuleResourceType
    The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL").
    TelemetryType OrganizationTelemetryRuleTelemetryType
    The type of telemetry to collect (Logs, Metrics, or Traces).
    DestinationConfiguration OrganizationTelemetryRuleTelemetryDestinationConfiguration
    Configuration specifying where and how the telemetry data should be delivered.
    Scope string
    The organizational scope to which the rule applies, specified using accounts or organizational units.
    SelectionCriteria string
    Criteria for selecting which resources the rule applies to, such as resource tags.
    TelemetrySourceTypes []OrganizationTelemetryRuleTelemetrySourceType
    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 OrganizationTelemetryRuleResourceType
    The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL").
    telemetryType OrganizationTelemetryRuleTelemetryType
    The type of telemetry to collect (Logs, Metrics, or Traces).
    destinationConfiguration OrganizationTelemetryRuleTelemetryDestinationConfiguration
    Configuration specifying where and how the telemetry data should be delivered.
    scope String
    The organizational scope to which the rule applies, specified using accounts or organizational units.
    selectionCriteria String
    Criteria for selecting which resources the rule applies to, such as resource tags.
    telemetrySourceTypes List<OrganizationTelemetryRuleTelemetrySourceType>
    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 OrganizationTelemetryRuleResourceType
    The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL").
    telemetryType OrganizationTelemetryRuleTelemetryType
    The type of telemetry to collect (Logs, Metrics, or Traces).
    destinationConfiguration OrganizationTelemetryRuleTelemetryDestinationConfiguration
    Configuration specifying where and how the telemetry data should be delivered.
    scope string
    The organizational scope to which the rule applies, specified using accounts or organizational units.
    selectionCriteria string
    Criteria for selecting which resources the rule applies to, such as resource tags.
    telemetrySourceTypes OrganizationTelemetryRuleTelemetrySourceType[]
    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 OrganizationTelemetryRuleResourceType
    The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL").
    telemetry_type OrganizationTelemetryRuleTelemetryType
    The type of telemetry to collect (Logs, Metrics, or Traces).
    destination_configuration OrganizationTelemetryRuleTelemetryDestinationConfiguration
    Configuration specifying where and how the telemetry data should be delivered.
    scope str
    The organizational scope to which the rule applies, specified using accounts or organizational units.
    selection_criteria str
    Criteria for selecting which resources the rule applies to, such as resource tags.
    telemetry_source_types Sequence[OrganizationTelemetryRuleTelemetrySourceType]
    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"
    The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL").
    telemetryType "Logs"
    The type of telemetry to collect (Logs, Metrics, or Traces).
    destinationConfiguration Property Map
    Configuration specifying where and how the telemetry data should be delivered.
    scope String
    The organizational scope to which the rule applies, specified using accounts or organizational units.
    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.

    OrganizationTelemetryRuleTelemetrySourceType

    OrganizationTelemetryRuleTelemetryType

    OrganizationTelemetryRuleVpcFlowLogParameters

    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

    OrganizationTelemetryRuleWafLogType

    OrganizationTelemetryRuleWafLoggingParameters

    LogType Pulumi.AwsNative.ObservabilityAdmin.OrganizationTelemetryRuleWafLogType
    The type of WAF logs to collect (currently supports WAF_LOGS).
    LoggingFilter Pulumi.AwsNative.ObservabilityAdmin.Inputs.OrganizationTelemetryRuleLoggingFilter
    A filter configuration that determines which WAF log records to include or exclude.
    RedactedFields List<Pulumi.AwsNative.ObservabilityAdmin.Inputs.OrganizationTelemetryRuleFieldToMatch>
    Fields not to be included in the logs.
    LogType OrganizationTelemetryRuleWafLogType
    The type of WAF logs to collect (currently supports WAF_LOGS).
    LoggingFilter OrganizationTelemetryRuleLoggingFilter
    A filter configuration that determines which WAF log records to include or exclude.
    RedactedFields []OrganizationTelemetryRuleFieldToMatch
    Fields not to be included in the logs.
    logType OrganizationTelemetryRuleWafLogType
    The type of WAF logs to collect (currently supports WAF_LOGS).
    loggingFilter OrganizationTelemetryRuleLoggingFilter
    A filter configuration that determines which WAF log records to include or exclude.
    redactedFields List<OrganizationTelemetryRuleFieldToMatch>
    Fields not to be included in the logs.
    logType OrganizationTelemetryRuleWafLogType
    The type of WAF logs to collect (currently supports WAF_LOGS).
    loggingFilter OrganizationTelemetryRuleLoggingFilter
    A filter configuration that determines which WAF log records to include or exclude.
    redactedFields OrganizationTelemetryRuleFieldToMatch[]
    Fields not to be included in the logs.
    log_type OrganizationTelemetryRuleWafLogType
    The type of WAF logs to collect (currently supports WAF_LOGS).
    logging_filter OrganizationTelemetryRuleLoggingFilter
    A filter configuration that determines which WAF log records to include or exclude.
    redacted_fields Sequence[OrganizationTelemetryRuleFieldToMatch]
    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.

    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

    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