Delete Policy Statement
entityresolution_delete_policy_statement | R Documentation |
Deletes the policy statement¶
Description¶
Deletes the policy statement.
Usage¶
entityresolution_delete_policy_statement(arn, statementId)
Arguments¶
arn |
[required] The ARN of the resource for which the policy need to be deleted. |
statementId |
[required] A statement identifier that differentiates the statement from others in the same policy. |
Value¶
A list with the following syntax:
list(
arn = "string",
policy = "string",
token = "string"
)
Request syntax¶
svc$delete_policy_statement(
arn = "string",
statementId = "string"
)