Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud (VPC) endpoint service.
import { CfnVPCEConfiguration } from 'aws-cdk-lib/aws-devicefarm';Or use the module namespace:
import * as devicefarm from 'aws-cdk-lib/aws-devicefarm';
// devicefarm.CfnVPCEConfigurationConfiguration passed to the constructor as CfnVPCEConfigurationProps.
serviceDnsNameRequiredstringThe DNS name that Device Farm will use to map to the private service you want to access.
vpceConfigurationNameRequiredstringThe friendly name you give to your VPC endpoint configuration to manage your configurations more easily.
vpceServiceNameRequiredstringThe 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` .
tagsOptionalCfnTag[]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* .
vpceConfigurationDescriptionOptionalstringAn optional description that provides details about your VPC endpoint configuration.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-devicefarm