Learn R Programming

paws.networking (version 0.1.11)

cloudfront_delete_realtime_log_config: Deletes a real-time log configuration

Description

Deletes a real-time log configuration.

You cannot delete a real-time log configuration if it<U+2019>s attached to a cache behavior. First update your distributions to remove the real-time log configuration from all cache behaviors, then delete the real-time log configuration.

To delete a real-time log configuration, you can provide the configuration<U+2019>s name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to delete.

Usage

cloudfront_delete_realtime_log_config(Name, ARN)

Arguments

Name

The name of the real-time log configuration to delete.

ARN

The Amazon Resource Name (ARN) of the real-time log configuration to delete.

Value

An empty list.

Request syntax

svc$delete_realtime_log_config(
  Name = "string",
  ARN = "string"
)