Skip to content

Describe Custom Routing Accelerator Attributes

globalaccelerator_describe_custom_routing_accelerator_attributes R Documentation

Describe the attributes of a custom routing accelerator

Description

Describe the attributes of a custom routing accelerator.

Usage

globalaccelerator_describe_custom_routing_accelerator_attributes(
  AcceleratorArn)

Arguments

AcceleratorArn

[required] The Amazon Resource Name (ARN) of the custom routing accelerator to describe the attributes for.

Value

A list with the following syntax:

list(
  AcceleratorAttributes = list(
    FlowLogsEnabled = TRUE|FALSE,
    FlowLogsS3Bucket = "string",
    FlowLogsS3Prefix = "string"
  )
)

Request syntax

svc$describe_custom_routing_accelerator_attributes(
  AcceleratorArn = "string"
)