UpdateVPCEConfigurationRequest
public struct UpdateVPCEConfigurationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to update.
Declaration
Swift
public let arn: String
-
The DNS (domain) name used to connect to your private service in your VPC. The DNS name must not already be in use on the internet.
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, serviceDnsName: String? = nil, vpceConfigurationDescription: String? = nil, vpceConfigurationName: String? = nil, vpceServiceName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws