interface OutboundExternalLinkReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.RTBFabric.OutboundExternalLinkReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsrtbfabric#OutboundExternalLinkReference |
Java | software.amazon.awscdk.interfaces.rtbfabric.OutboundExternalLinkReference |
Python | aws_cdk.interfaces.aws_rtbfabric.OutboundExternalLinkReference |
TypeScript | aws-cdk-lib » interfaces » aws_rtbfabric » OutboundExternalLinkReference |
A reference to a OutboundExternalLink resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_rtbfabric as interfaces_rtbfabric } from 'aws-cdk-lib/interfaces';
const outboundExternalLinkReference: interfaces_rtbfabric.OutboundExternalLinkReference = {
outboundExternalLinkArn: 'outboundExternalLinkArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| outbound | string | The Arn of the OutboundExternalLink resource. |
outboundExternalLinkArn
Type:
string
The Arn of the OutboundExternalLink resource.

.NET
Go
Java
Python
TypeScript