Module Values_0.ResourceIdentifierSource

Information that identifies the noncompliant resource.

Sourcetype nonrec t = {
  1. deviceCertificateId : CertificateId.t option;
    (*

    The ID of the certificate attached to the resource.

    *)
  2. caCertificateId : CertificateId.t option;
    (*

    The ID of the CA certificate used to authorize the certificate.

    *)
  3. cognitoIdentityPoolId : CognitoIdentityPoolId.t option;
    (*

    The ID of the Amazon Cognito identity pool.

    *)
  4. clientId : ClientId.t option;
    (*

    The client ID.

    *)
  5. policyVersionIdentifier : PolicyVersionIdentifier.t option;
    (*

    The version of the policy associated with the resource.

    *)
  6. account : AwsAccountId.t option;
    (*

    The account with which the resource is associated.

    *)
  7. iamRoleArn : RoleArn.t option;
    (*

    The ARN of the IAM role that has overly permissive actions.

    *)
  8. roleAliasArn : RoleAliasArn.t option;
    (*

    The ARN of the role alias that has overly permissive actions.

    *)
  9. issuerCertificateIdentifier : IssuerCertificateIdentifier.t option;
    (*

    The issuer certificate identifier.

    *)
  10. deviceCertificateArn : CertificateArn.t option;
    (*

    The ARN of the identified device certificate.

    *)
}
Sourceval make : ?deviceCertificateId:??? -> ?caCertificateId:??? -> ?cognitoIdentityPoolId:??? -> ?clientId:??? -> ?policyVersionIdentifier:??? -> ?account:??? -> ?iamRoleArn:??? -> ?roleAliasArn:??? -> ?issuerCertificateIdentifier:??? -> ?deviceCertificateArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CertificateId.t | `Structure of (string * [> `String of PolicyName.t ]) 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