Ec2Config class

The subnet and the security group that DataSync uses to access target EFS file system. The subnet must have at least one mount target for that file system. The security group that you provide needs to be able to communicate with the security group on the mount target in the subnet specified.

Constructors

Ec2Config({required List<String> securityGroupArns, required String subnetArn})
Ec2Config.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
securityGroupArns List<String>
The Amazon Resource Names (ARNs) of the security groups that are configured for the Amazon EC2 resource.
final
subnetArn String
The ARN of the subnet and the security group that DataSync uses to access the target EFS file system.
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