Vpce Configuration Args
data class VpceConfigurationArgs(val serviceDnsName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val vpceConfigurationDescription: Output<String>? = null, val vpceConfigurationName: Output<String>? = null, val vpceServiceName: Output<String>? = null) : ConvertibleToJava<VpceConfigurationArgs>
AWS::DeviceFarm::VPCEConfiguration creates a new Device Farm VPCE Configuration
Constructors
Properties
Link copied to clipboard
The DNS name that Device Farm will use to map to the private service you want to access.
Link copied to clipboard
An optional description that provides details about your VPC endpoint configuration.
Link copied to clipboard
The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.
Link copied to clipboard
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
.