Show / Hide Table of Contents

Class OutboundExternalLinkReference

A reference to a OutboundExternalLink resource.

Inheritance
object
OutboundExternalLinkReference
Implements
IOutboundExternalLinkReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IOutboundExternalLinkReference
Back to top Generated by DocFX