AWS Fundamentals Logo
AWS Fundamentals
L1 Construct

CfnVPCEConfiguration

Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud (VPC) endpoint service.

Import

import { CfnVPCEConfiguration } from 'aws-cdk-lib/aws-devicefarm';

Or use the module namespace:

import * as devicefarm from 'aws-cdk-lib/aws-devicefarm';
// devicefarm.CfnVPCEConfiguration

Properties

Configuration passed to the constructor as CfnVPCEConfigurationProps.

serviceDnsNameRequired
string

The DNS name that Device Farm will use to map to the private service you want to access.

vpceConfigurationNameRequired
string

The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.

vpceServiceNameRequired
string

The name of the VPC endpoint service that you want to access from Device Farm. The name follows the format `com.amazonaws.vpce.us-west-2.vpce-svc-id` .

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) in the *guide* .

vpceConfigurationDescriptionOptional
string

An optional description that provides details about your VPC endpoint configuration.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-devicefarm
Properties5

External Links