AcceleratorReference
- class aws_cdk.aws_globalaccelerator.AcceleratorReference(*, accelerator_arn)
Bases:
object
A reference to a Accelerator resource.
- Parameters:
accelerator_arn (
str
) – The AcceleratorArn of the Accelerator resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_globalaccelerator as globalaccelerator accelerator_reference = globalaccelerator.AcceleratorReference( accelerator_arn="acceleratorArn" )
Attributes
- accelerator_arn
The AcceleratorArn of the Accelerator resource.