Module Values.DescribeAutoScalingConfigurationRequestSource

Return a full description of an App Runner automatic scaling configuration resource.

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

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

    *)
}
Sourceval context_ : string
Sourceval make : autoScalingConfigurationArn: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