Values.AssociateIamRoleToResourceInputSourceAssociates an Amazon Web Services Identity and Access Management (IAM) service role with a specified resource to enable 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 associate with the resource.
*)awsIntegration : SupportedAwsIntegration.t;The Amazon Web Services integration configuration settings for the Amazon Web Services Identity and Access Management (IAM) service role association.
*)resourceArn : AssociateIamRoleToResourceInputResourceArnString.t;The Amazon Resource Name (ARN) of the target resource to associate with the Amazon Web Services Identity and Access Management (IAM) service role.
*)}val make :
iamRoleArn:RoleArn.t ->
awsIntegration:SupportedAwsIntegration.t ->
resourceArn:AssociateIamRoleToResourceInputResourceArnString.t ->
unit ->
t