Values.DisassociateIamRoleFromResourceInputSourceDisassociates an Amazon Web Services Identity and Access Management (IAM) service role from a specified resource to disable Amazon Web Services service integration.
type nonrec t = {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.
*)awsIntegration : SupportedAwsIntegration.t;The Amazon Web Services integration configuration settings for the Amazon Web Services Identity and Access Management (IAM) service role disassociation.
*)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.
*)}val make :
iamRoleArn:RoleArn.t ->
awsIntegration:SupportedAwsIntegration.t ->
resourceArn:DisassociateIamRoleFromResourceInputResourceArnString.t ->
unit ->
t