Values.SecurityDetailsSourceInformation about endpoints.
type nonrec t = {subnetIds : SubnetList.t;A list of subnets where AWS Ground Station places elastic network interfaces to send streams to your instances.
*)securityGroupIds : SecurityGroupIdList.t;The security groups to attach to the elastic network interfaces.
*)roleArn : RoleArn.t;ARN to a role needed for connecting streams to your instances.
*)}val make :
subnetIds:SubnetList.t ->
securityGroupIds:SecurityGroupIdList.t ->
roleArn:RoleArn.t ->
unit ->
t