aws-cdk-lib.aws_devicefarm.CfnVPCEConfigurationProps

interface CfnVPCEConfigurationProps

LanguageType name
.NETAmazon.CDK.AWS.DeviceFarm.CfnVPCEConfigurationProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsdevicefarm#CfnVPCEConfigurationProps
Javasoftware.amazon.awscdk.services.devicefarm.CfnVPCEConfigurationProps
Pythonaws_cdk.aws_devicefarm.CfnVPCEConfigurationProps
TypeScript aws-cdk-lib » aws_devicefarm » CfnVPCEConfigurationProps

Properties for defining a CfnVPCEConfiguration.

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 cfnVPCEConfigurationProps: devicefarm.CfnVPCEConfigurationProps = {
  serviceDnsName: 'serviceDnsName',
  vpceConfigurationName: 'vpceConfigurationName',
  vpceServiceName: 'vpceServiceName',

  // the properties below are optional
  tags: [{
    key: 'key',
    value: 'value',
  }],
  vpceConfigurationDescription: 'vpceConfigurationDescription',
};

Properties

NameTypeDescription
serviceDnsNamestringThe DNS name that Device Farm will use to map to the private service you want to access.
vpceConfigurationNamestringThe friendly name you give to your VPC endpoint configuration to manage your configurations more easily.
vpceServiceNamestringThe name of the VPC endpoint service that you want to access from Device Farm.
tags?CfnTag[]An array of key-value pairs to apply to this resource.
vpceConfigurationDescription?stringAn optional description that provides details about your VPC endpoint configuration.

serviceDnsName

Type: string

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


vpceConfigurationName

Type: string

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


vpceServiceName

Type: 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 .


tags?

Type: CfnTag[] (optional)

An array of key-value pairs to apply to this resource.

For more information, see Tag in the guide .


vpceConfigurationDescription?

Type: string (optional)

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