Module Values_2.IAMPolicyAssignmentSource

An Identity and Access Management (IAM) policy assignment.

Sourcetype nonrec t = {
  1. awsAccountId : Values_1.AwsAccountId.t option;
    (*

    The Amazon Web Services account ID.

    *)
  2. assignmentId : Values_0.String_.t option;
    (*

    Assignment ID.

    *)
  3. assignmentName : Values_0.IAMPolicyAssignmentName.t option;
    (*

    Assignment name.

    *)
  4. policyArn : Values_0.Arn.t option;
    (*

    The Amazon Resource Name (ARN) for the IAM policy.

    *)
  5. identities : Values_1.IdentityMap.t option;
    (*

    Identities.

    *)
  6. assignmentStatus : Values_1.AssignmentStatus.t option;
    (*

    Assignment status.

    *)
}
Sourceval make : ?awsAccountId:??? -> ?assignmentId:??? -> ?assignmentName:??? -> ?policyArn:??? -> ?identities:??? -> ?assignmentStatus:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Map of ([> `String of Values_0.String_.t ] * [> `List of [> `String of string ] list ]) list | `String of Values_1.AwsAccountId.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