Interface IDestinationReference
A reference to a Destination resource.
Namespace: Amazon.CDK.Interfaces.IoTWireless
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDestinationReference
Syntax (vb)
Public Interface IDestinationReference
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.IoTWireless;
var destinationReference = new DestinationReference {
DestinationArn = "destinationArn",
DestinationName = "destinationName"
};
Synopsis
Properties
| DestinationArn | The ARN of the Destination resource. |
| DestinationName | The Name of the Destination resource. |
Properties
DestinationArn
The ARN of the Destination resource.
string DestinationArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
DestinationName
The Name of the Destination resource.
string DestinationName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated