Module Values.EnabledBaselineDetailsSource

Details of the EnabledBaseline resource.

Sourcetype nonrec t = {
  1. arn : Arn.t option;
    (*

    The ARN of the EnabledBaseline resource.

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

    The specific Baseline enabled as part of the EnabledBaseline resource.

    *)
  3. baselineVersion : String_.t option;
    (*

    The enabled version of the Baseline.

    *)
  4. driftStatusSummary : EnabledBaselineDriftStatusSummary.t option;
    (*

    The drift status of the enabled baseline.

    *)
  5. targetIdentifier : String_.t option;
    (*

    The target on which to enable the Baseline.

    *)
  6. parentIdentifier : Arn.t option;
    (*

    An ARN that represents the parent EnabledBaseline at the Organizational Unit (OU) level, from which the child EnabledBaseline inherits its configuration. The value is returned by GetEnabledBaseline.

    *)
  7. statusSummary : EnablementStatusSummary.t option;
  8. parameters : EnabledBaselineParameterSummaries.t option;
    (*

    Shows the parameters that are applied when enabling this Baseline.

    *)
}
Sourceval make : ?arn:??? -> ?baselineIdentifier:??? -> ?baselineVersion:??? -> ?driftStatusSummary:??? -> ?targetIdentifier:??? -> ?parentIdentifier:??? -> ?statusSummary:??? -> ?parameters:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t | `Structure of 'a list ]) list ] list | `String of Arn.t | `Structure of (string * [> `Enum of string | `String of OperationIdentifier.t | `Structure of (string * [> `Structure of (string * [> `Enum of string ]) 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