Module Values.DeleteObservabilityConfigurationRequestSource

Delete an App Runner observability configuration resource. You can delete a specific revision or the latest active revision. You can't delete a configuration that's used by one or more App Runner services.

Sourcetype nonrec t = {
  1. observabilityConfigurationArn : AppRunnerResourceArn.t;
    (*

    The Amazon Resource Name (ARN) of the App Runner observability configuration that you want to delete. The ARN can be a full observability configuration ARN, or a partial ARN ending with either .../name or .../name/revision . If a revision isn't specified, the latest active revision is deleted.

    *)
}
Sourceval context_ : string
Sourceval make : observabilityConfigurationArn:AppRunnerResourceArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AppRunnerResourceArn.t ]) 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