VpcConfiguration class

The VPC configuration provisioned for the host.

Constructors

VpcConfiguration({required List<String> securityGroupIds, required List<String> subnetIds, required String vpcId, String? tlsCertificate})
VpcConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityGroupIds List<String>
The ID of the security group or security groups associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
final
subnetIds List<String>
The ID of the subnet or subnets associated with the Amazon VPC connected to the infrastructure where your provider type is installed.
final
tlsCertificate String?
The value of the Transport Layer Security (TLS) certificate associated with the infrastructure where your provider type is installed.
final
vpcId String
The ID of the Amazon VPC connected to the infrastructure where your provider type is installed.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited