VpceConfigurationArgs

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

Link copied to clipboard
constructor(serviceDnsName: Output<String>? = null, tags: Output<List<TagArgs>>? = null, vpceConfigurationDescription: Output<String>? = null, vpceConfigurationName: Output<String>? = null, vpceServiceName: Output<String>? = null)

Properties

Link copied to clipboard
val serviceDnsName: Output<String>? = null

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

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource. For more information, see Tag in the guide .

Link copied to clipboard

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

Link copied to clipboard
val vpceConfigurationName: Output<String>? = null

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

Link copied to clipboard
val vpceServiceName: Output<String>? = null

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 .

Functions

Link copied to clipboard
open override fun toJava(): VpceConfigurationArgs