Module Values.StandardsControlAssociationIdSource

An array with one or more objects that includes a security control (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard. The security control ID or ARN is the same across standards.

Sourcetype nonrec t = {
  1. securityControlId : NonEmptyString.t;
    (*

    The unique identifier (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters) of a security control across standards.

    *)
  2. standardsArn : NonEmptyString.t;
    (*

    The ARN of a standard.

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