interface VPCEConfigurationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.DeviceFarm.VPCEConfigurationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsdevicefarm#VPCEConfigurationReference |
Java | software.amazon.awscdk.interfaces.devicefarm.VPCEConfigurationReference |
Python | aws_cdk.interfaces.aws_devicefarm.VPCEConfigurationReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_devicefarm } from 'aws-cdk-lib/interfaces';
const vPCEConfigurationReference: interfaces_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