Module Values.ResetEnabledBaselineInputSource

Re-enables an EnabledBaseline resource. For example, this API can re-apply the existing Baseline after a new member account is moved to the target OU. For usage examples, see the Amazon Web Services Control Tower User Guide .

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

    Specifies the ID of the EnabledBaseline resource to be re-enabled, in ARN format.

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