PrivateLinkConfig class
The VPC endpoint, subnet, and security group that an agent uses to access IP addresses in a VPC (Virtual Private Cloud).
Constructors
-
PrivateLinkConfig({String? privateLinkEndpoint, List<
String> ? securityGroupArns, List<String> ? subnetArns, String? vpcEndpointId}) -
PrivateLinkConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- privateLinkEndpoint → String?
-
The private endpoint that is configured for an agent that has access to IP
addresses in a PrivateLink.
An agent that is configured with this endpoint will not be accessible over
the public internet.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
securityGroupArns
→ List<
String> ? -
The Amazon Resource Names (ARNs) of the security groups that are configured
for the EC2 resource that hosts an agent activated in a VPC or an agent that
has access to a VPC endpoint.
final
-
subnetArns
→ List<
String> ? -
The Amazon Resource Names (ARNs) of the subnets that are configured for an
agent activated in a VPC or an agent that has access to a VPC endpoint.
final
- vpcEndpointId → String?
-
The ID of the VPC endpoint that is configured for an agent. An agent that is
configured with a VPC endpoint will not be accessible over the public
internet.
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