Module Values.ResolverDnssecConfigSource

A complex type that contains information about a configuration for DNSSEC validation.

Sourcetype nonrec t = {
  1. id : ResourceId.t option;
    (*

    The ID for a configuration for DNSSEC validation.

    *)
  2. ownerId : AccountId.t option;
    (*

    The owner account ID of the virtual private cloud (VPC) for a configuration for DNSSEC validation.

    *)
  3. resourceId : ResourceId.t option;
    (*

    The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for.

    *)
  4. validationStatus : ResolverDNSSECValidationStatus.t option;
    (*

    The validation status for a DNSSEC configuration. The status can be one of the following: ENABLING: DNSSEC validation is being enabled but is not complete. ENABLED: DNSSEC validation is enabled. DISABLING: DNSSEC validation is being disabled but is not complete. DISABLED DNSSEC validation is disabled.

    *)
}
Sourceval make : ?id:??? -> ?ownerId:??? -> ?resourceId:??? -> ?validationStatus:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ResourceId.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