Learn R Programming

paws.networking (version 0.1.10)

cloudfront_get_realtime_log_config: Gets a real-time log configuration

Description

Gets a real-time log configuration.

To get 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 get.

Usage

cloudfront_get_realtime_log_config(Name, ARN)

Arguments

Name

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

ARN

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

Request syntax

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