interface VPCEConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.DeviceFarm.VPCEConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdevicefarm#VPCEConfigurationReference |
Java | software.amazon.awscdk.services.devicefarm.VPCEConfigurationReference |
Python | aws_cdk.aws_devicefarm.VPCEConfigurationReference |
TypeScript | aws-cdk-lib » aws_devicefarm » VPCEConfigurationReference |
A reference to a VPCEConfiguration resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_devicefarm as devicefarm } from 'aws-cdk-lib';
const vPCEConfigurationReference: devicefarm.VPCEConfigurationReference = {
vpceConfigurationArn: 'vpceConfigurationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| vpce | string | The Arn of the VPCEConfiguration resource. |
vpceConfigurationArn
Type:
string
The Arn of the VPCEConfiguration resource.

.NET
Go
Java
Python
TypeScript