Class AcceleratorReference
A reference to a Accelerator resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.GlobalAccelerator
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AcceleratorReference : IAcceleratorReference
Syntax (vb)
Public Class AcceleratorReference Implements IAcceleratorReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.GlobalAccelerator;
var acceleratorReference = new AcceleratorReference {
AcceleratorArn = "acceleratorArn"
};
Synopsis
Constructors
| AcceleratorReference() | A reference to a Accelerator resource. |
Properties
| AcceleratorArn | The AcceleratorArn of the Accelerator resource. |
Constructors
AcceleratorReference()
A reference to a Accelerator resource.
public AcceleratorReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.GlobalAccelerator;
var acceleratorReference = new AcceleratorReference {
AcceleratorArn = "acceleratorArn"
};
Properties
AcceleratorArn
The AcceleratorArn of the Accelerator resource.
public string AcceleratorArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated