Skip to content

Delete Resource Policy

opensearchingestion_delete_resource_policy R Documentation

Deletes a resource-based policy from an OpenSearch Ingestion resource

Description

Deletes a resource-based policy from an OpenSearch Ingestion resource.

Usage

opensearchingestion_delete_resource_policy(ResourceArn)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the resource from which to delete the policy.

Value

An empty list.

Request syntax

svc$delete_resource_policy(
  ResourceArn = "string"
)