Module Values.TelemetryDestinationConfigurationSource

Configuration specifying where and how telemetry data should be delivered for Amazon Web Services resources.

Sourcetype nonrec t = {
  1. destinationType : DestinationType.t option;
    (*

    The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").

    *)
  2. destinationPattern : String_.t option;
    (*

    The pattern used to generate the destination path or name, supporting macros like <resourceId> and <accountId>.

    *)
  3. retentionInDays : RetentionPeriodInDays.t option;
    (*

    The number of days to retain the telemetry data in the destination.

    *)
  4. vPCFlowLogParameters : VPCFlowLogParameters.t option;
    (*

    Configuration parameters specific to VPC Flow Logs when VPC is the resource type.

    *)
  5. cloudtrailParameters : CloudtrailParameters.t option;
    (*

    Configuration parameters specific to Amazon Web Services CloudTrail when CloudTrail is the source type.

    *)
  6. eLBLoadBalancerLoggingParameters : ELBLoadBalancerLoggingParameters.t option;
    (*

    Configuration parameters specific to ELB load balancer logging when ELB is the resource type.

    *)
  7. wAFLoggingParameters : WAFLoggingParameters.t option;
    (*

    Configuration parameters specific to WAF logging when WAF is the resource type.

    *)
  8. logDeliveryParameters : LogDeliveryParameters.t option;
    (*

    Configuration parameters specific to Amazon Bedrock AgentCore logging when Amazon Bedrock AgentCore is the resource type.

    *)
  9. mskMonitoringParameters : MskMonitoringParameters.t option;
    (*

    Configuration parameters specific to MSK monitoring when MSK is the resource type.

    *)
}
Sourceval make : ?destinationType:??? -> ?destinationPattern:??? -> ?retentionInDays:??? -> ?vPCFlowLogParameters:??? -> ?cloudtrailParameters:??? -> ?eLBLoadBalancerLoggingParameters:??? -> ?wAFLoggingParameters:??? -> ?logDeliveryParameters:??? -> ?mskMonitoringParameters:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of RetentionPeriodInDays.t | `String of String_.t | `Structure of (string * [> `Enum of string | `Integer of Integer.t | `List of [> `Enum of string | `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of String_.t ] list | `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `String of SingleHeaderNameString.t ]) list ]) list ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of LabelNameConditionLabelNameString.t ]) list ]) list ] list ]) list ] list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t