interface VpcConnectorReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.AppRunner.VpcConnectorReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsapprunner#VpcConnectorReference |
Java | software.amazon.awscdk.interfaces.apprunner.VpcConnectorReference |
Python | aws_cdk.interfaces.aws_apprunner.VpcConnectorReference |
TypeScript | aws-cdk-lib » interfaces » aws_apprunner » VpcConnectorReference |
A reference to a VpcConnector resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_apprunner as interfaces_aws_apprunner } from 'aws-cdk-lib/interfaces';
const vpcConnectorReference: interfaces_aws_apprunner.VpcConnectorReference = {
vpcConnectorArn: 'vpcConnectorArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| vpc | string | The VpcConnectorArn of the VpcConnector resource. |
vpcConnectorArn
Type:
string
The VpcConnectorArn of the VpcConnector resource.

.NET
Go
Java
Python
TypeScript