Class OutboundExternalLinkReference
A reference to a OutboundExternalLink resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.RTBFabric
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class OutboundExternalLinkReference : IOutboundExternalLinkReference
Syntax (vb)
Public Class OutboundExternalLinkReference Implements IOutboundExternalLinkReference
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.RTBFabric;
var outboundExternalLinkReference = new OutboundExternalLinkReference {
OutboundExternalLinkArn = "outboundExternalLinkArn"
};
Synopsis
Constructors
| OutboundExternalLinkReference() | A reference to a OutboundExternalLink resource. |
Properties
| OutboundExternalLinkArn | The Arn of the OutboundExternalLink resource. |
Constructors
OutboundExternalLinkReference()
A reference to a OutboundExternalLink resource.
public OutboundExternalLinkReference()
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.RTBFabric;
var outboundExternalLinkReference = new OutboundExternalLinkReference {
OutboundExternalLinkArn = "outboundExternalLinkArn"
};
Properties
OutboundExternalLinkArn
The Arn of the OutboundExternalLink resource.
public string OutboundExternalLinkArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated