View source: R/cleanroomsml_operations.R
cleanroomsml_put_configured_audience_model_policy | R Documentation |
Create or update the resource policy for a configured audience model.
See https://www.paws-r-sdk.com/docs/cleanroomsml_put_configured_audience_model_policy/ for full documentation.
cleanroomsml_put_configured_audience_model_policy(
configuredAudienceModelArn,
configuredAudienceModelPolicy,
previousPolicyHash = NULL,
policyExistenceCondition = NULL
)
configuredAudienceModelArn |
[required] The Amazon Resource Name (ARN) of the configured audience model that the resource policy will govern. |
configuredAudienceModelPolicy |
[required] The IAM resource policy. |
previousPolicyHash |
A cryptographic hash of the contents of the policy used to prevent unexpected concurrent modification of the policy. |
policyExistenceCondition |
Use this to prevent unexpected concurrent modification of the policy. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.