Module Values.AssociateIamRoleToResourceInputSource

Associates an Amazon Web Services Identity and Access Management (IAM) service role with a specified resource to enable 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 associate with 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 association.

    *)
  3. 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.

    *)
}
Sourceval context_ : string
Sourceval make : iamRoleArn:RoleArn.t -> awsIntegration:SupportedAwsIntegration.t -> resourceArn:AssociateIamRoleToResourceInputResourceArnString.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