VPCEConfiguration class
Represents an Amazon Virtual Private Cloud (VPC) endpoint configuration.
Constructors
- VPCEConfiguration({String? arn, String? serviceDnsName, String? vpceConfigurationDescription, String? vpceConfigurationName, String? vpceServiceName})
-
VPCEConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The Amazon Resource Name (ARN) of the VPC endpoint configuration.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceDnsName → String?
-
The DNS name that maps to the private IP address of the service you want to
access.
final
- vpceConfigurationDescription → String?
-
An optional description that provides details about your VPC endpoint
configuration.
final
- vpceConfigurationName → String?
-
The friendly name you give to your VPC endpoint configuration to manage your
configurations more easily.
final
- vpceServiceName → String?
-
The name of the VPC endpoint service running in your AWS account that you
want Device Farm to test.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited