Revoke Vpc Endpoint Access
| opensearchservice_revoke_vpc_endpoint_access | R Documentation |
Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint¶
Description¶
Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.
Usage¶
opensearchservice_revoke_vpc_endpoint_access(DomainName, Account,
Service)
Arguments¶
DomainName |
[required] The name of the OpenSearch Service domain. |
Account |
The account ID to revoke access from. |
Service |
The service SP to revoke access from. |
Value¶
An empty list.
Request syntax¶
svc$revoke_vpc_endpoint_access(
DomainName = "string",
Account = "string",
Service = "application.opensearchservice.amazonaws.com"
)