securityGroupArns property

Input<List<String>?>? securityGroupArns
final

The security groups that provide access to your file system's preferred subnet. The security groups must allow outbbound traffic on the following ports (depending on the protocol you use):

  • Network File System (NFS): TCP ports 111, 635, and 2049
  • Server Message Block (SMB): TCP port 445

Implementation

final pulumi.Input<List<String>?>? securityGroupArns;