interface VPCEConfigurationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DeviceFarm.VPCEConfigurationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdevicefarm#VPCEConfigurationReference |
![]() | software.amazon.awscdk.services.devicefarm.VPCEConfigurationReference |
![]() | aws_cdk.aws_devicefarm.VPCEConfigurationReference |
![]() | 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.