VPCEConfiguration
public struct VPCEConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the VPC endpoint configuration.
Declaration
Swift
public let arn: String?
-
The DNS name that maps to the private IP address of the service you want to access.
Declaration
Swift
public let serviceDnsName: String?
-
An optional description that provides details about your VPC endpoint configuration.
Declaration
Swift
public let vpceConfigurationDescription: String?
-
The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.
Declaration
Swift
public let vpceConfigurationName: String?
-
The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.
Declaration
Swift
public let vpceServiceName: String?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, serviceDnsName: String? = nil, vpceConfigurationDescription: String? = nil, vpceConfigurationName: String? = nil, vpceServiceName: String? = nil)