Values.PutConfiguredAudienceModelPolicyRequestSourceCreate or update the resource policy for a configured audience model.
type nonrec t = {configuredAudienceModelArn : ConfiguredAudienceModelArn.t;The Amazon Resource Name (ARN) of the configured audience model that the resource policy will govern.
*)configuredAudienceModelPolicy : ResourcePolicy.t;The IAM resource policy.
*)previousPolicyHash : Hash.t option;A cryptographic hash of the contents of the policy used to prevent unexpected concurrent modification of the policy.
*)policyExistenceCondition : PolicyExistenceCondition.t option;Use this to prevent unexpected concurrent modification of the policy.
*)}val make :
?previousPolicyHash:??? ->
?policyExistenceCondition:??? ->
configuredAudienceModelArn:ConfiguredAudienceModelArn.t ->
configuredAudienceModelPolicy:ResourcePolicy.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ConfiguredAudienceModelArn.t ])
list ]