Describe Accelerator Attributes
globalaccelerator_describe_accelerator_attributes | R Documentation |
Describe the attributes of an accelerator¶
Description¶
Describe the attributes of an accelerator.
Usage¶
Arguments¶
AcceleratorArn
[required] The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.
Value¶
A list with the following syntax:
list(
AcceleratorAttributes = list(
FlowLogsEnabled = TRUE|FALSE,
FlowLogsS3Bucket = "string",
FlowLogsS3Prefix = "string"
)
)