Module Values.DisassociateIamRoleFromResourceInputSource

Disassociates an Amazon Web Services Identity and Access Management (IAM) service role from a specified resource to disable Amazon Web Services service integration.

Sourcetype nonrec t = {
  1. iamRoleArn : RoleArn.t;
    (*

    The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) service role to disassociate from the resource.

    *)
  2. awsIntegration : SupportedAwsIntegration.t;
    (*

    The Amazon Web Services integration configuration settings for the Amazon Web Services Identity and Access Management (IAM) service role disassociation.

    *)
  3. resourceArn : DisassociateIamRoleFromResourceInputResourceArnString.t;
    (*

    The Amazon Resource Name (ARN) of the target resource to disassociate from the Amazon Web Services Identity and Access Management (IAM) service role.

    *)
}
Sourceval context_ : string
Sourceval make : iamRoleArn:RoleArn.t -> awsIntegration:SupportedAwsIntegration.t -> resourceArn:DisassociateIamRoleFromResourceInputResourceArnString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of RoleArn.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