vpclattice_put_auth_policy {paws.networking}R Documentation

Creates or updates the auth policy

Description

Creates or updates the auth policy. The policy string in JSON must not contain newlines or blank lines.

See https://www.paws-r-sdk.com/docs/vpclattice_put_auth_policy/ for full documentation.

Usage

vpclattice_put_auth_policy(policy, resourceIdentifier)

Arguments

policy

[required] The auth policy. The policy string in JSON must not contain newlines or blank lines.

resourceIdentifier

[required] The ID or ARN of the service network or service for which the policy is created.


[Package paws.networking version 0.9.0 Index]