Skip to content

Disable Http Endpoint

rds_disable_http_endpoint R Documentation

Disables the HTTP endpoint for the specified DB cluster

Description

Disables the HTTP endpoint for the specified DB cluster. Disabling this endpoint disables RDS Data API.

For more information, see Using RDS Data API in the Amazon Aurora User Guide.

This operation applies only to Aurora PostgreSQL Serverless v2 and provisioned DB clusters. To disable the HTTP endpoint for Aurora Serverless v1 DB clusters, use the enable_http_endpoint parameter of the modify_db_cluster operation.

Usage

rds_disable_http_endpoint(ResourceArn)

Arguments

ResourceArn

[required] The Amazon Resource Name (ARN) of the DB cluster.

Value

A list with the following syntax:

list(
  ResourceArn = "string",
  HttpEndpointEnabled = TRUE|FALSE
)

Request syntax

svc$disable_http_endpoint(
  ResourceArn = "string"
)