Get Verified Access Group Policy
ec2_get_verified_access_group_policy | R Documentation |
Shows the contents of the Verified Access policy associated with the group¶
Description¶
Shows the contents of the Verified Access policy associated with the group.
Usage¶
ec2_get_verified_access_group_policy(VerifiedAccessGroupId, DryRun)
Arguments¶
VerifiedAccessGroupId |
[required] The ID of the Verified Access group. |
DryRun |
Checks whether you have the required permissions for the action,
without actually making the request, and provides an error response. If
you have the required permissions, the error response is
|
Value¶
A list with the following syntax:
list(
PolicyEnabled = TRUE|FALSE,
PolicyDocument = "string"
)
Request syntax¶
svc$get_verified_access_group_policy(
VerifiedAccessGroupId = "string",
DryRun = TRUE|FALSE
)