Interface IVpcIngressConnectionReference
A reference to a VpcIngressConnection resource.
Namespace: Amazon.CDK.Interfaces.AppRunner
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVpcIngressConnectionReference
Syntax (vb)
Public Interface IVpcIngressConnectionReference
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.AppRunner;
var vpcIngressConnectionReference = new VpcIngressConnectionReference {
VpcIngressConnectionArn = "vpcIngressConnectionArn"
};
Synopsis
Properties
| VpcIngressConnectionArn | The VpcIngressConnectionArn of the VpcIngressConnection resource. |
Properties
VpcIngressConnectionArn
The VpcIngressConnectionArn of the VpcIngressConnection resource.
string VpcIngressConnectionArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated